Highlight source code using GNU Source Highlight
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2018-12-28 Tom Tromey <tom@tromey.com>
2
3 * utils.h (can_emit_style_escape): Declare.
4 * utils.c (can_emit_style_escape): No longer static.
5 * cli/cli-style.c (set_style_enabled): New function.
6 (_initialize_cli_style): Use it.
7 * tui/tui-winsource.c (tui_show_source_line): Use tui_puts.
8 (tui_alloc_source_buffer): Change how source lines are allocated.
9 * tui/tui-source.c (copy_source_line): New function.
10 (tui_set_source_content): Use source cache.
11 * tui/tui-io.h (tui_puts): Update.
12 * tui/tui-io.c (tui_puts_internal): Add window parameter.
13 (tui_puts): Likewise.
14 (tui_redisplay_readline): Update.
15 * tui/tui-data.c (free_content_elements): Change how source window
16 contents are freed.
17 * source.c (forget_cached_source_info): Clear the source cache.
18 (print_source_lines_base): Use the source cache.
19 * source-cache.h: New file.
20 * source-cache.c: New file.
21 * configure.ac: Check for GNU Source Highlight library.
22 * configure: Update.
23 * config.in: Update.
24 * Makefile.in (SRCHIGH_LIBS, SRCHIGH_CFLAGS): New variables.
25 (INTERNAL_CFLAGS_BASE): Add SRCHIGH_CFLAGS.
26 (CLIBS): Add SRCHIGH_LIBS.
27 (COMMON_SFILES): Add source-cache.c.
28 (HFILES_NO_SRCDIR): Add source-cache.h.
29
30 2018-12-28 Tom Tromey <tom@tromey.com>
31
32 * tui/tui-winsource.c (tui_show_source_line): Use wclrtoeol.
33
34 2018-12-28 Tom Tromey <tom@tromey.com>
35
36 PR tui/14126:
37 * tui/tui.c (tui_enable): Call start_color and
38 use_default_colors.
39 * tui/tui-io.c (struct color_pair): New.
40 (color_pair_map, last_color_pair, last_style): New globals.
41 (tui_setup_io): Clean up color map when shutting down.
42 (curses_colors): New constant.
43 (get_color_pair, apply_ansi_escape): New functions.
44 (tui_write): Rewrite.
45 (tui_puts_internal): New function, from tui_puts. Add "height"
46 parameter.
47 (tui_puts): Use tui_puts_internal.
48 (tui_redisplay_readline): Use tui_puts_internal.
49 (_initialize_tui_io): New function.
50 (color_map): New globals.
51 (get_color): New function.
52 * configure.ac: Check for use_default_colors.
53 * config.in, configure: Rebuild.
54
55 2018-12-28 Tom Tromey <tom@tromey.com>
56
57 * ui-out.h (enum class ui_out_style_kind) <ADDRESS>: New
58 constant.
59 * ui-out.c (ui_out::field_core_addr): Add styling.
60 * stack.c (print_frame): Add styling.
61 * printcmd.c (print_address): Add styling.
62 (print_address_demangle, info_address_command): Likewise.
63 * cli/cli-style.h (address_style): Declare.
64 * cli/cli-style.c (address_style): New global.
65 (_initialize_cli_style): Register new commands.
66 * cli-out.c (cli_ui_out::do_field_string): Update.
67
68 2018-12-28 Tom Tromey <tom@tromey.com>
69
70 * symfile.c (symbol_file_add_with_addrs): Style file name.
71
72 2018-12-28 Tom Tromey <tom@tromey.com>
73
74 * top.c (print_gdb_version): Style gdb version number.
75
76 2018-12-28 Tom Tromey <tom@tromey.com>
77
78 * printcmd.c (print_address_symbolic): Style function name.
79
80 2018-12-28 Tom Tromey <tom@tromey.com>
81
82 * breakpoint.c (say_where): Style file name.
83
84 2018-12-28 Tom Tromey <tom@tromey.com>
85
86 * ui-out.h (enum class ui_out_style_kind) <VARIABLE>: New global.
87 * stack.c (print_frame_arg): Style name.
88 * printcmd.c (print_variable_and_value): Style variable name.
89 * cli/cli-style.h (variable_name_style): Declare.
90 * cli/cli-style.c (variable_name_style): New global.
91 (_initialize_cli_style): Update.
92 * cli-out.c (cli_ui_out::do_field_string): Update.
93
94 2018-12-28 Tom Tromey <tom@tromey.com>
95
96 * utils.h (reset_terminal_style): Declare.
97 * utils.c (can_emit_style_escape): New function.
98 (set_output_style): Use it.
99 (reset_terminal_style): New function.
100 * printcmd.c (printf_command): Call reset_terminal_style.
101 * cli/cli-cmds.c (echo_command): Call reset_terminal_style.
102
103 2018-12-28 Tom Tromey <tom@tromey.com>
104
105 * utils.h (set_output_style, fprintf_styled)
106 (fputs_styled): Declare.
107 * utils.c (applied_style, desired_style): New globals.
108 (emit_style_escape, set_output_style): New function.
109 (prompt_for_continue): Emit style escapes.
110 (fputs_maybe_filtered): Likewise.
111 (fputs_styled, fprintf_styled): New functions.
112 * ui-out.h (enum class ui_out_style_kind): New.
113 (class ui_out) <field_string, field_stream, do_field_string>: Add
114 style parameter.
115 * ui-out.c (ui_out::field_stream, ui_out::field_string): Add style
116 parameter.
117 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Add style
118 parameter.
119 * tui/tui-out.c (tui_ui_out::do_field_string): Add style
120 parameter.
121 (tui_ui_out::do_field_string): Update.
122 * tracepoint.c (print_one_static_tracepoint_marker): Style
123 output.
124 * stack.c (print_frame_info, print_frame): Style output.
125 * source.c (print_source_lines_base): Style output.
126 * skip.c (info_skip_command): Style output.
127 * record-btrace.c (btrace_call_history_src_line): Style output.
128 (btrace_call_history): Likewise.
129 * python/py-framefilter.c (py_print_frame): Style output.
130 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Add style
131 parameter.
132 * mi/mi-out.c (mi_ui_out::do_table_header)
133 (mi_ui_out::do_field_int): Update.
134 (mi_ui_out::do_field_string): Update.
135 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
136 Style output.
137 * cli/cli-style.h: New file.
138 * cli/cli-style.c: New file.
139 * cli-out.h (class cli_ui_out) <do_field_string>: Add style
140 parameter.
141 * cli-out.c (cli_ui_out::do_table_header)
142 (cli_ui_out::do_field_int, cli_ui_out::do_field_skip): Update.
143 (cli_ui_out::do_field_string): Add style parameter. Style the
144 output.
145 * breakpoint.c (print_breakpoint_location): Style output.
146 (update_static_tracepoint): Likewise.
147 * Makefile.in (SUBDIR_CLI_SRCS): Add cli-style.c.
148 (HFILES_NO_SRCDIR): Add cli-style.h.
149
150 2018-12-28 Tom Tromey <tom@tromey.com>
151
152 * unittests/style-selftests.c: New file.
153 * ui-style.c: New file.
154 * ui-style.h: New file.
155 * ui-file.h: Include ui-style.h.
156 * Makefile.in (COMMON_SFILES): Add ui-style.c.
157 (HFILES_NO_SRCDIR): Add ui-style.h.
158 (SUBDIR_UNITTESTS_SRCS): Add style-selftests.c.
159
160 2018-12-28 Tom Tromey <tom@tromey.com>
161
162 * command.h (add_setshow_enum_cmd): Add "context" argument.
163 * cli/cli-decode.c (add_setshow_enum_cmd): Add "context"
164 argument. Call set_cmd_context.
165
166 2018-12-28 Tom Tromey <tom@tromey.com>
167
168 * utils.c (filter_initialized): New global.
169 (wrap_buffer): Now a std::string.
170 (wrap_pointer): Remove.
171 (flush_wrap_buffer): New function.
172 (filtered_printing_initialized, set_width, wrap_here)
173 (fputs_maybe_filtered): Update.
174
175 2018-12-28 Eli Zaretskii <eliz@gnu.org>
176
177 * coffread.c (coff_symtab_read): Don't record in minsyms symbols
178 that are unresolved. This avoids triggering an internal error
179 when stepping outside of 'main' in MinGW programs.
180
181 2018-12-27 Tom Tromey <tom@tromey.com>
182
183 * python/py-utils.c (gdbpy_handle_exception): Translate
184 PyExc_KeyboardInterrupt to quit.
185
186 2018-12-27 Tom Tromey <tom@tromey.com>
187
188 * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.
189 * python/py-unwind.c (pyuw_sniffer): Use
190 gdbpy_print_stack_or_quit.
191 * python/py-framefilter.c (throw_quit_or_print_exception):
192 Remove.
193 (gdbpy_apply_frame_filter): Use gdbpy_print_stack_or_quit.
194 * python/python.c (gdbpy_print_stack_or_quit): New function.
195
196 2018-12-27 Tom Tromey <tom@tromey.com>
197
198 * python/py-value.c (convert_value_from_python): Use
199 gdbpy_convert_exception.
200 * python/py-param.c (parmpy_init): Use gdbpy_convert_exception.
201 * python/py-cmd.c (cmdpy_init): Use gdbpy_convert_exception.
202 * python/py-breakpoint.c (bppy_init): Use
203 gdbpy_convert_exception.
204
205 2018-12-27 Tom Tromey <tom@tromey.com>
206
207 * configure.nat (NATDEPFILES): Use nat/ prefix.
208 * Makefile.in (CONFIG_SRC_SUBDIR): Add nat.
209 (%.o: ${srcdir}/nat/%.c): Remove rule.
210 (INIT_FILES): Do not filter out NATDEPFILES.
211
212 2018-12-27 Tom Tromey <tom@tromey.com>
213
214 * Makefile.in (INIT_FILES): Redefine.
215 (stamp-init): Remove sed, tr invocations. Use for loop. Don't
216 set LANG or LC_ALL.
217
218 2018-12-27 Tom Tromey <tom@tromey.com>
219
220 * Makefile.in (stamp-init): Remove gdbtypes special case.
221
222 2018-12-27 John Baldwin <jhb@FreeBSD.org>
223
224 * config/i386/nm-fbsd.h: Remove file.
225 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-fbsd.h.
226 * configure.nat: Remove NAT_FILE for FreeBSD/i386.
227
228 2018-12-27 Tom Tromey <tom@tromey.com>
229
230 * minsyms.h (class minimal_symbol_reader): Use
231 DISABLE_COPY_AND_ASSIGN.
232
233 2018-12-27 Tom Tromey <tom@tromey.com>
234
235 * python/python.c (python_interactive_command): Use std::string.
236 (gdbpy_parameter): Likewise.
237 * python/py-utils.c (unicode_to_encoded_string): Update comment.
238 * python/py-symtab.c (salpy_str): Use PyString_FromFormat.
239 * python/py-record-btrace.c (recpy_bt_insn_data): Use
240 byte_vector.
241 * python/py-objfile.c (objfpy_get_build_id): Use
242 unique_xmalloc_ptr.
243 * python/py-inferior.c (infpy_read_memory): Use
244 unique_xmalloc_ptr.
245 * python/py-cmd.c (gdbpy_parse_command_name): Use std::string.
246
247 2018-12-26 Simon Marchi <simon.marchi@polymtl.ca>
248
249 * target.c (target_terminal::restore_inferior): Remove struct keyword.
250
251 2018-12-26 Simon Marchi <simon.marchi@ericsson.com>
252
253 * build-id.c (build_id_to_debug_bfd): Enhance debug output.
254 * symfile.c (separate_debug_file_exists): Likewise.
255
256 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * c-exp.y (field_name): Allow DOUBLE_KEYWORD, INT_KEYWORD, LONG,
259 SHORT, SIGNED_KEYWORD, and UNSIGNED tokens to act as a field
260 names.
261 (typename_stoken): New function.
262
263 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
264
265 * c-exp.y (field_name): New %token, and new rule.
266 (exp): Replace uses of 'name' with 'field_name' where appropriate.
267
268 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 PR gdb/13368
271 * c-exp.y (typebase): Extend the comment.
272 (ident_tokens): Likewise.
273
274 2018-12-18 Tom Tromey <tom@tromey.com>
275
276 * dwarf2read.c (dwarf2_find_containing_comp_unit): Don't take
277 address of sect_off.
278
279 2018-12-23 Joel Brobecker <brobecker@adacore.com>
280
281 GDB 8.2.1 released.
282
283 2018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * riscv-tdep.c (riscv_call_arg_struct): Don't adjust size before
286 assigning locations.
287 (riscv_return_value): Take more care not to read/write outside of
288 argument buffer. Cast return value between the declared type and
289 the abi type.
290
291 2018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * riscv-tdep.c (riscv_register_reggroup_p): Save and restore fcsr,
294 fflags, and frm registers.
295
296 2018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * riscv-tdep.c (riscv_dwarf_reg_to_regnum): New function.
299 (riscv_gdbarch_init): Register new function with gdbarch.
300 * riscv-tdep.h: New enum to define RISC-V DWARF register numbers.
301
302 2018-12-21 Simon Marchi <simon.marchi@ericsson.com>
303
304 * minsyms.c (mst_str): New.
305 (minimal_symbol_reader::record_full): Add debug output.
306
307 2018-12-21 John Baldwin <jhb@FreeBSD.org>
308
309 * fbsd-nat.c (fbsd_handle_debug_trap): Require pl.pl_flags to
310 equal PL_FLAG_SI.
311 (fbsd_nat_target::stopped_by_sw_breakpoint): Likewise.
312
313 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
314
315 PR gdb/23974
316 * target.c (target_read_stralloc): Check for empty vector.
317
318 2018-12-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
319
320 * top.c (print_gdb_configuration): Print "--without-python"
321 if GDB was configured without Python.
322
323 2018-12-21 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * riscv-tdep.c (riscv_scan_prologue): Use plongest to format
326 a signed offset as a string.
327
328 2018-12-21 Dave Murphy <davem@devkitpro.org>
329
330 * dtrace-probe.c (dtrace_static_probe_ops): Explicit zero
331 initialise.
332 * probe.c (any_static_probe_ops): Ditto.
333 * record-btrace.c (record_btrace_thread_observer_token): Ditto.
334 * stap-probe.c (stap_static_probe_ops): Ditto.
335 * tui/tui-hooks.c (tui_observers_token): Ditto.
336 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
337
338 2018-12-19 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb/dummy-frame.c (default_dummy_id): Defined new function.
341 * gdb/dummy-frame.h (default_dummy_id): Declare new function.
342 * gdb/frame-unwind.c (default_unwind_pc): Define new function.
343 (default_unwind_sp): Define new function.
344 * gdb/frame-unwind.h (default_unwind_pc): Declare new function.
345 (default_unwind_sp): Declare new function.
346 * gdb/frame.c (frame_unwind_pc): Assume gdbarch_unwind_pc is
347 available.
348 (get_frame_sp): Assume that gdbarch_unwind_sp is available.
349 * gdb/gdbarch.c: Regenerate.
350 * gdb/gdbarch.h: Regenerate.
351 * gdb/gdbarch.sh: Update definition of dummy_id, unwind_pc, and
352 unwind_sp. Add additional header files to be included in
353 generated file.
354
355 2018-12-19 Dimitar Dimitrov <dimitar@dinux.eu>
356
357 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Remove
358 sp clobbers.
359
360 2018-12-17 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * dwarf2read.c (struct dwarf2_cu): Convert the fields 'mark',
363 'has_loclist', 'checked_producer', 'producer_is_gxx_lt_4_6',
364 'producer_is_gcc_lt_4_3', 'producer_is_icc_lt_14',
365 'processing_has_namespace_info' from unsigned int to bool. Update
366 comments.
367 (producer_is_icc_lt_14): Update return type.
368 (producer_is_gcc_lt_4_3): Likewise.
369 (producer_is_gxx_lt_4_6): Likewise.
370 (process_die): Write true instead of 1 into predicate fields.
371 (dwarf2_start_symtab): Likewise.
372 (var_decode_location): Likewise.
373 (dwarf2_mark_helper): Likewise.
374 (dwarf2_mark): Likewise.
375 (dwarf2_clear_marks): Write false instead of 0 into predicate
376 field.
377 (dwarf2_cu::dwarf2_cu): Initialise predicate fields to false, not
378 0.
379
380 2018-12-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
381
382 * nat/aarch64-sve-linux-ptrace.h: Include signal.h instead of
383 asm/sigcontext.h.
384
385 2018-12-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
386
387 * nat/linux-ptrace.c (kill_child): Fix ARI warning by removing
388 warning trailing new line.
389
390 2018-12-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
391
392 * nat/linux-ptrace.c (kill_child): New function.
393 (linux_ptrace_test_ret_to_nx): Use kill_child instead of local code.
394 Add a call to kill_child in case of early return after fork.
395 (linux_check_ptrace_features): Use kill_child instead of local code.
396 (linux_test_for_tracefork): Likewise.
397
398 2018-12-14 Tom Tromey <tom@tromey.com>
399
400 * Makefile.in: Remove "alloca" comment.
401 (INFOFILES): Remove.
402 (local-maintainer-clean): Don't use INFOFILES.
403
404 2018-12-13 John Baldwin <jhb@FreeBSD.org>
405
406 * syscalls/update-freebsd.sh: New file.
407 * syscalls/freebsd.xml: Regenerate.
408
409 2018-12-13 John Baldwin <jhb@FreeBSD.org>
410
411 * NEWS: Add entry documenting system call aliases.
412 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
413 to get_syscalls_by_name.
414 * gdbarch.sh (UNKNOWN_SYSCALL): Remove.
415 * gdbarch.h: Regenerate.
416 * syscalls/gdb-syscalls.dtd (syscall): Add alias attribute.
417 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_name): Rename
418 from get_syscall_by_name. Now accepts a pointer to a vector of
419 integers and returns a bool.
420 [HAVE_LIBEXPAT] (struct syscall_desc): Add alias member.
421 (syscall_create_syscall_desc): Add alias parameter and pass it to
422 syscall_desc constructor.
423 (syscall_start_syscall): Handle alias attribute.
424 (syscall_attr): Add alias attribute.
425 (xml_get_syscalls_by_name): Rename from xml_get_syscall_number.
426 Now accepts a pointer to a vector of integers and returns a
427 bool. Add syscalls whose alias or name matches the requested
428 name.
429 (get_syscalls_by_name): Rename from get_syscall_by_name. Now
430 accepts a pointer to a vector of integers and returns a bool.
431 * xml-syscall.h (get_syscalls_by_name): Likewise.
432
433 2018-12-13 John Baldwin <jhb@FreeBSD.org>
434
435 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
436 to get_syscalls_by_group.
437 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_group): Return
438 false.
439 [HAVE_LIBEXPAT] (xml_list_syscalls_by_group): Append syscall
440 numbers to an existing vector of integers and return a bool.
441 (get_syscalls_by_group): Accept pointer to vector of integers
442 and change return type to bool.
443 * xml-syscall.h (get_syscalls_by_group): Likewise.
444
445 2018-12-13 Jim Wilson <jimw@sifive.com>
446
447 * riscv-tdep.c (riscv_print_one_register_info): For MSTATUS, add
448 comment for SD field, and correct xlen calculation. For MISA, add
449 comment for MXL field, add call to register_size, and correct base
450 calculation.
451
452 2018-12-13 Stafford Horne <shorne@gmail.com>
453
454 * NEWS(New targets): Add or1k*-*-linux*.
455
456 2018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
457
458 * nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
459 declare on one line to fix ARI warning.
460
461 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * infrun.c (infcall_suspend_state::infcall_suspend_state): New.
464 (infcall_suspend_state::registers): New.
465 (infcall_suspend_state::restore): New.
466 (infcall_suspend_state::thread_suspend): Rename to...
467 (infcall_suspend_state::m_thread_suspend): ...this.
468 (infcall_suspend_state::registers): Rename to...
469 (infcall_suspend_state::m_registers): ...this.
470 (infcall_suspend_state::siginfo_gdbarch): Rename to...
471 (infcall_suspend_state::m_siginfo_gdbarch): ...this.
472 (infcall_suspend_state::siginfo_data): Rename to...
473 (infcall_suspend_state::m_siginfo_data): ...this.
474 (save_infcall_suspend_state): Rewrite to use infcall_suspend_state
475 constructor.
476 (restore_infcall_suspend_state): Rewrite to use
477 infcall_suspend_state::restore method.
478 (get_infcall_suspend_state_regcache): Use
479 infcall_suspend_state::registers method.
480
481 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * riscv-tdep.c (riscv_call_arg_scalar_float): Unnamed (variadic)
484 arguments are passed in integer registers.
485 (riscv_call_arg_complex_float): Likewise.
486
487 2018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
488
489 * nat/linux-osdata.c (common_getter): New function.
490 (struct osdata_type): Change getter to take_snapshot.
491 Add LONGEST len_avail and struct buffer buffer.
492 Change all elements in the initializer.
493 Add an element for the list of types.
494 (linux_xfer_osdata_info_os_types): New function.
495 (linux_common_xfer_osdata): Use common_getter for the list of types.
496 Replace getter call by common_getter.
497 (linux_xfer_osdata_cpus): Remove args READBUF, OFFSET, LEN.
498 Add arg BUFFER. Only keep the code that adds data in BUFFER.
499 (linux_xfer_osdata_fds): Likewise.
500 (linux_xfer_osdata_modules): Likewise.
501 (linux_xfer_osdata_msg): Likewise.
502 (linux_xfer_osdata_processes): Likewise.
503 (linux_xfer_osdata_processgroups): Likewise.
504 (linux_xfer_osdata_sem): Likewise.
505 (linux_xfer_osdata_shm): Likewise.
506 (linux_xfer_osdata_isockets): Likewise.
507 (linux_xfer_osdata_threads): Likewise.
508
509 2018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * nat/linux-osdata.c: Removed various trailing spaces.
512
513 2018-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * riscv-tdep.c (riscv_register_name): Fix ARI warning by removing
516 leading whitespace before #include line.
517
518 2018-12-08 Simon Marchi <simon.marchi@ericsson.com>
519 Дилян Палаузов <dilyan.palauzov@aegee.org>
520
521 PR gdb/23950
522 * configure.ac: Search for tgetent in libtinfow.
523 * configure: Re-generate.
524
525 2018-12-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
526
527 * linux-thread-db.c (struct thread_db_info): Add td_ta_delete_p.
528 (thread_db_err_str): Forward declare.
529 (delete_thread_db_info): Call td_ta_delete_p if available.
530 (try_thread_db_load_1): Acquire td_ta_delete address.
531 * nat/gdb_thread_db.h (td_ta_delete_ftype): Declare.
532
533 2018-12-08 Pedro Alves <palves@redhat.com>
534
535 * source.c (forward_search_command): Rename to ...
536 (search_command_helper): ... this. Add 'forward' parameter.
537 Tweak to use a gdb::def_vector<char> instead of a xrealloc'ed
538 buffer. Handle backward searches too.
539 (forward_search_command, reverse_search_command): Reimplement by
540 calling search_command_helper.
541
542 2018-12-07 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * .dir-locals.el: Copy most of the settings from c-mode over to
545 c++-mode.
546
547 2018-12-08 Stafford Horne <shorne@gmail.com>
548
549 * Makefile.in (ALL_TARGET_OBS): Add or1k-linux-tdep.o.
550 * configure.tgt: Add or1k*-*-linux*.
551 * or1k-linux-tdep.c: New file.
552 * or1k-tdep.c (or1k_gdbarch_init): Call gdbarch_init_osabi.
553
554 2018-12-07 Pedro Alves <palves@redhat.com>
555
556 * dwarf2read.c (get_gdb_index_contents_from_section): Use
557 gdb::make_array_view.
558
559 2018-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
560
561 * language.c (_initialize_language): Fix leak by assigning
562 a static string to language. Same for range and case_sensitive,
563 even if no leak is detected for these variables.
564
565 2018-12-05 John Baldwin <jhb@FreeBSD.org>
566
567 * configure: Re-generate.
568 * configure.ac: Use separate sed expressions to escape variables
569 in auto-load directories.
570
571 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
574 (riscv_find_default_target_description): Use new function to
575 extract feature from gdbarch_info.
576 (riscv_gdbarch_init): Add error checks for xlen and flen between
577 target description and bfd headers. Be smarter about when we
578 think the hardware floating point abi should be used.
579
580 2018-12-05 Alan Hayward <alan.hayward@arm.com>
581
582 * nat/aarch64-linux-hw-point.c
583 (aarch64_linux_any_set_debug_regs_state): New function.
584 * nat/aarch64-linux-hw-point.h
585 (aarch64_linux_any_set_debug_regs_state): New declaration.
586 * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
587 BPs or WPs are set.
588
589 2018-11-30 John Baldwin <jhb@FreeBSD.org>
590
591 * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
592 (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
593
594 2018-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
595 Simon Marchi <simon.marchi@ericsson.com>
596
597 * linespec.c (symtab_vector_up): Remove.
598 (symtabs_from_filename): Change return type to std::vector.
599 (collect_symtabs_from_filename): Likewise.
600 (create_sals_line_offset): Assign return value of
601 collect_symtabs_from_filename to *ls->file_symtabs.
602 (convert_explicit_location_to_linespec): Remove call to release.
603 (parse_linespec): Likewise.
604 (symtab_collector) <symtab_collector>: Remove initialization of
605 m_symtabs.
606 <release_symtabs>: Change return type to std::vector<symtab *>.
607 <operator ()>: Adjust.
608
609 2018-11-30 John Baldwin <jhb@FreeBSD.org>
610
611 * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
612 defined.
613 (union sigval32, struct siginfo32, fbsd_siginfo_size)
614 (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
615 of KERN_PROC_AUXV and PT_LWPINFO.
616 (fbsd_nat_target::xfer_partial): Define method unconditionally.
617 Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
618 Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
619 Make TARGET_OBJECT_FREEBSD_VMMAP and
620 TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
621 and KERN_PROC_PS_STRINGS.
622 * fbsd-nat.h: Include <sys/proc.h>.
623 (fbsd_nat_target::xfer_partial): Declare method unconditionally.
624
625 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
628 header files.
629 (riscv_linux_nat_target::read_description): New method.
630
631 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
632
633 * arch/riscv.h (riscv_gdbarch_features::hash): New method.
634 * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
635 (riscv_tdesc_cache): New global.
636 (riscv_create_target_description): Look in the cache before
637 creating a new target description.
638
639 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * arch/riscv.h (riscv_gdb_features::operator==): New.
642 (riscv_gdb_features::operator!=): New.
643 * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
644 operator.
645
646 2018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * arch/riscv.h (riscv_create_target_description): Make return type
649 const.
650 * arch/riscv.c (riscv_create_target_description): Likewise.
651 * riscv-tdep.c (riscv_find_default_target_description): Likewise.
652
653 2018-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
654 Keith Seitz <keiths@redhat.com>
655 Tom Tromey <tom@tromey.com>
656 Sergio Durigan Junior <sergiodj@redhat.com>
657
658 https://bugzilla.redhat.com/show_bug.cgi?id=1613614
659 * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
660 'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
661 inside the CU.
662
663 2018-11-30 Pedro Alves <palves@redhat.com>
664
665 * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
666 <stratum>: New override.
667 * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
668 <stratum>: New override.
669 * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
670 <stratum>: New override.
671 * exec.c (exec_target) <exec_target>: Delete.
672 <stratum>: New override.
673 * gdbarch-selftests.c (register_to_value_test): Adjust to use the
674 stratum method instead of the to_stratum field.
675 * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
676 <stratum>: New override.
677 (thread_db_target::thread_db_target): Delete.
678 * make-target-delegates (print_class): Don't print a ctor
679 declaration. Print a stratum method override declaration.
680 * process-stratum-target.h (process_stratum_target)
681 <process_stratum_target>: Delete.
682 <stratum>: New override.
683 * ravenscar-thread.c (ravenscar_thread_target)
684 <ravenscar_thread_target>: Delete.
685 <stratum>: New override.
686 * record-btrace.c (record_btrace_target)
687 <record_btrace_target>: Delete.
688 <stratum>: New override.
689 * record-full.c (record_full_base_target)
690 <record_full_base_target>: Delete.
691 <stratum>: New override.
692 * record.c (record_disconnect, record_detach)
693 (record_mourn_inferior, record_kill): Adjust to use the stratum
694 method instead of the to_stratum field.
695 * regcache.c (cooked_read_test, cooked_write_test): Likewise.
696 * sol-thread.c (sol_thread_target)
697 <sol_thread_target>: Delete.
698 <stratum>: New override.
699 * spu-multiarch.c (spu_multiarch_target)
700 <spu_multiarch_target>: Delete.
701 <stratum>: New override.
702 * target-delegates.c: Regenerate.
703 * target.c (target_stack::push, target_stack::unpush)
704 (pop_all_targets_above, pop_all_targets_at_and_above)
705 (info_target_command, target_require_runnable)
706 (target_stack::find_beneath): Adjust to use the stratum method
707 instead of the to_stratum field.
708 (dummy_target::dummy_target): Delete.
709 (dummy_target::stratum): New.
710 (debug_target::debug_target): Delete.
711 (debug_target::stratum): New.
712 (maintenance_print_target_stack): Adjust to use the stratum method
713 instead of the to_stratum field.
714 * target.h (struct target_ops) <stratum>: New method.
715 <to_stratum>: Delete.
716 <is_pushed>: Adjust to use the stratum method
717 instead of the to_stratum field.
718
719 2018-11-30 Pedro Alves <palves@redhat.com>
720
721 * corelow.c (core_target) <has_all_memory, has_execution>: New
722 overrides.
723 * inf-child.c (inf_child_target::has_all_memory)
724 (inf_child_target::has_memory, inf_child_target::has_stack)
725 (inf_child_target::has_registers)
726 (inf_child_target::has_execution): Delete.
727 * inf-child.h (inf_child_target) <has_all_memory, has_memory,
728 has_stack, has_registers, has_execution>: Delete.
729 * process-stratum-target.c
730 (process_stratum_target::has_all_memory)
731 (process_stratum_target::has_memory)
732 (process_stratum_target::has_stack)
733 (process_stratum_target::has_registers)
734 (process_stratum_target::has_execution): New.
735 * process-stratum-target.h (process_stratum_target)
736 <has_all_memory, has_memory, has_stack, has_registers,
737 has_execution>: New method overrides.
738 * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
739 has_memory, has_stack, has_registers, has_execution>: Delete.
740 * remote-sim.c (gdbsim_target) <has_stack, has_registers,
741 has_execution>: Delete.
742 * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
743 has_registers, has_execution>: Delete.
744 * target.c (default_child_has_all_memory)
745 (default_child_has_memory, default_child_has_stack)
746 (default_child_has_registers, default_child_has_execution):
747 Delete.
748 * target.h (default_child_has_all_memory)
749 (default_child_has_memory, default_child_has_stack)
750 (default_child_has_registers, default_child_has_execution):
751 Delete.
752 * tracefile.h (tracefile_target) <has_execution>: New override.
753
754 2018-11-30 Pedro Alves <palves@redhat.com>
755
756 * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
757 * bsd-kvm.c: Include "process-stratum-target.h".
758 (bsd_kvm_target): Now inherits from process_stratum_target.
759 (bsd_kvm_target::bsd_kvm_target): Default it.
760 * corelow.c: Include "process-stratum-target.h".
761 (core_target): Now inherits from process_stratum_target.
762 (core_target::core_target): Don't set to_stratum here.
763 * inf-child.c (inf_child_target::inf_child_target): Delete.
764 * inf-child.h: Include "process-stratum-target.h".
765 (inf_child_target): Inherit from process_stratum_target.
766 (inf_child_target) <inf_child_target>: Default it.
767 <can_async_p, supports_non_stop, supports_disable_randomization>:
768 Delete overrides.
769 * process-stratum-target.c: New file.
770 * process-stratum-target.h: New file.
771 * remote-sim.c: Include "process-stratum-target.h".
772 (gdbsim_target): Inherit from process_stratum_target.
773 <gdbsim_target>: Default it.
774 * remote.c: Include "process-stratum-target.h".
775 (remote_target): Inherit from process_stratum_target.
776 <remote_target>: Default it.
777 * target.c (default_thread_address_space)
778 (default_thread_architecture): Delete.
779 * target.h (target_ops) <thread_architecture>: Now returns NULL by
780 default.
781 <thread_address_space>: Ditto.
782 * test-target.h: Include "process-stratum-target.h" instead of
783 "target.h".
784 (test_target_ops): Inherit from process_stratum_target.
785 <test_target_ops>: Default it.
786 * tracefile.c (tracefile_target::tracefile_target): Delete.
787 * tracefile.h: Include "process-stratum-target.h".
788 (tracefile_target): Inherit from process_stratum_target.
789 <tracefile_target>: Default it.
790 * target-delegates.c: Regenerate.
791
792 2018-11-30 Pedro Alves <palves@redhat.com>
793
794 * Makefile.in (COMMON_SFILES): Add test-target.c.
795 * gdbarch-selftests.c: Include "test-target.h".
796 * regcache.c: Include "test-target.h".
797 * target.c (test_target_info, test_target_ops::info): Move to ...
798 * test-target.c: ... this new file.
799 * target.h (test_target_ops): Move to ...
800 * test-target.h: ... this new file.
801
802 2018-11-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
803
804 * source.c (forward_search_command): Fix leak by using
805 xrealloc even for the first allocation in the loop, as buf
806 is static.
807
808 2018-11-29 Rajendra SY <rajendra.sy@gmail.com>
809
810 PR gdb/23093
811 * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
812 (fbsd_gdb_signal_to_target): New.
813 (fbsd_init_abi): Install gdbarch "signal_from_target" and
814 "signal_to_target" methods.
815
816 2018-11-29 Tom Tromey <tom@tromey.com>
817
818 * valarith.c (value_x_unop): Don't set argvec[3].
819
820 2018-11-26 Simon Marchi <simon.marchi@ericsson.com>
821
822 PR gdb/23917
823 * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
824 semicolon.
825
826 2018-11-26 Pedro Alves <palves@redhat.com>
827
828 * procfs.c (procfs_notice_thread): Replace uses of
829 in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
830 * sol-thread.c (sol_thread_target::wait)
831 (sol_update_thread_list_callback): Likewise.
832
833 2018-11-25 Tom Tromey <tom@tromey.com>
834
835 * ui-out.c (ui_out::field_fmt): Remove comment.
836 * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
837 * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
838
839 2018-11-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
840
841 * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
842 leak in open_source_file' has been partially undone by '2179fbc36d23
843 Return scoped_fd from open_source_file'. Re-add the transfer of
844 current s->fullname to the unique_xmalloc_ptr fullname given
845 to find_and_open_source.
846
847 2018-11-23 Pedro Alves <palves@redhat.com>
848
849 * gdbthread.h (enum thread_state): Move comments here.
850 (is_running, is_stopped, is_exited): Remove declarations.
851
852 2018-11-22 Pedro Alves <palves@redhat.com>
853
854 * Makefile.in (COMMON_SFILES): Add thread-iter.c.
855 * breakpoint.c (breakpoints_should_be_inserted_now): Replace
856 ALL_NON_EXITED_THREADS with all_non_exited_threads.
857 (print_one_breakpoint_location): Replace ALL_INFERIORS with
858 all_inferiors.
859 * bsd-kvm.c: Include inferior.h.
860 * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
861 with all_non_exited_threads.
862 * common/filtered-iterator.h: New.
863 * common/safe-iterator.h: New.
864 * corelow.c (core_target_open): Don't call init_thread_list here.
865 * darwin-nat.c (thread_info_from_private_thread_info): Replace
866 ALL_THREADS with all_threads.
867 * fbsd-nat.c (fbsd_nat_target::resume): Replace
868 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
869 * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
870 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
871 * fork-child.c (postfork_hook): Don't call init_thread_list here.
872 * gdbarch-selftests.c (register_to_value_test): Adjust.
873 * gdbthread.h: Don't include "inferior.h" here.
874 (struct inferior): Forward declare.
875 (enum step_over_calls_kind): Moved here from inferior.h.
876 (thread_info::deletable): Definition moved to thread.c.
877 (find_thread_ptid (inferior *, ptid_t)): Declare.
878 (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
879 Include "thread-iter.h".
880 (all_threads, all_non_exited_threads, all_threads_safe): New.
881 (any_thread_p): Declare.
882 (thread_list): Delete.
883 * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
884 all_non_exited_threads.
885 (proceed_after_attach_callback): Delete.
886 (proceed_after_attach): Take an inferior pointer instead of an
887 integer PID. Adjust to use range-for.
888 (attach_post_wait): Pass down inferior pointer instead of pid.
889 Use range-for instead of ALL_NON_EXITED_THREADS.
890 (detach_command): Remove init_thread_list call.
891 * inferior-iter.h: New.
892 * inferior.c (struct delete_thread_of_inferior_arg): Delete.
893 (delete_thread_of_inferior): Delete.
894 (delete_inferior, exit_inferior_1): Use range-for with
895 inf->threads_safe() instead of iterate_over_threads.
896 (inferior_appeared): Call init_thread_list here.
897 (discard_all_inferiors): Use all_non_exited_inferiors.
898 (find_inferior_id, find_inferior_pid): Use all_inferiors.
899 (iterate_over_inferiors): Use all_inferiors_safe.
900 (have_inferiors, number_of_live_inferiors): Use
901 all_non_exited_inferiors.
902 (number_of_inferiors): Use all_inferiors and std::distance.
903 (print_inferior): Use all_inferiors.
904 * inferior.h: Include gdbthread.h.
905 (enum step_over_calls_kind): Moved to gdbthread.h.
906 (struct inferior) <thread_list>: New field.
907 <threads, non_exited_threads, threads_safe>: New methods.
908 (ALL_INFERIORS): Delete.
909 Include "inferior-iter.h".
910 (ALL_NON_EXITED_INFERIORS): Delete.
911 (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
912 functions.
913 * inflow.c (child_interrupt, child_pass_ctrlc): Replace
914 ALL_NON_EXITED_THREADS with all_non_exited_threads.
915 * infrun.c (follow_exec): Use all_threads_safe.
916 (clear_proceed_status, proceed): Use all_non_exited_threads.
917 (init_wait_for_inferior): Don't clear inline frame state here.
918 (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
919 all_threads instead of ALL_NON_EXITED_THREADS.
920 (random_pending_event_thread): Use all_non_exited_threads instead
921 of ALL_NON_EXITED_THREADS. Use a lambda for repeated code.
922 (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
923 instead of ALL_NON_EXITED_THREADS.
924 (handle_no_resumed): Use all_non_exited_threads instead of
925 ALL_NON_EXITED_THREADS. Use all_inferiors instead of
926 ALL_INFERIORS.
927 (restart_threads, switch_back_to_stepped_thread): Use
928 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
929 * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
930 all_inferiors.
931 (kill_unfollowed_fork_children): Use inf->non_exited_threads
932 instead of ALL_NON_EXITED_THREADS.
933 * linux-tdep.c (linux_make_corefile_notes): Use
934 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
935 * linux-thread-db.c (thread_db_target::update_thread_list):
936 Replace ALL_INFERIORS with all_inferiors.
937 (thread_db_target::thread_handle_to_thread_info): Use
938 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
939 * mi/mi-interp.c (multiple_inferiors_p): New.
940 (mi_on_resume_1): Simplify using all_non_exited_threads and
941 multiple_inferiors_p.
942 * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
943 instead of ALL_NON_EXITED_THREADS.
944 * nto-procfs.c (nto_procfs_target::open): Don't call
945 init_thread_list here.
946 * record-btrace.c (record_btrace_target_open)
947 (record_btrace_target::stop_recording)
948 (record_btrace_target::close)
949 (record_btrace_target::record_is_replaying)
950 (record_btrace_target::resume, record_btrace_target::wait)
951 (record_btrace_target::record_stop_replaying): Use
952 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
953 * record-full.c (record_full_wait_1): Use all_non_exited_threads
954 instead of ALL_NON_EXITED_THREADS.
955 * regcache.c (cooked_read_test): Remove reference to global
956 thread_list.
957 * remote-sim.c (gdbsim_target::create_inferior): Don't call
958 init_thread_list here.
959 * remote.c (remote_target::update_thread_list): Use
960 all_threads_safe instead of ALL_NON_EXITED_THREADS.
961 (remote_target::process_initial_stop_replies): Replace
962 ALL_INFERIORS with all_non_exited_inferiors and use
963 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
964 (remote_target::open_1): Don't call init_thread_list here.
965 (remote_target::append_pending_thread_resumptions)
966 (remote_target::remote_resume_with_hc): Use all_non_exited_threads
967 instead of ALL_NON_EXITED_THREADS.
968 (remote_target::commit_resume)
969 (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
970 with all_non_exited_inferiors and use all_non_exited_threads
971 instead of ALL_NON_EXITED_THREADS.
972 (remote_target::kill_new_fork_children): Use
973 all_non_exited_threads instead of ALL_NON_EXITED_THREADS. Remove
974 init_thread_list and init_wait_for_inferior calls.
975 (remote_target::remote_btrace_maybe_reopen)
976 (remote_target::thread_handle_to_thread_info): Use
977 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
978 * target.c (target_terminal::restore_inferior)
979 (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
980 all_non_exited_inferiors.
981 * thread-iter.c: New file.
982 * thread-iter.h: New file.
983 * thread.c: Include "inline-frame.h".
984 (thread_list): Delete.
985 (clear_thread_inferior_resources): Call clear_inline_frame_state.
986 (init_thread_list): Use all_threads_safe instead of
987 ALL_THREADS_SAFE. Adjust to per-inferior thread lists.
988 (new_thread): Adjust to per-inferior thread lists.
989 (add_thread_silent): Pass inferior to find_thread_ptid.
990 (thread_info::deletable): New, moved from the header.
991 (delete_thread_1): Adjust to per-inferior thread lists.
992 (find_thread_global_id): Use inf->threads().
993 (find_thread_ptid): Use find_inferior_ptid and pass inferior to
994 find_thread_ptid.
995 (find_thread_ptid(inferior*, ptid_t)): New overload.
996 (iterate_over_threads): Use all_threads_safe.
997 (any_thread_p): New.
998 (thread_count): Use all_threads and std::distance.
999 (live_threads_count): Use all_non_exited_threads and
1000 std::distance.
1001 (valid_global_thread_id): Use all_threads.
1002 (in_thread_list): Use find_thread_ptid.
1003 (first_thread_of_inferior): Adjust to per-inferior thread lists.
1004 (any_thread_of_inferior, any_live_thread_of_inferior): Use
1005 inf->non_exited_threads().
1006 (prune_threads, delete_exited_threads): Use all_threads_safe.
1007 (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
1008 (set_resumed, set_running): Use all_non_exited_threads.
1009 (is_thread_state, is_stopped, is_exited, is_running)
1010 (is_executing): Delete.
1011 (set_executing, set_stop_requested, finish_thread_state): Use
1012 all_non_exited_threads.
1013 (print_thread_info_1): Use all_inferiors and all_threads.
1014 (thread_apply_all_command): Use all_non_exited_threads.
1015 (thread_find_command): Use all_threads.
1016 (update_threads_executing): Use all_non_exited_threads.
1017 * tid-parse.c (parse_thread_id): Use inf->threads.
1018 * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
1019
1020 2018-11-22 Pedro Alves <palves@redhat.com>
1021
1022 * infrun.c (follow_exec) <set follow-exec new>: Add thread and
1023 switch to it before calling into try_open_exec_file.
1024
1025 2018-11-22 Pedro Alves <palves@redhat.com>
1026
1027 * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
1028 inferior_thread instead of find_thread_ptid, and only when
1029 inferior_ptid is not null_ptid.
1030 * inferior.c (add_inferior): Don't include target_pid_to_str
1031 output when the inferior is not started.
1032 * python/py-inferior.c (python_on_normal_stop): Don't use
1033 find_thread_ptid.
1034 (tui_on_user_selected_context_changed): Use inferior_thread
1035 instead of find_thread_ptid, and only when inferior_ptid is not
1036 null_ptid.
1037
1038 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1039
1040 PR python/23714
1041 * gdb/python/python.c (execute_gdb_command): Call
1042 prevent_dont_repeat earlier to avoid affecting dont_repeat.
1043
1044 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
1047 (HFILES_NO_SRCDIR): Add arch/riscv.h.
1048 * arch/riscv.c: New file.
1049 * arch/riscv.h: New file.
1050 * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
1051 this list, and add arch/riscv.o.
1052 * features/Makefile: Add riscv features.
1053 * features/riscv/32bit-cpu.c: New file.
1054 * features/riscv/32bit-cpu.xml: New file.
1055 * features/riscv/32bit-csr.c: New file.
1056 * features/riscv/32bit-csr.xml: New file.
1057 * features/riscv/32bit-fpu.c: New file.
1058 * features/riscv/32bit-fpu.xml: New file.
1059 * features/riscv/64bit-cpu.c: New file.
1060 * features/riscv/64bit-cpu.xml: New file.
1061 * features/riscv/64bit-csr.c: New file.
1062 * features/riscv/64bit-csr.xml: New file.
1063 * features/riscv/64bit-fpu.c: New file.
1064 * features/riscv/64bit-fpu.xml: New file.
1065 * features/riscv/rebuild-csr-xml.sh: New file.
1066 * riscv-tdep.c: Add 'arch/riscv.h' include.
1067 (riscv_gdb_reg_names): Delete.
1068 (csr_reggroup): New global.
1069 (struct riscv_register_alias): Delete.
1070 (struct riscv_register_feature): New structure.
1071 (riscv_register_aliases): Delete.
1072 (riscv_xreg_feature): New global.
1073 (riscv_freg_feature): New global.
1074 (riscv_virtual_feature): New global.
1075 (riscv_csr_feature): New global.
1076 (riscv_create_csr_aliases): New function.
1077 (riscv_read_misa_reg): Delete.
1078 (riscv_has_feature): Delete.
1079 (riscv_isa_xlen): Simplify, just return cached xlen.
1080 (riscv_isa_flen): Simplify, just return cached flen.
1081 (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
1082 (riscv_register_name): Update to make use of tdesc_register_name.
1083 Look up xreg and freg names in the new globals riscv_xreg_feature
1084 and riscv_freg_feature. Don't supply csr aliases here.
1085 (riscv_fpreg_q_type): Delete.
1086 (riscv_register_type): Use tdesc_register_type in almost all
1087 cases, override the returned type in a few specific cases only.
1088 (riscv_print_one_register_info): Handle errors reading registers.
1089 (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
1090 registers that are otherwise unknown to GDB. Also check the
1091 csr_reggroup.
1092 (riscv_print_registers_info): Remove assert about upper register
1093 number, and use gdbarch_register_reggroup_p instead of
1094 short-cutting.
1095 (riscv_find_default_target_description): New function.
1096 (riscv_check_tdesc_feature): New function.
1097 (riscv_add_reggroups): New function.
1098 (riscv_setup_register_aliases): New function.
1099 (riscv_init_reggroups): New function.
1100 (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
1101 setup register groups. Register new riscv debug variable.
1102 * riscv-tdep.h: Add 'arch/riscv.h' include.
1103 (struct gdbarch_tdep): Remove abi union, and add
1104 riscv_gdbarch_features field. Remove cached quad floating point
1105 type, and provide initialisation for double type field.
1106 * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
1107 the list of targets using the feature based target descriptions.
1108 * NEWS: Mention target description support.
1109
1110 2018-11-21 Pedro Alves <palves@redhat.com>
1111
1112 * valops.c (find_method_list, value_find_oload_method_list)
1113 (find_overload_match, find_oload_champ): Rename parameters and
1114 locals.
1115
1116 2018-11-21 Pedro Alves <palves@redhat.com>
1117
1118 * valops.c (find_method_list): Replace pointer and length
1119 parameters with an gdb::array_view. Adjust.
1120 (value_find_oload_method_list): Likewise.
1121 (find_overload_match): Use gdb::array_view for methods list.
1122 Adjust to find_oload_champ interface change.
1123 (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
1124 'num_fns' parameter now a size_t. Eliminate 'fn_count' local.
1125
1126 2018-11-21 Pedro Alves <palves@redhat.com>
1127
1128 * gdbtypes.c (compare_badness): Change type of parameters to const
1129 reference. Adjust to badness_vector being a std::vector now.
1130 (rank_function): Adjust to badness_vector being a std::vector now.
1131 * gdbtypes.h (badness_vector): Now a typedef to std::vector.
1132 (LENGTH_MATCH): Delete.
1133 (compare_badness): Change type of parameters to const reference.
1134 (rank_function): Return a badness_vector by value now.
1135 (find_overload_match): Adjust to badness_vector being a
1136 std::vector now. Remove cleanups.
1137 (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
1138 badness_vector pointer.
1139 (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
1140 a badness_vector pointer. Adjust to badness_vector being a
1141 std::vector now. Remove cleanups.
1142 (find_oload_champ): 'oload_champ_bv' parameter now
1143 a badness_vector pointer. Adjust to badness_vector being a
1144 std::vector now. Remove cleanups.
1145
1146 2018-11-21 Pedro Alves <palves@redhat.com>
1147
1148 * cp-support.c (sym_return_val_size, sym_return_val_index)
1149 (sym_return_val): Delete.
1150 (overload_list_add_symbol): Add std::vector parameter. Adjust to
1151 add to the vector.
1152 (make_symbol_overload_list): Adjust to return a std::vector
1153 instead of maintaining a global open coded vector.
1154 (make_symbol_overload_list_block): Add std::vector parameter.
1155 (make_symbol_overload_list_block): Rename to ...
1156 (add_symbol_overload_list_block): ... this and add std::vector
1157 parameter.
1158 (make_symbol_overload_list_namespace): Rename to ...
1159 (add_symbol_overload_list_namespace): ... this and add std::vector
1160 parameter.
1161 (make_symbol_overload_list_adl_namespace): Rename to ...
1162 (add_symbol_overload_list_adl_namespace): ... this and add
1163 std::vector parameter.
1164 (make_symbol_overload_list_adl): Delete.
1165 (add_symbol_overload_list_adl): New.
1166 (make_symbol_overload_list_using): Rename to ...
1167 (add_symbol_overload_list_using): ... this and add std::vector
1168 parameter.
1169 (make_symbol_overload_list_qualified): Rename to ...
1170 (add_symbol_overload_list_qualified): ... this and add std::vector
1171 parameter.
1172 * cp-support.h: Include "common/array-view.h" and <vector>.
1173 (make_symbol_overload_list): Change return type to std::vector.
1174 (make_symbol_overload_list_adl): Delete declaration.
1175 (add_symbol_overload_list_adl): New declaration.
1176 * valops.c (find_overload_match): Local 'oload_syms' now a
1177 std::vector.
1178 (find_oload_champ_namespace): 'oload_syms' parameter now a
1179 std::vector pointer.
1180 (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
1181 std::vector pointer. Adjust to new make_symbol_overload_list
1182 interface.
1183
1184 2018-11-21 Pedro Alves <palves@redhat.com>
1185
1186 * common/array-view.h (array_view::splice(size_type, size_t)): New.
1187 (array_view::splice(size_type)): New.
1188 * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
1189 * extension.c (xmethod_worker::get_arg_types): Adjust to return an
1190 std::vector.
1191 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1192 * extension.h: Include "common/array-view.h".
1193 (xmethod_worker::invoke): Adjust to use gdb::array_view.
1194 (xmethod_worker::get_arg_types): Adjust to return an std::vector.
1195 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1196 (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
1197 (xmethod_worker::do_get_result_type): Adjust to use
1198 gdb::array_view.
1199 * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
1200 * gdbtypes.h: Include "common/array-view.h".
1201 (rank_function): Adjust to use gdb::array_view.
1202 * python/py-xmethods.c (python_xmethod_worker::invoke)
1203 (python_xmethod_worker::do_get_arg_types)
1204 (python_xmethod_worker::do_get_result_type)
1205 (python_xmethod_worker::invoke): Adjust to new interfaces.
1206 * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
1207 (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
1208 * valops.c (find_overload_match, find_oload_champ_namespace)
1209 (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
1210 gdb:array_view and the new xmethod_worker interfaces.
1211 * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
1212 gdb::array_view.
1213 * value.h (find_overload_match, result_type_of_xmethod)
1214 (call_xmethod): Adjust to use gdb::array_view.
1215 * unittests/array-view-selftests.c: Add slicing tests.
1216
1217 2018-11-21 Pedro Alves <palves@redhat.com>
1218
1219 * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
1220 * common/array-view.h (make_array_view): New.
1221 * compile/compile-object-run.c (compile_object_run): Adjust to
1222 pass an array_view.
1223 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
1224 * eval.c (eval_call): Adjust to pass an array_view.
1225 (evaluate_subexp_standard): Adjust to pass an array_view.
1226 * gcore.c (call_target_sbrk): Adjust to pass an array_view.
1227 * guile/scm-value.c (gdbscm_value_call): Likewise.
1228 * infcall.c (push_dummy_code): Replace pointer + size parameters
1229 with an array_view parameter.
1230 (call_function_by_hand, call_function_by_hand_dummy): Likewise and
1231 adjust.
1232 * infcall.h: Include "common/array-view.h".
1233 (call_function_by_hand, call_function_by_hand_dummy): Replace
1234 pointer + size parameters with an array_view parameter.
1235 * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
1236 * linux-tdep.c (linux_infcall_mmap): Likewise.
1237 * objc-lang.c (lookup_objc_class, lookup_child_selector)
1238 (value_nsstring, print_object_command): Likewise.
1239 * python/py-value.c (valpy_call): Likewise.
1240 * rust-lang.c (rust_evaluate_funcall): Likewise.
1241 * spu-tdep.c (flush_ea_cache): Likewise.
1242 * valarith.c (value_x_binop, value_x_unop): Likewise.
1243 * valops.c (value_allocate_space_in_inferior): Likewise.
1244 * unittests/array-view-selftests.c (run_tests): Add
1245 gdb::make_array_view test.
1246
1247 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
1250 than a fixed size buffer.
1251
1252 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
1255 and remove insertion of extra spaces in GDB's output.
1256 * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
1257 Layout field into a temporary buffer, and then output it as a
1258 string field.
1259
1260 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1261
1262 * NEWS: Document the language choice done by
1263 'info [types|functions|variables]|rbreak'.
1264
1265 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1266
1267 * symtab.c (treg_matches_sym_type_name): Use
1268 scoped_switch_to_sym_language_if_auto instead of local logic.
1269 (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
1270 to switch to SYM language when language mode is auto.
1271
1272 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1273
1274 * language.h (scoped_switch_to_sym_language_if_auto): New class.
1275
1276 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1277
1278 * symtab.c (search_symbols): Properly check absence of type regexp
1279 before entering the loop scanning the minimal symbols.
1280
1281 2018-11-20 John Darrington <john@darrington.wattle.id.au>
1282
1283 * s12z-tdep.c (s12z_extract_return_value): New function.
1284 (inv_reg_perm) New array.
1285 (s12z_return_value): Populate readbuf if non-null.
1286
1287 2018-11-20 Eli Zaretskii <eliz@gnu.org>
1288
1289 * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
1290 with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
1291 to MinGW fixed by Gnulib.
1292 (O_NOINHERIT): Define if not defined.
1293
1294 2018-11-19 John Darrington <john@darrington.wattle.id.au>
1295
1296 * s12z-tdep.c (s12z_frame_cache): Add an assertion.
1297
1298 2018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
1299
1300 * infrun.c (displaced_step_inferior_state) <next>: Remove.
1301
1302 2018-11-19 Tom Tromey <tom@tromey.com>
1303
1304 * source.c (get_filename_and_charpos): Return void.
1305
1306 2018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
1307
1308 * skip.c (_initialize_step_skip): Fix "info skip" help.
1309
1310 2018-11-16 Tom Tromey <tom@tromey.com>
1311
1312 PR rust/23625:
1313 * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
1314
1315 2018-11-19 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * infrun.c (displaced_step_inferior_states): Change type to
1318 std::forward_list.
1319 (get_displaced_stepping_state): Adjust.
1320 (displaced_step_in_progress_any_inferior): Adjust.
1321 (add_displaced_stepping_state): Adjust.
1322 (remove_displaced_stepping_state): Adjust.
1323
1324 2018-11-18 Tom Tromey <tom@tromey.com>
1325
1326 PR build/23814:
1327 * target-delegates.c: Rebuild.
1328 * ia64-linux-nat.c (class ia64_linux_nat_target)
1329 <have_steppable_watchpoint>: Use override. Return true, not 1.
1330 (ia64_linux_nat_target::can_use_hw_breakpoint): Rename. Remove
1331 "self" argument.
1332 (ia64_linux_nat_target::low_new_thread): Rename.
1333 (class ia64_linux_nat_target) <read_description>: Don't declare.
1334 * target.h (struct target_ops) <have_steppable_watchpoint>: Return
1335 bool.
1336
1337 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1338
1339 PR gdb/22736:
1340 * aarch64-tdep.c (aarch64_push_dummy_call): Remove
1341 lang_struct_return code.
1342
1343 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1344
1345 * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
1346 return_method.
1347 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
1348 * amd64-tdep.c (amd64_push_arguments): Likewise.
1349 (amd64_push_dummy_call): Likewise.
1350 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
1351 * arc-tdep.c (arc_push_dummy_call): Likewise.
1352 * arm-tdep.c (arm_push_dummy_call): Likewise.
1353 * avr-tdep.c (avr_push_dummy_call): Likewise.
1354 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1355 * cris-tdep.c (cris_push_dummy_call): Likewise.
1356 * csky-tdep.c (csky_push_dummy_call): Likewise.
1357 * frv-tdep.c (frv_push_dummy_call): Likewise.
1358 * gdbarch.c: Regenerate.
1359 * gdbarch.h: Regenerate.
1360 * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
1361 return_method.
1362 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1363 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
1364 (hppa64_push_dummy_call): Likewise.
1365 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1366 * i386-tdep.c (i386_push_dummy_call): Likewise.
1367 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1368 * infcall.c (call_function_by_hand_dummy): Likewise.
1369 * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
1370 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1371 * m32c-tdep.c (m32c_push_dummy_call): Likewise.
1372 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1373 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1374 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1375 * mep-tdep.c (mep_push_dummy_call): Likewise.
1376 * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
1377 (mips_n32n64_push_dummy_call): Likewise.
1378 (mips_o32_push_dummy_call): Likewise.
1379 (mips_o64_push_dummy_call): Likewise.
1380 * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
1381 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
1382 * nds32-tdep.c (nds32_push_dummy_call): Likewise.
1383 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
1384 * or1k-tdep.c (or1k_push_dummy_call): Likewise.
1385 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
1386 (ppc64_sysv_abi_push_dummy_call): Likewise.
1387 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
1388 (ppc64_sysv_abi_push_dummy_call): Likewise.
1389 * riscv-tdep.c (riscv_push_dummy_call): Likewise.
1390 * rl78-tdep.c (rl78_push_dummy_call): Likewise.
1391 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
1392 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
1393 * rx-tdep.c (rx_push_dummy_call): Likewise.
1394 * s390-tdep.c (s390_push_dummy_call): Likewise.
1395 * score-tdep.c (score_push_dummy_call): Likewise.
1396 * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
1397 (sh_push_dummy_call_nofpu): Likewise.
1398 * sparc-tdep.c (sparc32_store_arguments): Likewise.
1399 (sparc32_push_dummy_call): Likewise.
1400 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
1401 (sparc64_push_dummy_call): Likewise.
1402 * spu-tdep.c (spu_push_dummy_call): Likewise.
1403 * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
1404 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1405 * v850-tdep.c (v850_push_dummy_call): Likewise.
1406 * vax-tdep.c (vax_push_dummy_call): Likewise.
1407 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1408 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1409
1410 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1411
1412 * gdbarch.sh (enum function_call_return_method): Add enum.
1413 * gdbarch.h: Regenerate.
1414 * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
1415
1416 2018-11-15 Joel Brobecker <brobecker@adacore.com>
1417
1418 * unittests/copy_bitwise-selftests.c: New file.
1419 * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
1420 (selftests::copy_bitwise_tests): Delete, moving this code to
1421 unittests/copy_bitwise-selftests.c instead.
1422 (_initialize_utils): Do not register copy_bitwise tests.
1423 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1424 unittests/copy_bitwise-selftests.c.
1425
1426 2018-11-14 Joel Brobecker <brobecker@adacore.com>
1427
1428 * ada-lang.c (move_bits): Delete. Update all callers to use
1429 copy_bitwise instead.
1430 * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
1431 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1432 Move from here to utils.c.
1433 (_initialize_dwarf2loc): Remove call to register copy_bitwise
1434 selftests.
1435 * utils.h (copy_bitwise): Add declaration.
1436 * utils.c (copy_bitwise, bits_to_str::bits_to_str)
1437 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1438 Moved here from dwarf2loc.c.
1439 (_initialize_utils): Register copy_bitwise selftests.
1440
1441 2018-11-14 Jim Wilson <jimw@sifive.com>
1442
1443 * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
1444 (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
1445 then increment next_regnum if odd.
1446 (riscv_arg_location): New arg is_unnamed. Set ainfo->is_unnamed.
1447 (riscv_push_dummy_call): New local ftype. Call check_typedef to set
1448 function type. Pass new arg to riscv_arg_location based on function
1449 type.
1450 (riscv_return_value): Pass new arg to riscv_arg_location.
1451
1452 * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
1453 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
1454 of TYPE_LENGTH and BIGGEST_ALIGNMENT.
1455
1456 * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
1457 setting len. New local align, set to max of arg align and xlen,
1458 and pass to first riscv_assign_stack_location call.
1459
1460 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1461
1462 * skip.c (complete_skip_number): New function.
1463 (_initialize_step_skip): Add completers to some skip commands.
1464
1465 2018-11-09 Tom Tromey <tom@tromey.com>
1466
1467 * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
1468 (struct remote_g_packet_data): Derive from allocate_on_obstack.
1469 <guesses>: Now a std::vector.
1470 (remote_g_packet_data_init, register_remote_g_packet_guess):
1471 Update.
1472 (remote_read_description_p): Update. Return bool.
1473 (remote_target::read_description): Update.
1474 (struct remote_g_packet_guess): Add constructor.
1475
1476 2018-11-09 Tom Tromey <tom@tromey.com>
1477
1478 * common/scoped_fd.h (class scoped_fd): Add move constructor and
1479 move assignment operator.
1480 * psymtab.c (psymtab_to_fullname): Update.
1481 * source.h (open_source_file): Return scoped_fd.
1482 (find_and_open_source): Likewise.
1483 * source.c (open_source_file): Return scoped_fd.
1484 (get_filename_and_charpos): Update.
1485 (print_source_lines_base): Update. Use scoped_fd::to_file.
1486 (forward_search_command): Likewise.
1487 (reverse_search_command): Likewise.
1488 (find_and_open_source): Return scoped_fd.
1489 * tui/tui-source.c (tui_set_source_content): Update. Use
1490 gdb_file_up.
1491
1492 2018-11-09 John Baldwin <jhb@FreeBSD.org>
1493
1494 * minsyms.c (minimal_symbol_reader::install): Fix unsigned
1495 overflow.
1496
1497 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1498
1499 * configure: Regenerate.
1500
1501 2018-11-09 Tom de Vries <tdevries@suse.de>
1502
1503 * symtab.c (symbol_set_names): Call symbol_find_demangled_name
1504 unconditionally, to set the language of the symbol. Manage freeing
1505 returned pointer using gdb::unique_xmalloc_ptr.
1506
1507 2018-11-08 Tom Tromey <tom@tromey.com>
1508
1509 * record.c (require_record_target): Upper-case "<TAB>".
1510
1511 2018-11-08 Tom Tromey <tom@tromey.com>
1512
1513 * python/lib/gdb/command/pretty_printers.py
1514 (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
1515
1516 2018-11-08 Tom Tromey <tom@tromey.com>
1517
1518 PR gdb/23555:
1519 PR gdb/23838:
1520 * target.h (target_supports_terminal_ours): Return bool.
1521 * target.c (target_supports_terminal_ours): Handle case where
1522 current_top_target returns nullptr. Return bool.
1523
1524 2018-11-08 Joel Brobecker <brobecker@adacore.com>
1525
1526 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
1527 return the correct count for potential HFAs.
1528
1529 2018-11-08 Jan Beulich <jbeulich@suse.com>
1530
1531 * i387-tdep.c (i387_supply_xsave): Split handling of
1532 X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
1533 (i387_collect_xsave): Likewise.
1534
1535 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * riscv-tdep.c (riscv_insn::decode): Update header comment.
1538 (riscv_frame_this_id): Catch errors thrown while building the
1539 frame cache, leave the frame id as the default, which is the outer
1540 frame id.
1541
1542 2018-11-07 Joel Brobecker <brobecker@adacore.com>
1543
1544 * ada-lang.c (read_atcb): Only set task_info->called_task if
1545 task_info->state == Entry_Caller_Sleep.
1546 (print_ada_task_info): Do not check task_info->state before
1547 checking task_info->called_task.
1548 (info_task): Likewise.
1549
1550 2018-11-07 Joel Brobecker <brobecker@adacore.com>
1551
1552 * ada-tasks.c (read_atcb): Clear task_info before computing
1553 the value of each of its fields.
1554
1555 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1558 NULL before dereferencing it.
1559
1560 2018-11-06 Tom de Vries <tdevries@suse.de>
1561
1562 * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1563 program headers.
1564
1565 2018-11-06 Max Filippov <jcmvbkbc@gmail.com>
1566
1567 * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1568 so that it applies to uclinux as well.
1569
1570 2018-11-06 Marius Muench <marius.muench@eurecom.fr>
1571
1572 * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1573 when on AAPCS.
1574
1575 2018-11-06 John Baldwin <jhb@FreeBSD.org>
1576
1577 * riscv-fbsd-nat.c (getregs_supplies): Return true for
1578 RISCV_CSR_SSTATUS_REGNUM.
1579
1580 2018-11-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1581
1582 * source.c (open_source_file): Fix leak by transferring the
1583 current s->fullname to the unique_xmalloc_ptr fullname given
1584 to find_and_open_source.
1585
1586 2018-11-04 Tom Tromey <tom@tromey.com>
1587
1588 * varobj.c (install_default_visualizer): Update.
1589 * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1590 Return gdbpy_ref.
1591 * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1592 (find_pretty_printer_from_progspace)
1593 (find_pretty_printer_from_gdb, find_pretty_printer)
1594 (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1595 (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1596 Update.
1597
1598 2018-11-04 Tom Tromey <tom@tromey.com>
1599
1600 * python/python.c (gdbpy_parameter_value): Update.
1601 * python/python-internal.h (python_string_to_unicode)
1602 (python_string_to_target_python_string)
1603 (host_string_to_python_string): Return gdbpy_ref.
1604 * python/py-utils.c (python_string_to_unicode)
1605 (unicode_to_encoded_python_string)
1606 (unicode_to_target_python_string)
1607 (python_string_to_target_string)
1608 (python_string_to_target_python_string): Return gdbpy_ref.
1609 (python_string_to_host_string): Update.
1610 (host_string_to_python_string): Return gdbpy_ref.
1611 * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1612 (stpy_fullname): Update.
1613 * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1614 Update.
1615 * python/py-prettyprint.c (print_string_repr): Update.
1616 * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1617 (objfpy_get_build_id): Update.
1618 * python/py-breakpoint.c (bppy_get_location)
1619 (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1620 Update.
1621
1622 2018-11-04 Tom Tromey <tom@tromey.com>
1623
1624 * python/python-internal.h (gdb_py_object_from_longest)
1625 (gdb_py_object_from_ulongest): Return gdbpy_ref.
1626 * python/py-value.c (valpy_int): Update.
1627 * python/py-utils.c (gdb_py_object_from_longest): Return
1628 gdbpy_ref.
1629 (gdb_py_object_from_ulongest): Likewise.
1630 * python/py-type.c (typy_get_alignof): Update.
1631 * python/py-linetable.c (ltpy_get_all_source_lines)
1632 (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1633 * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1634
1635 2018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1636
1637 * ada-lang.c (_initialize_ada_language): Fix typo.
1638
1639 2018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1640
1641 * language.c (type): Remove.
1642 (_initialize_language): Remove assignment to type.
1643
1644 2018-11-02 Joel Brobecker <brobecker@adacore.com>
1645
1646 * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1647 * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1648 (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1649 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1650 (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1651 (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1652 * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1653 and aarch64-ravenscar-thread.o.
1654 * NEWS: Add entry documenting Ravenscar tasking support
1655 on AArch64 ELF.
1656
1657 2018-11-02 Matthew Malcomson <matthew.malcomson@arm.com>
1658
1659 * symtab.c (info_functions_command): Initialize quiet flag.
1660 * stack.c (info_args_command): Likewise.
1661
1662 2018-11-01 Jim Wilson <jimw@sifive.com>
1663
1664 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1665 Set if pcptr if unaligned. Return 2 if unaligned_p true. Update
1666 debugging messages.
1667
1668 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1669
1670 * ada-lang.c (ada_watch_location_expression): New function.
1671 (ada_language_defn): Set la_watch_location_expression to
1672 ada_watch_location_expression.
1673
1674 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1675
1676 * print-utils.c (int_string): Remove unnecessary trailing spaces.
1677
1678 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1679
1680 * rs6000-tdep.c (skip_prologue): Fix potential negative left
1681 shifting.
1682
1683 2018-11-01 Jerome Guitton <guitton@adacore.com>
1684 Joel Brobecker <brobecker@adacore.com>
1685
1686 * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1687 * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1688 * arm-pikeos-tdep.c: New file.
1689 * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1690 embedded system.
1691 * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1692
1693 2018-11-01 Simon Marchi <simon.marchi@ericsson.com>
1694
1695 * common/pathstuff.c (get_standard_temp_dir): New.
1696 * common/pathstuff.h (get_standard_temp_dir): New.
1697 * config.in: Re-generate.
1698 * configure: Re-generate.
1699 * configure.ac: Don't check for mkdtemp.
1700 * gnulib/aclocal-m4-deps.mk: Re-generate.
1701 * gnulib/aclocal.m4: Re-generate.
1702 * gnulib/config.in: Re-generate.
1703 * gnulib/configure: Re-generate.
1704 * gnulib/import/Makefile.am: Re-generate.
1705 * gnulib/import/Makefile.in: Re-generate.
1706 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1707 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1708 * gnulib/import/m4/mkdtemp.m4: New file.
1709 * gnulib/import/mkdtemp.c: New file.
1710 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1711 Add mkdtemp module.
1712 * unittests/mkdir-recursive-selftests.c (test): Use
1713 get_standard_temp_dir.
1714 (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1715 ifdef.
1716 * compile/compile.c (get_compile_file_tempdir): Likewise.
1717
1718 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1719
1720 * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1721 (SIG_FRAME_LR_OFFSET64): New define.
1722 (SIG_FRAME_FP_OFFSET64): New define.
1723 (aix_sighandle_frame_cache): New Function.
1724 (aix_sighandle_frame_this_id): New Function.
1725 (aix_sighandle_frame_prev_register): New Function.
1726 (aix_sighandle_frame_sniffer): New Function.
1727 (aix_sighandle_frame_unwind): New global variable.
1728 (rs6000_aix_init_osabi): Install new frame unwinder.
1729
1730 2018-10-31 Sergio Durigan Junior <sergiodj@redhat.com>
1731
1732 PR gdb/23835
1733 * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1734 already defined.
1735
1736 2018-10-31 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1737
1738 * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1739
1740 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1743 (producer_is_icc): New function.
1744 (check_producer): Set producer_is_icc field on dwarf2_cu.
1745 (dwarf2_init_integer_type): New function.
1746 (read_base_type): Call dwarf2_init_integer_type instead of
1747 init_integer_type in all cases.
1748 (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1749 * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1750 LEN is greater than 0.
1751
1752 2018-10-30 Tom Tromey <tom@tromey.com>
1753
1754 * main.c (captured_main_1): Check return value of bfd_init.
1755
1756 2018-10-29 Sergio Durigan Junior <sergiodj@redhat.com>
1757
1758 * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1759 Adjust comments.
1760
1761 2018-10-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1762
1763 * procfs.c: Include common/pathstuff.h.
1764
1765 2018-10-28 Andrew Burgess <andrew.burgess@embecosm.com>
1766
1767 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1768 Add missing braces. No functional change.
1769
1770 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1771
1772 * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1773 to report a bad option and fix indentation.
1774 * demangle.c (demangle_command): Use report_unrecognized_option_error
1775 to report a bad option and correctly report the bad option.
1776
1777 2018-10-27 Tom Tromey <tom@tromey.com>
1778
1779 PR cli/23364:
1780 * darwin-nat.c (copied_shell): New global.
1781 (may_have_sip): Rename from should_disable_startup_with_shell.
1782 (copy_shell_to_cache, maybe_cache_shell): New functions.
1783 (darwin_nat_target::create_inferior): Update. Use
1784 copied_shell.
1785
1786 2018-10-27 Tom Tromey <tom@tromey.com>
1787
1788 * unittests/scoped_fd-selftests.c (test_to_file): New function.
1789 (run_tests): Call test_to_file.
1790 * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1791 temporary files.
1792 * common/scoped_fd.h (scoped_fd::to_file): New method.
1793
1794 2018-10-27 Tom Tromey <tom@tromey.com>
1795
1796 * unittests/scoped_mmap-selftests.c (test_normal): Use
1797 gdb_mkostemp_cloexec.
1798 * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1799 Use gdb_mkostemp_cloexec.
1800 * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1801 gnulib/config.in, gnulib/configure,
1802 gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1803 gnulib/import/m4/gnulib-cache.m4,
1804 gnulib/import/m4/gnulib-comp.m4: Update.
1805 * gnulib/import/m4/mkostemp.m4: New file.
1806 * gnulib/import/m4/mkstemp.m4: Remove.
1807 * gnulib/import/mkostemp.c: New file.
1808 * gnulib/import/mkstemp.m4: Remove.
1809 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1810 mkstemp, add mkostemp. Apply new patch.
1811 * gnulib/import/stdlib.in.h: Apply patch.
1812 * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1813 New file.
1814 * dwarf-index-write.c (write_psymtabs_to_index): Use
1815 gdb_mkostemp_cloexec.
1816 * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1817
1818 2018-10-27 Tom Tromey <tom@tromey.com>
1819
1820 * unittests/mkdir-recursive-selftests.c: New file.
1821 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1822 unittests/mkdir-recursive-selftests.c.
1823 * dwarf-index-cache.c (mkdir_recursive): Move to
1824 common/filestuff.c.
1825 (index_cache::store): Check return value of mkdir_recursive.
1826 (create_dir_and_check, test_mkdir_recursive): Move to new file.
1827 (_initialize_index_cache): Don't register test.
1828 * common/filestuff.h (mkdir_recursive): Declare.
1829 * common/filestuff.c (mkdir_recursive): Move from
1830 dwarf-index-cache.c. Return bool.
1831
1832 2018-10-27 Tom Tromey <tom@tromey.com>
1833
1834 * dwarf-index-write.c (write_psymtabs_to_index): Move
1835 make_temp_filename to common/pathstuff.c.
1836 * common/pathstuff.h (make_temp_filename): Declare.
1837 * common/pathstuff.c (make_temp_filename): New function, moved
1838 from dwarf-index-write.c.
1839
1840 2018-10-27 Tom Tromey <tom@tromey.com>
1841
1842 * procfs.c (procfs_target::create_inferior): Use get_shell.
1843 * cli/cli-cmds.c (shell_escape): Use get_shell.
1844 * windows-nat.c (windows_nat_target::create_inferior): Use
1845 get_shell.
1846 * common/pathstuff.c (get_shell): New function.
1847 * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1848 (fork_inferior): Use get_shell.
1849 * common/pathstuff.h (get_shell): Declare.
1850
1851 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1852
1853 * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1854
1855 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1856
1857 * stack.c (print_variable_and_value_data): Add preg and treg.
1858 (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1859 and update callers.
1860 (print_frame_arg_vars): Likewise.
1861 (prepare_reg): New function.
1862 (info_locals_command): Extract info print args and use them.
1863 (info_args_command): Likewise.
1864 (_initialize_stack): Modify on-line help.
1865 * symtab.c (treg_matches_sym_type_name): New function.
1866 (search_symbols): New arg t_regexp.
1867 (symtab_symbol_info): New args quiet, regexp, t_regexp.
1868 (info_variables_command): Extract info print args and use them.
1869 (info_functions_command): Likewise.
1870 (info_types_command): Update call to symtab_symbol_info.
1871 (_initialize_symtab): Modify on-line help.
1872 * symtab.h (treg_matches_sym_type_name): New function.
1873 (search_symbols): New t_regexp arg.
1874
1875 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1876
1877 * cli-utils.c (extract_arg_maybe_quoted): New function.
1878 (extract_info_print_args): New function.
1879 (info_print_args_help): New function.
1880 (report_unrecognized_option_error): New function.
1881 * cli-utils.h (extract_arg_maybe_quoted): New function.
1882 (extract_info_print_args): New function.
1883 (info_print_args_help): New function.
1884 (report_unrecognized_option_error): New function.
1885
1886 2018-10-26 Tom Tromey <tom@tromey.com>
1887
1888 * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1889 (compute_compunit_symtab_includes): Update.
1890 * symtab.h: (symtab_ptr): Remove typedef. Don't define a VEC.
1891 (compunit_symtab_ptr): Likewise.
1892
1893 2018-10-26 John Baldwin <jhb@FreeBSD.org>
1894
1895 * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1896 default_print_auxv_entry for specific tag values.
1897
1898 2018-10-26 John Baldwin <jhb@FreeBSD.org>
1899
1900 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1901
1902 2018-10-26 Jim Wilson <jimw@sifive.com>
1903
1904 * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1905 (riscv_linux_sigframe_init): Declare.
1906 (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1907 (riscv_linux_sigframe): New.
1908 (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1909 (riscv_linux_sigframe_init): Define.
1910 (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1911
1912 * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1913 (riscv_isa_flen): Likewise. Drop static.
1914 * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1915 (riscv_isa_flen): Likewise. Declare.
1916
1917 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1918 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1919
1920 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1921 (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1922 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1923 (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1924 (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1925 (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1926 (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1927 Define.
1928 (struct ppc_linux_features) <htm>: New field.
1929 (ppc_linux_no_features): Add initializer for htm field.
1930 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1931 new tdescs.
1932 * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1933 (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1934 (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1935 Define if not already defined.
1936 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1937 and rs6000/powerpc-isa207-htm-vsx64l.
1938 (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1939 rs6000/powerpc-isa207-htm-vsx64l.xml.
1940 * features/rs6000/power-htm-spr.xml: New file.
1941 * features/rs6000/power-htm-core.xml: New file.
1942 * features/rs6000/power64-htm-core.xml: New file.
1943 * features/rs6000/power-htm-fpu.xml: New file.
1944 * features/rs6000/power-htm-altivec.xml: New file.
1945 * features/rs6000/power-htm-vsx.xml: New file.
1946 * features/rs6000/power-htm-ppr.xml: New file.
1947 * features/rs6000/power-htm-dscr.xml: New file.
1948 * features/rs6000/power-htm-tar.xml: New file.
1949 * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1950 * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1951 * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1952 * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1953 * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1954 * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1955 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1956 fetch_regset with HTM regsets.
1957 (store_register, store_ppc_registers): Call store_regset with HTM
1958 regsets.
1959 (ppc_linux_nat_target::read_description): Set htm field in the
1960 features struct if needed.
1961 * ppc-linux-tdep.c: Include
1962 features/rs6000/powerpc-isa207-htm-vsx32l.c and
1963 features/rs6000/powerpc-isa207-htm-vsx64l.c.
1964 (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1965 (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1966 (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1967 (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1968 (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1969 (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1970 (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1971 (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1972 (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1973 (ppc32_linux_ctarregset): New globals.
1974 (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1975 (ppc_linux_collect_core_cpgrregset): New function.
1976 (ppc_linux_iterate_over_regset_sections): Call back with the htm
1977 regsets.
1978 (ppc_linux_core_read_description): Check if the tm spr section is
1979 present and set htm in the features struct.
1980 (_initialize_ppc_linux_tdep): Call
1981 initialize_tdesc_powerpc_isa207_htm_vsx32l and
1982 initialize_tdesc_powerpc_isa207_htm_vsx64l.
1983 * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1984 Declare.
1985 (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1986 (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1987 (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1988 * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1989 New fields.
1990 <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1991 Likewise.
1992 <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
1993 <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
1994 (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
1995 New enum fields.
1996 <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
1997 <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
1998 <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
1999 <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
2000 <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
2001 <PPC_CTAR_REGNUM>: Likewise.
2002 (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
2003 (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
2004 * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
2005 (IS_CEFP_PSEUDOREG): Define.
2006 (rs6000_register_name): Hide the upper halves of checkpointed VSX
2007 registers. Return names for the checkpointed DFP, VSX, and EFP
2008 pseudo registers.
2009 (rs6000_pseudo_register_type): Remove initial assert and raise an
2010 internal error in the else clause instead. Return types for the
2011 checkpointed DFP, VSX, and EFP pseudo registers.
2012 (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
2013 checkpointed DFP pseudo registers.
2014 (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
2015 checkpointed VSX pseudo registers.
2016 (efp_pseudo_register_read, efp_pseudo_register_write): Rename
2017 from efpr_pseudo_register_read and
2018 efpr_pseudo_register_write. Handle checkpointed EFP pseudo
2019 registers.
2020 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
2021 Handle checkpointed DFP, VSX, and EFP registers.
2022 (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
2023 (efp_ax_pseudo_register_collect): New functions.
2024 (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
2025 register logic to new functions. Handle checkpointed DFP, VSX,
2026 and EFP pseudo registers.
2027 (rs6000_gdbarch_init): Look for and validate the htm features.
2028 Include checkpointed DFP, VSX and EFP pseudo-registers.
2029 * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
2030 HTM registers.
2031
2032 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2033
2034 * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
2035 without altivec or fpu.
2036
2037 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2038 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2039
2040 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
2041 (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
2042 * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
2043 Define if not already defined.
2044 * features/rs6000/power-ebb.xml: New file.
2045 * features/rs6000/power-linux-pmu.xml: New file.
2046 * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
2047 features.
2048 * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
2049 * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
2050 * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
2051 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
2052 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
2053 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
2054 fetch_regset with ebb and pmu regsets.
2055 (store_register, store_ppc_registers): Call store_regset with ebb
2056 and pmu regsets.
2057 (ppc_linux_nat_target::read_description): Set isa207 field in the
2058 features struct if ebb and pmu are avaiable.
2059 * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
2060 (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
2061 (ppc_linux_iterate_over_regset_sections): Call back with the ebb
2062 and pmu regsets.
2063 (ppc_linux_core_read_description): Check if the pmu section is
2064 present and set isa207 in the features struct.
2065 * ppc-linux-tdep.h (ppc32_linux_ebbregset)
2066 (ppc32_linux_pmuregset): Declare.
2067 * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
2068 <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
2069 <ppc_sier_regnum>: New field.
2070 (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
2071 New enum values.
2072 <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
2073 values.
2074 <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
2075 (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
2076 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
2077 ebb and pmu features.
2078
2079 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2080 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2081
2082 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
2083 (tdesc_powerpc_isa207_vsx64l): Declare.
2084 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
2085 (struct ppc_linux_features) <isa207>: New field.
2086 (ppc_linux_no_features): Add initializer for isa207 field.
2087 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
2088 new tdescs.
2089 * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
2090 (NT_PPC_TAR): Define if not already defined.
2091 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
2092 rs6000/powerpc-isa207-vsx64l.
2093 (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
2094 rs6000/powerpc-isa207-vsx64l.xml.
2095 * features/rs6000/power-tar.xml: New file.
2096 * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
2097 * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
2098 * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
2099 * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
2100 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
2101 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
2102 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
2103 fetch_regset with the TAR regset.
2104 (store_register, store_ppc_registers): Call store_regset with the
2105 TAR regset.
2106 (ppc_linux_nat_target::read_description): Set isa207 field in the
2107 features struct if needed.
2108 * ppc-linux-tdep.c: Include
2109 features/rs6000/powerpc-isa207-vsx32l.c and
2110 features/rs6000/powerpc-isa207-vsx64l.c.
2111 (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
2112 (ppc_linux_iterate_over_regset_sections): Call back with the tar
2113 regset.
2114 (ppc_linux_core_read_description): Check if the tar section is
2115 present and set isa207 in the features struct.
2116 (_initialize_ppc_linux_tdep): Call
2117 initialize_tdesc_powerpc_isa207_vsx32l and
2118 initialize_tdesc_powerpc_isa207_vsx64l.
2119 * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
2120 * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
2121 (enum) <PPC_TAR_REGNUM>: New enum value.
2122 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
2123 feature.
2124 (ppc_process_record_op31): Record changes to TAR.
2125
2126 2018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2127 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2128
2129 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
2130 (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
2131 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
2132 (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
2133 (struct ppc_linux_features) <ppr_dscr>: New field.
2134 (ppc_linux_no_features): Add initializer for ppr_dscr field.
2135 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
2136 new tdescs.
2137 * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
2138 Define if not already defined.
2139 * features/Makefile (WHICH): Add
2140 rs6000/powerpc-isa205-ppr-dscr-vsx32l and
2141 rs6000/powerpc-isa205-ppr-dscr-vsx64l.
2142 (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
2143 rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
2144 * features/rs6000/power-dscr.xml: New file.
2145 * features/rs6000/power-ppr.xml: New file.
2146 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
2147 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
2148 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
2149 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
2150 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
2151 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
2152 * ppc-linux-nat.c: Include <sys/uio.h>.
2153 (fetch_regset, store_regset, check_regset): New functions.
2154 (fetch_register, fetch_ppc_registers): Call fetch_regset with
2155 DSCR and PPR regsets.
2156 (store_register, store_ppc_registers): Call store_regset with
2157 DSCR and PPR regsets.
2158 (ppc_linux_get_hwcap2): New function.
2159 (ppc_linux_nat_target::read_description): Call
2160 ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
2161 features struct if needed.
2162 * ppc-linux-tdep.c: Include
2163 features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
2164 features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
2165 (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
2166 (ppc32_linux_dscrregset): New globals.
2167 (ppc_linux_iterate_over_regset_sections): Call back with the ppr
2168 and dscr regsets.
2169 (ppc_linux_core_read_description): Check if the ppr and dscr
2170 sections are present and set ppr_dscr in the features struct.
2171 (_initialize_ppc_linux_tdep): Call
2172 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
2173 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
2174 * ppc-linux-tdep.h (ppc32_linux_pprregset)
2175 (ppc32_linux_dscrregset): Declare.
2176 * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
2177 <ppc_dscr_regnum>: New field.
2178 (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
2179 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
2180 and dscr features.
2181 (ppc_process_record_op31): Record changes to PPR and DSCR.
2182
2183 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2184
2185 * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
2186 second initializer line for the have_* variables. Initialize
2187 have_fpu to 0 instead of 1.
2188
2189 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2190
2191 * arch/ppc-linux-common.c (ppc_linux_match_description):
2192 Parenthesize tdesc assignements and indent them properly.
2193
2194 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2195
2196 * ppc-linux-nat.c (fetch_register): Change if statement to else
2197 if.
2198 (store_register): Likewise.
2199
2200 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2201
2202 * rs6000-tdep.c: Remove reggroups.h include.
2203 (rs6000_pseudo_register_reggroup_p): Remove.
2204 (rs6000_gdbarch_init): Remove call to
2205 set_tdesc_pseudo_register_reggroup_p.
2206
2207 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2208
2209 * reggroups.c (default_register_reggroup_p): Return true for
2210 decfloat registers and float_reggroup.
2211
2212 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2213
2214 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
2215 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
2216 ppc_linux_collect_vrregset by regcache_collect_regset.
2217
2218 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2219
2220 * linux-tdep.c (linux_collect_regset_section_cb): Use
2221 std::vector<gdb_byte> instead of char * and malloc for buf.
2222 Remove xfree.
2223
2224 2018-10-26 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2225
2226 * xcoffread.c (read_xcoff_symtab): Pass deduced language to
2227 symtab_start instead of always using language_unknown.
2228
2229 2018-10-26 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
2232 READ_P parameter, catch and ignore register access errors from
2233 either the old or new MISA location.
2234 (riscv_has_feature): Update call to riscv_read_misa_reg.
2235
2236 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * python/py-function.c (convert_values_to_python): Return
2239 gdbpy_ref<>. Add header comment.
2240 (fnpy_call): Adjust.
2241
2242 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
2245 (cmdpy_completer_handle_brkchars): Adjust.
2246 (cmdpy_completer): Adjust.
2247
2248 2018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
2251 Pass correct regnum to raw_supply_zeroed.
2252
2253 2018-10-23 Hafiz Abid Qadeer <abidh@codesourcery.com>
2254
2255 * regcache.c (cooked_read_test): Add CSKY to the list of
2256 architectures with a save_reggroup
2257
2258 2018-10-23 Simon Marchi <simon.marchi@polymtl.ca>
2259
2260 PR gdb/23368
2261 * infrun.c (follow_exec): In the follow_exec_mode_new case,
2262 transfer terminal state from old new new inferior.
2263 * terminal.h (swap_terminal_info): New function.
2264 * inflow.c (swap_terminal_info): New function.
2265
2266 2018-10-23 Tom Tromey <tom@tromey.com>
2267
2268 * record-btrace.c (get_thread_current_frame_id): Rename from
2269 get_thread_current_frame. Return a frame_id.
2270 (record_btrace_start_replaying): Update.
2271
2272 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * riscv-tdep.c (riscv_register_name): Use the user-friendly names
2275 for CSRs.
2276
2277 2018-10-23 Joel Brobecker <brobecker@adacore.com>
2278
2279 * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
2280 have_nonsteppable_watchpoint attribute to 1.
2281
2282 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
2285 register names.
2286 (struct register_alias): Rename to...
2287 (struct riscv_register_alias): ...this, and update comment.
2288 (riscv_register_aliases): Update type, and alias names. Remove
2289 CSR names from this list.
2290 (riscv_register_name): Use riscv_gdb_reg_names for int and float
2291 register names. Add an extra assertion.
2292 (riscv_is_regnum_a_named_csr): New function.
2293 (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
2294
2295 2018-10-23 John Darrington <john@darrington.wattle.id.au>
2296
2297 * configure.tgt: Add configuration for s12z.
2298 * s12z-tdep.c: New file.
2299 * NEWS: Mention new target.
2300
2301 2018-10-22 Jim Wilson <jimw@sifive.com>
2302
2303 * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
2304 FP reg smaller than FP reg size, and fill with -1 instead of 0.
2305
2306 * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
2307 (riscv_register_type): Use them.
2308 (riscv_print_one_register_info): Handle union of floats same as float.
2309 * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
2310 riscv_fpreg_q_type fields.
2311
2312 2018-10-21 Simon Marchi <simon.marchi@ericsson.com>
2313
2314 * gdbarch.sh (gdbarch_num_cooked_regs): New.
2315 * gdbarch.h: Re-generate.
2316 * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
2317 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2318 * eval.c (evaluate_subexp_standard): Likewise.
2319 * findvar.c (value_of_register): Likewise.
2320 (value_of_register_lazy): Likewise.
2321 (address_from_register): Likewise.
2322 * frame.c (get_frame_register_bytes): Likewise.
2323 * gdbarch-selftests.c (register_to_value_test): Likewise.
2324 * h8300-tdep.c (h8300_register_type): Likewise.
2325 * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
2326 (i386_svr4_reg_to_regnum): Likewise.
2327 * infcmd.c (default_print_registers_info): Likewise.
2328 (registers_info): Likewise.
2329 (print_vector_info): Likewise.
2330 (default_print_float_info): Likewise.
2331 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2332 * mdebugread.c (mdebug_reg_to_regnum): Likewise.
2333 * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
2334 (mi_cmd_data_list_changed_registers): Likewise.
2335 (mi_cmd_data_list_register_values): Likewise.
2336 (mi_cmd_data_write_register_values): Likewise.
2337 (mi_cmd_trace_frame_collected): Likewise.
2338 * mips-tdep.c (print_gp_register_row): Likewise.
2339 (mips_print_registers_info): Likewise.
2340 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
2341 * regcache.c (init_regcache_descr): Likewise.
2342 (register_size): Likewise.
2343 (register_dump::dump): Likewise.
2344 (cooked_read_test): Likewise.
2345 (cooked_write_test): Likewise.
2346 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2347 (rs6000_gdbarch_init): Likewise.
2348 * stabsread.c (stab_reg_to_regnum): Likewise.
2349 * stack.c (info_frame_command): Likewise.
2350 * target-descriptions.c (tdesc_register_name): Likewise.
2351 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2352 * tui/tui-regs.c (tui_show_register_group): Likewise.
2353 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
2354 (user_reg_map_regnum_to_name): Likewise.
2355 (value_of_user_reg): Likewise.
2356 (maintenance_print_user_registers): Likewise.
2357 * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
2358 (xtensa_register_name): Likewise.
2359 (xtensa_register_type): Likewise.
2360 (xtensa_reg_to_regnum): Likewise.
2361 (xtensa_pseudo_register_read): Likewise.
2362 (xtensa_pseudo_register_write): Likewise.
2363
2364 2018-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2365
2366 * amd64-tdep.c (amd64_pseudo_register_read_value): Use
2367 correctly-sized buffer with raw_read.
2368 (amd64_pseudo_register_write): Use correctly-sized buffer for
2369 raw_read/raw_write.
2370
2371 2018-10-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2372
2373 * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
2374 in add_prefix_cmd of set print type.
2375
2376 2018-10-19 Tom Tromey <tom@tromey.com>
2377
2378 PR tui/18388:
2379 * NEWS: Mention tabset deprecation.
2380 * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
2381 (update_tab_width): New function.
2382 (tui_set_tab_width, tui_show_tab_width): New functions.
2383 (tui_set_tab_width_command): Use update_tab_width.
2384 (_initialize_tui_win): Move to end of file. Deprecate "tabset".
2385 Add new "set tui tab-width" command.
2386 * tui/tui-source.c (tui_set_source_content): Update.
2387 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2388 * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
2389 Don't declare.
2390 (tui_tab_width): Declare.
2391 * tui/tui-data.c (default_tab_len, tui_default_tab_len)
2392 (tui_set_default_tab_len): Remove.
2393
2394 2018-10-19 Tom Tromey <tom@tromey.com>
2395
2396 * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
2397 (key_is_backspace, tui_getc): Don't declare.
2398 * tui/tui-io.c (key_is_start_sequence): Now static.
2399 (key_is_end_sequence, key_is_backspace): Remove.
2400 (tui_getc): Now static.
2401
2402 2018-10-19 Tom Tromey <tom@tromey.com>
2403
2404 * symfile.c (reread_symbols): Clear "static_links".
2405
2406 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2407
2408 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
2409 define.
2410 (aarch64_linux_sigframe_init): Extra boundary checks.
2411
2412 2018-10-19 Andreas Arnez <arnez@linux.ibm.com>
2413
2414 * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
2415 the possibly non-existent tdesc type 'vec128', but the type of raw
2416 register v16 instead.
2417
2418 2018-10-19 Gary Benson <gbenson@redhat.com>
2419
2420 * cli/cli-interp.c (cli_interp::~cli_interp): New function.
2421
2422 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2423
2424 PR cli/23785
2425 * cli/cli-dump.c (restore_binary_file): Check if "file" is
2426 NULL.
2427
2428 2018-10-17 Paul Koning <paul_koning@dell.com>
2429
2430 * charset.c (convert_between_encodings): Fix unsigned overflow.
2431
2432 2018-10-17 John Baldwin <jhb@FreeBSD.org>
2433
2434 * fbsd-nat.c (fbsd_nat_target::info_proc) Use
2435 fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
2436 * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
2437 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2438 New functions.
2439 (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
2440 and fbsd_info_proc_mappings_header.
2441 * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
2442 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2443 New.
2444
2445 2018-10-17 Joel Brobecker <brobecker@adacore.com>
2446
2447 * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
2448 Solaris Maintainer.
2449
2450 2018-10-15 Tom Tromey <tom@tromey.com>
2451
2452 * tui/tui.c (strcat_to_buf): Remove casts.
2453 * tui/tui-winsource.c (tui_show_source_line)
2454 (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
2455 * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
2456 * tui/tui-windata.c (tui_first_data_item_displayed)
2457 (tui_delete_data_content_windows, tui_erase_data_content)
2458 (tui_display_all_data, tui_display_data_from)
2459 (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
2460 * tui/tui-win.c (tui_set_win_height)
2461 (make_invisible_and_set_new_height, parse_scrolling_args): Remove
2462 casts.
2463 * tui/tui-win.c (tui_resize_all): Remove casts.
2464 (tui_scroll_backward_command, tui_set_focus)
2465 (tui_set_tab_width_command): Likewise.
2466 * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
2467 * tui/tui-regs.c (tui_show_register_group): Remove cast.
2468 * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
2469 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
2470 * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
2471 Remove casts.
2472
2473 2018-10-15 Simon Marchi <simon.marchi@ericsson.com>
2474
2475 * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
2476 AArch64/ARM maintainer.
2477
2478 2018-10-11 Gary Benson <gbenson@redhat.com>
2479
2480 * interps.h (interp::m_name): Make private and mutable.
2481 * interps.c (interp::~interp): Free m_name.
2482
2483 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2484 Simon Marchi <simark@simark.ca>
2485
2486 * README (`configure' options): Add documentation for new
2487 "--enable-unit-tests" option.
2488 * acinclude.m4: Include "selftest.m4".
2489 * configure: Regenerate.
2490 * configure.ac: Use "GDB_AC_SELFTEST".
2491 * maint.c (maintenance_selftest): Update message informing
2492 that selftests have been disabled.
2493 (maintenance_info_selftests): Likewise.
2494 * selftest.m4: New file.
2495
2496 2018-10-10 Gary Benson <gbenson@redhat.com>
2497
2498 * remote.c (remote_target::remote_send_printf): Add
2499 missing va_end found by Coverity.
2500
2501 2018-10-10 Markus Metzger <markus.t.metzger@intel.com>
2502
2503 * btrace.c (ftrace_update_function): Add indirect jump heuristic.
2504
2505 2018-10-09 Tom Tromey <tom@tromey.com>
2506
2507 * configure: Rebuild.
2508 * sanitize.m4 (AM_GDB_UBSAN): Default to no.
2509 * NEWS: Update --enable-ubsan documentation.
2510
2511 2018-10-09 Gary Benson <gbenson@redhat.com>
2512
2513 * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
2514 found by Coverity.
2515
2516 2018-10-08 Tom Tromey <tom@tromey.com>
2517
2518 * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
2519 variable.
2520 (riscv_fbsd_init_abi): Likewise.
2521
2522 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2523 * valops.c (value_struct_elt_for_reference): Rename local variable
2524 to work around the shadowing a previous local warning.
2525
2526 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2527
2528 * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
2529 * NEWS: Mention new FreeBSD/riscv native configuration.
2530 * configure.host: Add riscv*-*-freebsd*.
2531 * configure.nat: Likewise.
2532 * riscv-fbsd-nat.c: New file.
2533
2534 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2535
2536 * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
2537 (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
2538 (ALLDEPFILES): Add riscv-fbsd-tdep.c.
2539 * NEWS: Mention new FreeBSD/riscv target.
2540 * configure.tgt: Add riscv*-*-freebsd*.
2541 * riscv-fbsd-tdep.c: New file.
2542 * riscv-fbsd-tdep.h: New file.
2543
2544 2018-10-08 John Baldwin <jhb@FreeBSD.org>
2545
2546 * regcache.h (struct regcache_map_entry): Note that this type can
2547 be used with traditional frame caches.
2548 * trad-frame.c (trad_frame_set_reg_regmap): New.
2549 * trad-frame.h (trad_frame_set_reg_regmap): New.
2550
2551 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2552
2553 PR c++/16841
2554 * valops.c (get_virtual_base_offset): New function.
2555 (value_struct_elt_for_reference): Use it to get virtual base offset
2556 and add it in calculating class member address.
2557
2558 2018-10-08 John Darrington <john@darrington.wattle.id.au>
2559
2560 * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2561 (check_producer): Check if the producer is codewarrior.
2562 (producer_is_codewarrior): New function.
2563 (lnp_state_machine::record_line): Ignore is_stmt flag for records
2564 produced by codewarrior.
2565 (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
2566
2567 2018-10-06 Tom Tromey <tom@tromey.com>
2568
2569 PR python/19399:
2570 * python/py-inferior.c: Add "architecture" entry.
2571 (infpy_architecture): New function.
2572
2573 2018-10-06 Tom Tromey <tom@tromey.com>
2574
2575 PR python/21765:
2576 * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2577 SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2578 SYMBOL_TYPES_DOMAIN. Define SYMBOL_MODULE_DOMAIN,
2579 SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2580
2581 2018-10-06 Tom Tromey <tom@tromey.com>
2582
2583 PR build/17077:
2584 * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2585 * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2586 microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2587 #include.
2588
2589 2018-10-06 Tom Tromey <tom@tromey.com>
2590
2591 * python/py-breakpoint.c (bppy_get_location): Handle a
2592 bp_breakpoint without a location.
2593
2594 2018-10-06 Tom Tromey <tom@tromey.com>
2595
2596 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2597 (_RegEx): Reformat help text.
2598 * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2599 (AnyCallerIs, AnyCallerMatches): Reformat help text.
2600 * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2601 text.
2602 * python/lib/gdb/command/xmethods.py (InfoXMethod)
2603 (EnableXMethod, DisableXMethod): Remove help indentation.
2604 Capitalize meta-syntactic variables.
2605 * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2606 (EnableUnwinder, DisableUnwinder): Remove help indentation.
2607 Capitalize meta-syntactic variables.
2608 * python/lib/gdb/command/explore.py (ExploreCommand)
2609 (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2610 * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2611 (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2612 * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2613 Remove help indentation.
2614 (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2615 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2616 (DisableFrameFilter, SetFrameFilterPriority)
2617 (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2618
2619 2018-10-06 Tom Tromey <tom@tromey.com>
2620
2621 PR tui/28819:
2622 * tui/tui-io.c (gdb_wgetch): New function.
2623 (tui_mld_getc, tui_getc): Use it.
2624
2625 2018-10-05 Tom Tromey <tom@tromey.com>
2626
2627 * sol-thread.c (sol_thread_target::wait): Rename inner
2628 "save_ptid".
2629
2630 2018-10-04 Tom Tromey <tom@tromey.com>
2631
2632 * configure: Rebuild.
2633 * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2634
2635 2018-10-04 Tom Tromey <tom@tromey.com>
2636
2637 * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2638 declaration of "block".
2639
2640 2018-10-04 Tom Tromey <tom@tromey.com>
2641
2642 * common/filestuff.c (fdwalk): Remove inner declaration of
2643 "result".
2644
2645 2018-10-04 Tom Tromey <tom@tromey.com>
2646
2647 * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2648 "structs_addr" and hoist declaration.
2649
2650 2018-10-04 Tom Tromey <tom@tromey.com>
2651
2652 * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2653 variable "size".
2654
2655 2018-10-04 Tom Tromey <tom@tromey.com>
2656
2657 * mdebugread.c (parse_partial_symbols): Use std::string.
2658
2659 2018-10-04 Tom Tromey <tom@tromey.com>
2660
2661 * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2662 * p-valprint.c (pascal_val_print): Split inner "i" variable.
2663 * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2664 header.
2665 * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2666 more inner scope.
2667 * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2668 * varobj.c (varobj_update): Rename inner "newobj",
2669 "type_changed".
2670 * valprint.c (generic_emit_char): Rename inner "buf".
2671 * valops.c (find_overload_match): Rename inner "temp".
2672 (value_struct_elt_for_reference): Declare "v" in more inner
2673 scope.
2674 * v850-tdep.c (v850_push_dummy_call): Rename "len".
2675 * unittests/array-view-selftests.c (run_tests): Rename inner
2676 "vec".
2677 * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2678 header.
2679 * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2680 "tsv" in more inner scope.
2681 (print_one_static_tracepoint_marker): Rename inner
2682 "tuple_emitter".
2683 * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2684 (tic6x_push_dummy_call): Don't redeclare "addr".
2685 * target-float.c: Declare "dto" lower.
2686 * symtab.c (lookup_local_symbol): Rename inner "sym".
2687 (find_pc_sect_line): Rename inner "pc".
2688 * stack.c (print_frame): Don't redeclare "gdbarch".
2689 (return_command): Rename inner "gdbarch".
2690 * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2691 "sp".
2692 * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2693 header.
2694 * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2695 * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2696 scope.
2697 * remote.c (remote_target::update_thread_list): Don't redeclare
2698 "tp".
2699 (remote_target::process_initial_stop_replies): Rename inner
2700 "thread".
2701 (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2702 (remote_target::wait_as): Don't redeclare "stop_reply".
2703 (remote_target::get_thread_local_address): Rename inner
2704 "result".
2705 (remote_target::get_tib_address): Likewise.
2706
2707 * regcache.c (cooked_read_test): Rename "regnum".
2708 * record-btrace.c (cmd_record_btrace_start): Rename inner
2709 "exception".
2710 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2711 loop header.
2712 * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2713 header.
2714 (ppu2spu_sniffer): Rename inner "buf".
2715 * parse.c (operator_check_standard): Rename inner "type",
2716 "objfile".
2717 * p-valprint.c (pascal_val_print): Introduce new scope for
2718 "low_bound", "high_bound".
2719 * p-exp.y (yylex): Declare "i" in loop header.
2720 * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2721 Lower declaration of "s".
2722 * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2723 header.
2724 (nios2_push_dummy_call): Rename "len".
2725 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2726 "buf".
2727 (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2728 (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2729 (linux_xfer_osdata_modules): Likewise.
2730 * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2731 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2732 (mips_o64_push_dummy_call): Likewise.
2733 * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2734 "op".
2735 * mi/mi-main.c (list_available_thread_groups): Rename inner
2736 "tuple_emitter".
2737 (mi_cmd_data_read_memory): Rename inner "opts".
2738 * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2739 "tuple_emitter".
2740 * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2741 * mdebugread.c (parse_symbol): Rename inner "b". Declare "f" in
2742 more inner scope.
2743 (parse_partial_symbols): Rename inner "pst", "p", "name"
2744 * main.c (captured_main_1): Rename inner "i"s.
2745 * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2746 "oso2".
2747 * linux-tdep.c (linux_info_proc): Rename inner "filename".
2748 * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2749 * infrun.c (handle_no_resumed): Don't redeclare "thread".
2750 (handle_signal_stop): Rename inner "gdbarch".
2751 (handle_command): Declare "signum" in loop header.
2752 * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2753 "status".
2754 (examine_prologue): Rename inner "sol" and "sof".
2755 (ia64_extract_return_value): Rename inner "val". Declare another
2756 "val" in a more inner scope.
2757 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2758 inner scope.
2759 * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2760 "except".
2761 * findvar.c (default_read_var_value): Don't redeclare "addr".
2762 * f-exp.y (yylex): Declare "i" in loop header.
2763 * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2764 Rename inner "type", "expect_type".
2765 (evaluate_subexp_for_sizeof): Rename inner "pc".
2766 * elfread.c (elf_symfile_read): Rename inner "abfd".
2767 * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2768 "bytes_read".
2769 (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2770 (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2771 (dwarf_decode_line_header): Rename inner "lh".
2772 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2773 "offset". Declare "i" in loop header.
2774 (disassemble_dwarf_expression): Rename inner "addr_size".
2775 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2776 inner "result".
2777 (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2778 * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2779 * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2780 "inner_list_emitter".
2781 (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2782 * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2783 declaration in a block.
2784 * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2785 * cp-valprint.c (cp_print_value_fields): Don't redeclare
2786 "obstack_final_size".
2787 * cp-support.c (inspect_type): Declare "i" in loop header.
2788 * compile/compile.c (compile_instance::insert_symbol_error):
2789 Rename inner "e".
2790 * common/agent.c (agent_run_command): Remove inner "ret"
2791 declaration.
2792 * coffread.c (coff_symfile_read): Rename inner "name".
2793 (coff_symfile_read): Rename inner "abfd".
2794 * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2795 * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2796 "high".
2797 * c-exp.y (lex_one_token): Move "len" declaration lower.
2798 * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2799 "gdbarch".
2800 (create_exception_master_breakpoint): Likewise. Don't redeclare
2801 "b".
2802 (watch_command_1): Declare "mark" later.
2803 (clear_command): Don't shadow "a" or "b".
2804 (delete_command): Rename inner "b".
2805 (delete_trace_command): Likewise.
2806 * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2807 "op".
2808 (arm_gdbarch_init): Remove inner "e_flags".
2809 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2810 "offset" in inner blocks.
2811
2812 2018-10-04 Simon Marchi <simon.marchi@ericsson.com>
2813
2814 * dwarf-index-write.c (file_write): Don't write if the vector is
2815 empty.
2816
2817 2018-10-05 Tom de Vries <tdevries@suse.de>
2818
2819 * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2820 PyArg_ParseTuple call.
2821
2822 2018-10-05 Tom de Vries <tdevries@suse.de>
2823
2824 * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2825 PyArg_ParseTuple call.
2826
2827 2018-10-04 Joel Brobecker <brobecker@adacore.com>
2828
2829 * psymtab.c (recursively_search_psymtabs): Reformat parameters
2830 to avoid exceeding 80 characters per line limit.
2831
2832 2018-10-04 Tom Tromey <tom@tromey.com>
2833
2834 * symfile.c (syms_from_objfile_1, finish_new_objfile)
2835 (reread_symbols): Update.
2836 * complaints.h (clear_complaints): Remove argument.
2837 * complaints.c (enum complaint_series): Remove.
2838 (series): Remove global.
2839 (complaint_internal): Update.
2840 (clear_complaints): Remove argument.
2841
2842 2018-10-04 Tom Tromey <tom@tromey.com>
2843
2844 * symfile.c (symbol_file_add_with_addrs): Do not print "no
2845 debugging symbols" message if there is a separate debug objfile.
2846
2847 2018-10-04 Tom Tromey <tom@tromey.com>
2848
2849 PR cli/19551:
2850 * symfile.c (symbol_file_add_with_addrs): Update output.
2851 * psymtab.c (require_partial_symbols): Update output.
2852
2853 2018-10-04 Tom Tromey <tom@tromey.com>
2854
2855 PR cli/22234:
2856 * complaints.c: Emit \n.
2857
2858 2018-10-04 Tom Tromey <tom@tromey.com>
2859
2860 * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2861 (separate_debug_file_exists, find_separate_debug_file)
2862 (add_symbol_file_command, reread_symbols, allocate_symtab)
2863 (allocate_compunit_symtab): Use filtered printing, not
2864 unfiltered.
2865 * psymtab.c (require_partial_symbols, dump_psymtab)
2866 (allocate_psymtab): Use filtered printing, not unfiltered.
2867
2868 2018-10-04 Tom Tromey <tom@tromey.com>
2869
2870 * complaints.c (complaint_internal): Correctly check complaint
2871 count.
2872
2873 2018-10-04 Tom Tromey <tom@tromey.com>
2874
2875 * complaints.h (struct complaints): Remove declaration.
2876 * complaints.c (clear_complaints): Remove an unused variable.
2877
2878 2018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2879
2880 * MAINTAINERS (Write After Approval): Add self.
2881
2882 2018-10-03 Tom Tromey <tom@tromey.com>
2883
2884 * guile/scm-value.c (gdbscm_value_to_string): Initialize
2885 "buffer_contents".
2886 * coffread.c (coff_symtab_read): Initialize "newobj".
2887
2888 2018-10-03 Simon Marchi <simon.marchi@polymtl.ca>
2889
2890 * dwarf2read.c (read_func_scope): Remove struct keyword in
2891 range-based for.
2892
2893 2018-10-03 Tom Tromey <tom@tromey.com>
2894
2895 * README: Mention --enable-ubsan.
2896 * NEWS: Mention --enable-ubsan.
2897 * acinclude.m4: Include sanitize.m4.
2898 * configure: Rebuild.
2899 * configure.ac: Call AM_GDB_UBSAN.
2900 * sanitize.m4: New file.
2901
2902 2018-10-03 Tom Tromey <tom@tromey.com>
2903
2904 * expression.h (enum exp_opcode): Use uint8_t as base type.
2905 * expprint.c (op_name): Handle invalid opcodes.
2906
2907 2018-10-03 Tom Tromey <tom@tromey.com>
2908
2909 * parse.c (prefixify_expression): Add assert.
2910 (parse_exp_in_context_1): Throw exception if the expression is
2911 empty.
2912
2913 2018-10-03 Tom Tromey <tom@tromey.com>
2914
2915 * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2916
2917 2018-10-03 Tom Tromey <tom@tromey.com>
2918
2919 * c-exp.y (parse_number): Work in unsigned. Remove casts.
2920
2921 2018-10-03 Tom Tromey <tom@tromey.com>
2922
2923 * dwarf2read.c (read_subrange_type): Make "negative_mask"
2924 unsigned.
2925
2926 2018-10-03 Tom Tromey <tom@tromey.com>
2927
2928 * findvar.c (extract_integer): Do work in an unsigned type.
2929
2930 2018-10-03 Tom Tromey <tom@tromey.com>
2931
2932 * common/enum-flags.h (enum_flags::operator~): Add static assert.
2933 * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2934 base type.
2935 * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2936 * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2937 type.
2938 * c-lang.h (enum c_string_type_values): Use unsigned as base
2939 type.
2940 * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2941
2942 2018-10-03 Tom Tromey <tom@tromey.com>
2943
2944 * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2945 <~dwarf2_frame_state_reg_info>: Update.
2946 <dwarf2_frame_state_reg_info>: Update.
2947 <alloc_regs>: Add assertion. Update.
2948 <reg>: Now a std::vector.
2949 <num_regs>: Remove.
2950 <swap>: Update.
2951 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2952 (execute_cfa_program_test, dwarf2_frame_cache): Update.
2953
2954 2018-10-03 Tom Tromey <tom@tromey.com>
2955
2956 * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2957
2958 2018-10-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2959
2960 * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2961
2962 2018-10-02 Tom Tromey <tom@tromey.com>
2963
2964 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2965
2966 2018-10-02 John Darrington <john@darrington.wattle.id.au>
2967
2968 * NEWS: Mention changed commands.
2969 * ser-uds.c: New file.
2970 * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2971 * configure: Regenerate.
2972 * Makefile.in: Add new file.
2973 * serial.c (serial_open): Check if filename is a socket
2974 and lookup the appropriate interface accordingly.
2975
2976 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2977
2978 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2979 define.
2980 (AARCH64_EXTRA_MAGIC): Likewise.
2981 (AARCH64_FPSIMD_MAGIC): Likewise.
2982 (AARCH64_SVE_MAGIC): Likewise.
2983 (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2984 (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2985 (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2986 (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2987 (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2988 (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2989 (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2990 (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2991 (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
2992 (AARCH64_SVE_CONTEXT_SIZE): Likewise.
2993 (read_aarch64_ctx): Add function.
2994 (aarch64_linux_sigframe_init): Detect FP registers.
2995
2996 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2997
2998 * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
2999 (AARCH64_D0_REGNUM): Likewise.
3000 (AARCH64_S0_REGNUM): Likewise.
3001 (AARCH64_H0_REGNUM): Likewise.
3002 (AARCH64_B0_REGNUM): Likewise.
3003 (AARCH64_SVE_V0_REGNUM): Likewise.
3004 * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
3005 (AARCH64_D0_REGNUM): Likewise.
3006 (AARCH64_S0_REGNUM): Likewise.
3007 (AARCH64_H0_REGNUM): Likewise.
3008 (AARCH64_B0_REGNUM): Likewise.
3009 (AARCH64_SVE_V0_REGNUM): Likewise.
3010
3011 2018-10-01 Gary Benson <gbenson@redhat.com>
3012
3013 * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
3014 * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
3015 prfpregset_t instead of gdb_prfpregset_t.
3016 * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
3017 * configure, config.in: Rebuild.
3018
3019 2018-10-01 Gary Benson <gbenson@redhat.com>
3020
3021 * common/gdb_proc_service.h: New file, factored out from...
3022 * gdb_proc_service.h: Moved common code to the above file.
3023 * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
3024
3025 2018-10-01 Gary Benson <gbenson@redhat.com>
3026
3027 * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
3028 undefined. Use elf_fpregset_t if prfpregset_t is undefined.
3029
3030 2018-10-01 Gary Benson <gbenson@redhat.com>
3031
3032 * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
3033 (AC_CHECK_HEADERS): Check for linux/elf.h.
3034 * configure, config.in: Rebuild.
3035 * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
3036 doesn't define elf_fpregset_t.
3037
3038 2018-10-01 Gary Benson <gbenson@redhat.com>
3039
3040 * gdb_proc_service.h: Whitespace change.
3041
3042 2018-10-01 Tom Tromey <tom@tromey.com>
3043
3044 * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
3045 * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
3046 * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
3047
3048 2018-10-01 Tom Tromey <tom@tromey.com>
3049
3050 * README: Minor change.
3051
3052 2018-09-30 Pedro Alves <palves@redhat.com>
3053
3054 * darwin-nat-info.c (darwin_debug_regions_recurse)
3055 (info_mach_exceptions_command): Remove unused local variables.
3056 * darwin-nat.c (darwin_decode_notify_message)
3057 (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
3058 (darwin_stop_inferior, darwin_setup_exceptions)
3059 (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
3060 (darwin_nat_target::attach, darwin_nat_target::detach)
3061 (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
3062 local variables.
3063 * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
3064 variables.
3065
3066 2018-09-29 Tom Tromey <tom@tromey.com>
3067
3068 * README: Remove some leftover text.
3069
3070 2018-09-29 Tom Tromey <tom@tromey.com>
3071
3072 * PROBLEMS: Rewrite.
3073 * README: Update.
3074
3075 2018-09-28 John Baldwin <jhb@FreeBSD.org>
3076
3077 * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
3078 case with explicit breakpoint kind.
3079 * riscv-tdep.c (show_use_compressed_breakpoints): Remove
3080 'additional_info' and related logic.
3081 (riscv_debug_breakpoints): New variable.
3082 (riscv_breakpoint_kind_from_pc): Use the length of the existing
3083 instruction to determine the breakpoint kind.
3084 (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
3085 flag. Update description of 'set/show riscv
3086 use-compressed-breakpoints' flag.
3087
3088 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 (NEWS): Mention changes to frame related commands.
3091 * cli/cli-decode.c (add_cmd_suppress_notification): New function.
3092 (add_prefix_cmd_suppress_notification): New function.
3093 (add_com_suppress_notification): Call
3094 add_cmd_suppress_notification.
3095 * command.h (add_cmd_suppress_notification): Declare.
3096 (add_prefix_cmd_suppress_notification): Declare.
3097 * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
3098 (parse_frame_specification): Moved from stack.c, with
3099 simplification to handle a single argument.
3100 (mi_cmd_stack_select_frame): Use parse_frame_specification, the
3101 switch to the selected frame. Add a header comment.
3102 * stack.c: Remove 'safe-ctype.h' include.
3103 (find_frame_for_function): Add declaration.
3104 (find_frame_for_address): New function.
3105 (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
3106 (frame_selection_by_function_completer): New function.
3107 (info_frame_command): Rename to...
3108 (info_frame_command_core): ...this, and update parameter types.
3109 (select_frame_command): Rename to...
3110 (select_frame_command_core): ...this, and update parameter types.
3111 (frame_command): Rename to...
3112 (frame_command_core): ...this, and update parameter types.
3113 (class frame_command_helper): New class to wrap implementations of
3114 frame related sub-commands.
3115 (frame_apply_cmd_list): New static global.
3116 (frame_cmd_list): Make static.
3117 (select_frame_cmd_list): New global for sub-commands.
3118 (info_frame_cmd_list): New global for sub-commands.
3119 (_initialize_stack): Register sub-commands for 'frame',
3120 'select-frame', and 'info frame'. Update 'frame apply' commands
3121 to use frame_apply_cmd_list. Move function local static
3122 frame_apply_list to file static frame_apply_cmd_list for
3123 consistency.
3124 * stack.h (select_frame_command): Delete declarationn.
3125 (select_frame_for_mi): Declare new function.
3126
3127 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3128
3129 * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
3130 (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
3131 and NOP.
3132
3133 2018-09-26 Simon Marchi <simon.marchi@ericsson.com>
3134
3135 * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
3136
3137 2018-09-26 Tom Tromey <tom@tromey.com>
3138
3139 * valops.c (auto_abandon): Remove dead code.
3140
3141 2018-09-26 Tom Tromey <tom@tromey.com>
3142
3143 * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
3144
3145 2018-09-24 Tom Tromey <tom@tromey.com>
3146
3147 * common/pathstuff.c (get_standard_cache_dir): Make
3148 "xdg_cache_home" and "home" const.
3149 * top.c (init_history): Make "tmpenv" const.
3150 * main.c (get_init_files): Make "homedir" const.
3151
3152 2018-09-23 Tom Tromey <tom@tromey.com>
3153
3154 PR python/18852:
3155 * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
3156
3157 2018-09-23 Tom Tromey <tom@tromey.com>
3158
3159 * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
3160 * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
3161 * python/python-internal.h (gdbpy_handle_exception): Declare.
3162 * python/py-utils.c (gdbpy_handle_exception): New function.
3163
3164 2018-09-23 Tom Tromey <tom@tromey.com>
3165
3166 PR python/17284:
3167 * python/py-type.c (typy_template_argument): Check for negative
3168 argument number.
3169
3170 2018-09-23 Tom Tromey <tom@tromey.com>
3171
3172 PR python/14062:
3173 * python/python.c (gdbpy_run_events): Do not ignore exceptions.
3174
3175 2018-09-23 Tom Tromey <tom@tromey.com>
3176
3177 PR python/18170:
3178 * python/py-value.c (valpy_int): Allow conversion from pointer
3179 type.
3180
3181 2018-09-23 Tom Tromey <tom@tromey.com>
3182
3183 PR python/20126:
3184 * python/py-value.c (valpy_int): Respect type sign.
3185
3186 2018-09-23 Tom Tromey <tom@tromey.com>
3187
3188 PR python/18352;
3189 * python/py-value.c (valpy_float): Allow conversions from int or
3190 char.
3191 (valpy_int, valpy_long): Allow conversions from float.
3192
3193 2018-09-23 Tom Tromey <tom@tromey.com>
3194
3195 * ctf.c (ctf_start): Use gdb_fopen_cloexec.
3196 * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
3197
3198 2018-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3199
3200 * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
3201 __sighndlr.
3202 * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
3203
3204 2018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
3205
3206 * windows-nat.c (windows_nat_target::wait): Remove a spurious
3207 target_terminal::ours().
3208
3209 2018-09-23 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
3212 of vl to ULONGEST.
3213
3214 2018-09-21 Yacov Simhony <ysimhony@gmail.com>
3215
3216 * breakpoint.c (update_inserted_breakpoint_locations): Remove
3217 redundant condition.
3218
3219 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3220
3221 * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
3222
3223 * procfs.c: Don't check for PR_MODEL_NATIVE definition.
3224 * sparc-sol2-nat.c: Likewise. Remove Linux, __arch64__ references.
3225 * sol-thread.c (ps_pdmodel): Don't guard definition.
3226
3227 * procfs.c: Fix formatting.
3228
3229 * procfs.c (sysset_t_alloc): Remove.
3230 (create_procinfo): Use XNEW instead of sysset_t_alloc.
3231 (procfs_debug_inferior): Likewise.
3232 (procfs_set_exec_trap): Likewise.
3233 (proc_set_traced_sysentry): Don't allocate argp dynamically.
3234 (proc_set_traced_sysexit): Likewise.
3235
3236 * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
3237 (dead_procinfo): Likewise.
3238 (proc_warn): Likewise.
3239 (proc_error): Likewise.
3240 (proc_get_LDT_entry): Likewise.
3241 (do_attach): Likewise.
3242 (procfs_target::pid_to_str): Likewise.
3243 (iterate_over_mappings): Likewise.
3244
3245 * procfs.c (create_procinfo): Fix ARI warning.
3246 (proc_get_status): Likewise.
3247 (proc_stop_process): Likewise.
3248 (proc_run_process): Likewise.
3249 (proc_kill): Likewise.
3250 (proc_get_LDT_entry): Likewise.
3251 (procfs_find_LDT_entry): Likewise.
3252 (proc_update_threads): Likewise.
3253 (proc_iterate_over_threads): Likewise.
3254 (do_attach): Likewise.
3255 (procfs_xfer_memory): Likewise.
3256 (invalidate_cache): Likewise.
3257 (procfs_target::resume): Likewise.
3258 (procfs_init_inferior): Likewise.
3259 (procfs_set_exec_trap): Likewise.
3260 (procfs_target::thread_alive): Likewise.
3261 (procfs_target::pid_to_exec_file): Likewise.
3262 (iterate_over_mappings): Likewise.
3263 (procfs_target::make_corefile_notes): Likewise.
3264 * sol-thread.c (sol_thread_target::thread_alive): Likewise.
3265
3266 * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
3267 (procfs_find_LDT_entry): Likewise.
3268 * sol-thread.c (ps_lgetLDT): Likewise.
3269
3270 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3271
3272 PR tdep/17903
3273 * procfs.c (procfs_target): Declare pid_to_exec_file.
3274 (procfs_target::pid_to_exec_file): New.
3275
3276 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3277
3278 * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
3279 renaming.
3280 Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
3281 AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
3282
3283 2018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3284
3285 * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
3286 (supply_fpregset, fill_fpregset): Move ...
3287 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
3288 Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
3289 Remove references to ioctl-based procfs.
3290 Include <sys/reg.h>.
3291 Remove PR_MODEL_NATIVE guards.
3292 * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
3293 * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
3294
3295 2018-09-19 Xavier Roirand <roirand@adacore.com>
3296
3297 PR gdb/20981:
3298 * solib-darwin.c (darwin_get_dyld_bfd): New function.
3299 (darwin_solib_get_all_image_info_addr_at_init): Update call.
3300 (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
3301
3302 2018-09-19 John Baldwin <jhb@FreeBSD.org>
3303
3304 * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
3305 (fbsd_print_sockaddr_in6): Likewise.
3306
3307 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3308 Chris January <chris.january@arm.com>
3309
3310 * eval.c (skip_undetermined_arglist): Skip argument list helper.
3311 (evaluate_subexp_standard): Return a dummy type when
3312 honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
3313 OP_F77_UNDETERMINED_ARGLIST case.
3314 * expression.h (enum noside): Update comment.
3315
3316 2018-09-19 George Vasick <george.vasick@oracle.com>
3317
3318 * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
3319
3320 2018-09-19 Stefan Teleman <stefan.teleman@oracle.com>
3321 April Chin <april.chin@oracle.com>
3322 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3323
3324 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
3325 uint_t lwpid_t.
3326 (create_procinfo): Print pids in /proc without leading zeros.
3327
3328 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3329
3330 * nios2-tdep.c (nios2_gcc_target_options): New.
3331 (nios2_gdb_arch_init): Install new hook.
3332
3333 2018-09-18 Simon Marchi <simon.marchi@ericsson.com>
3334
3335 * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
3336 New file.
3337 * update-gnulib.sh: Apply patch.
3338 * configure: Re-generate.
3339
3340 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3341
3342 * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
3343 description. Make "info proc" command descriptions more
3344 consistent.
3345
3346 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3347
3348 * NEWS: Mention 'info proc files' command.
3349
3350 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3351
3352 * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
3353 descriptors for IP_FILES and IP_ALL.
3354
3355 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3356
3357 * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
3358 (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
3359 (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
3360 (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
3361 (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
3362 (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
3363 (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
3364 (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
3365 (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
3366 (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
3367 (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
3368 (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
3369 (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
3370 (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
3371 (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
3372 (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
3373 (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
3374 (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
3375 (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
3376 (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
3377 (struct fbsd_sockaddr_un): New types.
3378 (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
3379 (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
3380 (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
3381 (fbsd_core_info_proc_files): New functions.
3382 (fbsd_core_info_proc): List open file descriptors for IP_FILES and
3383 IP_ALL.
3384 * fbsd-tdep.h (fbsd_info_proc_files_header)
3385 (fbsd_info_proc_files_entry): New.
3386
3387 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3388
3389 * defs.h (enum info_proc_what) [IP_FILES]: New value.
3390 * infcmd.c (info_proc_cmd_files): New function.
3391 (_initialize_infcmd): Register 'info proc files' command.
3392
3393 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3394
3395 * gnulib/aclocal-m4-deps.mk: Re-generate.
3396 * gnulib/aclocal.m4: Re-generate.
3397 * gnulib/config.in: Re-generate.
3398 * gnulib/configure: Re-generate.
3399 * gnulib/import/Makefile.am: Re-generate.
3400 * gnulib/import/Makefile.in: Re-generate.
3401 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
3402 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
3403 * gnulib/import/arpa_inet.in.h: New file.
3404 * gnulib/import/inet_ntop.c: New file.
3405 * gnulib/import/m4/arpa_inet_h.m4: New file.
3406 * gnulib/import/m4/inet_ntop.m4: New file.
3407 * gnulib/import/m4/netinet_in_h.m4: New file.
3408 * gnulib/import/m4/socklen.m4: New file.
3409 * gnulib/import/m4/sockpfaf.m4: New file.
3410 * gnulib/import/m4/stdalign.m4: New file.
3411 * gnulib/import/m4/sys_uio_h.m4: New file.
3412 * gnulib/import/netinet_in.in.h: New file.
3413 * gnulib/import/stdalign.in.h: New file.
3414 * gnulib/import/sys_socket.c: New file.
3415 * gnulib/import/sys_socket.in.h: New file.
3416 * gnulib/import/sys_uio.in.h: New file.
3417 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
3418 module.
3419
3420 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3421
3422 * gnulib/aclocal-m4-deps.mk: New file.
3423 * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
3424 deterministically.
3425
3426 2018-09-18 John Baldwin <jhb@FreeBSD.org>
3427
3428 * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
3429 KVE_PATH.
3430
3431 2018-09-18 Tom Tromey <tom@tromey.com>
3432
3433 * compile/compile-object-load.c (struct
3434 link_hash_table_cleanup_data): Add constructor and destructor.
3435 Use DISABLE_COPY_AND_ASSIGN.
3436 (~link_hash_table_cleanup_data): Rename from
3437 link_hash_table_free. Now a destructor.
3438 (copy_sections): Use gdb::unique_xmalloc_ptr. Remove cleanups.
3439
3440 2018-09-18 Tom Tromey <tom@tromey.com>
3441
3442 * compile/compile-object-run.c (do_module_cleanup): Use delete.
3443 * compile/compile-object-load.c (struct munmap_list): Move to
3444 header file.
3445 (munmap_list::add): Rename from munmap_list_add; rewrite.
3446 (munmap_list::~munmap_list): Rename from munmap_list_free.
3447 (munmap_listp_free_cleanup): Remove.
3448 (compile_object_load): Update.
3449 * compile/compile-object-load.h (struct munmap_list): Move from
3450 compile-object-load.c. Rewrite.
3451
3452 2018-09-18 Alan Hayward <alan.hayward@arm.com>
3453
3454 * aarch64-tdep.c (pass_in_v): Use register size.
3455 (aarch64_extract_return_value): Likewise.
3456 (aarch64_store_return_value): Likewise.
3457
3458 2018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3459
3460 * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
3461 rlim_t.
3462
3463 2018-09-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3464
3465 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
3466 Fix short help line.
3467
3468 2018-09-17 Tom Tromey <tom@tromey.com>
3469
3470 PR python/20445:
3471 * configure: Rebuild.
3472 * configure.ac: Conditionally use -DNDEBUG for Python.
3473
3474 2018-09-17 Tom Tromey <tom@tromey.com>
3475
3476 * configure: Rebuild.
3477 * configure.ac: Use gmp as a library dependency when checking for
3478 mpfr.
3479
3480 2018-09-17 Pedro Alves <palves@redhat.com>
3481
3482 * python/py-inferior.c (find_inferior_object): Delete.
3483
3484 2018-09-17 Simon Marchi <simon.marchi@ericsson.com>
3485
3486 * compile/compile-cplus-types.c
3487 (compile_cplus_instance::enter_scope): Don't use new_scope after
3488 std::move.
3489
3490 2018-09-17 Tom Tromey <tom@tromey.com>
3491
3492 * common/pathstuff.c (get_standard_cache_dir): Use
3493 ~/Library/Caches on macOS.
3494 * common/pathstuff.h (get_standard_cache_dir): Update comment.
3495
3496 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3497
3498 PR python/23669
3499 * breakpoint.c (commands_cmd_element): New.
3500 (_initialize_breakpoint): Assign commands_cmd_element.
3501 * breakpoint.h (commands_cmd_element): New.
3502 * cli/cli-script.c (while_cmd_element, if_command,
3503 define_cmd_element): New.
3504 (command_name_equals): Remove.
3505 (process_next_line): Compare commands by pointer, not by name.
3506 (_initialize_cli_script): Assign the various cmd_list_element
3507 variables.
3508 * compile/compile.c (compile_cmd_element): New.
3509 (_initialize_compile): Assign compile_cmd_element.
3510 * compile/compile.h (compile_cmd_element): New.
3511 * guile/guile.c (guile_cmd_element): New.
3512 (install_gdb_commands): Assign guile_cmd_element.
3513 * guile/guile.h (guile_cmd_element): New.
3514 * python/python.c (python_cmd_element): New.
3515 (_initialize_python): Assign python_cmd_element.
3516 * python/python.h (python_cmd_element): New.
3517 * tracepoint.c (while_stepping_cmd_element): New.
3518 (_initialize_tracepoint): Assign while_stepping_cmd_element.
3519 * tracepoint.h (while_stepping_cmd_element): New.
3520
3521 2018-09-17 Tom Tromey <tom@tromey.com>
3522
3523 * infrun.c (save_infcall_suspend_state): Return
3524 infcall_suspend_state_up.
3525 (save_infcall_control_state): Return infcall_control_state_up.
3526 * inferior.h (save_infcall_suspend_state)
3527 (save_infcall_control_state): Declare later. Return unique
3528 pointers.
3529
3530 2018-09-17 Tom Tromey <tom@tromey.com>
3531
3532 * infrun.c (struct stop_context): Declare constructor,
3533 destructor, "changed" method.
3534 (stop_context::stop_context): Rename from save_stop_context.
3535 (stop_context::~stop_context): Rename from
3536 release_stop_context_cleanup.
3537 (normal_stop): Update.
3538 (stop_context::changed): Rename from stop_context_changed. Return
3539 bool.
3540
3541 2018-09-17 Tom Tromey <tom@tromey.com>
3542
3543 * inferior.h (struct infcall_suspend_state_deleter): New.
3544 (infcall_suspend_state_up): New typedef.
3545 (struct infcall_control_state_deleter): New.
3546 (infcall_control_state_up): New typedef.
3547 (make_cleanup_restore_infcall_suspend_state)
3548 (make_cleanup_restore_infcall_control_state): Don't declare.
3549 * infcall.c (call_function_by_hand_dummy): Update.
3550 * infrun.c (do_restore_infcall_suspend_state_cleanup)
3551 (make_cleanup_restore_infcall_suspend_state): Remove.
3552 (do_restore_infcall_control_state_cleanup)
3553 (make_cleanup_restore_infcall_control_state): Remove.
3554
3555 2018-09-17 Tom Tromey <tom@tromey.com>
3556
3557 * gdbthread.h (struct thread_control_state): Add initializer.
3558 (class thread_info) <control>: Remove initializer.
3559 * inferior.h (struct inferior_control_state): Add initializer.
3560 (class inferior) <control>: Remove initializer.
3561 (exit_inferior_1): Update.
3562 * infrun.c (struct infcall_control_state): Add constructors.
3563 (save_infcall_control_state): Use new.
3564 (restore_infcall_control_state, discard_infcall_control_state):
3565 Use delete.
3566
3567 2018-09-17 Tom Tromey <tom@tromey.com>
3568
3569 * infrun.c (struct infcall_suspend_state) <registers>: Now a
3570 unique_ptr.
3571 <siginfo_data>: Now a unique_xmalloc_ptr.
3572 (save_infcall_suspend_state, restore_infcall_suspend_state)
3573 (discard_infcall_suspend_state)
3574 (get_infcall_suspend_state_regcache): Update.
3575
3576 2018-09-17 Tom Tromey <tom@tromey.com>
3577
3578 * gdbthread.h (struct thread_suspend_state): Add initializers.
3579 (class thread_info) <suspend>: Remove initializer.
3580 * infrun.c (struct infcall_suspend_state): Add initializers.
3581 (save_infcall_suspend_state): Use new.
3582 (discard_infcall_suspend_state): Use delete.
3583
3584 2018-09-16 Tom Tromey <tom@tromey.com>
3585
3586 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3587 Remove.
3588 * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3589 rvalue reference. Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3590 (py_varobj_iter_new): Likewise.
3591 (py_varobj_get_iterator): Use gdbpy_ref.
3592
3593 2018-09-16 Tom Tromey <tom@tromey.com>
3594
3595 * python/py-threadevent.c (py_get_event_thread): Simplify.
3596 * python/py-inferior.c (infpy_thread_from_thread_handle):
3597 Return immediately after calling thread_to_thread_object. Use
3598 Py_RETURN_NONE.
3599 (thread_to_thread_object): Set the exception on a NULL return.
3600
3601 2018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
3602
3603 * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3604
3605 2018-09-16 Tom Tromey <tom@tromey.com>
3606
3607 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3608 Remove.
3609
3610 2018-09-16 Tom Tromey <tom@tromey.com>
3611
3612 * python/python-internal.h (thread_to_thread_object): Change
3613 return type.
3614 * python/py-inferior.c (thread_to_thread_object): Return a new
3615 reference.
3616 (infpy_thread_from_thread_handle): Update.
3617 * python/py-infthread.c (gdbpy_selected_thread): Update.
3618 * python/py-stopevent.c (create_stop_event_object): Update.
3619 * python/py-threadevent.c (py_get_event_thread): Return a new
3620 reference.
3621 (py_get_event_thread): Update.
3622 * python/py-event.h (py_get_event_thread): Change return type.
3623 * python/py-continueevent.c (create_continue_event_object):
3624 Update.
3625
3626 2018-09-16 Tom Tromey <tom@tromey.com>
3627
3628 * python/py-progspace.c (pspy_get_objfiles): Update.
3629 * python/python-internal.h (objfile_to_objfile_object): Change
3630 return type.
3631 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3632 Update.
3633 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3634 Update.
3635 * python/python.c (gdbpy_get_current_objfile): Update.
3636 (gdbpy_objfiles): Update.
3637 * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3638 Update.
3639 (objfile_to_objfile_object): Return a new reference.
3640 * python/py-symtab.c (stpy_get_objfile): Update.
3641 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3642 Update.
3643
3644 2018-09-16 Tom Tromey <tom@tromey.com>
3645
3646 * python/py-inferior.c (infpy_get_progspace): Update.
3647 * python/python-internal.h (pspace_to_pspace_object): Change
3648 return type.
3649 * python/py-newobjfileevent.c
3650 (create_clear_objfiles_event_object): Update.
3651 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3652 Update.
3653 * python/python.c (gdbpy_get_current_progspace): Update.
3654 (gdbpy_progspaces): Update.
3655 * python/py-progspace.c (pspace_to_pspace_object): Return a new
3656 reference.
3657 * python/py-objfile.c (objfpy_get_progspace): Update.
3658 * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3659 Update.
3660
3661 2018-09-16 Tom Tromey <tom@tromey.com>
3662
3663 * python/lib/gdb/__init__.py (current_progspace, objfiles)
3664 (solib_name, block_for_pc, find_pc_line): New functions.
3665 (execute_unwinders): Update.
3666 * python/py-block.c (gdbpy_block_for_pc): Remove.
3667 * python/py-inferior.c (infpy_get_progspace): New function.
3668 (inferior_object_getset) <progspace>: Add.
3669 * python/py-progspace.c (pspy_objfiles): Rewrite.
3670 (pspy_solib_name, pspy_block_for_pc)
3671 (pspy_find_pc_line, pspy_is_valid): New functions.
3672 (progspace_object_methods): Add entries for solib_name,
3673 block_for_pc, find_pc_line, is_valid.
3674 * python/python-internal.h (gdbpy_block_for_pc)
3675 (build_objfiles_list): Don't declare.
3676 * python/python.c: Don't include solib.h.
3677 (gdbpy_solib_name, gdbpy_find_pc_line)
3678 (gdbpy_get_current_progspace, build_objfiles_list)
3679 (gdbpy_objfiles): Remove.
3680 (GdbMethods) <current_progspace, objfiles, block_for_pc,
3681 solib_name, find_pc_line>: Remove entries.
3682
3683 2018-09-16 Tom Tromey <tom@tromey.com>
3684
3685 * top.c (new_ui_command): Use GNU style for metasyntactic
3686 variables.
3687 * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3688 variables.
3689 * maint.c (maintenance_translate_address): Remove "<>" around
3690 text.
3691 * interps.c (interpreter_exec_cmd): Use GNU style for
3692 metasyntactic variables.
3693 * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3694 metasyntactic variables.
3695 * tracepoint.c (tfind_range_command): Use GNU style for
3696 metasyntactic variables.
3697 (tfind_outside_command): Likewise.
3698 (_initialize_tracepoint): Likewise.
3699 * remote.c (extended_remote_target::create_inferior): Use GNU
3700 style for metasyntactic variables.
3701 * sparc64-tdep.c (adi_examine_command): Use GNU style for
3702 metasyntactic variables.
3703 (adi_assign_command): Likewise.
3704
3705 2018-09-16 Tom Tromey <tom@tromey.com>
3706
3707 * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3708 metasyntactic variables. Print message if no disassembler options
3709 are available.
3710
3711 2018-09-15 Tom Tromey <tom@tromey.com>
3712
3713 * infcmd.c (get_inferior_args): Return const char *.
3714 * inferior.h (get_inferior_args): Return type now const.
3715 * linux-tdep.c (linux_fill_prpsinfo): Update.
3716 * procfs.c (procfs_target::make_corefile_notes): Update.
3717
3718 2018-09-07 Tom Tromey <tom@tromey.com>
3719
3720 * python/python.c (execute_gdb_command): Call bpstat_do_actions
3721 inside the TRY.
3722
3723 2018-09-14 Sandra Loosemore <sandra@codesourcery.com>
3724
3725 * nios2-tdep.c (nios2_type_align): New.
3726 (nios2_gdb_arch_init): Install type_align hook.
3727
3728 2018-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * eval.c (fake_method::fake_method): Call xzalloc directly for a
3731 type that is neither object file owned, nor gdbarch owned.
3732 * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3733 gdbarch is non-NULL.
3734 (alloc_type_instance): Allocate non-objfile owned types on the
3735 gdbarch obstack.
3736 (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3737 using TYPE_ALLOC to ensure memory is allocated on the correct
3738 obstack.
3739 * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3740 obstack, or the gdbarch obstack.
3741 (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3742
3743 2018-09-14 Tom Tromey <tom@tromey.com>
3744
3745 * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3746 block.
3747
3748 2018-09-14 Tom Tromey <tom@tromey.com>
3749
3750 * nat/fork-inferior.c (get_startup_shell): Remove "static".
3751
3752 2018-09-13 Tom Tromey <tom@tromey.com>
3753
3754 * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3755 static.
3756
3757 2018-09-13 Tom Tromey <tom@tromey.com>
3758
3759 * exec.c (try_open_exec_file): Use std::string.
3760
3761 2018-09-13 Tom Tromey <tom@tromey.com>
3762
3763 * utils.h (gdb_bfd_errmsg): Return std::string.
3764 * exec.c (exec_file_attach): Update.
3765 * compile/compile-object-load.c (compile_object_load): Update.
3766 * utils.c (gdb_bfd_errmsg): Return std::string.
3767
3768 2018-09-13 Tom Tromey <tom@tromey.com>
3769
3770 * procfs.c (struct procinfo_deleter): New.
3771 (procinfo_up): New typedef.
3772 (do_destroy_procinfo_cleanup): Remove.
3773 (procfs_target::info_proc): Use procinfo_up. Remove cleanups.
3774
3775 2018-09-13 Tom Tromey <tom@tromey.com>
3776
3777 * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3778
3779 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3780 2018-09-13 Tom Tromey <tom@tromey.com>
3781
3782 * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3783 (pspy_get_objfiles): New function.
3784 (progspace_object_methods): New.
3785 (pspace_object_type): Add tp_methods callback.
3786 * python/python-internal.h (build_objfiles_list): New
3787 declaration.
3788 * python/python.c (build_objfiles_list): New function.
3789 (gdbpy_objfiles): Implement using build_objfiles_list.
3790 * NEWS: Mention the Progspace.objfiles method.
3791
3792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3793
3794 * python/py-inferior.c (infpy_get_progspace): New function.
3795 (inferior_object_getset): Add progspace property.
3796 * NEWS: Mention the new property.
3797
3798 2018-09-13 Tom Tromey <tom@tromey.com>
3799
3800 PR rust/23650:
3801 * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3802
3803 2018-09-13 Tom Tromey <tom@tromey.com>
3804
3805 PR rust/23626:
3806 * rust-lang.c (rust_enum_variant): Now static.
3807 (rust_empty_enum_p): New function.
3808 (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3809 Handle empty enum.
3810
3811 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3812
3813 * python/py-inferior.c (infpy_repr): New.
3814 (inferior_object_type): Register infpy_repr.
3815 * python/py-objfile.c (objfpy_repr): New.
3816 (objfile_object_type): Register objfpy_repr.
3817
3818 2018-09-12 John Baldwin <jhb@FreeBSD.org>
3819
3820 * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3821
3822 2018-09-12 John Baldwin <jhb@FreeBSD.org>
3823
3824 * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3825 typo.
3826
3827 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
3828
3829 * common/common-utils.c: Don't include '<sys/stat.h>'.
3830 (is_regular_file): Move to...
3831 * common/filestuff.c (is_regular_file): ... here.
3832 * common/common-utils.h (is_regular_file): Move to...
3833 * common/filestuff.h (is_regular_file): ... here.
3834
3835 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3836
3837 * skip.c (debug_skip): New variable.
3838 (skiplist_entry::do_skip_file_p): Add debug output.
3839 (skiplist_entry::do_skip_gfile_p): Likewise.
3840 (skiplist_entry::skip_function_p): Likewise.
3841 (_initialize_step_skip): Create debug command.
3842 * NEWS: Mention set/show debug skip.
3843
3844 2018-09-11 Xavier Roirand <roirand@adacore.com>
3845
3846 * darwin-nat.c (should_disable_startup_with_shell):
3847 New function.
3848 (darwin_nat_target::create_inferior): Add call.
3849
3850 2018-09-11 Xavier Roirand <roirand@adacore.com>
3851
3852 * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3853 inf_port, msg_state>: Initialize.
3854 (struct darwin_thread_info) <signaled, single_step>: Change
3855 type and initialize.
3856 (struct darwin_thread_info) <event>: Initialize.
3857
3858 2018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 PR gdb/23555
3861 PR gdb/23558
3862 * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3863 guesses.
3864
3865 2018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3866
3867 Revert:
3868 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
3869
3870 PR gdb/23555
3871 PR gdb/23558
3872 * gnulib/aclocal.m4: Regenerate.
3873 * gnulib/config.in: Regenerate.
3874 * gnulib/configure: Regenerate.
3875 * gnulib/import/Makefile.am: Update.
3876 * gnulib/import/Makefile.in: Update.
3877 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3878 * gnulib/import/_Noreturn.h: ... this.
3879 * gnulib/import/alloca.in.h: Update.
3880 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3881 * gnulib/import/arg-nonnull.h: ... this.
3882 * gnulib/import/assure.h: Update.
3883 * gnulib/import/at-func.c: Update.
3884 * gnulib/import/basename-lgpl.c: Update.
3885 * gnulib/import/extra/snippet/c++defs.h: Rename to...
3886 * gnulib/import/c++defs.h: ... this.
3887 * gnulib/import/canonicalize-lgpl.c: Update.
3888 * gnulib/import/cdefs.h: Update.
3889 * gnulib/import/chdir-long.c: Update.
3890 * gnulib/import/chdir-long.h: Update.
3891 * gnulib/import/cloexec.c: Update.
3892 * gnulib/import/cloexec.h: Update.
3893 * gnulib/import/close.c: Update.
3894 * gnulib/import/closedir.c: Update.
3895 * gnulib/import/config.charset: Update.
3896 * gnulib/import/dirent-private.h: Update.
3897 * gnulib/import/dirent.in.h: Update.
3898 * gnulib/import/dirfd.c: Update.
3899 * gnulib/import/dirname-lgpl.c: Update.
3900 * gnulib/import/dirname.h: Update.
3901 * gnulib/import/dosname.h: Update.
3902 * gnulib/import/dup-safer-flag.c: Update.
3903 * gnulib/import/dup-safer.c: Update.
3904 * gnulib/import/dup.c: Update.
3905 * gnulib/import/dup2.c: Update.
3906 * gnulib/import/errno.in.h: Update.
3907 * gnulib/import/error.c: Update.
3908 * gnulib/import/error.h: Update.
3909 * gnulib/import/exitfail.c: Update.
3910 * gnulib/import/exitfail.h: Update.
3911 * gnulib/import/extra/update-copyright: Update.
3912 * gnulib/import/fchdir.c: Update.
3913 * gnulib/import/fcntl.c: Update.
3914 * gnulib/import/fcntl.in.h: Update.
3915 * gnulib/import/fd-hook.c: Update.
3916 * gnulib/import/fd-hook.h: Update.
3917 * gnulib/import/fd-safer-flag.c: Update.
3918 * gnulib/import/fd-safer.c: Update.
3919 * gnulib/import/fdopendir.c: Update.
3920 * gnulib/import/filename.h: Update.
3921 * gnulib/import/filenamecat-lgpl.c: Update.
3922 * gnulib/import/filenamecat.h: Update.
3923 * gnulib/import/flexmember.h: Update.
3924 * gnulib/import/float+.h: Update.
3925 * gnulib/import/float.c: Update.
3926 * gnulib/import/float.in.h: Update.
3927 * gnulib/import/fnmatch.c: Update.
3928 * gnulib/import/fnmatch.in.h: Update.
3929 * gnulib/import/fnmatch_loop.c: Update.
3930 * gnulib/import/fpucw.h: Update.
3931 * gnulib/import/frexp.c: Update.
3932 * gnulib/import/frexpl.c: Update.
3933 * gnulib/import/fstat.c: Update.
3934 * gnulib/import/fstatat.c: Update.
3935 * gnulib/import/getcwd-lgpl.c: Update.
3936 * gnulib/import/getcwd.c: Update.
3937 * gnulib/import/getdtablesize.c: Update.
3938 * gnulib/import/getlogin_r.c: Update.
3939 * gnulib/import/getprogname.c: Update.
3940 * gnulib/import/getprogname.h: Update.
3941 * gnulib/import/gettext.h: Update.
3942 * gnulib/import/gettimeofday.c: Update.
3943 * gnulib/import/glob-libc.h: Update.
3944 * gnulib/import/glob.c: Update.
3945 * gnulib/import/glob.in.h: Update.
3946 * gnulib/import/glob_internal.h: Update.
3947 * gnulib/import/glob_pattern_p.c: Update.
3948 * gnulib/import/globfree.c: Update.
3949 * gnulib/import/hard-locale.c: Update.
3950 * gnulib/import/hard-locale.h: Update.
3951 * gnulib/import/intprops.h: Update.
3952 * gnulib/import/inttypes.in.h: Update.
3953 * gnulib/import/isnan.c: Update.
3954 * gnulib/import/isnand-nolibm.h: Update.
3955 * gnulib/import/isnand.c: Update.
3956 * gnulib/import/isnanl-nolibm.h: Update.
3957 * gnulib/import/isnanl.c: Update.
3958 * gnulib/import/itold.c: Update.
3959 * gnulib/import/libc-config.h: Update.
3960 * gnulib/import/limits.in.h: Update.
3961 * gnulib/import/localcharset.c: Update.
3962 * gnulib/import/localcharset.h: Update.
3963 * gnulib/import/localtime-buffer.c: Update.
3964 * gnulib/import/localtime-buffer.h: Update.
3965 * gnulib/import/lstat.c: Update.
3966 * gnulib/import/m4/00gnulib.m4: Update.
3967 * gnulib/import/m4/__inline.m4: Update.
3968 * gnulib/import/m4/absolute-header.m4: Update.
3969 * gnulib/import/m4/alloca.m4: Update.
3970 * gnulib/import/m4/builtin-expect.m4: Update.
3971 * gnulib/import/m4/canonicalize.m4: Update.
3972 * gnulib/import/m4/chdir-long.m4: Update.
3973 * gnulib/import/m4/close.m4: Update.
3974 * gnulib/import/m4/closedir.m4: Update.
3975 * gnulib/import/m4/configmake.m4: Update.
3976 * gnulib/import/m4/d-ino.m4: Update.
3977 * gnulib/import/m4/d-type.m4: Update.
3978 * gnulib/import/m4/dirent_h.m4: Update.
3979 * gnulib/import/m4/dirfd.m4: Update.
3980 * gnulib/import/m4/dirname.m4: Update.
3981 * gnulib/import/m4/double-slash-root.m4: Update.
3982 * gnulib/import/m4/dup.m4: Update.
3983 * gnulib/import/m4/dup2.m4: Update.
3984 * gnulib/import/m4/eealloc.m4: Update.
3985 * gnulib/import/m4/environ.m4: Update.
3986 * gnulib/import/m4/errno_h.m4: Update.
3987 * gnulib/import/m4/error.m4: Update.
3988 * gnulib/import/m4/exponentd.m4: Update.
3989 * gnulib/import/m4/exponentl.m4: Update.
3990 * gnulib/import/m4/extensions.m4: Update.
3991 * gnulib/import/m4/extern-inline.m4: Update.
3992 * gnulib/import/m4/fchdir.m4: Update.
3993 * gnulib/import/m4/fcntl-o.m4: Update.
3994 * gnulib/import/m4/fcntl.m4: Update.
3995 * gnulib/import/m4/fcntl_h.m4: Update.
3996 * gnulib/import/m4/fdopendir.m4: Update.
3997 * gnulib/import/m4/filenamecat.m4: Update.
3998 * gnulib/import/m4/flexmember.m4: Update.
3999 * gnulib/import/m4/float_h.m4: Update.
4000 * gnulib/import/m4/fnmatch.m4: Update.
4001 * gnulib/import/m4/fnmatch_h.m4: Update.
4002 * gnulib/import/m4/fpieee.m4: Update.
4003 * gnulib/import/m4/frexp.m4: Update.
4004 * gnulib/import/m4/frexpl.m4: Update.
4005 * gnulib/import/m4/fstat.m4: Update.
4006 * gnulib/import/m4/fstatat.m4: Update.
4007 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4008 * gnulib/import/m4/getcwd-path-max.m4: Update.
4009 * gnulib/import/m4/getcwd.m4: Update.
4010 * gnulib/import/m4/getdtablesize.m4: Update.
4011 * gnulib/import/m4/getlogin.m4: Update.
4012 * gnulib/import/m4/getlogin_r.m4: Update.
4013 * gnulib/import/m4/getpagesize.m4: Update.
4014 * gnulib/import/m4/getprogname.m4: Update.
4015 * gnulib/import/m4/gettimeofday.m4: Update.
4016 * gnulib/import/m4/glibc21.m4: Update.
4017 * gnulib/import/m4/glob.m4: Update.
4018 * gnulib/import/m4/glob_h.m4: Update.
4019 * gnulib/import/m4/gnulib-cache.m4: Update.
4020 * gnulib/import/m4/gnulib-common.m4: Update.
4021 * gnulib/import/m4/gnulib-comp.m4: Update.
4022 * gnulib/import/m4/gnulib-tool.m4: Update.
4023 * gnulib/import/m4/hard-locale.m4: Update.
4024 * gnulib/import/m4/include_next.m4: Update.
4025 * gnulib/import/m4/inttypes-pri.m4: Update.
4026 * gnulib/import/m4/inttypes.m4: Update.
4027 * gnulib/import/m4/isnand.m4: Update.
4028 * gnulib/import/m4/isnanl.m4: Update.
4029 * gnulib/import/m4/largefile.m4: Update.
4030 * gnulib/import/m4/limits-h.m4: Update.
4031 * gnulib/import/m4/localcharset.m4: Update.
4032 * gnulib/import/m4/locale-fr.m4: Update.
4033 * gnulib/import/m4/locale-ja.m4: Update.
4034 * gnulib/import/m4/locale-zh.m4: Update.
4035 * gnulib/import/m4/localtime-buffer.m4: Update.
4036 * gnulib/import/m4/longlong.m4: Update.
4037 * gnulib/import/m4/lstat.m4: Update.
4038 * gnulib/import/m4/malloc.m4: Update.
4039 * gnulib/import/m4/malloca.m4: Update.
4040 * gnulib/import/m4/math_h.m4: Update.
4041 * gnulib/import/m4/mbrtowc.m4: Update.
4042 * gnulib/import/m4/mbsinit.m4: Update.
4043 * gnulib/import/m4/mbsrtowcs.m4: Update.
4044 * gnulib/import/m4/mbstate_t.m4: Update.
4045 * gnulib/import/m4/memchr.m4: Update.
4046 * gnulib/import/m4/memmem.m4: Update.
4047 * gnulib/import/m4/mempcpy.m4: Update.
4048 * gnulib/import/m4/memrchr.m4: Update.
4049 * gnulib/import/m4/mkdir.m4: Update.
4050 * gnulib/import/m4/mkstemp.m4: Update.
4051 * gnulib/import/m4/mmap-anon.m4: Update.
4052 * gnulib/import/m4/mode_t.m4: Update.
4053 * gnulib/import/m4/msvc-inval.m4: Update.
4054 * gnulib/import/m4/msvc-nothrow.m4: Update.
4055 * gnulib/import/m4/multiarch.m4: Update.
4056 * gnulib/import/m4/nocrash.m4: Update.
4057 * gnulib/import/m4/off_t.m4: Update.
4058 * gnulib/import/m4/onceonly.m4: Update.
4059 * gnulib/import/m4/open-cloexec.m4: Update.
4060 * gnulib/import/m4/open.m4: Update.
4061 * gnulib/import/m4/openat.m4: Update.
4062 * gnulib/import/m4/opendir.m4: Update.
4063 * gnulib/import/m4/pathmax.m4: Update.
4064 * gnulib/import/m4/rawmemchr.m4: Update.
4065 * gnulib/import/m4/readdir.m4: Update.
4066 * gnulib/import/m4/readlink.m4: Update.
4067 * gnulib/import/m4/realloc.m4: Update.
4068 * gnulib/import/m4/rename.m4: Update.
4069 * gnulib/import/m4/rewinddir.m4: Update.
4070 * gnulib/import/m4/rmdir.m4: Update.
4071 * gnulib/import/m4/save-cwd.m4: Update.
4072 * gnulib/import/m4/secure_getenv.m4: Update.
4073 * gnulib/import/m4/setenv.m4: Update.
4074 * gnulib/import/m4/signal_h.m4: Update.
4075 * gnulib/import/m4/ssize_t.m4: Update.
4076 * gnulib/import/m4/stat-time.m4: Update.
4077 * gnulib/import/m4/stat.m4: Update.
4078 * gnulib/import/m4/std-gnu11.m4: Update.
4079 * gnulib/import/m4/stdbool.m4: Update.
4080 * gnulib/import/m4/stddef_h.m4: Update.
4081 * gnulib/import/m4/stdint.m4: Update.
4082 * gnulib/import/m4/stdio_h.m4: Update.
4083 * gnulib/import/m4/stdlib_h.m4: Update.
4084 * gnulib/import/m4/strchrnul.m4: Update.
4085 * gnulib/import/m4/strdup.m4: Update.
4086 * gnulib/import/m4/strerror.m4: Update.
4087 * gnulib/import/m4/string_h.m4: Update.
4088 * gnulib/import/m4/strstr.m4: Update.
4089 * gnulib/import/m4/strtok_r.m4: Update.
4090 * gnulib/import/m4/sys_socket_h.m4: Update.
4091 * gnulib/import/m4/sys_stat_h.m4: Update.
4092 * gnulib/import/m4/sys_time_h.m4: Update.
4093 * gnulib/import/m4/sys_types_h.m4: Update.
4094 * gnulib/import/m4/tempname.m4: Update.
4095 * gnulib/import/m4/time_h.m4: Update.
4096 * gnulib/import/m4/unistd-safer.m4: Update.
4097 * gnulib/import/m4/unistd_h.m4: Update.
4098 * gnulib/import/m4/warn-on-use.m4: Update.
4099 * gnulib/import/m4/wchar_h.m4: Update.
4100 * gnulib/import/m4/wchar_t.m4: Update.
4101 * gnulib/import/m4/wctype_h.m4: Update.
4102 * gnulib/import/m4/wint_t.m4: Update.
4103 * gnulib/import/malloc.c: Update.
4104 * gnulib/import/malloc/scratch_buffer.h: Update.
4105 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4106 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4107 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4108 * gnulib/import/malloca.c: Update.
4109 * gnulib/import/malloca.h: Update.
4110 * gnulib/import/malloca.valgrind: Update.
4111 * gnulib/import/math.in.h: Update.
4112 * gnulib/import/mbrtowc.c: Update.
4113 * gnulib/import/mbsinit.c: Update.
4114 * gnulib/import/mbsrtowcs-impl.h: Update.
4115 * gnulib/import/mbsrtowcs-state.c: Update.
4116 * gnulib/import/mbsrtowcs.c: Update.
4117 * gnulib/import/memchr.c: Update.
4118 * gnulib/import/memmem.c: Update.
4119 * gnulib/import/mempcpy.c: Update.
4120 * gnulib/import/memrchr.c: Update.
4121 * gnulib/import/mkdir.c: Update.
4122 * gnulib/import/mkstemp.c: Update.
4123 * gnulib/import/msvc-inval.c: Update.
4124 * gnulib/import/msvc-inval.h: Update.
4125 * gnulib/import/msvc-nothrow.c: Update.
4126 * gnulib/import/msvc-nothrow.h: Update.
4127 * gnulib/import/open.c: Update.
4128 * gnulib/import/openat-die.c: Update.
4129 * gnulib/import/openat-priv.h: Update.
4130 * gnulib/import/openat-proc.c: Update.
4131 * gnulib/import/openat.c: Update.
4132 * gnulib/import/openat.h: Update.
4133 * gnulib/import/opendir.c: Update.
4134 * gnulib/import/pathmax.h: Update.
4135 * gnulib/import/pipe-safer.c: Update.
4136 * gnulib/import/rawmemchr.c: Update.
4137 * gnulib/import/readdir.c: Update.
4138 * gnulib/import/readlink.c: Update.
4139 * gnulib/import/realloc.c: Update.
4140 * gnulib/import/ref-add.sin: Update.
4141 * gnulib/import/ref-del.sin: Update.
4142 * gnulib/import/rename.c: Update.
4143 * gnulib/import/rewinddir.c: Update.
4144 * gnulib/import/rmdir.c: Update.
4145 * gnulib/import/same-inode.h: Update.
4146 * gnulib/import/save-cwd.c: Update.
4147 * gnulib/import/save-cwd.h: Update.
4148 * gnulib/import/scratch_buffer.h: Update.
4149 * gnulib/import/secure_getenv.c: Update.
4150 * gnulib/import/setenv.c: Update.
4151 * gnulib/import/signal.in.h: Update.
4152 * gnulib/import/stat-time.c: Update.
4153 * gnulib/import/stat-time.h: Update.
4154 * gnulib/import/stat-w32.c: Update.
4155 * gnulib/import/stat-w32.h: Update.
4156 * gnulib/import/stat.c: Update.
4157 * gnulib/import/stdbool.in.h: Update.
4158 * gnulib/import/stddef.in.h: Update.
4159 * gnulib/import/stdint.in.h: Update.
4160 * gnulib/import/stdio.in.h: Update.
4161 * gnulib/import/stdlib.in.h: Update.
4162 * gnulib/import/str-two-way.h: Update.
4163 * gnulib/import/strchrnul.c: Update.
4164 * gnulib/import/strdup.c: Update.
4165 * gnulib/import/streq.h: Update.
4166 * gnulib/import/strerror-override.c: Update.
4167 * gnulib/import/strerror-override.h: Update.
4168 * gnulib/import/strerror.c: Update.
4169 * gnulib/import/string.in.h: Update.
4170 * gnulib/import/stripslash.c: Update.
4171 * gnulib/import/strnlen1.c: Update.
4172 * gnulib/import/strnlen1.h: Update.
4173 * gnulib/import/strstr.c: Update.
4174 * gnulib/import/strtok_r.c: Update.
4175 * gnulib/import/sys_stat.in.h: Update.
4176 * gnulib/import/sys_time.in.h: Update.
4177 * gnulib/import/sys_types.in.h: Update.
4178 * gnulib/import/tempname.c: Update.
4179 * gnulib/import/tempname.h: Update.
4180 * gnulib/import/time.in.h: Update.
4181 * gnulib/import/unistd--.h: Update.
4182 * gnulib/import/unistd-safer.h: Update.
4183 * gnulib/import/unistd.in.h: Update.
4184 * gnulib/import/unsetenv.c: Update.
4185 * gnulib/import/verify.h: Update.
4186 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4187 * gnulib/import/wchar.in.h: Update.
4188 * gnulib/import/wctype.in.h: Update.
4189 * gnulib/import/xalloc-oversized.h: Update.
4190 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4191 "53e2c179f26a890fa6685af4b6c1397ee370433b".
4192
4193 2018-09-10 Simon Marchi <simon.marchi@ericsson.com>
4194
4195 * record-btrace.c (get_thread_current_frame): Remove
4196 old_inferior_ptid.
4197
4198 2018-09-10 Jerome Guitton <guitton@adacore.com>
4199
4200 * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
4201 with check_tag to 1 if and only if the type is tagged and the
4202 component being searched cannot been found in the current
4203 view. Otherwise, always call ada_to_fixed_type with
4204 check_tag to 0.
4205
4206 2018-09-10 Xavier Roirand <roirand@adacore.com>
4207
4208 * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
4209 declaration.
4210 * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
4211 * ada-varobj.c (ada_varobj_get_number_of_children,
4212 ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
4213
4214 2018-09-10 Xavier Roirand <roirand@adacore.com>
4215
4216 * ada-valprint.c (ada_value_print): Use type instead of
4217 enclosing type.
4218
4219 2018-09-10 Xavier Roirand <roirand@adacore.com>
4220
4221 * ada-lang.c (ada_value_subscript): Handle case when parameter is
4222 an array of access to unconstrained array.
4223
4224 2018-09-10 Xavier Roirand <roirand@adacore.com>
4225
4226 * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
4227 (ada_check_typedef): Use it.
4228
4229 2018-09-10 Xavier Roirand <roirand@adacore.com>
4230
4231 * ada-varobj.c (ada_varobj_describe_struct_child)
4232 (ada_varobj_describe_child): Handle union case like struct one.
4233
4234 2018-09-10 Tom Tromey <tom@tromey.com>
4235
4236 PR python/18380:
4237 * python/python.c (_initialize_python): Make example in "python"
4238 help work in Python 3.
4239
4240 2018-09-10 Eli Zaretskii <eliz@gnu.org>
4241
4242 * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
4243 INSTALL_PROGRAM to install gdb-add-index.sh. Don't append
4244 $(EXEEXT) to the script, as it is not a program.
4245
4246 2018-09-09 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * python/py-prettyprint.c (pretty_print_one_value): Return
4249 gdbpy_ref<>.
4250 (print_string_repr): Adjust.
4251 (apply_varobj_pretty_printer): Return gdbpy_ref<>.
4252 * python/python-internal.h (apply_varobj_pretty_printer): Return
4253 gdbpy_ref<>.
4254 * varobj.c (varobj_value_get_print_value): Adjust.
4255
4256 2018-09-08 Tom Tromey <tom@tromey.com>
4257
4258 PR python/16047:
4259 * python/py-prettyprint.c (pretty_print_one_value): Check for
4260 to_string method.
4261
4262 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4263
4264 * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
4265 replace_operator_with_call.
4266
4267 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4268
4269 * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
4270
4271 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4272
4273 * ada-typeprint.c (print_range): Print the bounds using TYPE
4274 rather than its TYPE_TARGET_TYPE.
4275
4276 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4277
4278 * ada-lang.c (ada_to_fixed_value): Minor reformatting in
4279 call to ada_to_fixed_value_create.
4280
4281 2018-09-08 Jerome Guitton <guitton@adacore.com>
4282
4283 * ada-lang.c (ada_decode): strip dot prefix in symbol name.
4284
4285 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4286
4287 * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
4288 by calls to error.
4289
4290 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4291
4292 * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
4293 Move update of loop variable "fi".
4294
4295 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4296
4297 * ada-lang.c (value_assign_to_component): In the case of
4298 big-endian targets, extract the bits of the given VAL
4299 using an src_offset of zero if container is not a scalar.
4300
4301 2018-09-06 Simon Ser <contact@emersion.fr>
4302
4303 PR gdb/23105
4304 * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
4305 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4306 * fbsd-tdep.c (fbsd_make_note_desc): New.
4307 (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
4308 NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
4309 * target.h (enum target_object) Add FreeBSD-specific
4310 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4311
4312 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * compile/compile-c.h (generate_c_for_variable_locations):
4315 Change reference to pointer.
4316 * compile/compile-c-support.c (compile_program) <compute>:
4317 Likewise.
4318 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
4319 (generate_c_for_for_one_variable): Likewise
4320 (generate_c_for_variable_locations): Likewise
4321 * compile/compile-c-types.c (compile_c_instance::convert_type):
4322 Likewise
4323 * compile/compile-cplus-symbols.c (convert_one_symbol):
4324 std::move the scope passed to enter_scope.
4325 * compile/compile-cplus-types.c
4326 (compile_cplus_instance::enter_scope): Make parameter
4327 rvalue-reference.
4328 (compile_cplus_instance::new_scope): Change reference to
4329 pointer.
4330 (compile_cplus_instance::convert_type): Likewise
4331 (compile_cplus_convert_typedef): std::move the scope passed to
4332 enter_scope.
4333 (compile_cplus_convert_struct_or_union): Likewise.
4334 (compile_cplus_convert_enum): Likewise.
4335 (compile_cplus_convert_namespace): Likewise.
4336 * compile/compile-cplus.h (compile_cplus_instance)
4337 <enter_scope>: Make parameter rvalue-reference.
4338 * compile/compile-internal.h (compile_instance)
4339 <get_cached_type>: Likewise
4340 * compile/compile-loc2c.c (push): Likewise
4341 (pushf): Likewise
4342 (unary): Likewise
4343 (binary): Likewise
4344 (print_label): Likewise
4345 (pushf_register_address): Likewise
4346 (pushf_register): Likewise
4347 (do_compile_dwarf_expr_to_c): Likewise
4348 (compile_dwarf_expr_to_c): Likewise
4349 (compile_dwarf_bounds_to_c): Likewise
4350 * compile/compile.c (compile_instance::get_cached_type):
4351 Likewise
4352 * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
4353 (compile_dwarf_bounds_to_c): Likewise
4354 * dwarf2loc.c (locexpr_generate_c_location): Likewise.
4355 (dwarf2_compile_property_to_c): Likewise
4356 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
4357 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
4358 Likewise
4359
4360 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
4363 * tui/tui-data.c (init_content_element): Don't initialize it.
4364
4365 2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4366
4367 * tui/tui-data.h (struct tui_win_info)
4368 <detail::opaque>: Remove.
4369 * tui/tui-data.c (init_win_info): Remove assignment.
4370
4371 2018-09-05 Tom Tromey <tom@tromey.com>
4372
4373 * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
4374 -Wformat-nonliteral.
4375 * target-float.c (host_float_ops<T>::to_string)
4376 (host_float_ops<T>::from_string): Use
4377 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4378 * configure: Rebuild.
4379
4380 2018-09-05 Simon Marchi <simon.marchi@ericsson.com>
4381
4382 * printcmd.c (printf_c_string): Use
4383 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4384 (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
4385
4386 2018-09-05 Tom Tromey <tom@tromey.com>
4387
4388 * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
4389
4390 2018-09-05 Tom de Vries <tdevries@suse.de>
4391
4392 * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
4393 with resolve_abstract_p == true.
4394 (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
4395 defaulting to false. Propagate resolve_abstract_p to
4396 dwarf2_fetch_die_loc_sect_off.
4397 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
4398 parameter, defaulting to false.
4399 * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
4400 (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
4401 parameter.
4402 * dwarf2read.h (struct die_info): Forward-declare.
4403 (die_info_ptr): New typedef.
4404 (struct dwarf2_per_objfile): Add abstract_to_concrete field.
4405
4406 2018-09-05 Joel Brobecker <brobecker@adacore.com>
4407
4408 GDB 8.2 released.
4409
4410 2018-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4411 Pedro Alves <palves@redhat.com>
4412
4413 * gnulib/Makefile.in (aclocal_m4_deps): Move to
4414 "aclocal-m4-deps.mk". Include file here.
4415 $(srcdir)/aclocal.m4: Add "configure.ac".
4416 * gnulib/aclocal-m4-deps.mk: New file.
4417 * gnulib/update-gnulib.sh: Automatically update
4418 "aclocal-m4-deps.mk".
4419
4420 2018-09-04 Tom Tromey <tom@tromey.com>
4421
4422 * configure: Rebuild.
4423 * configure.ac: Remove multi-ice code.
4424
4425 2018-09-04 Tom Tromey <tom@tromey.com>
4426
4427 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
4428 (ada-exp.o): Update.
4429
4430 2018-09-04 Tom Tromey <tom@tromey.com>
4431
4432 * Makefile.in (printcmd.o, target-float.o): Remove.
4433 (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
4434
4435 2018-09-04 Tom Tromey <tom@tromey.com>
4436
4437 * gnulib/Makefile.in: Remove obsolete comment.
4438 * Makefile.in: Remove obsolete comment.
4439
4440 2018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4441
4442 * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
4443 line with '+'.
4444
4445 2018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 * riscv-tdep.c: Add 'prologue-value.h' include.
4448 (struct riscv_unwind_cache): New struct.
4449 (riscv_debug_unwinder): New global.
4450 (riscv_scan_prologue): Update arguments, capture register details
4451 from prologue scan.
4452 (riscv_skip_prologue): Reformat arguments line, move end of
4453 prologue calculation into riscv_scan_prologue.
4454 (riscv_frame_cache): Update return type, create
4455 riscv_unwind_cache, scan the prologue, and fill in remaining cache
4456 details.
4457 (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
4458 (riscv_frame_prev_register): Use the trad_frame within the
4459 riscv_unwind_cache.
4460 (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
4461 flag.
4462
4463 2018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * trad-frame.h (trad_frame_set_realreg): Declare.
4466 (trad_frame_set_addr): Declare.
4467 * trad-frame.c (trad_frame_set_realreg): Define new function.
4468 (trad_frame_set_addr): Define new function.
4469 (trad_frame_set_reg_realreg): Use new function.
4470 (trad_frame_set_reg_addr): Use new function.
4471
4472 2018-09-01 Keith Seitz <keiths@redhat.com>
4473
4474 * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
4475 pulongest instead of "%lld".
4476 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
4477 ATTRIBUTE_UNUSED.
4478
4479 2018-08-31 Tom Tromey <tom@tromey.com>
4480
4481 * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
4482 variant part type.
4483
4484 2018-08-31 Pedro Alves <palves@redhat.com>
4485
4486 * gdbarch.h: Regenerate.
4487
4488 2018-08-31 Pedro Alves <palves@redhat.com>
4489
4490 * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
4491 * target.h (Hardware watchpoint interfaces): Describe
4492 continuable/steppable/non-steppable watchpoints.
4493 * gdbarch.h, gdbarch.c: Regenerate.
4494
4495 2018-08-31 Pedro Alves <palves@redhat.com>
4496
4497 * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
4498 Delete.
4499 * s390-linux-nat.c
4500 (s390_linux_nat_target::have_continuable_watchpoint): Delete.
4501 * target.h (target_ops::have_continuable_watchpoint): Delete.
4502 (target_have_continuable_watchpoint): Delete.
4503 * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
4504 * target-delegates.c: Regenerate.
4505
4506 2018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4507
4508 * gnulib/Makefile.in (aclocal_m4_deps): Update according to
4509 the files present in "gnulib/import/m4/".
4510
4511 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
4514 c.sw, c.swsp, and c.sdsp.
4515
4516 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4517
4518 * riscv-tdep.c (struct riscv_inferior_data): Delete.
4519 (riscv_read_misa_reg): Don't cache value read into inferior data.
4520 (riscv_new_inferior_data): Delete.
4521 (riscv_inferior_data_cleanup): Delete.
4522 (riscv_inferior_data): Delete.
4523 (riscv_invalidate_inferior_data): Delete.
4524 (_initialize_riscv_tdep): Remove initialisation of inferior data.
4525
4526 2018-08-30 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * compile/compile-cplus-types.c
4529 (compile_cplus_instance::leave_scope): Take the address of scope
4530 object.
4531 (compile_cplus_instance::convert_qualified_base): Compare quals
4532 to 0.
4533
4534 2018-08-30 Keith Seitz <keiths@redhat.com>
4535
4536 * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
4537 Use "%s" and host_address_to_string instead of "%p" in printf.
4538
4539 2018-08-29 Keith Seitz <keiths@redhat.com>
4540
4541 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
4542 and compile-cplus-types.c.
4543 (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
4544 * c-lang.c (cplus_language_defn): Set C++ compile functions.
4545 * c-lang.h (cplus_get_compile_context, cplus_compute_program):
4546 Declare.
4547 * compile/compile-c-support.c: Include compile-cplus.h.
4548 (load_libcompile): Templatize.
4549 (get_compile_context): "New" function.
4550 (c_get_compile_context): Use get_compile_context.
4551 (cplus_get_compile_context): New function.
4552 (cplus_push_user_expression, cplus_pop_user_expression)
4553 (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4554 (cplus_compute_program): Define new structs/functions.
4555 * compile/compile-cplus-symmbols.c: New file.
4556 * compile/compile-cplus-types.c: New file.
4557 * compile/compile-cplus.h: New file.
4558 * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4559 Declare.
4560 * compile/compile-object-load.c (get_out_value_type): Use
4561 strncmp_iw when comparing symbol names.
4562 (compile_object_load): Add mst_bss and mst_data.
4563 * compile/compile.c (_initialize_compile): Remove
4564 -Wno-implicit-function-declaration from `compile_args'.
4565 * compile/gcc-cp-plugin.h: New file.
4566 * NEWS: Mention C++ compile support and new debug options.
4567
4568 2018-08-29 Keith Seitz <keiths@redhat.com>
4569
4570 * linespec.c (collect_info::add_symbol): Make virtual.
4571 (struct symbol_searcher_collect_info): New struct.
4572 (symbol_searcher::find_all_symbols): New method.
4573 * symtab.h (class symbol_searcher): New class.
4574
4575 2018-08-29 Keith Seitz <keiths@redhat.com>
4576
4577 * linespec.c (struct linespec) <function_symbols, label_symbols>:
4578 Change to vector of block_symbol. Update all users.
4579 (struct collect_info) <symbols>: Likewise.
4580 (collect_info::add_symbol): Take block_symbol as argument.
4581 Update all callers.
4582 (decode_compound_collector) <m_symbols>: Change type to vector
4583 of block_symbol. Update all users.
4584 (decode_compound_collector::operator ()): Change parameter type
4585 to block_symbol.
4586 (find_method, find_function_symbols, find_linespec_symbols)
4587 (find_label_symbols_in_block, find_label_symbols): Change symbol
4588 vectors to block_symbol vectors.
4589 * symtab.h (symbol_found_callback_ftype): Change parameter type to
4590 block_symbol.
4591
4592 2018-08-29 Keith Seitz <keiths@redhat.com>
4593
4594 * linespec.c (symbolp): Remove typedef and VEC definitions.
4595 (bound_minimal_symbol_d): Likewise.
4596
4597 2018-08-29 Keith Seitz <keiths@redhat.com>
4598
4599 * linespec.c (decode_compound_collector::decode_compound_collector):
4600 Remove initialization for `m_symtabs'.
4601 (decode_compound_collector::release_symbols): Change return type
4602 to std::vector. Update all callers.
4603 (class decode_compound_collector) <m_symbols>: Change type to
4604 std::vector.
4605 (lookup_prefix_sym): Change return type to std::vector. Update all
4606 callers.
4607 (compare_symbols): Remove.
4608 (std_compare_symbols): Rename to `compare_symbols'.
4609 (find_method): Change `sym_classes' parameter to std::vector.
4610 Update all callers. Use std::sort to sort sym_classes.
4611 (find_linespec_symbols): Remove cleanup.
4612
4613 2018-08-29 Keith Seitz <keiths@redhat.com>
4614
4615 * linespec.c (struct linespec) <minimal_symbols>: Change type to
4616 std::vector. Update all users.
4617 (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4618 (struct collect_info) <minimal_symbols>: Likewise.
4619 (compare_msymbols): Return bool. Change parameters to const
4620 bound_minimal_symbol references.
4621 (find_method, find_function_symbols, find_linespec_symbols): Change
4622 `minsyms' parameter to std::vector. Update all callers.
4623
4624 2018-08-29 Keith Seitz <keiths@redhat.com>
4625
4626 * linespec.c (struct linespec) <label_symbols>: Change type to
4627 std::vector. Update all users.
4628 (find_label_symbols_in_block): Change `result' parameter to
4629 std::vector. Update all callers.
4630 (find_label_symbols): Return std::vector. Update all callers.
4631
4632 2018-08-29 Keith Seitz <keiths@redhat.com>
4633
4634 * linespec.c (struct linespec) <function_symbols>: Change type to
4635 std::vector. Update all users.
4636 (struct collect_info) <function_symbols>: Likewise.
4637 (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4638 (std_compare_symbols): New function.
4639 (find_method, find_function_symbols, find_linespec_symbols)
4640 (find_label_symbols_in_block): Change `symbols' parameter to
4641 std::vector. Update all callers.
4642 (find_label_symbols): Likewise for `function_symbols' and
4643 `label_funcs_ret'.
4644
4645 2018-08-29 Keith Seitz <keiths@redhat.com>
4646
4647 * linespec.c (symtab_vector_up): Define.
4648 (struct linespec) <file_symtabs>: Change type to std::vector *.
4649 Update all uses.
4650 (struct collect_info) <file_symtabs>: Likewise.
4651 (collect_symtabs_from_filename): Return symtab_vector_up.
4652 Update all callers.
4653 (decode_objc): Remove cleanup.
4654 (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4655 (symtab_collector::release_symtabs): Return symtab_vector_up.
4656 Update all callers.
4657 (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4658 Update all users.
4659 (collect_symtabs_from_filename, symtabs_from_filename): Return
4660 symtab_vector_up. Update all callers.
4661
4662 2018-08-29 Tom Tromey <tom@tromey.com>
4663
4664 * csky-tdep.c (csky_analyze_prologue): Use
4665 core_addr_to_string_nz.
4666
4667 2018-08-29 Tom Tromey <tom@tromey.com>
4668
4669 * windows-nat.c (struct xlate_exception) <them>: Change type to
4670 DWORD.
4671 (xlate): Fix formatting. Remove last entry.
4672 (struct xlate_exception, xlate): Comment out.
4673 (windows_nat_target::resume): Use ranged for.
4674
4675 2018-08-29 Jim Wilson <jimw@sifive.com>
4676
4677 * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4678 (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4679 of NT_PRFPREG.
4680 (riscv_linux_nat_target::store_registers): Likewise.
4681
4682 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
4683
4684 PR gdb/23555
4685 PR gdb/23558
4686 * gnulib/aclocal.m4: Regenerate.
4687 * gnulib/config.in: Regenerate.
4688 * gnulib/configure: Regenerate.
4689 * gnulib/import/Makefile.am: Update.
4690 * gnulib/import/Makefile.in: Update.
4691 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4692 * gnulib/import/_Noreturn.h: ... this.
4693 * gnulib/import/alloca.in.h: Update.
4694 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4695 * gnulib/import/arg-nonnull.h: ... this.
4696 * gnulib/import/assure.h: Update.
4697 * gnulib/import/at-func.c: Update.
4698 * gnulib/import/basename-lgpl.c: Update.
4699 * gnulib/import/extra/snippet/c++defs.h: Rename to...
4700 * gnulib/import/c++defs.h: ... this.
4701 * gnulib/import/canonicalize-lgpl.c: Update.
4702 * gnulib/import/cdefs.h: Update.
4703 * gnulib/import/chdir-long.c: Update.
4704 * gnulib/import/chdir-long.h: Update.
4705 * gnulib/import/cloexec.c: Update.
4706 * gnulib/import/cloexec.h: Update.
4707 * gnulib/import/close.c: Update.
4708 * gnulib/import/closedir.c: Update.
4709 * gnulib/import/config.charset: Update.
4710 * gnulib/import/dirent-private.h: Update.
4711 * gnulib/import/dirent.in.h: Update.
4712 * gnulib/import/dirfd.c: Update.
4713 * gnulib/import/dirname-lgpl.c: Update.
4714 * gnulib/import/dirname.h: Update.
4715 * gnulib/import/dosname.h: Update.
4716 * gnulib/import/dup-safer-flag.c: Update.
4717 * gnulib/import/dup-safer.c: Update.
4718 * gnulib/import/dup.c: Update.
4719 * gnulib/import/dup2.c: Update.
4720 * gnulib/import/errno.in.h: Update.
4721 * gnulib/import/error.c: Update.
4722 * gnulib/import/error.h: Update.
4723 * gnulib/import/exitfail.c: Update.
4724 * gnulib/import/exitfail.h: Update.
4725 * gnulib/import/extra/update-copyright: Update.
4726 * gnulib/import/fchdir.c: Update.
4727 * gnulib/import/fcntl.c: Update.
4728 * gnulib/import/fcntl.in.h: Update.
4729 * gnulib/import/fd-hook.c: Update.
4730 * gnulib/import/fd-hook.h: Update.
4731 * gnulib/import/fd-safer-flag.c: Update.
4732 * gnulib/import/fd-safer.c: Update.
4733 * gnulib/import/fdopendir.c: Update.
4734 * gnulib/import/filename.h: Update.
4735 * gnulib/import/filenamecat-lgpl.c: Update.
4736 * gnulib/import/filenamecat.h: Update.
4737 * gnulib/import/flexmember.h: Update.
4738 * gnulib/import/float+.h: Update.
4739 * gnulib/import/float.c: Update.
4740 * gnulib/import/float.in.h: Update.
4741 * gnulib/import/fnmatch.c: Update.
4742 * gnulib/import/fnmatch.in.h: Update.
4743 * gnulib/import/fnmatch_loop.c: Update.
4744 * gnulib/import/fpucw.h: Update.
4745 * gnulib/import/frexp.c: Update.
4746 * gnulib/import/frexpl.c: Update.
4747 * gnulib/import/fstat.c: Update.
4748 * gnulib/import/fstatat.c: Update.
4749 * gnulib/import/getcwd-lgpl.c: Update.
4750 * gnulib/import/getcwd.c: Update.
4751 * gnulib/import/getdtablesize.c: Update.
4752 * gnulib/import/getlogin_r.c: Update.
4753 * gnulib/import/getprogname.c: Update.
4754 * gnulib/import/getprogname.h: Update.
4755 * gnulib/import/gettext.h: Update.
4756 * gnulib/import/gettimeofday.c: Update.
4757 * gnulib/import/glob-libc.h: Update.
4758 * gnulib/import/glob.c: Update.
4759 * gnulib/import/glob.in.h: Update.
4760 * gnulib/import/glob_internal.h: Update.
4761 * gnulib/import/glob_pattern_p.c: Update.
4762 * gnulib/import/globfree.c: Update.
4763 * gnulib/import/hard-locale.c: Update.
4764 * gnulib/import/hard-locale.h: Update.
4765 * gnulib/import/intprops.h: Update.
4766 * gnulib/import/inttypes.in.h: Update.
4767 * gnulib/import/isnan.c: Update.
4768 * gnulib/import/isnand-nolibm.h: Update.
4769 * gnulib/import/isnand.c: Update.
4770 * gnulib/import/isnanl-nolibm.h: Update.
4771 * gnulib/import/isnanl.c: Update.
4772 * gnulib/import/itold.c: Update.
4773 * gnulib/import/libc-config.h: Update.
4774 * gnulib/import/limits.in.h: Update.
4775 * gnulib/import/localcharset.c: Update.
4776 * gnulib/import/localcharset.h: Update.
4777 * gnulib/import/localtime-buffer.c: Update.
4778 * gnulib/import/localtime-buffer.h: Update.
4779 * gnulib/import/lstat.c: Update.
4780 * gnulib/import/m4/00gnulib.m4: Update.
4781 * gnulib/import/m4/__inline.m4: Update.
4782 * gnulib/import/m4/absolute-header.m4: Update.
4783 * gnulib/import/m4/alloca.m4: Update.
4784 * gnulib/import/m4/builtin-expect.m4: Update.
4785 * gnulib/import/m4/canonicalize.m4: Update.
4786 * gnulib/import/m4/chdir-long.m4: Update.
4787 * gnulib/import/m4/close.m4: Update.
4788 * gnulib/import/m4/closedir.m4: Update.
4789 * gnulib/import/m4/configmake.m4: Update.
4790 * gnulib/import/m4/d-ino.m4: Update.
4791 * gnulib/import/m4/d-type.m4: Update.
4792 * gnulib/import/m4/dirent_h.m4: Update.
4793 * gnulib/import/m4/dirfd.m4: Update.
4794 * gnulib/import/m4/dirname.m4: Update.
4795 * gnulib/import/m4/double-slash-root.m4: Update.
4796 * gnulib/import/m4/dup.m4: Update.
4797 * gnulib/import/m4/dup2.m4: Update.
4798 * gnulib/import/m4/eealloc.m4: Update.
4799 * gnulib/import/m4/environ.m4: Update.
4800 * gnulib/import/m4/errno_h.m4: Update.
4801 * gnulib/import/m4/error.m4: Update.
4802 * gnulib/import/m4/exponentd.m4: Update.
4803 * gnulib/import/m4/exponentl.m4: Update.
4804 * gnulib/import/m4/extensions.m4: Update.
4805 * gnulib/import/m4/extern-inline.m4: Update.
4806 * gnulib/import/m4/fchdir.m4: Update.
4807 * gnulib/import/m4/fcntl-o.m4: Update.
4808 * gnulib/import/m4/fcntl.m4: Update.
4809 * gnulib/import/m4/fcntl_h.m4: Update.
4810 * gnulib/import/m4/fdopendir.m4: Update.
4811 * gnulib/import/m4/filenamecat.m4: Update.
4812 * gnulib/import/m4/flexmember.m4: Update.
4813 * gnulib/import/m4/float_h.m4: Update.
4814 * gnulib/import/m4/fnmatch.m4: Update.
4815 * gnulib/import/m4/fnmatch_h.m4: Update.
4816 * gnulib/import/m4/fpieee.m4: Update.
4817 * gnulib/import/m4/frexp.m4: Update.
4818 * gnulib/import/m4/frexpl.m4: Update.
4819 * gnulib/import/m4/fstat.m4: Update.
4820 * gnulib/import/m4/fstatat.m4: Update.
4821 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4822 * gnulib/import/m4/getcwd-path-max.m4: Update.
4823 * gnulib/import/m4/getcwd.m4: Update.
4824 * gnulib/import/m4/getdtablesize.m4: Update.
4825 * gnulib/import/m4/getlogin.m4: Update.
4826 * gnulib/import/m4/getlogin_r.m4: Update.
4827 * gnulib/import/m4/getpagesize.m4: Update.
4828 * gnulib/import/m4/getprogname.m4: Update.
4829 * gnulib/import/m4/gettimeofday.m4: Update.
4830 * gnulib/import/m4/glibc21.m4: Update.
4831 * gnulib/import/m4/glob.m4: Update.
4832 * gnulib/import/m4/glob_h.m4: Update.
4833 * gnulib/import/m4/gnulib-cache.m4: Update.
4834 * gnulib/import/m4/gnulib-common.m4: Update.
4835 * gnulib/import/m4/gnulib-comp.m4: Update.
4836 * gnulib/import/m4/gnulib-tool.m4: Update.
4837 * gnulib/import/m4/hard-locale.m4: Update.
4838 * gnulib/import/m4/include_next.m4: Update.
4839 * gnulib/import/m4/inttypes-pri.m4: Update.
4840 * gnulib/import/m4/inttypes.m4: Update.
4841 * gnulib/import/m4/isnand.m4: Update.
4842 * gnulib/import/m4/isnanl.m4: Update.
4843 * gnulib/import/m4/largefile.m4: Update.
4844 * gnulib/import/m4/limits-h.m4: Update.
4845 * gnulib/import/m4/localcharset.m4: Update.
4846 * gnulib/import/m4/locale-fr.m4: Update.
4847 * gnulib/import/m4/locale-ja.m4: Update.
4848 * gnulib/import/m4/locale-zh.m4: Update.
4849 * gnulib/import/m4/localtime-buffer.m4: Update.
4850 * gnulib/import/m4/longlong.m4: Update.
4851 * gnulib/import/m4/lstat.m4: Update.
4852 * gnulib/import/m4/malloc.m4: Update.
4853 * gnulib/import/m4/malloca.m4: Update.
4854 * gnulib/import/m4/math_h.m4: Update.
4855 * gnulib/import/m4/mbrtowc.m4: Update.
4856 * gnulib/import/m4/mbsinit.m4: Update.
4857 * gnulib/import/m4/mbsrtowcs.m4: Update.
4858 * gnulib/import/m4/mbstate_t.m4: Update.
4859 * gnulib/import/m4/memchr.m4: Update.
4860 * gnulib/import/m4/memmem.m4: Update.
4861 * gnulib/import/m4/mempcpy.m4: Update.
4862 * gnulib/import/m4/memrchr.m4: Update.
4863 * gnulib/import/m4/mkdir.m4: Update.
4864 * gnulib/import/m4/mkstemp.m4: Update.
4865 * gnulib/import/m4/mmap-anon.m4: Update.
4866 * gnulib/import/m4/mode_t.m4: Update.
4867 * gnulib/import/m4/msvc-inval.m4: Update.
4868 * gnulib/import/m4/msvc-nothrow.m4: Update.
4869 * gnulib/import/m4/multiarch.m4: Update.
4870 * gnulib/import/m4/nocrash.m4: Update.
4871 * gnulib/import/m4/off_t.m4: Update.
4872 * gnulib/import/m4/onceonly.m4: Update.
4873 * gnulib/import/m4/open-cloexec.m4: Update.
4874 * gnulib/import/m4/open.m4: Update.
4875 * gnulib/import/m4/openat.m4: Update.
4876 * gnulib/import/m4/opendir.m4: Update.
4877 * gnulib/import/m4/pathmax.m4: Update.
4878 * gnulib/import/m4/rawmemchr.m4: Update.
4879 * gnulib/import/m4/readdir.m4: Update.
4880 * gnulib/import/m4/readlink.m4: Update.
4881 * gnulib/import/m4/realloc.m4: Update.
4882 * gnulib/import/m4/rename.m4: Update.
4883 * gnulib/import/m4/rewinddir.m4: Update.
4884 * gnulib/import/m4/rmdir.m4: Update.
4885 * gnulib/import/m4/save-cwd.m4: Update.
4886 * gnulib/import/m4/secure_getenv.m4: Update.
4887 * gnulib/import/m4/setenv.m4: Update.
4888 * gnulib/import/m4/signal_h.m4: Update.
4889 * gnulib/import/m4/ssize_t.m4: Update.
4890 * gnulib/import/m4/stat-time.m4: Update.
4891 * gnulib/import/m4/stat.m4: Update.
4892 * gnulib/import/m4/std-gnu11.m4: Update.
4893 * gnulib/import/m4/stdbool.m4: Update.
4894 * gnulib/import/m4/stddef_h.m4: Update.
4895 * gnulib/import/m4/stdint.m4: Update.
4896 * gnulib/import/m4/stdio_h.m4: Update.
4897 * gnulib/import/m4/stdlib_h.m4: Update.
4898 * gnulib/import/m4/strchrnul.m4: Update.
4899 * gnulib/import/m4/strdup.m4: Update.
4900 * gnulib/import/m4/strerror.m4: Update.
4901 * gnulib/import/m4/string_h.m4: Update.
4902 * gnulib/import/m4/strstr.m4: Update.
4903 * gnulib/import/m4/strtok_r.m4: Update.
4904 * gnulib/import/m4/sys_socket_h.m4: Update.
4905 * gnulib/import/m4/sys_stat_h.m4: Update.
4906 * gnulib/import/m4/sys_time_h.m4: Update.
4907 * gnulib/import/m4/sys_types_h.m4: Update.
4908 * gnulib/import/m4/tempname.m4: Update.
4909 * gnulib/import/m4/time_h.m4: Update.
4910 * gnulib/import/m4/unistd-safer.m4: Update.
4911 * gnulib/import/m4/unistd_h.m4: Update.
4912 * gnulib/import/m4/warn-on-use.m4: Update.
4913 * gnulib/import/m4/wchar_h.m4: Update.
4914 * gnulib/import/m4/wchar_t.m4: Update.
4915 * gnulib/import/m4/wctype_h.m4: Update.
4916 * gnulib/import/m4/wint_t.m4: Update.
4917 * gnulib/import/malloc.c: Update.
4918 * gnulib/import/malloc/scratch_buffer.h: Update.
4919 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4920 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4921 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4922 * gnulib/import/malloca.c: Update.
4923 * gnulib/import/malloca.h: Update.
4924 * gnulib/import/malloca.valgrind: Update.
4925 * gnulib/import/math.in.h: Update.
4926 * gnulib/import/mbrtowc.c: Update.
4927 * gnulib/import/mbsinit.c: Update.
4928 * gnulib/import/mbsrtowcs-impl.h: Update.
4929 * gnulib/import/mbsrtowcs-state.c: Update.
4930 * gnulib/import/mbsrtowcs.c: Update.
4931 * gnulib/import/memchr.c: Update.
4932 * gnulib/import/memmem.c: Update.
4933 * gnulib/import/mempcpy.c: Update.
4934 * gnulib/import/memrchr.c: Update.
4935 * gnulib/import/mkdir.c: Update.
4936 * gnulib/import/mkstemp.c: Update.
4937 * gnulib/import/msvc-inval.c: Update.
4938 * gnulib/import/msvc-inval.h: Update.
4939 * gnulib/import/msvc-nothrow.c: Update.
4940 * gnulib/import/msvc-nothrow.h: Update.
4941 * gnulib/import/open.c: Update.
4942 * gnulib/import/openat-die.c: Update.
4943 * gnulib/import/openat-priv.h: Update.
4944 * gnulib/import/openat-proc.c: Update.
4945 * gnulib/import/openat.c: Update.
4946 * gnulib/import/openat.h: Update.
4947 * gnulib/import/opendir.c: Update.
4948 * gnulib/import/pathmax.h: Update.
4949 * gnulib/import/pipe-safer.c: Update.
4950 * gnulib/import/rawmemchr.c: Update.
4951 * gnulib/import/readdir.c: Update.
4952 * gnulib/import/readlink.c: Update.
4953 * gnulib/import/realloc.c: Update.
4954 * gnulib/import/ref-add.sin: Update.
4955 * gnulib/import/ref-del.sin: Update.
4956 * gnulib/import/rename.c: Update.
4957 * gnulib/import/rewinddir.c: Update.
4958 * gnulib/import/rmdir.c: Update.
4959 * gnulib/import/same-inode.h: Update.
4960 * gnulib/import/save-cwd.c: Update.
4961 * gnulib/import/save-cwd.h: Update.
4962 * gnulib/import/scratch_buffer.h: Update.
4963 * gnulib/import/secure_getenv.c: Update.
4964 * gnulib/import/setenv.c: Update.
4965 * gnulib/import/signal.in.h: Update.
4966 * gnulib/import/stat-time.c: Update.
4967 * gnulib/import/stat-time.h: Update.
4968 * gnulib/import/stat-w32.c: Update.
4969 * gnulib/import/stat-w32.h: Update.
4970 * gnulib/import/stat.c: Update.
4971 * gnulib/import/stdbool.in.h: Update.
4972 * gnulib/import/stddef.in.h: Update.
4973 * gnulib/import/stdint.in.h: Update.
4974 * gnulib/import/stdio.in.h: Update.
4975 * gnulib/import/stdlib.in.h: Update.
4976 * gnulib/import/str-two-way.h: Update.
4977 * gnulib/import/strchrnul.c: Update.
4978 * gnulib/import/strdup.c: Update.
4979 * gnulib/import/streq.h: Update.
4980 * gnulib/import/strerror-override.c: Update.
4981 * gnulib/import/strerror-override.h: Update.
4982 * gnulib/import/strerror.c: Update.
4983 * gnulib/import/string.in.h: Update.
4984 * gnulib/import/stripslash.c: Update.
4985 * gnulib/import/strnlen1.c: Update.
4986 * gnulib/import/strnlen1.h: Update.
4987 * gnulib/import/strstr.c: Update.
4988 * gnulib/import/strtok_r.c: Update.
4989 * gnulib/import/sys_stat.in.h: Update.
4990 * gnulib/import/sys_time.in.h: Update.
4991 * gnulib/import/sys_types.in.h: Update.
4992 * gnulib/import/tempname.c: Update.
4993 * gnulib/import/tempname.h: Update.
4994 * gnulib/import/time.in.h: Update.
4995 * gnulib/import/unistd--.h: Update.
4996 * gnulib/import/unistd-safer.h: Update.
4997 * gnulib/import/unistd.in.h: Update.
4998 * gnulib/import/unsetenv.c: Update.
4999 * gnulib/import/verify.h: Update.
5000 * gnulib/import/extra/snippet/warn-on-use.h: Update.
5001 * gnulib/import/wchar.in.h: Update.
5002 * gnulib/import/wctype.in.h: Update.
5003 * gnulib/import/xalloc-oversized.h: Update.
5004 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
5005 "53e2c179f26a890fa6685af4b6c1397ee370433b".
5006
5007 2018-08-16 Gary Benson <gbenson@redhat.com>
5008
5009 PR gdb/13000:
5010 * gdb/main.c (captured_main_1): Exit with nonzero status
5011 in batch mode if the last command to be executed failed.
5012 * NEWS: Mention the above.
5013
5014 2018-08-29 Simon Marchi <simon.marchi@ericsson.com>
5015
5016 * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
5017 end of warning message.
5018
5019 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5020
5021 PR gdb/22943:
5022 * aarch64-tdep.c (is_hfa_or_hva): Remove function.
5023 (aarch64_extract_return_value): Use
5024 aapcs_is_vfp_call_or_return_candidate.
5025 (aarch64_return_in_memory): Likewise.
5026 (aarch64_store_return_value): Likewise.
5027
5028 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5029
5030 * aarch64-tdep.c
5031 (aapcs_is_vfp_call_or_return_candidate): Make static
5032 (pass_in_v_or_stack): Remove function.
5033 (pass_in_v_vfp_candidate): New function.
5034 (aarch64_push_dummy_call): Check for float register candidates.
5035
5036 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5037
5038 * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
5039 (aapcs_is_vfp_call_or_return_candidate_1): New function.
5040 (aapcs_is_vfp_call_or_return_candidate): Likewise.
5041
5042 2018-08-28 Simon Marchi <simon.marchi@polymtl.ca>
5043
5044 PR build/23399
5045 * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
5046 (struct ipa_sym_addresses): Rename to...
5047 (struct ipa_sym_addresses_common): ... this.
5048 * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
5049
5050 2018-08-28 Tom Tromey <tom@tromey.com>
5051
5052 * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5053 (token_fifo): Now a std::vector.
5054 (yylex, c_parse): Update.
5055 * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5056 (token_fifo): Now a std::vector.
5057 (yylex, d_parse): Update.
5058 * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5059 (token_fifo): Now a std::vector.
5060 (yylex, go_parse): Update.
5061
5062 2018-08-28 Simon Marchi <simon.marchi@ericsson.com>
5063
5064 * parser-defs.h (struct type_stack) <elements>: Change type to
5065 std::vector<union type_stack_elt>.
5066 <depth, size>: Remove.
5067 * parse.c (parse_exp_in_context_1): Adjust.
5068 (type_stack_reserve): Remove.
5069 (check_type_stack_depth): Remove.
5070 (insert_into_type_stack): Adjust to std::vector.
5071 (insert_type): Likewise.
5072 (push_type): Likewise.
5073 (push_type_int): Likewise.
5074 (insert_type_address_space): Likewise.
5075 (pop_type): Likewise.
5076 (pop_type_int): Likewise.
5077 (pop_typelist): Likewise.
5078 (pop_type_stack): Likewise.
5079 (append_type_stack): Likewise.
5080 (push_type_stack): Likewise.
5081 (get_type_stack): Likewise.
5082 (type_stack_cleanup): Likewise.
5083 (push_typelist): Likewise.
5084 (follow_types): Likewise.
5085 (_initialize_parse): Likewise.
5086
5087 2018-08-28 Hafiz Abid Qadeer <abidh@codesourcery.com>
5088
5089 * NEWS: Mention csky target.
5090
5091 2018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com>
5092 Hafiz Abid Qadeer <abidh@codesourcery.com>
5093 Don Breazeal <donb@codesourcery.com>
5094
5095 * csky-linux-tdep.c: New file.
5096 * csky-tdep.c: Likewise.
5097 * csky-tdep.h: Likewise.
5098 * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
5099 csky-tdep.o.
5100 (HFILES_NO_SRCDIR): Add csky-tdep.h.
5101 (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
5102 * configure.tgt: Add csky support.
5103
5104 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5105
5106 * python/py-framefilter.c (py_print_frame): Print frame architecture
5107 when printing on an MI output.
5108
5109 2018-08-27 Tom Tromey <tom@tromey.com>
5110
5111 PR build/23087:
5112 * configure: Rebuild.
5113 * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
5114
5115 2018-08-27 Tom Tromey <tom@tromey.com>
5116
5117 * aarch64-linux-tdep.c
5118 (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
5119 casts to int.
5120
5121 2018-08-27 Tom Tromey <tom@tromey.com>
5122
5123 * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
5124 unsigned.
5125 (ppc64_standard_linkage1, ppc64_standard_linkage2)
5126 (ppc64_standard_linkage3, ppc64_standard_linkage4)
5127 (ppc64_standard_linkage5, ppc64_standard_linkage6)
5128 (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
5129 unsigned.
5130
5131 2018-08-27 Tom Tromey <tom@tromey.com>
5132
5133 * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
5134 (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
5135
5136 2018-08-27 Tom Tromey <tom@tromey.com>
5137
5138 * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
5139 * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
5140 ULONGEST_MAX.
5141 * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
5142 ULONGEST_MAX.
5143 * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
5144 ULONGEST_MAX.
5145 * sparc-linux-tdep.c (sparc32_linux_sigframe)
5146 (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
5147 * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
5148 ULONGEST_MAX.
5149 * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
5150 (ppc64_linux_sigaction_tramp_frame)
5151 (ppc32_linux_sighandler_tramp_frame)
5152 (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
5153 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
5154 (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
5155 * mn10300-linux-tdep.c (am33_linux_sigframe)
5156 (am33_linux_rt_sigframe): Use ULONGEST_MAX.
5157 * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
5158 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5159 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5160 (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
5161 (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
5162 (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
5163 * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
5164 (mips64_fbsd_sigframe): Use ULONGEST_MAX.
5165 * microblaze-linux-tdep.c
5166 (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
5167 * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
5168 (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
5169 (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
5170 * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
5171 * common/common-types.h (ULONGEST_MAX): New define.
5172 (CORE_ADDR_MAX): Fix formatting.
5173 * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
5174 * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
5175 * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
5176 (arm_linux_rt_sigreturn_tramp_frame)
5177 (arm_eabi_linux_sigreturn_tramp_frame)
5178 (arm_eabi_linux_rt_sigreturn_tramp_frame)
5179 (thumb2_eabi_linux_sigreturn_tramp_frame)
5180 (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
5181 (arm_linux_restart_syscall_tramp_frame)
5182 (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
5183 * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
5184 * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
5185 ULONGEST_MAX.
5186 * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
5187
5188 2018-08-27 Tom Tromey <tom@tromey.com>
5189
5190 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
5191 CORE_ADDR_MAX.
5192 * mips-tdep.c (mips_deal_with_atomic_sequence)
5193 (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
5194 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
5195 (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
5196 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
5197 CORE_ADDR_MAX.
5198 * aarch64-tdep.c (aarch64_software_single_step): Use
5199 CORE_ADDR_MAX.
5200
5201 2018-08-27 Tom Tromey <tom@tromey.com>
5202
5203 * linespec.c (complete_linespec_component): Add cast to "char".
5204 * completer.c (completion_tracker::build_completion_result): Add
5205 cast to "char".
5206
5207 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5208
5209 * solist.h (struct solist, struct target_so_ops): Fix
5210 indentation.
5211
5212 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5213
5214 * ada-tasks.c (ada_task_info_s): Remove typedef.
5215 (DEF_VEC_O(ada_task_info_s)): Remove.
5216 (struct ada_tasks_inferior_data): Initialize fields.
5217 <task_list>: Make an std::vector.
5218 (get_ada_tasks_inferior_data): Allocate with new.
5219 (ada_get_task_number): Adjust.
5220 (get_task_number_from_id): Likewise.
5221 (valid_task_id): Likewise.
5222 (ada_get_task_info_from_ptid): Likewise.
5223 (iterate_over_live_ada_tasks): Likewise.
5224 (add_ada_task): Likewise.
5225 (read_known_tasks): Likewise.
5226 (ada_build_task_list): Likewise.
5227 (print_ada_task_info): Likewise.
5228 (info_task): Likewise.
5229 (task_command_1): Likewise.
5230
5231 2018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5232
5233 * ada-lang.c (add_angle_brackets): Return std::string.
5234
5235 2018-08-25 Simon Marchi <simon.marchi@polymtl.ca>
5236
5237 * python/py-threadevent.c (py_get_event_thread): Initialize
5238 pythread.
5239
5240 2018-08-24 Pedro Alves <palves@redhat.com>
5241
5242 * python/py-bpevent.c (create_breakpoint_event_object): Use
5243 copy-initialization.
5244 * python/py-continueevent.c (emit_continue_event): Use
5245 copy-initialization.
5246 * python/py-exitedevent.c (create_exited_event_object): Return a
5247 gdbpy_ref<>.
5248 (emit_exited_event): Use copy-initialization.
5249 * python/py-inferior.c (python_new_inferior)
5250 (python_inferior_deleted, add_thread_object): Use
5251 copy-initialization.
5252 * python/py-infevents.c (create_inferior_call_event_object)
5253 (create_register_changed_event_object)
5254 (create_memory_changed_event_object): Return a gdbpy_ref<>.
5255 (emit_inferior_call_event, emit_memory_changed_event)
5256 (emit_register_changed_event): Use copy-initialization.
5257 * python/py-newobjfileevent.c (create_new_objfile_event_object):
5258 Return a gdbpy_ref<>.
5259 (emit_new_objfile_event): Use copy-initialization.
5260 (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
5261 (emit_clear_objfiles_event): Use copy-initialization.
5262 * python/py-signalevent.c (create_signal_event_object): Use
5263 copy-initialization.
5264 * python/py-threadevent.c (create_thread_event_object): Use
5265 copy-initialization.
5266
5267 2018-08-24 Pedro Alves <palves@redhat.com>
5268 Simon Marchi <simon.marchi@ericsson.com>
5269
5270 PR gdb/23379
5271 * python/py-continueevent.c: Include "gdbthread.h".
5272 (create_continue_event_object): Add intro comment. Add 'ptid'
5273 parameter. Use it to find thread to pass to
5274 create_thread_event_object.
5275 (emit_continue_event): Pass PTID down to
5276 create_continue_event_object.
5277 * python/py-event.h (py_get_event_thread): Declare.
5278 (create_thread_event_object): Remove default from 'thread'
5279 parameter.
5280 * python/py-stopevent.c (create_stop_event_object): Use
5281 py_get_event_thread.
5282 * python/py-threadevent.c (get_event_thread): Rename to ...
5283 (py_get_event_thread): ... this, make extern, add 'ptid' parameter
5284 and use it to find the thread.
5285 (create_thread_event_object): Assert that THREAD isn't null.
5286 Don't find the event thread here.
5287
5288 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5289
5290 * block.h (blockrange, blockranges): New struct declarations.
5291 (struct block): Add new field named `ranges'.
5292 (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
5293 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
5294 macros for accessing ranges in struct block.
5295 (make_blockranges): New declaration.
5296 block.c (make_blockranges): New function.
5297 * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
5298 for block.
5299 * symtab.h (find_pc_partial_function): Add new parameter `block'.
5300 * blockframe.c (cache_pc_function_block): New static global.
5301 (clear_pc_function_cache): Clear cache_pc_function_block.
5302 (find_pc_partial_function): Move comment to symtab.h. Add
5303 support for non-contiguous blocks.
5304 * cli/cli-cmds.c (block.h): Include.
5305 (print_disassembly): Handle printing of non-contiguous blocks.
5306 (disassemble_current_function): Likewise.
5307 (disassemble_command): Likewise.
5308
5309 * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
5310 BLOCK_START.
5311 * blockframe.c (get_pc_function_start): Likewise.
5312 * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
5313 (gcc_symbol_address): Likewise.
5314 * compile/compile-object-run.c (compile_object_run): Likewise.
5315 * compile/compile.c (get_expr_block_and_pc): Likewise.
5316 * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
5317 (func_addr_to_tail_call_list): Likewise.
5318 * findvar.c (default_read_var_value): Likewise.
5319 * inline-frame.c (inline_frame_this_id): Likewise.
5320 (skip-inline_frames): Likewise.
5321 * infcmd.c (until_next_command): Likewise.
5322 * linespec.c (convert_linespec_to_sals): Likewise.
5323 * parse.c (parse_exp_in_context_1): Likewise.
5324 * printcmd.c (build_address_symbolic): likewise.
5325 (info_address_command): Likewise.
5326 symtab.c (find_function_start_sal): Likewise.
5327 (skip_prologue_sal): Likewise.
5328 (find_function_alias_target): Likewise.
5329 (find_gnu_ifunc): Likewise.
5330 * stack.c (find_frame_funname): Likewise.
5331 * symtab.c (fixup_symbol_section): Likewise.
5332 (find_function_start_sal): Likewise.
5333 (skip_prologue_sal): Likewsie.
5334 (find_function_alias_target): Likewise.
5335 (find_gnu_ifunc): Likewise.
5336 * tracepoint.c (info_scope_command): Likewise.
5337 * value.c (value_fn_field): Likewise.
5338
5339 * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
5340 in place of find_pc_partial_function.
5341 * blockframe.c (find_function_entry_range_from_pc): New function.
5342 * symtab.h (find_function_entry_range_from_pc): Declare and document.
5343 * objfiles.c (objfile_relocate1): Relocate start and end addresses
5344 for each range in a block.
5345
5346
5347 2018-08-23 Xavier Roirand <roirand@adacore.com>
5348
5349 * machoread.c (macho_symfile_read_all_oso): Remove uneeded
5350 incrementation.
5351
5352 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5353
5354 * solib-svr4.c (read_program_headers_from_bfd): Return
5355 gdb::optional<gdb::byte_vector>.
5356 (svr4_exec_displacement): Adjust.
5357
5358 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5359
5360 * solib-svr4.c (read_program_header): Return
5361 gdb::optional<gdb::byte_vector>, remove p_sect_size param.
5362 (find_program_interpreter): Return
5363 gdb::optional<gdb::byte_vector>.
5364 (scan_dyntag_auxv): Adjust.
5365 (enable_break): Adjust.
5366 (svr4_exec_displacement): Adjust.
5367
5368 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5369
5370 * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
5371 * inf-child.c (inf_child_target::terminal_save_inferior): New.
5372
5373 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5374
5375 * guile/scm-string.c (gdbscm_scm_from_printf): Use
5376 string_vprintf.
5377 * guile/scm-utils.c (gdbscm_printf): Likewise.
5378 * serial.c (serial_printf): Likewise.
5379 * xml-support.c (gdb_xml_parser::vdebug): Likewise.
5380
5381 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5382
5383 * stack.c (print_frame): Print frame architecture when printing on
5384 an MI output.
5385 * NEWS: Mention new "arch" attribute in frame output.
5386
5387 2018-08-21 Alan Hayward <alan.hayward@arm.com>
5388
5389 * arch/aarch64.h (aarch64_regnum): Update comment.
5390
5391 2018-08-21 Alan Hayward <alan.hayward@arm.com>
5392
5393 * NEWS: Add SVE to 8.2 section.
5394
5395 2018-08-21 Pedro Alves <palves@redhat.com>
5396
5397 * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
5398 out from gdbscm_parse_function_args.
5399 (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
5400 gdbscm_parse_function_args_1.
5401
5402 2018-08-21 Simon Marchi <simon.marchi@ericsson.com>
5403
5404 PR gdb/17816
5405 * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
5406 operator.
5407
5408 2018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
5409
5410 * solib-svr4.c (svr4_exec_displacement): Fix formatting.
5411
5412 2018-08-19 Michael Spang <spang@google.com>
5413
5414 PR gdb/11786
5415 * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
5416 for PT_TLS segments.
5417
5418 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5419
5420 * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
5421 dwarf_variable_value.
5422 * dwarf2-frame.c (class dwarf_expr_executor):
5423 Add override for dwarf_variable_value.
5424 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
5425 (class symbol_needs_eval_context): Likewise.
5426 (indirect_synthetic_pointer): Add forward declaration.
5427 (sect_variable_value): New function.
5428 (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
5429 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
5430 for DW_OP_GNU_variable_value.
5431
5432 2018-08-16 Tom Tromey <tom@tromey.com>
5433
5434 * top.c (read_command_file): Update.
5435 (command_line_input): Remove "repeat" argument.
5436 * ada-lang.c (get_selections): Update.
5437 * linespec.c (decode_line_2): Update.
5438 * defs.h (command_line_input): Remove argument.
5439 * cli/cli-script.c (read_next_line): Update.
5440 * python/py-gdb-readline.c: Update.
5441
5442 2018-08-17 Tom Tromey <tom@tromey.com>
5443
5444 * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
5445 command_line_input.
5446
5447 2018-08-15 Tom Tromey <tom@tromey.com>
5448
5449 * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
5450
5451 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5452
5453 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
5454 If used, use find_pc_partial_function to find address range
5455 to disassemble.
5456 * mi/mi-main.c (mi_cmd_list_features): Report
5457 "data-disassemble-a-option" feature.
5458 * NEWS: Mention new -data-disassemble option -a.
5459
5460 2018-08-13 Tom Tromey <tom@tromey.com>
5461
5462 * common/common-defs.h (_FORTIFY_SOURCE): Define.
5463
5464 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5465
5466 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
5467 (aarch64_linux_collect_sve_regset): Likewise.
5468 (aarch64_linux_iterate_over_regset_sections): Check for SVE.
5469 * regcache.h (regcache_map_entry_size): New function.
5470
5471 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5472
5473 * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
5474 (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
5475 (SVE_HEADER_VL_LENGTH): Likewise.
5476 (SVE_HEADER_MAX_VL_LENGTH): Likewise.
5477 (SVE_HEADER_FLAGS_LENGTH): Likewise.
5478 (SVE_HEADER_RESERVED_LENGTH): Likewise.
5479 (SVE_HEADER_SIZE_OFFSET): Likewise.
5480 (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
5481 (SVE_HEADER_VL_OFFSET): Likewise.
5482 (SVE_HEADER_MAX_VL_OFFSET): Likewise.
5483 (SVE_HEADER_FLAGS_OFFSET): Likewise.
5484 (SVE_HEADER_RESERVED_OFFSET): Likewise.
5485 (SVE_HEADER_SIZE): Likewise.
5486 (aarch64_linux_core_read_vq): Add function.
5487 (aarch64_linux_core_read_description): Check for SVE section.
5488
5489 2018-08-13 Alan Hayward <alan.hayward@arm.com>
5490
5491 * aarch64-fbsd-tdep.c
5492 (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
5493 collect_size.
5494 * aarch64-linux-tdep.c
5495 (aarch64_linux_iterate_over_regset_sections): Likewise.
5496 * alpha-linux-tdep.c
5497 (alpha_linux_iterate_over_regset_sections):
5498 * alpha-nbsd-tdep.c
5499 (alphanbsd_iterate_over_regset_sections): Likewise.
5500 * amd64-fbsd-tdep.c
5501 (amd64fbsd_iterate_over_regset_sections): Likewise.
5502 * amd64-linux-tdep.c
5503 (amd64_linux_iterate_over_regset_sections): Likewise.
5504 * arm-bsd-tdep.c
5505 (armbsd_iterate_over_regset_sections): Likewise.
5506 * arm-fbsd-tdep.c
5507 (arm_fbsd_iterate_over_regset_sections): Likewise.
5508 * arm-linux-tdep.c
5509 (arm_linux_iterate_over_regset_sections): Likewise.
5510 * corelow.c (get_core_registers_cb): Likewise.
5511 (core_target::fetch_registers): Likewise.
5512 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
5513 * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
5514 * gdbarch.h (void): Regenerate.
5515 * gdbarch.sh: Add supply_size and collect_size.
5516 * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
5517 * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
5518 * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
5519 * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
5520 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
5521 * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
5522 * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
5523 * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
5524 * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
5525 * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
5526 * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
5527 * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
5528 * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
5529 * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
5530 * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
5531 Likewise.
5532 * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
5533 * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
5534 * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
5535 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
5536 * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
5537 * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
5538 * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
5539 Likewise.
5540 * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
5541 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
5542 * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
5543 * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
5544 * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
5545 * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
5546 * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
5547 * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
5548
5549 2018-08-10 Simon Marchi <simon.marchi@ericsson.com>
5550
5551 * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
5552 with string_printf.
5553
5554 2018-08-10 Keith Seitz <keiths@redhat.com>
5555
5556 * compile/compile-c-support.c (add_code_header, add_code_footer):
5557 Move into policy class.
5558 (c_push_user_expression, pop_user_expression_nop)
5559 (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5560 (compile_program): New host class.
5561 (c_compile_program): New typedef.
5562 (c_compute_porgram): Use c_compile_program.
5563
5564 2018-08-10 Keith Seitz <keiths@redhat.com>
5565
5566 * compile/compile-internal.h (compile_instance::~compile_instance):
5567 Remove calls to htab_delete.
5568 <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5569 * compile.c (compile_instance::compile_instance): Initialize
5570 htab unique pointers.
5571 (compile_instance::get_cached_type, compile_instance::insert_type)
5572 (compile_instance::error_symbol_once): Update for unique_ptr.
5573
5574 2018-08-10 Keith Seitz <keiths@redhat.com>
5575
5576 * compile/compile-c-symbols.c (struct symbol_error)
5577 (hash_symbol_error, eq_symbol_error, del_symbol_error)
5578 (compile_instance::insert_symbol_error)
5579 (compile_instance::error_symbol_once): Move to ...
5580 * compile/compile.c: ... here.
5581
5582 2018-08-10 Keith Seitz <keiths@redhat.com>
5583
5584 * compile/compile-c-support.c (c_get_compile_context): Use `new'
5585 instead of `new_compile_instance'.
5586 * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5587 Update description.
5588 If the symbol error map is not initialized, create it.
5589 (generate_c_for_for_one_symbol): Do not check/initialize
5590 the symbol error map.
5591 * compile/compile-c-types.c (compile_c_instance): Make a class.
5592 Update all callers.
5593 (compile_instance::compile_instance): Initialize the type cache.
5594 (get_cached_type): New function.
5595 (insert_type): Update description.
5596 (compile_c_instance::m_default_cflags): Define.
5597 (convert_type): Update description. Use get_cached_type.
5598 (delete_instance): Moved to destructor.
5599 (new_compile_instance): Moved to constructor.
5600 * compile/compile-c.h (compile_c_instance): Make class inheriting
5601 from compile_instance.
5602 <base>: Remove field.
5603 <type_map, symbol_err_map>: Move to base class.
5604 <c_plugin>: Rename to `m_plugin' and remove pointer type.
5605 * compile/compile-internal.h (compile_instance): Make class.
5606 <type_map_t, symbol_err_map_t>: Define.
5607 <fe>: Rename to `m_gcc_fe'.
5608 <scope, block, gcc_target_options>: Add `m_' prefix.
5609 <m_type_map, m_symbol_err_map>: New fields, moved from
5610 compile_c_instance.
5611 <destroy>: Remove.
5612 (convert_type, new_compile_instance): Remove.
5613 * compile/compile.c (cleanup_compile_instance): Remove.
5614 (compile_to_object): Use unique_ptr to eliminate cleanups.
5615 (compile_instance::set_print_callback, compile_instance::version)
5616 (compile_instance::set_verbose)
5617 (compile_instance::set_driver_filename)
5618 (compile_instance::set_triplet_regexp)
5619 (compile_instance::set_arguments)
5620 (compile_instance::set_source_file)
5621 (compile_instance::compile): Define.
5622
5623 2018-08-10 Keith Seitz <keiths@redhat.com>
5624
5625 * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5626 * compile/compile-c-types.c: Define GCC_METHODN macros and include
5627 gcc-c-fe.def to define C plugin.
5628 (delete_instance): Delete `c_plugin'.
5629 (new_compile_instance): Initialize `c_plugin'.
5630 * compile/compile-c.h: Include gcc_c_plugin.h.
5631 (struct compile_c_instance) <c_plugin>: New member.
5632 * gcc-c-plugin.h: New file.
5633 Update all callers with API change.
5634
5635 2018-08-10 Keith Seitz <keiths@redhat.com>
5636
5637 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5638 (HFILES_NO_SRCDIR): ... to here.
5639 Add compile-internal.h and compile-c.h.
5640 * compile/compile-c-support.c: Include compile-c.h.
5641 * compile/compile-c-symbols.c: Include compile-c.h.
5642 (generate_c_for_variable_locations): Update comment.
5643 * compile/compile-c-types.c: Include compile-c.h.
5644 * compile/compile-c.h: New file -- moved C language declarations
5645 from other files here.
5646 * compile/compile-internal.h: Do not include hashtab.h or
5647 common/enum-flags.h.
5648 (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5649 (gcc_convert_symbol, gcc_symbol_address)
5650 (generate_c_for_variable_locations, c_get_mode_for_size)
5651 (c_get_range_decl_name): Definitions moved to compile-c.h.
5652 * compile/compile-loc2c.c: Include compile-c.h.
5653
5654 2018-08-10 Keith Seitz <keiths@redhat.com>
5655
5656 * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5657 (c_symbol_substitution_name): ... this.
5658 Update all callers.
5659
5660 2018-08-10 Keith Seitz <keiths@redhat.com>
5661
5662 * compile/compile-c-support.c (c_compute_program): Use
5663 unique_xmalloc_ptr to eliminate cleanup.
5664 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5665 Return a unique_xmalloc_ptr and eliminate cleanup.
5666 * compile/compile-internal.h (generate_c_for_variable_locations):
5667 Return unique_xmalloc_ptr and update description.
5668
5669 2018-08-10 Alan Hayward <alan.hayward@arm.com>
5670
5671 * corelow.c (core_target::get_core_register_section): Rename
5672 min_size to section_min_size.
5673
5674 2018-08-09 Jim Wilson <jimw@sifive.com>
5675
5676 * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5677 (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5678 * NEWS: Mention new GNU/Linux RISC-V target.
5679 * configure.host: Add riscv*-*-linux*.
5680 * configure.nat: Add riscv*.
5681 * configure.tgt: Add riscv*-*-linux*.
5682 * riscv-linux-nat.c: New file.
5683 * riscv-linux-tdep.c: New file.
5684
5685 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5686
5687 * infrun.c (resume): Make static, add forward declaration.
5688 (proceed): Update header comment.
5689 * infrun.h (resume): Delete declaration.
5690
5691 2018-08-09 Tom Tromey <tom@tromey.com>
5692
5693 * riscv-tdep.h: Minor formatting fixes.
5694
5695 2018-08-09 Simon Marchi <simon.marchi@ericsson.com>
5696
5697 * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5698 * dwarf-index-cache.c (create_dir_and_check): Likewise.
5699 (test_mkdir_recursive): Likewise.
5700 * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5701
5702 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5703
5704 * valarith.c (value_subscripted_rvalue): If an array is not in
5705 memory, and we don't know the upper bound, then we can't know that
5706 the requested element exists or not.
5707
5708 2018-08-08 Simon Marchi <simon.marchi@ericsson.com>
5709
5710 * target.c (str_comma_list_concat_elem): Fix typo in comment.
5711 (target_options_to_string): Add comment.
5712
5713 2018-08-08 Tom Tromey <tom@tromey.com>
5714
5715 * unittests/scoped_mmap-selftests.c: Check result of "write".
5716
5717 2018-08-08 Jim Wilson <jimw@sifive.com>
5718
5719 * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5720 (decode_register_index_short): New.
5721 (decode_j_type_insn, decode_cj_type_insn): New.
5722 (decode_b_type_insn, decode_cb_type_insn): New.
5723 (riscv_insn::decode): Add support for jumps, branches, lr, and sc. New
5724 local xlen. Check xlen when decoding ambiguous compressed insns. In
5725 compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5726 is_c_sw_insn instead of is_sw_insn.
5727 (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5728 (riscv_software_single_step): New.
5729 * riscv-tdep.h (riscv_software_single_step): Declare.
5730
5731 * riscv-tdep.c (riscv_isa_xlen): Drop static.
5732 * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5733
5734 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5735
5736 PR gdb/18050:
5737 * target.c (dispose_inferior): Don't dispose of inferiors that are
5738 already killed.
5739
5740 2018-08-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
5741
5742 * remote.c (remote_target::download_tracepoint): Change char* to
5743 const char*.
5744
5745 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5746
5747 * target.h (target_options_to_string): Return an std::string.
5748 * target.c (str_comma_list_concat_elem): Return void, use
5749 std::string.
5750 (do_option): Likewise.
5751 (target_options_to_string): Return an std::string.
5752 * linux-nat.c (linux_nat_target::wait): Adjust.
5753 * target-debug.h (target_debug_print_options): Adjust.
5754
5755 2018-08-07 Tom Tromey <tom@tromey.com>
5756
5757 * Makefile.in (CPPFLAGS): New variable.
5758 (INTERNAL_CPPFLAGS): Use it.
5759
5760 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * NEWS: Mention the index cache.
5763
5764 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5765
5766 * common/pathstuff.h (get_standard_cache_dir): New.
5767 * common/pathstuff.c (get_standard_cache_dir): New.
5768 * build-id.h (build_id_to_string): New.
5769 * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5770 DEBUG_STR_SUFFIX): Move to here.
5771 * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5772 DEBUG_STR_SUFFIX): Move from there.
5773 (write_psymtabs_to_index): Make non-static, add basename
5774 parameter. Write to temporary files, rename when done.
5775 (save_gdb_index_command): Adjust call to
5776 write_psymtabs_to_index.
5777 * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5778 field.
5779 * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5780 (get_gdb_index_contents_from_cache): New.
5781 (get_gdb_index_contents_from_cache_dwz): New.
5782 (dwarf2_initialize_objfile): Read index from cache.
5783 (dwarf2_build_psymtabs): Save to index.
5784 * dwarf-index-cache.h: New file.
5785 * dwarf-index-cache.c: New file.
5786 * dwarf-index-write.h: New file.
5787
5788 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5789
5790 * gnulib/aclocal.m4: Re-generate.
5791 * gnulib/config.in: Re-generate.
5792 * gnulib/configure: Re-generate.
5793 * gnulib/import/Makefile.am: Re-generate.
5794 * gnulib/import/Makefile.in: Re-generate.
5795 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5796 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5797 * gnulib/import/m4/mkdir.m4: New file.
5798 * gnulib/import/mkdir.c: New file.
5799 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5800 module.
5801
5802 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5803
5804 * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5805 * common/scoped_mmap.c: New file.
5806 * common/scoped_mmap.h (destroy): New method.
5807 (~scoped_mmap, reset): Use destroy.
5808 (scoped_mmap): New move constructor.
5809 (mmap_file): New declaration.
5810 * unittests/scoped_mmap-selftests.c (test_normal,
5811 test_invalid_filename, run_tests): New functions.
5812 (_initialize_scoped_mmap_selftests): Register selftest.
5813
5814 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5815
5816 * dwarf2read.c (read_gdb_index_from_section): Rename to...
5817 (read_gdb_index_from_buffer): ... this. Remove section
5818 parameter, add buffer parameter.
5819 (get_gdb_index_contents_ftype,
5820 get_gdb_index_contents_dwz_ftype): New typedefs.
5821 (dwarf2_read_gdb_index): Add callback parameters to get the
5822 index contents.
5823 (get_gdb_index_contents_from_section): New.
5824 (dwarf2_initialize_objfile): Update call to
5825 dwarf2_read_gdb_index.
5826
5827 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5828
5829 * common/filestuff.h (gdb_fopen_cloexec): New overload.
5830 (gdb_open_cloexec): Likewise.
5831 * nat/linux-osdata.c (command_from_pid): Use string_printf.
5832 (commandline_from_pid): Likewise.
5833 (linux_xfer_osdata_threads): Likewise.
5834 (linux_xfer_osdata_fds): Likewise.
5835 * ada-lang.c (is_package_name): Likewise.
5836 * auxv.c (procfs_xfer_auxv): Likewise.
5837 * breakpoint.c (print_one_breakpoint_location): Use
5838 uiout::field_fmt.
5839 (print_one_catch_solib): Use string_printf.
5840 * coff-pe-read.c (add_pe_exported_sym): Likewise.
5841 (add_pe_forwarded_sym): Likewise.
5842 * dwarf2read.c (create_type_unit_group): Likewise.
5843 (build_error_marker_type): Likewise.
5844 * infcall.c (get_function_name): Likewise.
5845 * valprint.c (print_converted_chars_to_obstack): Likewise.
5846 * xtensa-tdep.c (xtensa_register_type): Likewise.
5847
5848 2018-08-06 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * remote.c (remote_target::download_tracepoint): Fix format
5851 string errors.
5852
5853 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5854
5855 * tracefile.c: Include common/byte-vector.h.
5856 (trace_save): Change type of buf to gdb::byte_vector. Initialize
5857 with trace_regblock_size if needed. Update uses of buf.
5858
5859 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5860
5861 * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5862 std::vector<unsigned char>.
5863 * tracepoint.c (collection_list::collection_list): Remove
5864 m_regs_mask initializer from initializer list. Resize
5865 m_regs_mask using the largest remote register number.
5866 (collection_list::add_remote_register): Remove size check on
5867 m_regs_mask. Use at to access element.
5868 (collection_list::stringify): Change type of temp_buf to
5869 gdb::char_vector. Update uses of temp_buf. Resize if needed to
5870 stringify the register mask. Use pack_hex_byte for the register
5871 mask.
5872
5873 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5874
5875 * tracepoint.h (class collection_list) <add_register>: Remove.
5876 <add_remote_register, add_ax_registers, add_local_register>:
5877 Declare.
5878 <add_memrange>: Add scope parameter.
5879 * tracepoint.c (encode_actions_1): Likewise.
5880 (collection_list::add_register): Rename to ...
5881 (collection_list::add_remote_register): ... this. Update
5882 comment.
5883 (collection_list::add_ax_registers, add_local_register): New
5884 methods.
5885 (collection_list::add_memrange): Add scope parameter. Call
5886 add_local_register instead of add_register.
5887 (finalize_tracepoint_aexpr): New function.
5888 (collection_list::collect_symbol): Update calls to add_memrange.
5889 Call add_local_register instead of add_register. Call
5890 add_ax_registers. Call finalize_tracepoint_aexpr.
5891 (encode_actions_1): Get remote regnos for $reg action. Call
5892 add_remote_register, add_ax_registers, and add_local_register.
5893 Update call to add_memrange. Call finalize_tracepoint_aexpr.
5894 (validate_actionline): Call finalize_tracepoint_aexpr.
5895
5896 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5897
5898 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5899 Replace array buf with gdb::char_vector buf, of size
5900 get_remote_packet_size (). Replace references to buf and
5901 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
5902 and xsnprintf with snprintf. Raise errors if the buffer is too
5903 small.
5904
5905 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5906
5907 * remote.c (remote_target::download_tracepoint): Fix the has_more
5908 predicate in the QTDP action list iteration.
5909
5910 2018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5911
5912 * remote.c (remote_target::download_tracepoint): Fix indentation
5913 in for block.
5914
5915 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5916
5917 * proc-api.c (_initialize_proc_api): Remove c, unused.
5918 * procfs.c (procfs_init_inferior): Remove signals, unused.
5919 (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5920 unused.
5921
5922 2018-08-06 Sergey Korolev <s.korolev@ndmsystems.com>
5923 Andrew Burgess <andrew.burgess@embecosm.com>
5924
5925 * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5926 'W_STOPCODE (0)' as this could be ambiguous.
5927
5928 2018-08-03 Sergio Durigan Junior <sergiodj@redhat.com>
5929
5930 * ser-tcp.c (net_open): Fix thinko when deciding whether to
5931 disable TCP's Nagle algorithm (use "ai_protocol" instead of
5932 "ai_socktype").
5933
5934 2018-08-02 Tom Tromey <tom@tromey.com>
5935
5936 PR symtab/16842.
5937 * dwarf2read.c (read_func_scope): Set symtab on template parameter
5938 symbols.
5939 (process_structure_scope): Likewise.
5940
5941 2018-08-02 Xavier Roirand <roirand@adacore.com>
5942
5943 PR gdb/22629:
5944 * darwin-nat.c (darwin_kill_inferior): Fix handling of
5945 kill inferior.
5946
5947 2018-08-02 Tom Tromey <tom@tromey.com>
5948
5949 * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5950 (darwin_suspend_inferior, darwin_resume_inferior)
5951 (darwin_decode_notify_message, darwin_resume_inferior_threads)
5952 (darwin_check_new_threads): Check result of get_darwin_inferior.
5953
5954 2018-07-31 Joel Brobecker <brobecker@adacore.com>
5955
5956 GDB 8.1.1 released.
5957
5958 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5959
5960 * varobj.c (varobj_get_path_expr_parent): Report an error if
5961 parent is a dynamic varobj.
5962
5963 2018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5964
5965 * gnulib/aclocal.m4: Re-generate.
5966 * gnulib/config.in: Re-generate.
5967 * gnulib/configure: Re-generate.
5968 * gnulib/import/Makefile.in: Re-generate.
5969 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5970 * gnulib/import/m4/onceonly.m4: Re-generate.
5971
5972 2018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5973
5974 * target-descriptions.c (struct xml_test_tdesc): New.
5975 (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5976 (record_xml_tdesc): Update.
5977 (maintenance_check_xml_descriptions): Update.
5978 * target-descriptions.h (record_xml_tdesc): Update comment.
5979
5980 2018-07-30 Andrew Burgess <andrew.burgess@embecosm.com>
5981
5982 * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5983 checking array bounds are defined.
5984
5985 2018-07-30 Tom Tromey <tom@tromey.com>
5986
5987 * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5988 irreflexivity violation.
5989
5990 2018-07-30 Tom Tromey <tom@tromey.com>
5991
5992 * cli/cli-decode.c (lookup_cmd): Remove lint code.
5993 * value.c (unpack_long): Remove lint code.
5994 * valops.c (value_ind): Remove lint code.
5995 * valarith.c (value_x_binop, value_x_unop, value_equal)
5996 (value_pos): Remove lint code.
5997
5998 2018-07-28 Tom de Vries <tdevries@suse.de>
5999
6000 * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
6001 with undefined upper bound as <optimized out>.
6002
6003 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
6004
6005 * gcore.in: Rename variable "name" to "prefix". Expand
6006 "usage" text.
6007
6008 2018-07-14 Jon Turney <jon.turney@dronecode.org.uk>
6009
6010 * windows-nat.c (windows_nat_target::create_inferior): Update to
6011 call close() in global namespace.
6012
6013 2018-07-26 Tom Tromey <tom@tromey.com>
6014
6015 * dwarf-index-write.c (add_address_entry): Don't add objfile
6016 offsets.
6017 * dbxread.c (find_stab_function): Rename from
6018 find_stab_function_addr. Return a bound_minimal_symbol.
6019 (read_dbx_symtab): Use raw_text_low, raw_text_high.
6020 Don't add objfile offsets.
6021 (end_psymtab): Use raw_text_low, raw_text_high,
6022 MSYMBOL_VALUE_RAW_ADDRESS.
6023 (read_ofile_symtab): Update.
6024 (process_one_symbol): Update.
6025 * dwarf2read.c (create_addrmap_from_index): Don't add objfile
6026 offsets.
6027 (dw2_relocate): Remove.
6028 (dw2_find_pc_sect_symtab): Bias PC by the text offset before
6029 searching addrmap.
6030 (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
6031 Update.
6032 (process_psymtab_comp_unit_reader, add_partial_symbol)
6033 (add_partial_subprogram, dwarf2_ranges_read): Update.
6034 (load_partial_dies): Update.
6035 (add_address_entry): Don't add objfile offsets.
6036 (dwarf2_build_include_psymtabs): Update.
6037 (create_addrmap_from_aranges): Don't add objfile offsets.
6038 (dw2_find_pc_sect_compunit_symtab): Update.
6039 * mdebugread.c (parse_symbol): Don't add objfile offsets.
6040 (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
6041 Update.
6042 (parse_partial_symbols): Don't add objfile offsets. Use
6043 raw_text_low, raw_text_high. Update.
6044 (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
6045 * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
6046 or call 'relocate' quick function. Clear psymbol_map.
6047 * psympriv.h (struct partial_symbol) <address>: Add section
6048 offset.
6049 <set_unrelocated_address>: Rename from set_address.
6050 <raw_text_low, raw_text_high>: New methods.
6051 <text_low, text_high>: Add objfile parameter.
6052 (add_psymbol_to_bcache): Add 'section' parameter. Call
6053 set_unrelocated_address.
6054 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6055 (find_pc_psymbol): Update.
6056 (fixup_psymbol_section, relocate_psymtabs): Remove.
6057 (dump_psymtab, psym_functions): Update.
6058 (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
6059 parameter.
6060 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
6061 (start_psymtab_common): Update.
6062 * symfile-debug.c (debug_qf_relocate): Remove.
6063 (debug_sym_quick_functions): Update.
6064 * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
6065 * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
6066 Update.
6067
6068 2018-07-26 Tom Tromey <tromey@redhat.com>
6069
6070 * dbxread.c (end_psymtab): Use text_high_valid and
6071 text_low_valid.
6072 * mdebugread.c (parse_partial_symbols): Use text_low_valid.
6073 (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
6074 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
6075 Update comment.
6076 <text_low_valid, text_high_valid>: New fields.
6077 <set_text_low, set_text_high>: Update.
6078 * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
6079
6080 2018-07-26 Tom Tromey <tom@tromey.com>
6081
6082 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
6083 Update.
6084 * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
6085 textlow and texthigh fields.
6086 (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
6087 Update.
6088 * mdebugread.c (parse_lines, parse_partial_symbols)
6089 (psymtab_to_symtab_1): Update.
6090 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
6091 Rename fields. Update comment. Now private.
6092 <text_low, text_high, set_text_low, set_text_high>: New methods.
6093 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6094 (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
6095 (start_psymtab_common, maintenance_info_psymtabs)
6096 (maintenance_check_psymtabs): Update.
6097 * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
6098 texthigh fields.
6099 (scan_xcoff_symtab): Update.
6100
6101 2018-07-26 Tom Tromey <tromey@redhat.com>
6102
6103 * psympriv.h (struct partial_symbol) <unrelocated_address,
6104 address, set_address>: New methods.
6105 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
6106 (fixup_psymbol_section, relocate_psymtabs): Update.
6107 (print_partial_symbols): Add 'objfile' parameter. Update.
6108 (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
6109 Update.
6110
6111 2018-07-26 Tom Tromey <tom@tromey.com>
6112
6113 * dwarf-index-write.c (write_psymbols, debug_names::insert)
6114 (debug_names::write_psymbols): Update.
6115 * psympriv.h (struct partial_symbol): Derive from
6116 general_symbol_info.
6117 <obj_section>: New method.
6118 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
6119 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6120 (find_pc_sect_psymbol, fixup_psymbol_section)
6121 (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
6122 (print_partial_symbols, recursively_search_psymtabs)
6123 (compare_psymbols, psymbol_hash, psymbol_compare)
6124 (add_psymbol_to_bcache, maintenance_check_psymtabs)
6125 (psymbol_name_matches, psym_fill_psymbol_map): Update.
6126
6127 2018-07-26 Tom Tromey <tromey@redhat.com>
6128
6129 * dbxread.c (end_psymtab): Remove dead code.
6130
6131 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
6134 DWARF unwinders are disabled.
6135 * dwarf2-frame.c: Add dwarf2read.h include.
6136 (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
6137 disabled.
6138 (dwarf2_frame_unwinders_enabled_p): Define.
6139 (show_dwarf_unwinders_enabled_p): New function.
6140 (_initialize_dwarf2_frame): Register switch to control DWARF
6141 unwinder use.
6142 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
6143 * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
6144 (show_dwarf_cmdlist): Remove static keyword.
6145 * dwarf2read.h (set_dwarf_cmdlist): Declare.
6146 (show_dwarf_cmdlist): Declare.
6147 * NEWS: Document new feature.
6148
6149 2018-07-26 Tom de Vries <tdevries@suse.de>
6150
6151 PR breakpoints/23366
6152 * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
6153
6154 2018-07-26 Tom de Vries <tdevries@suse.de>
6155
6156 * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
6157 DW_AT_count can't be translated to a dynamic prop.
6158
6159 2018-07-25 Tom de Vries <tdevries@suse.de>
6160
6161 * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
6162 try/catch.
6163
6164 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6165
6166 * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
6167
6168 2018-07-25 Joel Brobecker <brobecker@adacore.com>
6169
6170 * MAINTAINERS (Global Maintainers): Add Tom Tromey.
6171
6172 2018-07-24 Keith Seitz <keiths@redhat.comt
6173
6174 PR symtab/23010
6175 * dwarf2read.c (dw2_add_symbol_to_list): New function.
6176 (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
6177 instead of add_symbol_to_list.
6178 (read_file_scope): Call prepare_one_comp_unit before reading
6179 any other DIEs.
6180
6181 2018-07-24 Simon Marchi <simon.marchi@ericsson.com>
6182
6183 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
6184
6185 2018-07-24 Tom Tromey <tom@tromey.com>
6186
6187 * utils.c (malloc, realloc, free): Don't declare.
6188 * configure, config.in: Rebuild.
6189 * configure.ac: Don't check for declarations of free, malloc, or
6190 realloc.
6191
6192 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
6193
6194 * aarch64-linux-nat.c
6195 (aarch64_linux_nat_target::stopped_data_address): Remove unused
6196 variable.
6197 * arm-linux-nat.c (fetch_regs): Likewise.
6198 (store_regs): Likewise.
6199 (fetch_vfp_regs): Likewise.
6200 (store_vfp_regs): Likewise.
6201 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
6202 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
6203 (arm_linux_nat_target::insert_watchpoint): Likewise.
6204 (arm_linux_nat_target::remove_watchpoint): Likewise.
6205 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
6206 Likewise.
6207 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
6208 Likewise.
6209 * ppc-linux-nat.c (fetch_register): Likewise.
6210 (fetch_all_gp_regs): Likewise.
6211 (fetch_ppc_registers): Likewise.
6212 (store_all_gp_regs): Likewise.
6213 (store_ppc_registers): Likewise.
6214 (hwdebug_insert_point): Likewise.
6215 (can_use_watchpoint_cond_accel): Likewise.
6216 * remote-sim.c (gdb_os_write_stdout): Likewise.
6217
6218 2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
6219 Tom Tromey <tom@tromey.com>
6220
6221 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
6222 test for it.
6223 * configure: Rebuild.
6224
6225 2018-07-22 Tom Tromey <tom@tromey.com>
6226
6227 * regformats/regdat.sh: Define xmltarget_${name} inside
6228 #ifndef IN_PROCESS_AGENT.
6229
6230 2018-07-22 Tom Tromey <tom@tromey.com>
6231
6232 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
6233
6234 2018-07-22 Tom Tromey <tom@tromey.com>
6235
6236 * symfile.c (reread_symbols): Notify iter, not objfile.
6237
6238 2018-07-22 Tom Tromey <tom@tromey.com>
6239
6240 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
6241 Use arch_ops.
6242 (ravenscar_thread_target::prepare_to_store): Likewise.
6243
6244 2018-07-22 Tom Tromey <tom@tromey.com>
6245
6246 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
6247 unused variable. Call value_fetch_lazy when needed.
6248 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
6249 Remove unused variable. Call value_fetch_lazy when needed.
6250
6251 2018-07-22 Tom Tromey <tom@tromey.com>
6252
6253 * m32c-tdep.c (mark_dma): Return void.
6254 (make_regs): Remove unused declarations.
6255
6256 2018-07-22 Tom Tromey <tom@tromey.com>
6257
6258 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
6259 cmdscm_get_valid_command_smob_arg_unsafe for effect.
6260 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
6261 bkscm_get_valid_block_smob_arg_unsafe for effect.
6262
6263 2018-07-22 Tom Tromey <tom@tromey.com>
6264
6265 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
6266 value_type.
6267
6268 2018-07-22 Tom Tromey <tom@tromey.com>
6269
6270 * windows-nat.c (saved_context): Conditionally define.
6271 * remote.c (remote_target::remote_btrace_maybe_reopen):
6272 Conditionally declare "warned".
6273 * inflow.c (sigquit_ours): Conditionally define.
6274 (new_tty): Move "tty" declaration inside #if.
6275 * guile/guile.c (guile_datadir): Conditionally define.
6276 * charset.c (set_be_le_names): Move some declarations inside #if.
6277 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
6278 #if.
6279 (parse_xml_btrace_conf): Likewise.
6280
6281 2018-07-22 Tom Tromey <tom@tromey.com>
6282
6283 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
6284
6285 2018-07-22 Tom Tromey <tom@tromey.com>
6286
6287 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
6288 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
6289 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
6290 * buildsym-legacy.c (get_macro_table): Remove unused variable.
6291 * stack.c (frame_apply_level_command): Remove unused variable.
6292 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
6293 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
6294 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
6295 unused variable.
6296 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
6297 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
6298 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
6299 variable.
6300 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
6301 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
6302 variable.
6303 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
6304 Remove unused variable.
6305 * cli/cli-script.c (recurse_read_control_structure): Remove unused
6306 variable.
6307 * common/tdesc.c (print_xml_feature::visit): Remove unused
6308 variable.
6309 * compile/compile-object-load.c (store_regs): Remove unused
6310 variables.
6311 * complaints.c (clear_complaints): Remove unused variable.
6312 * corelow.c (core_target_open): Remove unused variable.
6313 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
6314 variable.
6315 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
6316 variable.
6317 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
6318 variable.
6319 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
6320 variable.
6321 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
6322 variable.
6323 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
6324 variable.
6325 * ia64-tdep.c (examine_prologue): Remove unused variable.
6326 * infcall.c (run_inferior_call): Remove unused variable.
6327 * inferior.c (exit_inferior): Remove unused variable.
6328 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
6329 * linespec.c (decode_line_2): Remove unused variable.
6330 * linux-nat.c (super_close): Remove.
6331 * linux-tdep.c (linux_info_proc): Remove unused variable.
6332 * mi/mi-main.c (mi_execute_command): Remove unused variable.
6333 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
6334 Remove unused variable.
6335 * parse.c (find_minsym_type_and_address): Remove unused variable.
6336 * printcmd.c (info_symbol_command, printf_floating): Remove unused
6337 variable.
6338 * python/py-breakpoint.c (bppy_set_commands): Remove unused
6339 variable.
6340 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
6341 variables.
6342 * record-btrace.c (record_btrace_target::store_registers): Remove
6343 unused variable.
6344 (cmd_show_record_btrace_cpu): Remove unused variable.
6345 * riscv-tdep.c (riscv_register_reggroup_p)
6346 (riscv_push_dummy_call, riscv_return_value): Remove unused
6347 variable.
6348 * rust-exp.y (literal): Remove unused variable.
6349 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
6350 unused variable.
6351 <STRUCTOP_ANONYMOUS>: Likewise.
6352 * s390-linux-tdep.c (s390_linux_init_abi_31)
6353 (s390_linux_init_abi_64): Remove unused variable.
6354 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
6355 (file_select_thread, net_windows_open, _initialize_ser_windows):
6356 Remove unused variables.
6357 * symtab.c (find_pc_sect_line): Remove unused variable.
6358 * target-memory.c (compute_garbled_blocks): Remove unused
6359 variable.
6360 (target_write_memory_blocks): Remove unused variable.
6361 * target.c (target_stack::unpush): Remove unused variables.
6362 * tracepoint.c (start_tracing, all_tracepoint_actions)
6363 (merge_uploaded_trace_state_variables)
6364 (print_one_static_tracepoint_marker): Remove unused variable.
6365 * unittests/basic_string_view/element_access/char/1.cc (test01):
6366 Remove unused variable.
6367 * windows-nat.c (windows_continue, windows_add_all_dlls)
6368 (do_initial_windows_stuff, windows_nat_target::create_inferior):
6369 Remove unused variables.
6370
6371 2018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
6372
6373 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
6374 attr_profile in HAVE_ELF.
6375 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
6376 HAVE_ELF.
6377
6378 2018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
6379
6380 * frame.c (frame_register_unwind): Change parameter name.
6381 (frame_unwind_register): Likewise.
6382 (frame_unwind_register_value): Likewise.
6383 (frame_unwind_register_signed): Likewise.
6384 (frame_unwind_register_unsigned): Likewise.
6385 * frame.h (frame_register_unwind): Likewise.
6386 (frame_unwind_register): Likewise.
6387 (frame_unwind_register_value): Likewise.
6388 (frame_unwind_register_signed): Likewise.
6389 (frame_unwind_register_unsigned): Likewise.
6390 (frame_unwind_arch): Likewise.
6391
6392 2018-07-20 Maciej W. Rozycki <macro@mips.com>
6393
6394 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
6395 ISA maintenance.
6396
6397 2018-07-20 Maciej W. Rozycki <macro@mips.com>
6398
6399 * mips-linux-nat.c (mips_linux_nat_target::read_description):
6400 Call `get_ptrace_pid' rather than extracting the ptrace PID by
6401 hand.
6402
6403 2018-07-20 Keith Seitz <keiths@redhat.com>
6404
6405 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
6406 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
6407 m_compunit_symtab, m_language>: Add "m_" prefix.
6408 Update all uses.
6409 * buildsym.c: Update all uses.
6410
6411 2018-07-20 Tom Tromey <tom@tromey.com>
6412
6413 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
6414 * buildsym.h (record_line_ftype): Remove typedef.
6415
6416 2018-07-20 Tom Tromey <tom@tromey.com>
6417
6418 * buildsym-legacy.h (augment_type_symtab): Don't declare.
6419 (end_expandable_symtab): Likewise.
6420 (end_symtab_get_static_block): Likewise.
6421 (end_symtab_from_static_block): Likewise.
6422 * buildsym-legacy.c (augment_type_symtab): Remove.
6423 (end_expandable_symtab): Remove.
6424 (end_symtab_get_static_block): Remove.
6425 (end_symtab_from_static_block): Remove.
6426
6427 2018-07-20 Tom Tromey <tom@tromey.com>
6428
6429 * dwarf2read.c: Include buildsym.h.
6430 (struct dwarf2_cu) <builder>: New method.
6431 (fixup_go_packaging): Update.
6432 (process_full_comp_unit, process_full_type_unit): Update. Don't
6433 use scoped_free_pendings.
6434 (using_directives): Add "cu" parameter, remove "language".
6435 (read_import_statement, setup_type_unit_groups, )
6436 (read_func_scope, read_lexical_block_scope)
6437 (dwarf2_record_block_ranges, read_namespace): Update.
6438 (lnp_state_machine::lnp_state_machine): Add cu parameter.
6439 (lnp_state_machine::handle_end_sequence): Update.
6440 (class lnp_state_machine) <m_cu>: New member.
6441 <m_record_line_callback>: Remove.
6442 <m_currently_recording_lines>: New member.
6443 (lnp_state_machine::handle_set_file): Update.
6444 (noop_record_line): Remove.
6445 (dwarf_record_line_p): Add cu parameter.
6446 (dwarf_record_line_1, dwarf_finish_line): Likewise.
6447 (lnp_state_machine::record_line)
6448 (lnp_state_machine::lnp_state_machine)
6449 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
6450 (dwarf_decode_lines): Update.
6451 (dwarf2_start_subfile): Add cu parameter.
6452 (dwarf2_start_symtab, new_symbol): Update.
6453 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
6454 Remove dwarf2_per_objfile parameter.
6455 (dwarf_decode_macros): Update.
6456
6457 2018-07-20 Tom Tromey <tom@tromey.com>
6458
6459 * stabsread.c (define_symbol): Update.
6460 * buildsym-legacy.h (get_buildsym_compunit): Declare.
6461 * dwarf2read.c (new_symbol): Update.
6462 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
6463 * cp-namespace.c: Include buildsym.h.
6464 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
6465 * buildsym-legacy.c (get_buildsym_compunit): New function.
6466
6467 2018-07-20 Tom Tromey <tom@tromey.com>
6468
6469 * xcoffread.c: Include buildsym-legacy.h.
6470 * windows-nat.c: Include buildsym-legacy.h.
6471 * stabsread.c: Include buildsym-legacy.h.
6472 * mdebugread.c: Include buildsym-legacy.h.
6473 * buildsym-legacy.h: New file.
6474 * buildsym-legacy.c: New file, from buildsym.c.
6475 * go32-nat.c: Include buildsym-legacy.h.
6476 * dwarf2read.c: Include buildsym-legacy.h.
6477 * dbxread.c: Include buildsym-legacy.h.
6478 * cp-namespace.c: Include buildsym-legacy.h.
6479 * coffread.c: Include buildsym-legacy.h.
6480 * buildsym.h: Move some contents to buildsym-legacy.h.
6481 * buildsym.c: Include buildsym-legacy.h. Move many functions to
6482 buildsym-legacy.c.
6483 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
6484
6485 2018-07-20 Tom Tromey <tom@tromey.com>
6486
6487 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
6488 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
6489 (buildsym_compunit::buildsym_compunit)
6490 (buildsym_compunit::~buildsym_compunit)
6491 (buildsym_compunit::get_macro_table): Define.
6492
6493 2018-07-20 Tom Tromey <tom@tromey.com>
6494
6495 * buildsym.c (reset_symtab_globals): Remove.
6496 (buildsym_compunit::end_symtab_from_static_block): Update.
6497 (buildsym_compunit::augment_type_symtab): Update.
6498 (end_symtab_from_static_block): Call free_buildsym_compunit.
6499 (augment_type_symtab, end_symtab, end_expandable_symtab):
6500 Likewise.
6501
6502 2018-07-20 Tom Tromey <tom@tromey.com>
6503
6504 * arch-utils.c: Do not include buildsym.h.
6505 * mipsread.c: Do not include buildsym.h.
6506 * machoread.c: Do not include buildsym.h.
6507 * elfread.c: Do not include buildsym.h.
6508
6509 2018-07-20 Tom Tromey <tom@tromey.com>
6510
6511 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
6512 initialization.
6513 (buildsym_compunit): Add new constructor.
6514 (struct buildsym_compunit) <get_last_source_file, finish_block,
6515 record_block_range, start_subfile, patch_subfile_names,
6516 push_subfile, pop_subfile, record_line, get_compunit_symtab,
6517 set_last_source_start_addr, get_last_source_start_addr,
6518 get_local_using_directives, set_local_using_directives,
6519 get_global_using_directives, outermost_context_p,
6520 get_current_context_stack, get_context_stack_depth,
6521 get_current_subfile, get_local_symbols, get_file_symbols,
6522 get_global_symbols, record_debugformat, record_producer,
6523 push_context, pop_context, end_symtab_get_static_block,
6524 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
6525 New public methods.
6526 <record_pending_block, finish_block_internal, make_blockvector,
6527 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
6528 private methods.
6529 Update all users.
6530
6531 2018-05-22 Tom Tromey <tom@tromey.com>
6532
6533 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6534 parameter.
6535 (finish_block_internal): Update.
6536
6537 2018-07-20 Tom Tromey <tom@tromey.com>
6538
6539 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6540 parameter.
6541 (finish_block_internal): Update.
6542
6543 2018-07-20 Tom Tromey <tom@tromey.com>
6544
6545 * buildsym.h (EXTERN): Don't define or undef.
6546 * buildsym.c (EXTERN): Don't define.
6547
6548 2018-07-20 Tom Tromey <tom@tromey.com>
6549
6550 * buildsym.c: Remove TODO comment.
6551
6552 2018-07-20 Tom Tromey <tom@tromey.com>
6553
6554 * coffread.c (coff_symtab_read): Update.
6555 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6556 (xcoff_new_init): Update.
6557 * mipsread.c (mipscoff_new_init): Update.
6558 * mdebugread.c (mdebug_build_psymtabs): Update.
6559 * elfread.c (elf_new_init): Update.
6560 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6561 Update.
6562 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6563 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6564 (stabsect_build_psymtabs): Update.
6565 * buildsym.h (buildsym_init): Don't declare.
6566 * buildsym.c: Update comment.
6567 (prepare_for_building): Remove.
6568 (start_symtab, restart_symtab): Update.
6569 (reset_symtab_globals): Update comment.
6570 (buildsym_init): Remove.
6571
6572 2018-07-20 Tom Tromey <tom@tromey.com>
6573
6574 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6575 * stabsread.c (patch_block_stabs, define_symbol, read_type)
6576 (read_enum_type, common_block_start, common_block_end)
6577 (cleanup_undefined_types_1, finish_global_stabs): Update.
6578 * mdebugread.c (psymtab_to_symtab_1): Update.
6579 * dwarf2read.c (fixup_go_packaging, read_func_scope)
6580 (read_lexical_block_scope, new_symbol): Update.
6581 * dbxread.c (process_one_symbol): Update.
6582 * coffread.c (coff_symtab_read, process_coff_symbol)
6583 (coff_read_enum_type): Update.
6584 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6585 declare.
6586 (get_local_symbols, get_file_symbols, get_global_symbols): New
6587 functions.
6588 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6589 m_global_symbols.
6590 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6591 (~scoped_free_pendings): Update.
6592 (finish_block, prepare_for_building, reset_symtab_globals)
6593 (end_symtab_get_static_block, end_symtab_with_blockvector)
6594 (augment_type_symtab, push_context): Update.
6595 (get_local_symbols, get_file_symbols, get_global_symbols): New
6596 functions.
6597 (buildsym_init): Update.
6598
6599 2018-07-20 Tom Tromey <tom@tromey.com>
6600
6601 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6602 (process_full_type_unit): Likewise.
6603 (dwarf2_start_symtab): Set list_in_scope.
6604
6605 2018-07-20 Tom Tromey <tom@tromey.com>
6606
6607 * dwarf2read.c (process_psymtab_comp_unit_reader)
6608 (build_type_psymtabs_reader): Do not set list_in_scope.
6609
6610 2018-07-20 Tom Tromey <tom@tromey.com>
6611
6612 * buildsym.c (free_pendings): Remove.
6613 (add_symbol_to_list, scoped_free_pendings)
6614 (finish_block_internal, buildsym_init): Update.
6615
6616 2018-07-20 Tom Tromey <tom@tromey.com>
6617
6618 * xcoffread.c (read_xcoff_symtab): Update.
6619 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6620 Update.
6621 * dbxread.c (process_one_symbol): Update.
6622 * coffread.c (coff_symtab_read): Update.
6623 * buildsym.h (finish_block): Update.
6624 * buildsym.c (finish_block): Remove "listhead" argument.
6625 (end_symtab_get_static_block): Update.
6626
6627 2018-07-20 Tom Tromey <tom@tromey.com>
6628
6629 * buildsym.h (class scoped_free_pendings): Remove constructor.
6630 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6631 method.
6632 <m_pending_block_obstack, m_pending_blocks>: New members.
6633 (pending_block_obstack, pending_blocks): Remove.
6634 (scoped_free_pendings::scoped_free_pendings): Default.
6635 (~scoped_free_pendings): Update.
6636 (free_pending_blocks): Remove.
6637 (finish_block_internal, record_pending_block, make_blockvector)
6638 (end_symtab_get_static_block, augment_type_symtab, push_context)
6639 (buildsym_init): Update.
6640
6641 2018-07-20 Tom Tromey <tom@tromey.com>
6642
6643 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6644 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6645 members.
6646 (pending_addrmap, pending_addrmap_obstack)
6647 (pending_addrmap_interesting): Remove.
6648 (scoped_free_pendings, record_block_range, make_blockvector)
6649 (prepare_for_building, reset_symtab_globals, buildsym_init):
6650 Update.
6651
6652 2018-07-20 Tom Tromey <tom@tromey.com>
6653
6654 * xcoffread.c (process_linenos): Update.
6655 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6656 * mdebugread.c (psymtab_to_symtab_1): Update.
6657 * dwarf2read.c (setup_type_unit_groups)
6658 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6659 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6660 * dbxread.c (process_one_symbol): Update.
6661 * coffread.c (coff_symtab_read, enter_linenos)
6662 (process_coff_symbol): Update.
6663 * buildsym.h (current_subfile): Don't declare.
6664 (get_current_subfile): Declare.
6665 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6666 member.
6667 (start_subfile, free_buildsym_compunit, push_subfile)
6668 (prepare_for_building, start_symtab): Update.
6669 (get_current_subfile): New function.
6670
6671 2018-07-20 Tom Tromey <tom@tromey.com>
6672
6673 * coffread.c (coff_symtab_read): Update.
6674 * xcoffread.c (read_xcoff_symtab): Update.
6675 * dwarf2read.c (new_symbol): Update.
6676 (read_func_scope, read_lexical_block_scope): Update.
6677 * dbxread.c (process_one_symbol): Update.
6678 * buildsym.h (context_stack, context_stack_depth): Don't declare.
6679 (outermost_context_p): Remove macro.
6680 (outermost_context_p, get_current_context_stack)
6681 (get_context_stack_depth): Declare.
6682 (pop_context): Return struct context_stack.
6683 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6684 member.
6685 (context_stack_size): Remove.
6686 (INITIAL_CONTEXT_STACK_SIZE): Remove.
6687 (prepare_for_building, end_symtab_get_static_block)
6688 (augment_type_symtab, push_context): Update.
6689 (pop_context): Return struct context_stack.
6690 (outermost_context_p, get_current_context_stack)
6691 (get_context_stack_depth): New functions.
6692 (buildsym_init): Update.
6693
6694 2018-07-20 Tom Tromey <tom@tromey.com>
6695
6696 * rust-exp.y: Now a pure parser. Update all rules.
6697 (%union): Move earlier.
6698 (current_parser, work_obstack): Remove globals.
6699 (rust_parser, ~rust_parser): Update.
6700 (class rust_parser) <copy_name, concat3, crate_name, super_name,
6701 lex_character, lex_number, lex_string, lex_identifier,
6702 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6703 convert_name, convert_params_to_expression,
6704 convert_ast_to_expression, ast_basic_type, ast_operation,
6705 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6706 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6707 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6708 ast_array_type, ast_slice_type, ast_reference_type,
6709 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6710 (rust_parse): Update.
6711 (rustyyerror, rustyylex): Add parser parameter.
6712 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6713 (rust_lex_stringish_test, rust_lex_test_sequence)
6714 (rust_lex_test_trailing_dot, rust_lex_test_completion)
6715 (rust_lex_test_push_back, rust_lex_tests): Update.
6716
6717 2018-07-19 Pedro Alves <palves@redhat.com>
6718
6719 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6720 gdb::unique_xmalloc_ptr.
6721 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6722 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6723 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6724 copy-initialization.
6725 * guile/scm-pretty-print.c (ppscm_print_children): Use
6726 gdb::unique_xmalloc_ptr instead of cleanups.
6727 (gdbscm_apply_val_pretty_printer): Remove cleanups.
6728 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6729 gdb::unique_xmalloc_ptr.
6730 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6731 Adjust to use gdb::unique_xmalloc_ptr.
6732 * guile/scm-utils.c (extract_arg): Adjust.
6733 * guile/scm-value.c (gdbscm_value_field): Adjust to use
6734 gdb::unique_xmalloc_ptr instead of a cleanup.
6735
6736 2018-07-19 Tom Tromey <tom@tromey.com>
6737
6738 * utils.c (do_value_free_to_mark)
6739 (make_cleanup_value_free_to_mark): Remove.
6740 * utils.h (make_cleanup_value_free_to_mark): Remove.
6741
6742 2018-07-19 Pedro Alves <palves@redhat.com>
6743
6744 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6745 forwarding reference.
6746
6747 2018-07-18 Pedro Alves <palves@redhat.com>
6748
6749 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6750 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
6751 cleanup.
6752
6753 2018-07-18 Pedro Alves <palves@redhat.com>
6754
6755 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6756 exceptions.
6757 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6758 (gdbscm_wrap): New.
6759 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6760 directly instead of a cleanup.
6761 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6762 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
6763 (vlscm_binop_gdbthrow): New, factored out from ...
6764 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
6765 (vlscm_rich_compare): Use gdbscm_wrap.
6766 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6767 instead of a cleanup.
6768 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6769 cleanup.
6770 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6771 Use xfree directly instead of a cleanup.
6772 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6773 Adjust to use gdbscm_wrap and scoped_value_mark.
6774 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6775 (gdbscm_value_address, gdbscm_value_dereference)
6776 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6777 scoped_value_mark.
6778 (gdbscm_value_dynamic_type): Use scoped_value_mark.
6779 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6780 scoped_value_mark.
6781 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6782 gdbscm_wrap and scoped_value_mark.
6783 (gdbscm_value_to_string): Use xfree directly instead of a
6784 cleanup. Move 'buffer' unique_ptr to TRY scope.
6785 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6786 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
6787 scoped_value_mark.
6788 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6789 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6790 scoped_value_mark.
6791 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6792 gdbscm_wrap.
6793
6794 2018-07-18 Tom de Vries <tdevries@suse.de>
6795
6796 * findvar.c (default_read_var_value): Also resolve dynamic type for
6797 LOC_OPTIMIZED_OUT vars.
6798
6799 2018-07-18 Maciej W. Rozycki <macro@mips.com>
6800
6801 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6802 decoding.
6803
6804 2018-07-17 Tom Tromey <tom@tromey.com>
6805
6806 * guile/scm-param.c (pascm_set_func, pascm_show_func)
6807 (compute_enum_list, pascm_set_param_value_x)
6808 (gdbscm_parameter_value): Update.
6809 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6810 (gdbscm_scm_to_host_string): Update.
6811 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6812 Update.
6813 * guile/scm-cmd.c (cmdscm_add_completion): Update.
6814 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6815 * guile/scm-string.c (gdbscm_scm_to_string): Return
6816 unique_xmalloc_ptr.
6817 (gdbscm_scm_to_host_string): Likewise.
6818
6819 2018-07-17 Tom Tromey <tom@tromey.com>
6820
6821 * guile/guile.c (gdbscm_eval_from_control_command): Update.
6822 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6823 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6824 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6825 unique_xmalloc_ptr.
6826
6827 2018-07-17 Tom Tromey <tom@tromey.com>
6828
6829 * guile/scm-param.c (pascm_signal_setshow_error): Update.
6830 * guile/guile-internal.h (gdbscm_exception_message_to_string):
6831 Update.
6832 * guile/scm-cmd.c (cmdscm_function): Update.
6833 * guile/scm-pretty-print.c
6834 (ppscm_print_exception_unless_memory_error): Update.
6835 * guile/scm-exception.c (gdbscm_exception_message_to_string):
6836 Return unique_xmalloc_ptr.
6837
6838 2018-07-17 Tom Tromey <tom@tromey.com>
6839
6840 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6841 Use string_printf.
6842
6843 2018-07-17 Jim Wilson <jimw@sifive.com>
6844
6845 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6846 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
6847 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
6848 unecessary braces after EF_RISCV_RVC test. Delete call to
6849 set_gdbarch_decr_pc_after_break.
6850
6851 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6852 RISCV_LAST_FP_REGNUM + 1.
6853 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6854
6855 2018-07-17 Tom Tromey <tom@tromey.com>
6856
6857 * configure.ac: Remove --disable-gdbcli.
6858 * configure: Rebuild.
6859 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6860 (SUBDIR_CLI_CFLAGS): Remove.
6861 (SFILES): Use SUBDIR_CLI_SRCS.
6862 (COMMON_OBS): Use SUBDIR_CLI_OBS.
6863
6864 2018-07-17 Tom Tromey <tom@tromey.com>
6865
6866 PR gdb/18624:
6867 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6868
6869 2018-07-16 Jim Wilson <jimw@sifive.com>
6870
6871 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6872
6873 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6874
6875 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6876 variable.
6877 (libunwind_frame_sniffer): Likewise.
6878 (libunwind_frame_prev_register): Likewise.
6879 (libunwind_sigtramp_frame_sniffer): Likewise.
6880 * ia64-tdep.c (ia64_access_reg): Likewise.
6881 (ia64_access_rse_reg): Likewise.
6882 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6883 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6884
6885 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6886
6887 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6888
6889 2018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6890
6891 * remote-sim.c (gdbsim_target::close,
6892 gdbsim_target::mourn_inferior): Remove unused variables.
6893
6894 2018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
6895
6896 * ia64-tdep.c (ktab_buf): New global.
6897 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6898 (get_kernel_table): Adjust.
6899
6900 2018-07-16 Tom Tromey <tom@tromey.com>
6901
6902 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6903 * dwarf2read.c (using_directives, new_symbol): Use
6904 outermost_context_p.
6905 * dbxread.c (process_one_symbol): Use outermost_context_p.
6906 * coffread.c (coff_symtab_read): Use outermost_context_p.
6907
6908 2018-07-16 Tom Tromey <tom@tromey.com>
6909
6910 * dwarf2read.c (using_directives, read_func_scope)
6911 (read_lexical_block_scope): Update.
6912 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6913 * buildsym.h (local_using_directives, global_using_directives):
6914 Don't declare.
6915 (get_local_using_directives, set_local_using_directives)
6916 (get_global_using_directives): Declare.
6917 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6918 m_global_using_directives>: New members.
6919 (finish_block_internal, prepare_for_building)
6920 (reset_symtab_globals, end_symtab_get_static_block)
6921 (push_context): Update.
6922 (get_local_using_directives, set_local_using_directives)
6923 (get_global_using_directives): New functions.
6924 (buildsym_init): Update.
6925
6926 2018-07-16 Tom Tromey <tom@tromey.com>
6927
6928 * xcoffread.c (xcoff_initial_scan): Don't call
6929 free_pending_blocks.
6930 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6931 * buildsym.h (class scoped_free_pendings): Add constructor.
6932 (free_pending_blocks): Don't declare.
6933 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6934 (free_pending_blocks): Now static.
6935
6936 2018-07-16 Tom Tromey <tom@tromey.com>
6937
6938 * buildsym.h (push_subfile, pop_subfile): Update declarations.
6939 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6940 member.
6941 (struct subfile_stack): Remove.
6942 (subfile_stack): Remove.
6943 (push_subfile, pop_subfile, buildsym_init): Update.
6944
6945 2018-07-16 Tom Tromey <tom@tromey.com>
6946
6947 * buildsym.c (push_subfile): Use gdb_assert.
6948 (pop_subfile): Use gdb_assert.
6949
6950 2018-07-16 Tom Tromey <tom@tromey.com>
6951
6952 * buildsym.h (merge_symbol_lists): Remove.
6953 * buildsym.c (merge_symbol_lists): Remove.
6954
6955 2018-07-16 Tom Tromey <tom@tromey.com>
6956
6957 * stabsread.c (scan_file_globals): Update comment.
6958 * stabsread.h (scan_file_globals): Move from buildsym.h.
6959 * buildsym.h (scan_file_globals): Move to stabsread.h.
6960
6961 2018-07-16 Tom Tromey <tom@tromey.com>
6962
6963 * xcoffread.c (xcoff_new_init): Update.
6964 * mipsread.c (mipscoff_new_init): Update.
6965 * mdebugread.c (mdebug_build_psymtabs): Update.
6966 * elfread.c (elf_new_init): Update.
6967 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6968 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6969 * buildsym.h (buildsym_new_init): Don't declare.
6970 * buildsym.c (buildsym_new_init): Remove.
6971
6972 2018-07-16 Tom Tromey <tom@tromey.com>
6973
6974 * stabsread.h (within_function): Move from buildsym.h.
6975 * stabsread.c (start_stabs): Clear within_function.
6976 * coffread.c (coff_start_symtab): Clear within_function.
6977 * buildsym.h (within_function): Move to stabsread.h.
6978 * buildsym.c (prepare_for_building): Update.
6979
6980 2018-07-16 Tom Tromey <tom@tromey.com>
6981
6982 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6983 * dwarf2read.c (dwarf2_start_symtab): Don't set
6984 processing_gcc_compilation.
6985 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6986
6987 2018-07-16 Tom Tromey <tom@tromey.com>
6988
6989 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6990 (next_symbol_text_func): Move from buildsym.h.
6991 * stabsread.c (hashname): Move from buildsym.c.
6992 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
6993 (next_symbol_text_func, hashname): Move to stabsread.h.
6994 * buildsym.c: Don't include bcache.h
6995 (hashname): Move to stasbread.c.
6996
6997 2018-07-16 Tom Tromey <tom@tromey.com>
6998
6999 * buildsym.h (context_stack_size): Don't declare.
7000 * buildsym.c (context_stack_size): New global.
7001
7002 2018-07-16 Tom Tromey <tom@tromey.com>
7003
7004 * dbxread.c (processing_acc_compilation): New global.
7005 * buildsym.h (processing_acc_compilation): Don't declare.
7006
7007 2018-07-16 Tom Tromey <tom@tromey.com>
7008
7009 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
7010 * dbxread.c (read_ofile_symtab): Update.
7011 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
7012 * buildsym.h (last_source_start_addr): Remove.
7013 (set_last_source_start_addr, get_last_source_start_addr):
7014 Declare.
7015 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
7016 parameter.
7017 (struct buildsym_compunit) <m_last_source_start_addr>: New
7018 member.
7019 (prepare_for_building): Remove start_addr parameter.
7020 (start_symtab, restart_symtab, end_symtab_get_static_block)
7021 (end_symtab_with_blockvector): Update.
7022 (set_last_source_start_addr, get_last_source_start_addr): New
7023 functions.
7024
7025 2018-07-16 Tom Tromey <tom@tromey.com>
7026
7027 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
7028 member.
7029 (have_line_numbers): Remove.
7030 (record_line, prepare_for_building, end_symtab_get_static_block)
7031 (augment_type_symtab): Update.
7032
7033 2018-07-16 Tom Tromey <tom@tromey.com>
7034
7035 * buildsym.c (~buildsym_compunit): Free the macro table.
7036 (struct buildsym_compunit) <get_macro_table, release_macros>: New
7037 methods.
7038 <m_pending_macros>: New member.
7039 (pending_macros): Remove.
7040 (~scoped_free_pendings, get_macro_table, prepare_for_building)
7041 (reset_symtab_globals, end_symtab_get_static_block)
7042 (end_symtab_with_blockvector, augment_type_symtab)
7043 (buildsym_init): Update.
7044
7045 2018-07-16 Tom Tromey <tom@tromey.com>
7046
7047 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
7048 parameter.
7049 (buildsym_compunit::set_last_source_file): New method.
7050 <m_last_source_file>: New member.
7051 (prepare_for_building): Remove "name" parameter.
7052 (start_symtab, restart_symtab, reset_symtab_globals): Update.
7053 (last_source_file): Remove.
7054 (set_last_source_file, get_last_source_file): Update.
7055
7056 2018-07-16 Tom Tromey <tom@tromey.com>
7057
7058 * buildsym.c (prepare_for_building): Add assert.
7059
7060 2018-07-16 Tom Tromey <tom@tromey.com>
7061
7062 * buildsym.c (~buildsym_compunit): Update.
7063 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
7064 (start_subfile, patch_subfile_names)
7065 (end_symtab_with_blockvector): Update.
7066
7067 2018-07-16 Tom Tromey <tom@tromey.com>
7068
7069 * buildsym.c (struct buildsym_compunit): Add constructor,
7070 destructor, initializers.
7071 (start_buildsym_compunit): Remove.
7072 (free_buildsym_compunit): Use "delete".
7073 (start_symtab, restart_symtab): Use "new".
7074
7075 2018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
7076
7077 * symfile.c (set_objfile_default_section_offset): Remove struct
7078 keyword.
7079
7080 2018-07-14 Stafford Horne <shorne@gmail.com>
7081
7082 * (Responsible Maintainers): Add myself as or1k maintainer.
7083
7084 2018-07-13 Tom Tromey <tom@tromey.com>
7085
7086 * symfile.c (set_objfile_default_section_offset): Use extra braces
7087 around initializer.
7088
7089 2018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7090
7091 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
7092 non-branching basr.
7093
7094 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7095
7096 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7097 unittests/cli-utils-selftests.c
7098 * unittests/cli-utils-selftests.c: New file.
7099
7100 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7101
7102 * NEWS: Mention new commands. Mention change to 'thread apply'.
7103
7104 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7105
7106 * thread.c (thr_try_catch_cmd): New function.
7107 (thread_apply_all_command): Handle qcs flags.
7108 (thread_apply_command): Handle qcs flags.
7109 (taas_command): New function.
7110 (tfaas_command): New function.
7111 (_initialize_thread): Update to setup the new commands 'taas
7112 and 'tfaas'. Change doc string for 'thread apply'.
7113
7114 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7115
7116 * stack.c: (trailing_outermost_frame): New function, mostly
7117 extracted from backtrace_command_1.
7118 (leading_innermost_frame): New function.
7119 (backtrace_command_1): Update to call trailing_outermost_frame.
7120 (frame_apply_command_count): New function.
7121 (frame_apply_level_command): New function.
7122 (frame_apply_all_command): New function.
7123 (frame_apply_command): New function.
7124 (faas_command): New function.
7125 (frame_cmd_list): New variable.
7126 (_initialize_stack): Update to setup the new commands 'frame apply'
7127 and 'faas'.
7128
7129 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7130
7131 * cli-utils.c (number_or_range_parser::get_number): Only handle
7132 numbers or convenience var as numbers.
7133 (parse_flags): New function.
7134 (parse_flags_qcs): New function.
7135 (number_or_range_parser::finished): Ensure parsing end is detected
7136 before end of string.
7137 * cli-utils.h (parse_flags): New function.
7138 (parse_flags_qcs): New function.
7139 (number_or_range_parser): Remove m_finished bool.
7140 (number_or_range_parser::skip_range): Set m_in_range to false.
7141
7142 2018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
7143
7144 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
7145 on Windows.
7146
7147 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7148 Jan Kratochvil <jan.kratochvil@redhat.com>
7149 Paul Fertser <fercerpav@gmail.com>
7150 Tsutomu Seki <sekiriki@gmail.com>
7151 Pedro Alves <palves@redhat.com>
7152
7153 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7154 'unittests/parse-connection-spec-selftests.c'.
7155 (COMMON_SFILES): Add 'common/netstuff.c'.
7156 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
7157 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
7158 * common/netstuff.c: New file.
7159 * common/netstuff.h: New file.
7160 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
7161 (wait_for_connect): Update comment. New parameter
7162 'gdb::optional<int> sock' instead of 'struct serial *scb'.
7163 Use 'sock' directly instead of 'scb->fd'.
7164 (try_connect): New function, with code from 'net_open'.
7165 (net_open): Rewrite main loop to deal with multiple
7166 sockets/addresses. Handle IPv6-style hostnames; implement
7167 support for IPv6 connections.
7168 * unittests/parse-connection-spec-selftests.c: New file.
7169
7170 2018-07-11 Pedro Alves <palves@redhat.com>
7171
7172 PR gdb/23377
7173 * remote.c (remote_target::remote_detach_pid): Call
7174 set_current_process.
7175
7176 2018-07-11 Pedro Alves <palves@redhat.com>
7177
7178 * h8300-tdep.c (h8300_gdbarch_init): Remove
7179 set_gdbarch_ecoff_reg_to_regnum calls.
7180
7181 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7182
7183 PR c++/23373
7184 * c-typeprint.c (c_type_print_base_struct_union): Don't print
7185 offsets/sizes for static members of a class/struct.
7186
7187 2018-07-11 Alan Hayward <alan.hayward@arm.com>
7188
7189 * target-descriptions.c (tdesc_register_bitsize): Rename.
7190 * target-descriptions.h (tdesc_register_bitsize): Likewise.
7191 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
7192 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
7193
7194 2018-07-10 Tom Tromey <tom@tromey.com>
7195
7196 * breakpoint.c (moribund_locations): Now static and a
7197 std::vector.
7198 (breakpoint_init_inferior, moribund_breakpoint_here_p)
7199 (build_bpstat_chain, update_global_location_list)
7200 (breakpoint_retire_moribund): Update.
7201 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
7202 VEC.
7203
7204 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7205
7206 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
7207 (riscv_register_reggroup_p): Use new function, remove unneeded
7208 parenthesis.
7209 (riscv_push_dummy_call): Extend assert to compare against xlen or
7210 flen based on register type.
7211
7212 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7213
7214 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
7215
7216 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7217
7218 * remote.c (show_hardware_watchpoint_limit): New function.
7219 (show_hardware_watchpoint_length_limit): New function.
7220 (show_hardware_breakpoint_limit): New function.
7221 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
7222 where appropriate, update help text.
7223
7224 2018-07-09 Tom Tromey <tom@tromey.com>
7225
7226 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
7227 (CLIBS): Don't mention NAT_CLIBS.
7228
7229 2018-07-09 Tom Tromey <tom@tromey.com>
7230
7231 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
7232 (LIBGDB_OBS, clean mostlyclean): Update.
7233 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
7234
7235 2018-07-09 Tom Tromey <tom@tromey.com>
7236
7237 * Makefile.in (%.c: %.y): Use ECHO_YACC.
7238 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
7239 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
7240
7241 2018-07-09 Tom Tromey <tom@tromey.com>
7242
7243 * Makefile.in (ALLDEPFILES): Remove exec.c.
7244 (COMMON_OBS): Remove exec.o.
7245 (COMMON_SFILES): Add exec.c.
7246
7247 2018-07-09 Tom Tromey <tom@tromey.com>
7248
7249 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
7250
7251 2018-07-09 Tom Tromey <tom@tromey.com>
7252
7253 * Makefile.in (clean mostlyclean): Remove stamp-version.
7254 (version.c): Depend on stamp-version.
7255 (stamp-version): New rule, from version.c rule.
7256
7257 2018-07-09 Tom Tromey <tom@tromey.com>
7258
7259 * Makefile.in (init.c): Depend on stamp-init.
7260 (stamp-init): New rule, from init.c rule.
7261 (clean mostlyclean): Remove stamp-init.
7262
7263 2018-07-09 Tom Tromey <tom@tromey.com>
7264
7265 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
7266 SUBDIR_GCC_COMPILE_SRCS.
7267
7268 2018-07-09 Tom Tromey <tom@tromey.com>
7269
7270 * Makefile.in (init.c): Remove some unused sed rules.
7271
7272 2018-07-09 Tom Tromey <tom@tromey.com>
7273
7274 * Makefile.in (TSOBS): Remove.
7275 (INIT_FILES): Update.
7276 (LIBGDB_OBS): Update.
7277 (COMMON_SFILES): Add inflow.c.
7278 (SFILES): Remove inflow.c.
7279
7280 2018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
7283
7284 2018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
7285
7286 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
7287 get_saveloc_name, is_signal_frame_name, step_name,
7288 init_remote_name, create_addr_space_name,
7289 destroy_addr_space_name, search_unwind_table_name,
7290 find_dyn_list_name): Constify.
7291
7292 2018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
7293
7294 * darwin-nat.c (darwin_pthread_kill): New function.
7295 (darwin_resume_thread): Use darwin_pthread_kill.
7296
7297 2018-07-05 Tom de Vries <tdevries@suse.de>
7298
7299 * macroexp.c (macro_buffer) <operator=>: New member function.
7300
7301 2018-07-04 Tom Tromey <tom@tromey.com>
7302
7303 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
7304
7305 2018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
7306
7307 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
7308 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
7309 * maint.c: Likewise.
7310 * top.c: Likewise.
7311
7312 2018-07-04 Joel Brobecker <brobecker@adacore.com>
7313
7314 * NEWS: Create a new section for the next release branch.
7315 Rename the section of the current branch, now that it has
7316 been cut.
7317
7318 2018-07-04 Joel Brobecker <brobecker@adacore.com>
7319
7320 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
7321 * version.in: Bump version to 8.2.50.DATE-git.
7322
7323 2018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
7324 Pedro Alves <palves@redhat.com>
7325
7326 * linux-nat.c (linux_init_ptrace): Rename to ...
7327 (linux_init_ptrace_procfs): ... this. Call
7328 linux_proc_init_warnings.
7329 (linux_nat_target::post_attach)
7330 (linux_nat_target::post_startup_inferior): Adjust.
7331 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
7332 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
7333
7334 2018-07-04 Tom de Vries <tdevries@suse.de>
7335
7336 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
7337 check ...
7338 (read_comp_unit_head): ... here.
7339
7340 2018-07-03 Tom Tromey <tom@tromey.com>
7341
7342 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
7343 (stop_tracing, tstatus_command)
7344 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
7345 (print_one_static_tracepoint_marker): Update.
7346 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
7347 std::vector.
7348 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
7349 VEC.
7350 (all_tracepoints, static_tracepoints_here): Return std::vector.
7351
7352 2018-07-03 Tom Tromey <tom@tromey.com>
7353
7354 * common/ptid.c (ptid_equal): Remove.
7355 * common/ptid.h (ptid_equal): Don't declare.
7356 * ada-tasks.c: Update.
7357 * breakpoint.c: Update.
7358 * common/agent.c: Update.
7359 * corelow.c: Update.
7360 * darwin-nat-info.c: Update.
7361 * darwin-nat.c: Update.
7362 * dcache.c: Update.
7363 * dtrace-probe.c: Update.
7364 * dummy-frame.c: Update.
7365 * fbsd-nat.c: Update.
7366 * frame.c: Update.
7367 * gdbthread.h: Update.
7368 * gnu-nat.c: Update.
7369 * go32-nat.c: Update.
7370 * inf-loop.c: Update.
7371 * inf-ptrace.c: Update.
7372 * infcall.c: Update.
7373 * infcmd.c: Update.
7374 * inflow.c: Update.
7375 * infrun.c: Update.
7376 * linux-fork.c: Update.
7377 * linux-nat.c: Update.
7378 * linux-thread-db.c: Update.
7379 * mi/mi-cmd-var.c: Update.
7380 * mi/mi-interp.c: Update.
7381 * mi/mi-main.c: Update.
7382 * nto-procfs.c: Update.
7383 * ppc-linux-tdep.c: Update.
7384 * procfs.c: Update.
7385 * python/py-inferior.c: Update.
7386 * python/py-record-btrace.c: Update.
7387 * python/py-record.c: Update.
7388 * ravenscar-thread.c: Update.
7389 * regcache.c: Update.
7390 * remote-sim.c: Update.
7391 * remote.c: Update.
7392 * sol-thread.c: Update.
7393 * solib.c: Update.
7394 * target.c: Update.
7395 * tui/tui-stack.c: Update.
7396 * varobj.c: Update.
7397 * windows-nat.c: Update.
7398 * windows-tdep.c: Update.
7399
7400 2018-07-03 Tom Tromey <tom@tromey.com>
7401
7402 * common/ptid.c (ptid_match): Remove.
7403 * common/ptid.h (ptid_match): Don't declare.
7404 * fbsd-nat.c: Update.
7405 * infcmd.c: Update.
7406 * infrun.c: Update.
7407 * linux-nat.c: Update.
7408 * record-btrace.c: Update.
7409 * regcache.c: Update.
7410 * remote.c: Update.
7411
7412 2018-07-03 Tom Tromey <tom@tromey.com>
7413
7414 * common/ptid.c (ptid_tid_p): Remove.
7415 * common/ptid.h (ptid_tid_p): Don't declare.
7416 * sol-thread.c: Update.
7417
7418 2018-07-03 Tom Tromey <tom@tromey.com>
7419
7420 * common/ptid.c (ptid_lwp_p): Remove.
7421 * common/ptid.h (ptid_lwp_p): Don't declare.
7422 * fbsd-nat.c: Update.
7423 * linux-nat.c: Update.
7424 * nat/linux-procfs.c: Update.
7425 * nat/x86-linux-dregs.c: Update.
7426 * sol-thread.c: Update.
7427
7428 2018-07-03 Tom Tromey <tom@tromey.com>
7429
7430 * common/ptid.c (ptid_is_pid): Remove.
7431 * common/ptid.h (ptid_is_pid): Don't declare.
7432 * infrun.c: Update.
7433 * linux-nat.c: Update.
7434 * mi/mi-interp.c: Update.
7435 * remote.c: Update.
7436 * thread.c: Update.
7437
7438 2018-07-03 Tom Tromey <tom@tromey.com>
7439
7440 * common/ptid.c (ptid_get_tid): Remove.
7441 * common/ptid.h (ptid_get_tid): Don't declare.
7442 * ada-tasks.c: Update.
7443 * aix-thread.c: Update.
7444 * bsd-uthread.c: Update.
7445 * darwin-nat.c: Update.
7446 * fbsd-nat.c: Update.
7447 * i386-darwin-nat.c: Update.
7448 * infrun.c: Update.
7449 * linux-tdep.c: Update.
7450 * nto-procfs.c: Update.
7451 * ppc-ravenscar-thread.c: Update.
7452 * python/py-infthread.c: Update.
7453 * ravenscar-thread.c: Update.
7454 * sol-thread.c: Update.
7455 * sparc-ravenscar-thread.c: Update.
7456 * windows-nat.c: Update.
7457
7458 2018-07-03 Tom Tromey <tom@tromey.com>
7459
7460 * common/ptid.c (ptid_get_lwp): Remove.
7461 * common/ptid.h (ptid_get_lwp): Don't declare.
7462 * aarch64-linux-nat.c: Update.
7463 * ada-tasks.c: Update.
7464 * aix-thread.c: Update.
7465 * amd64-linux-nat.c: Update.
7466 * arm-linux-nat.c: Update.
7467 * corelow.c: Update.
7468 * fbsd-nat.c: Update.
7469 * fbsd-tdep.c: Update.
7470 * gnu-nat.c: Update.
7471 * i386-cygwin-tdep.c: Update.
7472 * i386-gnu-nat.c: Update.
7473 * i386-linux-nat.c: Update.
7474 * ia64-linux-nat.c: Update.
7475 * inf-ptrace.c: Update.
7476 * infrun.c: Update.
7477 * linux-fork.c: Update.
7478 * linux-nat.c: Update.
7479 * linux-tdep.c: Update.
7480 * linux-thread-db.c: Update.
7481 * mips-linux-nat.c: Update.
7482 * nat/aarch64-linux-hw-point.c: Update.
7483 * nat/aarch64-linux.c: Update.
7484 * nat/linux-btrace.c: Update.
7485 * nat/linux-osdata.c: Update.
7486 * nat/linux-procfs.c: Update.
7487 * nat/x86-linux-dregs.c: Update.
7488 * obsd-nat.c: Update.
7489 * ppc-fbsd-nat.c: Update.
7490 * ppc-linux-nat.c: Update.
7491 * procfs.c: Update.
7492 * python/py-infthread.c: Update.
7493 * ravenscar-thread.c: Update.
7494 * remote.c: Update.
7495 * s390-linux-nat.c: Update.
7496 * sol-thread.c: Update.
7497 * sol2-tdep.c: Update.
7498 * spu-linux-nat.c: Update.
7499 * x86-linux-nat.c: Update.
7500 * xtensa-linux-nat.c: Update.
7501
7502 2018-07-03 Tom Tromey <tom@tromey.com>
7503
7504 * common/ptid.c (ptid_get_pid): Remove.
7505 * common/ptid.h (ptid_get_pid): Don't declare.
7506 * aarch64-linux-nat.c: Update.
7507 * ada-lang.c: Update.
7508 * aix-thread.c: Update.
7509 * alpha-bsd-nat.c: Update.
7510 * amd64-fbsd-nat.c: Update.
7511 * amd64-linux-nat.c: Update.
7512 * arm-linux-nat.c: Update.
7513 * arm-nbsd-nat.c: Update.
7514 * auxv.c: Update.
7515 * break-catch-syscall.c: Update.
7516 * breakpoint.c: Update.
7517 * bsd-uthread.c: Update.
7518 * corelow.c: Update.
7519 * ctf.c: Update.
7520 * darwin-nat.c: Update.
7521 * fbsd-nat.c: Update.
7522 * fbsd-tdep.c: Update.
7523 * gcore.c: Update.
7524 * gnu-nat.c: Update.
7525 * hppa-nbsd-nat.c: Update.
7526 * hppa-obsd-nat.c: Update.
7527 * i386-fbsd-nat.c: Update.
7528 * ia64-linux-nat.c: Update.
7529 * inf-ptrace.c: Update.
7530 * infcmd.c: Update.
7531 * inferior.c: Update.
7532 * inferior.h: Update.
7533 * inflow.c: Update.
7534 * infrun.c: Update.
7535 * linux-fork.c: Update.
7536 * linux-nat.c: Update.
7537 * linux-tdep.c: Update.
7538 * linux-thread-db.c: Update.
7539 * m68k-bsd-nat.c: Update.
7540 * mi/mi-interp.c: Update.
7541 * mi/mi-main.c: Update.
7542 * mips-linux-nat.c: Update.
7543 * mips-nbsd-nat.c: Update.
7544 * mips64-obsd-nat.c: Update.
7545 * nat/aarch64-linux-hw-point.c: Update.
7546 * nat/aarch64-linux.c: Update.
7547 * nat/linux-btrace.c: Update.
7548 * nat/linux-osdata.c: Update.
7549 * nat/linux-procfs.c: Update.
7550 * nat/x86-linux-dregs.c: Update.
7551 * nto-procfs.c: Update.
7552 * obsd-nat.c: Update.
7553 * ppc-linux-nat.c: Update.
7554 * ppc-nbsd-nat.c: Update.
7555 * ppc-obsd-nat.c: Update.
7556 * proc-service.c: Update.
7557 * procfs.c: Update.
7558 * python/py-inferior.c: Update.
7559 * python/py-infthread.c: Update.
7560 * ravenscar-thread.c: Update.
7561 * record.c: Update.
7562 * remote-sim.c: Update.
7563 * remote.c: Update.
7564 * rs6000-nat.c: Update.
7565 * s390-linux-nat.c: Update.
7566 * sh-nbsd-nat.c: Update.
7567 * sol-thread.c: Update.
7568 * sparc-nat.c: Update.
7569 * sparc64-tdep.c: Update.
7570 * spu-linux-nat.c: Update.
7571 * spu-tdep.c: Update.
7572 * target-debug.h: Update.
7573 * target.c: Update.
7574 * thread.c: Update.
7575 * tid-parse.c: Update.
7576 * tracefile-tfile.c: Update.
7577 * vax-bsd-nat.c: Update.
7578 * windows-nat.c: Update.
7579 * x86-linux-nat.c: Update.
7580 * x86-nat.c: Update.
7581
7582 2018-07-03 Tom Tromey <tom@tromey.com>
7583
7584 * common/ptid.c (pid_to_ptid): Remove.
7585 * common/ptid.h (pid_to_ptid): Don't declare.
7586 * aix-thread.c: Update.
7587 * arm-linux-nat.c: Update.
7588 * common/ptid.c: Update.
7589 * common/ptid.h: Update.
7590 * corelow.c: Update.
7591 * ctf.c: Update.
7592 * darwin-nat.c: Update.
7593 * fbsd-nat.c: Update.
7594 * fork-child.c: Update.
7595 * gnu-nat.c: Update.
7596 * go32-nat.c: Update.
7597 * inf-ptrace.c: Update.
7598 * infcmd.c: Update.
7599 * inferior.c: Update.
7600 * infrun.c: Update.
7601 * linux-fork.c: Update.
7602 * linux-nat.c: Update.
7603 * nat/aarch64-linux-hw-point.c: Update.
7604 * nat/fork-inferior.c: Update.
7605 * nat/x86-linux-dregs.c: Update.
7606 * nto-procfs.c: Update.
7607 * obsd-nat.c: Update.
7608 * procfs.c: Update.
7609 * progspace.c: Update.
7610 * remote.c: Update.
7611 * rs6000-nat.c: Update.
7612 * s390-linux-nat.c: Update.
7613 * sol-thread.c: Update.
7614 * spu-linux-nat.c: Update.
7615 * target.c: Update.
7616 * top.c: Update.
7617 * tracefile-tfile.c: Update.
7618 * windows-nat.c: Update.
7619
7620 2018-07-03 Tom Tromey <tom@tromey.com>
7621
7622 * common/ptid.h (ptid_build): Don't declare.
7623 * common/ptid.c (ptid_build): Remove.
7624 * aix-thread.c: Update.
7625 * bsd-kvm.c: Update.
7626 * bsd-uthread.c: Update.
7627 * common/agent.c: Update.
7628 * common/ptid.c: Update.
7629 * common/ptid.h: Update.
7630 * corelow.c: Update.
7631 * darwin-nat.c: Update.
7632 * fbsd-nat.c: Update.
7633 * gnu-nat.c: Update.
7634 * linux-fork.c: Update.
7635 * linux-nat.c: Update.
7636 * linux-thread-db.c: Update.
7637 * nat/linux-osdata.c: Update.
7638 * nat/linux-procfs.c: Update.
7639 * nto-procfs.c: Update.
7640 * obsd-nat.c: Update.
7641 * proc-service.c: Update.
7642 * procfs.c: Update.
7643 * ravenscar-thread.c: Update.
7644 * remote-sim.c: Update.
7645 * remote.c: Update.
7646 * sol-thread.c: Update.
7647 * target.c: Update.
7648 * windows-nat.c: Update.
7649
7650 2018-07-03 Tom Tromey <tom@tromey.com>
7651
7652 * infrun.c (follow_exec): Use exit_inferior_silent.
7653 * inferior.c (exit_inferior_num_silent): Remove.
7654 * inferior.h (exit_inferior_num_silent): Don't declare.
7655
7656 2018-07-03 Tom Tromey <tom@tromey.com>
7657
7658 PR cli/23340:
7659 * darwin-nat.c (darwin_attach_pid): Reset inferior and
7660 inferior_ptid on error.
7661
7662 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7663 Simon Marchi <simon.marchi@polymtl.ca>
7664
7665 PR tdep/8282
7666 * disasm.h (gdb_disassembler): Add
7667 `m_disassembler_options_holder'. member
7668 * disasm.c (get_all_disassembler_options): New function.
7669 (gdb_disassembler::gdb_disassembler): Use it.
7670 (gdb_buffered_insn_length_init_dis): Likewise.
7671 (gdb_buffered_insn_length): Adjust accordingly.
7672 (set_disassembler_options): Handle options with arguments.
7673 (show_disassembler_options_sfunc): Likewise. Add a leading new
7674 line if showing options with descriptions.
7675 (disassembler_options_completer): Adapt to using the
7676 `disasm_options_and_args_t' structure.
7677 * mips-tdep.c (mips_disassembler_options): New variable.
7678 (mips_disassembler_options_o32): Likewise.
7679 (mips_disassembler_options_n32): Likewise.
7680 (mips_disassembler_options_n64): Likewise.
7681 (gdb_print_insn_mips): Don't set `disassembler_options'.
7682 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7683 functions.
7684 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7685 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
7686 `gdbarch_disassembler_options_implicit' and
7687 `gdbarch_valid_disassembler_options'.
7688 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7689 `disasm_options_and_args_t' structure.
7690 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7691 method.
7692 (valid_disassembler_options): Switch from `disasm_options_t' to
7693 the `disasm_options_and_args_t' structure.
7694 * NEWS: Document `set disassembler-options' support for the MIPS
7695 target.
7696 * gdbarch.h: Regenerate.
7697 * gdbarch.c: Regenerate.
7698
7699 2018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
7700
7701 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7702
7703 2018-06-29 Joel Brobecker <brobecker@adacore.com>
7704
7705 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7706 parameter in call to amd64_target_description.
7707 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7708 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7709 (amd64fbsd_init_abi): Likewise.
7710 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7711 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7712 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7713 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7714
7715 2018-06-29 Pedro Alves <palves@redhat.com>
7716
7717 * gdb/amd64-tdep.h (amd64_create_target_description): Add
7718 "segments" parameter.
7719 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7720 (_initialize_amd64_tdep): Update call to
7721 amd64_create_target_description.
7722 (amd64_target_description): Add "segments" parameter. Adjust
7723 the implementation to use it.
7724 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7725 call to amd64_create_target_description.
7726 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7727 * gdb/arch/amd64.h (amd64_create_target_description): Add
7728 "segments" register.
7729 * gdb/arch/amd64.c (amd64_create_target_description): Add
7730 "segments" parameter. Call create_feature_i386_64bit_segments
7731 only if SEGMENTS is true.
7732 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7733 call to amd64_create_target_description.
7734
7735 2018-06-29 Pedro Alves <palves@redhat.com>
7736
7737 * thread.c (thread_target_id_str): New, factored out from ...
7738 (print_thread_info_1): ... here. Use it to compute the max
7739 "Target Id" column width.
7740
7741 2018-06-29 Pedro Alves <palves@redhat.com>
7742
7743 * remote.c (remote_target::extra_thread_info): Delete
7744 'display_buf' and 'n' locals. from the cache, regardless of
7745 packet mechanims is in use. Use cache for qThreadExtra and qP
7746 methods too.
7747
7748 2018-06-29 Pedro Alves <palves@redhat.com>
7749
7750 * blockframe.c (find_pc_sect_containing_function): New function.
7751 * breakpoint.c (print_breakpoint_location): Don't call
7752 find_pc_sect_function.
7753 * linespec.c (create_sals_line_offset): Record the location's
7754 symbol in the sal.
7755 * linespec.c (convert_address_location_to_sals): Fill in sal's
7756 symbol with find_pc_sect_containing_function.
7757 * symtab.c (find_function_start_sal): Rename to ...
7758 (find_function_start_sal_1): ... this.
7759 (find_function_start_sal): Reimplement as wrapper around
7760 find_function_start_sal_1, and use
7761 find_pc_sect_containing_function to fill in the sal's symbol.
7762 (find_function_start_sal(symbol*, bool)): Adjust.
7763 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7764 comments.
7765 (find_pc_sect_containing_function): Declare.
7766
7767 2018-06-29 Pedro Alves <palves@redhat.com>
7768
7769 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7770 true if the the location has no symbol.
7771
7772 2018-06-28 Tom Tromey <tom@tromey.com>
7773
7774 * NEWS: Mention --enable-codesign.
7775 * silent-rules.mk (ECHO_SIGN): New variable.
7776 * configure.ac: Add --enable-codesign.
7777 * configure: Rebuild.
7778 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7779 (gdb$(EXEEXT)): Optionally invoke codesign.
7780
7781 2018-06-28 Pedro Alves <palves@redhat.com>
7782
7783 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7784 comments.
7785 (switch_to_thread_no_regs): Adjust comment.
7786 * infcmd.c (stop_pc): Delete.
7787 (post_create_inferior, info_program_command): Replace references
7788 to stop_pc with references to thread_info->suspend.stop_pc.
7789 * inferior.h (stop_pc): Delete declaration.
7790 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7791 (handle_inferior_event_1, handle_signal_stop)
7792 (process_event_stop_test, keep_going_stepped_thread)
7793 (handle_step_into_function, handle_step_into_function_backward)
7794 (print_stop_location): Replace references to stop_pc with
7795 references to thread_info->suspend.stop_pc.
7796 (struct infcall_suspend_state) <stop_pc>: Delete field.
7797 (save_infcall_suspend_state, restore_infcall_suspend_state):
7798 Remove references to inf_stat->stop_pc.
7799 * linux-fork.c (fork_load_infrun_state): Likewise.
7800 * record-btrace.c (record_btrace_set_replay): Likewise.
7801 * record-full.c (record_full_goto_entry): Likewise.
7802 * remote.c (print_one_stopped_thread): Likewise.
7803 * target.c (target_resume): Extend comment.
7804 * thread.c (set_executing_thread): New.
7805 (set_executing): Use it.
7806 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7807 Remove references to stop_pc.
7808
7809 2018-06-28 Pedro Alves <palves@redhat.com>
7810
7811 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7812 Moving fetching stop_pc until after ecs->event_thread is refreshed.
7813
7814 2018-06-28 Tom Tromey <tom@tromey.com>
7815
7816 * coffread.c (coff_symfile_finish): Update.
7817 * xcoffread.c (xcoff_symfile_finish): Update.
7818 * elfread.c (elf_symfile_finish): Update.
7819 * symfile.h (dwarf2_free_objfile): Don't declare.
7820 * dwarf2read.c (_initialize_dwarf2_read): Use
7821 register_objfile_data_with_cleanup.
7822 (dwarf2_free_objfile): Now static. Change signature.
7823
7824 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7825
7826 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7827 option "-o" to add-symbol-file-load to add an offset to each
7828 section's load address.
7829 * symfile.c (set_objfile_default_section_offset): New function.
7830
7831 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7832
7833 * symfile.c (add_symbol_file_command): Make sure that sections
7834 with the same name are sorted in the same order.
7835
7836 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7837
7838 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7839 require the second argument. If omitted, load sections at the
7840 addresses specified in the file.
7841
7842 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7843
7844 * symfile.c (symbol_file_command, symbol_file_add_main_1)
7845 (_initialize_symfile): Add option "-o" to symbol-file to add an
7846 offset to each section of the symbol file.
7847
7848 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7849
7850 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7851
7852 2018-06-27 Tom Tromey <tom@tromey.com>
7853
7854 * stack.c (_initialize_stack): Update "func" help text.
7855
7856 2018-06-27 Tom Tromey <tom@tromey.com>
7857
7858 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7859 std::vector.
7860 (unwind_infopy_str, pyuw_create_unwind_info)
7861 (unwind_infopy_add_saved_register, pyuw_sniffer)
7862 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7863 Update.
7864 (struct saved_reg): Add constructor.
7865 <value>: Now a gdbpy_ref<>.
7866
7867 2018-06-27 Tom Tromey <tom@tromey.com>
7868
7869 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7870
7871 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb-gdb.py.in: Format using autopep8.
7874
7875 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7876
7877 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7878 (type_lookup_function): Recognize CORE_ADDR values.
7879
7880 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7881
7882 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7883 print tag_name.
7884
7885 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7886
7887 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7888 <__lt__>: Add.
7889
7890 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7891
7892 * gdb-gdb.py: Move to...
7893 * gdb-gdb.py.in: ... here.
7894 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7895 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7896 dependencies.
7897 (distclean): Remove gdb-gdb.py when cleaning.
7898 (gdb-gdb.py, gdb-gdb.gdb): New rules.
7899 * configure: Re-generate.
7900
7901 2018-06-27 Pedro Alves <palves@redhat.com>
7902
7903 * proc-service.c (get_ps_regcache): New.
7904 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7905 (ps_lsetfpregs): Use it.
7906
7907 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7908
7909 PR gdb/21695
7910 * dwarf2read.c (lnp_state_machine::check_line_address): Update
7911 declaration.
7912 (dwarf_decode_lines_1): Adjust.
7913
7914 2018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7917 override.
7918 <info_proc>: Likewise.
7919
7920 2018-06-26 Joel Brobecker <brobecker@adacore.com>
7921
7922 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7923 to windows_fetch_one_register, and only handle the case of
7924 fetching one register. Move the code that reloads the context
7925 and iterates over all registers if R is negative to...
7926 (windows_nat_target::fetch_registers): ... here.
7927 (do_windows_store_inferior_registers): Rename to
7928 windows_store_one_register, and only handle the case of storing
7929 one register. Move the code that handles the case where r is
7930 negative to...
7931 (windows_nat_target::store_registers) ... here.
7932
7933 2018-06-26 Tom Tromey <tom@tromey.com>
7934
7935 PR rust/22574:
7936 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7937 * rust-lang.c (rust_print_struct_def): Add podata parameter.
7938 Update.
7939 (rust_internal_print_type): Add podata parameter.
7940 (rust_print_type): Update.
7941
7942 2018-06-26 Tom Tromey <tom@tromey.com>
7943
7944 * typeprint.h (struct print_offset_data) <update, finish,
7945 maybe_print_hole>: New methods.
7946 <indentation>: New constant.
7947 * typeprint.c (print_offset_data::indentation): Define.
7948 (print_offset_data::maybe_print_hole, print_offset_data::update)
7949 (print_offset_data::finish): Move from c-typeprint.c and rename.
7950 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7951 (print_spaces_filtered_with_print_options): Update.
7952 (c_print_type_union_field_offset, maybe_print_hole)
7953 (c_print_type_struct_field_offset): Move to typeprint.c and
7954 rename.
7955 (c_type_print_base_struct_union): Update.
7956
7957 2018-06-25 Pedro Alves <palves@redhat.com>
7958
7959 * gdbthread.h (thread_info_ref, delete_thread)
7960 (delete_thread_silent, first_thread_of_inferior)
7961 (any_thread_of_inferior, switch_to_thread)
7962 (enable_thread_stack_temporaries)
7963 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7964 (get_last_thread_stack_temporary)
7965 (value_in_thread_stack_temporaries, can_access_registers_thread):
7966 Spell out "struct thread_info" instead of just "thread_info".
7967 * inferior.h (notice_new_inferior): Likewise.
7968
7969 2018-06-25 Pedro Alves <palves@redhat.com>
7970
7971 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7972 pass thread_info pointer to delete_thread.
7973 (windows_nat_target::detach): Pass inferior pointer to
7974 detach_inferior.
7975 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7976 delete_thread.
7977 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7978 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7979 and pass a thread_info pointer to delete_thread.
7980 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7981 pass thread_info pointer to delete_thread.
7982 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7983 delete_thread_silent call.
7984 * procfs.c (procfs_target::detach): Pass inferior pointer to
7985 detach_inferior.
7986 (procfs_target::wait): Pass thread_info pointer to delete_thread.
7987 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7988 delete_thread_silent call.
7989 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7990 pass thread_info pointer to delete_thread.
7991 (windows_nat_target::detach): Pass inferior pointer to
7992 delete_inferior.
7993
7994 2018-06-22 Alan Hayward <alan.hayward@arm.com>
7995
7996 * regcache.c (readable_regcache::read_part): Fix asserts.
7997 (reg_buffer::raw_collect_part): New function.
7998 (regcache::write_part): Fix asserts.
7999 (reg_buffer::raw_supply_part): New function.
8000 (regcache::transfer_regset_register): New helper function.
8001 (regcache::transfer_regset): Call new functions.
8002 (regcache_supply_regset): Use gdb_byte*.
8003 (regcache::supply_regset): Likewise.
8004 (regcache_collect_regset): Likewise.
8005 (regcache::collect_regset): Likewise.
8006 * regcache.h (reg_buffer::raw_collect_part): New declaration.
8007 (reg_buffer::raw_supply_part): Likewise.
8008 (regcache::transfer_regset_register): Likewise.
8009 (regcache::transfer_regset): Use gdb_byte*.
8010
8011 2018-06-22 Alan Hayward <alan.hayward@arm.com>
8012
8013 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
8014
8015 2018-06-21 Pedro Alves <palves@redhat.com>
8016
8017 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
8018 instead of a ptid_t. All callers adjusted.
8019 * ada-tasks.c (ada_get_task_number): Likewise. All callers
8020 adjusted.
8021 (print_ada_task_info, display_current_task_id, task_command_1):
8022 Adjust.
8023 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
8024 inferior_thread.
8025 (breakpoint_kind): Adjust.
8026 (remove_breakpoints_pid): Rename to ...
8027 (remove_breakpoints_inf): ... this. Adjust to take an inferior
8028 pointer. All callers adjusted.
8029 (bpstat_clear_actions): Use inferior_thread.
8030 (get_bpstat_thread): New.
8031 (bpstat_do_actions): Use it.
8032 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
8033 to take a thread_info pointer. All callers adjusted.
8034 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
8035 (breakpoint_re_set_thread): Use inferior_thread.
8036 * breakpoint.h (struct inferior): Forward declare.
8037 (bpstat_stop_status): Update.
8038 (remove_breakpoints_pid): Delete.
8039 (remove_breakpoints_inf): New.
8040 * bsd-uthread.c (bsd_uthread_target::wait)
8041 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
8042 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
8043 (maint_btrace_packet_history_cmd)
8044 (maint_btrace_clear_packet_history_cmd): Adjust.
8045 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
8046 inferior_thread.
8047 * cli/cli-interp.c: Include "inferior.h".
8048 * common/refcounted-object.h (struct
8049 refcounted_object_ref_policy): New.
8050 * compile/compile-object-load.c: Include gdbthread.h.
8051 (store_regs): Use inferior_thread.
8052 * corelow.c (core_target::close): Use current_inferior.
8053 (core_target_open): Adjust to use first_thread_of_inferior and use
8054 the current inferior.
8055 * ctf.c (ctf_target::close): Adjust to use current_inferior.
8056 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
8057 <thread>: ... this new field. All references adjusted.
8058 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
8059 Take a thread_info pointer instead of a ptid_t.
8060 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
8061 (dummy_frame_discard, register_dummy_frame_dtor): Take a
8062 thread_info pointer instead of a ptid_t.
8063 * elfread.c: Include "inferior.h".
8064 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
8065 Use inferior_thread.
8066 * eval.c (evaluate_subexp): Likewise.
8067 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
8068 inferior_thread.
8069 * gdb_proc_service.h (struct thread_info): Forward declare.
8070 (struct ps_prochandle) <ptid>: Delete, replaced by ...
8071 <thread>: ... this new field. All references adjusted.
8072 * gdbarch.h, gdbarch.c: Regenerate.
8073 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
8074 'thread' parameter. All implementations and callers adjusted.
8075 * gdbthread.h (thread_info) <set_running>: New method.
8076 (delete_thread, delete_thread_silent): Take a thread_info pointer
8077 instead of a ptid.
8078 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
8079 (first_thread_of_process): Delete, replaced by ...
8080 (first_thread_of_inferior): ... this new function. All callers
8081 adjusted.
8082 (any_live_thread_of_process): Delete, replaced by ...
8083 (any_live_thread_of_inferior): ... this new function. All callers
8084 adjusted.
8085 (switch_to_thread, switch_to_no_thread): Declare.
8086 (is_executing): Delete.
8087 (enable_thread_stack_temporaries): Update comment.
8088 <enable_thread_stack_temporaries>: Take a thread_info pointer
8089 instead of a ptid_t. Incref the thread.
8090 <~enable_thread_stack_temporaries>: Decref the thread.
8091 <m_ptid>: Delete
8092 <m_thr>: New.
8093 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
8094 (get_last_thread_stack_temporary)
8095 (value_in_thread_stack_temporaries, can_access_registers_thread):
8096 Take a thread_info pointer instead of a ptid_t. All callers
8097 adjusted.
8098 * infcall.c (get_call_return_value): Use inferior_thread.
8099 (run_inferior_call): Work with thread pointers instead of ptid_t.
8100 (call_function_by_hand_dummy): Work with thread pointers instead
8101 of ptid_t. Use thread_info_ref.
8102 * infcmd.c (proceed_thread_callback): Access thread's state
8103 directly.
8104 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
8105 access thread's state directly.
8106 (continue_command): Use inferior_thread.
8107 (info_program_command): Use find_thread_ptid and access thread
8108 state directly.
8109 (proceed_after_attach_callback): Use thread state directly.
8110 (notice_new_inferior): Take a thread_info pointer instead of a
8111 ptid_t. All callers adjusted.
8112 (exit_inferior): Take an inferior pointer instead of a pid. All
8113 callers adjusted.
8114 (exit_inferior_silent): New.
8115 (detach_inferior): Delete.
8116 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
8117 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
8118 (detach_inferior_command, kill_inferior_command): Use
8119 find_inferior_id instead of valid_gdb_inferior_id and
8120 gdb_inferior_id_to_pid.
8121 (inferior_command): Use inferior and thread pointers.
8122 * inferior.h (struct thread_info): Forward declare.
8123 (notice_new_inferior): Take a thread_info pointer instead of a
8124 ptid_t. All callers adjusted.
8125 (detach_inferior): Delete declaration.
8126 (exit_inferior, exit_inferior_silent): Take an inferior pointer
8127 instead of a pid. All callers adjusted.
8128 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
8129 (valid_gdb_inferior_id): Delete.
8130 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
8131 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
8132 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
8133 ...
8134 <inf>: ... this new field.
8135 <step_ptid>: Delete, replaced by ...
8136 <step_thread>: ... this new field.
8137 (get_displaced_stepping_state): Take an inferior pointer instead
8138 of a pid. All callers adjusted.
8139 (displaced_step_in_progress_any_inferior): Adjust.
8140 (displaced_step_in_progress_thread): Take a thread pointer instead
8141 of a ptid_t. All callers adjusted.
8142 (displaced_step_in_progress, add_displaced_stepping_state): Take
8143 an inferior pointer instead of a pid. All callers adjusted.
8144 (get_displaced_step_closure_by_addr): Adjust.
8145 (remove_displaced_stepping_state): Take an inferior pointer
8146 instead of a pid. All callers adjusted.
8147 (displaced_step_prepare_throw, displaced_step_prepare)
8148 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
8149 All callers adjusted.
8150 (start_step_over): Adjust.
8151 (infrun_thread_ptid_changed): Remove bit updating ptids in the
8152 displaced step queue.
8153 (do_target_resume): Adjust.
8154 (fetch_inferior_event): Use inferior_thread.
8155 (context_switch, get_inferior_stop_soon): Take an
8156 execution_control_state pointer instead of a ptid_t. All callers
8157 adjusted.
8158 (switch_to_thread_cleanup): Delete.
8159 (stop_all_threads): Use scoped_restore_current_thread.
8160 * inline-frame.c: Include "gdbthread.h".
8161 (inline_state) <inline_state>: Take a thread pointer instead of a
8162 ptid_t. All callers adjusted.
8163 <ptid>: Delete, replaced by ...
8164 <thread>: ... this new field.
8165 (find_inline_frame_state): Take a thread pointer instead of a
8166 ptid_t. All callers adjusted.
8167 (skip_inline_frames, step_into_inline_frame)
8168 (inline_skipped_frames, inline_skipped_symbol): Take a thread
8169 pointer instead of a ptid_t. All callers adjusted.
8170 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
8171 (inline_skipped_frames, inline_skipped_symbol): Likewise.
8172 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
8173 pointers directly.
8174 * linux-nat.c (get_detach_signal): Likewise.
8175 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
8176 (thread_db_notice_clone): Adjust.
8177 (thread_db_find_new_threads_silently)
8178 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
8179 a thread pointer instead of a ptid_t. All callers adjusted.
8180 * mi/mi-cmd-var.c: Include "inferior.h".
8181 (mi_cmd_var_update_iter): Update to use thread pointers.
8182 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
8183 inferior directly.
8184 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
8185 out to ...
8186 (mi_output_running): ... this new function.
8187 (mi_on_resume_1): Adjust to use it.
8188 (mi_user_selected_context_changed): Adjust to use inferior_thread.
8189 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
8190 directly.
8191 (interrupt_thread_callback): : Adjust to use thread and inferior
8192 pointers.
8193 * proc-service.c: Include "gdbthread.h".
8194 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
8195 * progspace-and-thread.c: Include "inferior.h".
8196 * progspace.c: Include "inferior.h".
8197 * python/py-exitedevent.c (create_exited_event_object): Adjust to
8198 hold a reference to an inferior_object.
8199 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
8200 inferior_thread.
8201 * python/py-inferior.c (struct inferior_object): Give the type a
8202 tag name instead of a typedef.
8203 (python_on_normal_stop): No need to check if the current thread is
8204 listed.
8205 (inferior_to_inferior_object): Change return type to
8206 inferior_object. All callers adjusted.
8207 (find_thread_object): Delete, bits factored out to ...
8208 (thread_to_thread_object): ... this new function.
8209 * python/py-infthread.c (create_thread_object): Use
8210 inferior_to_inferior_object.
8211 (thpy_is_stopped): Use thread pointer directly.
8212 (gdbpy_selected_thread): Use inferior_thread.
8213 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
8214 field, replaced with ...
8215 <thread>: ... this new field. All users adjusted.
8216 (btpy_insn_or_gap_new): Drop const.
8217 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
8218 callers adjusted.
8219 * python/py-record.c: Include "gdbthread.h".
8220 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8221 a ptid_t. All callers adjusted.
8222 (gdbpy_current_recording): Use inferior_thread.
8223 * python/py-record.h (recpy_record_object) <ptid>: Delete
8224 field, replaced with ...
8225 <thread>: ... this new field. All users adjusted.
8226 (recpy_element_object) <ptid>: Delete
8227 field, replaced with ...
8228 <thread>: ... this new field. All users adjusted.
8229 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8230 a ptid_t. All callers adjusted.
8231 * python/py-threadevent.c: Include "gdbthread.h".
8232 (get_event_thread): Use thread_to_thread_object.
8233 * python/python-internal.h (struct inferior_object): Forward
8234 declare.
8235 (find_thread_object, find_inferior_object): Delete declarations.
8236 (thread_to_thread_object, inferior_to_inferior_object): New
8237 declarations.
8238 * record-btrace.c: Include "inferior.h".
8239 (require_btrace_thread): Use inferior_thread.
8240 (record_btrace_frame_sniffer)
8241 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
8242 (get_thread_current_frame): Use scoped_restore_current_thread and
8243 switch_to_thread.
8244 (get_thread_current_frame): Use thread pointer directly.
8245 (record_btrace_replay_at_breakpoint): Use thread's inferior
8246 pointer directly.
8247 * record-full.c: Include "inferior.h".
8248 * regcache.c: Include "gdbthread.h".
8249 (get_thread_arch_regcache): Use the inferior's address space
8250 directly.
8251 (get_thread_regcache, registers_changed_thread): New.
8252 * regcache.h (get_thread_regcache(thread_info *thread)): New
8253 overload.
8254 (registers_changed_thread): New.
8255 (remote_target) <remote_detach_1>: Swap order of parameters.
8256 (remote_add_thread): <remote_add_thread>: Return the new thread.
8257 (get_remote_thread_info(ptid_t)): New overload.
8258 (remote_target::remote_notice_new_inferior): Use thread pointers
8259 directly.
8260 (remote_target::process_initial_stop_replies): Use
8261 thread_info::set_running.
8262 (remote_target::remote_detach_1, remote_target::detach)
8263 (extended_remote_target::detach): Adjust.
8264 * stack.c (frame_show_address): Use inferior_thread.
8265 * target-debug.h (target_debug_print_thread_info_pp): New.
8266 * target-delegates.c: Regenerate.
8267 * target.c (default_thread_address_space): Delete.
8268 (memory_xfer_partial_1): Use current_inferior.
8269 (target_detach): Use current_inferior.
8270 (target_thread_address_space): Delete.
8271 (generic_mourn_inferior): Use current_inferior.
8272 * target.h (struct target_ops) <thread_address_space>: Delete.
8273 (target_thread_address_space): Delete.
8274 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
8275 pointers directly.
8276 (delete_thread_1, delete_thread, delete_thread_silent): Take a
8277 thread pointer instead of a ptid_t. Adjust all callers.
8278 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
8279 (first_thread_of_process): Delete, replaced by ...
8280 (first_thread_of_inferior): ... this new function. All callers
8281 adjusted.
8282 (any_thread_of_process): Rename to ...
8283 (any_thread_of_inferior): ... this, and take an inferior pointer.
8284 (any_live_thread_of_process): Rename to ...
8285 (any_live_thread_of_inferior): ... this, and take an inferior
8286 pointer.
8287 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
8288 (value_in_thread_stack_temporaries)
8289 (get_last_thread_stack_temporary): Take a thread pointer instead
8290 of a ptid_t. Adjust all callers.
8291 (thread_info::set_running): New.
8292 (validate_registers_access): Use inferior_thread.
8293 (can_access_registers_ptid): Rename to ...
8294 (can_access_registers_thread): ... this, and take a thread
8295 pointer.
8296 (print_thread_info_1): Adjust to compare thread pointers instead
8297 of ptids.
8298 (switch_to_no_thread, switch_to_thread): Make extern.
8299 (scoped_restore_current_thread::~scoped_restore_current_thread):
8300 Use m_thread pointer directly.
8301 (scoped_restore_current_thread::scoped_restore_current_thread):
8302 Use inferior_thread.
8303 (thread_command): Use thread pointer directly.
8304 (thread_num_make_value_helper): Use inferior_thread.
8305 * top.c (execute_command): Use inferior_thread.
8306 * tui/tui-interp.c: Include "inferior.h".
8307 * varobj.c (varobj_create): Use inferior_thread.
8308 (value_of_root_1): Use find_thread_global_id instead of
8309 global_thread_id_to_ptid.
8310
8311 2018-06-21 Alan Hayward <alan.hayward@arm.com>
8312
8313 * regcache.c (readable_regcache::read_part): Avoid memcpy when
8314 possible.
8315 (regcache::write_part): Likewise.
8316 (readable_regcache::cooked_read_part): Update comment.
8317 (readable_regcache::cooked_write_part): Likewise.
8318 * regcache.h: (readable_regcache::read_part): Likewise.
8319 (regcache::write_part): Likewise.
8320
8321 2018-06-21 Richard Bunt <richard.bunt@arm.com>
8322 Dirk Schubert <dirk.schubert@arm.com>
8323
8324 * aarch64-linux-nat.c (post_attach): New.
8325 (aarch64_linux_nat_target::post_attach): Override post_attach to
8326 record the number of hardware debug registers.
8327
8328 2018-06-20 Tom Tromey <tom@tromey.com>
8329
8330 * python/py-param.c (add_setshow_generic): Make parameters const.
8331 (parmpy_init): Update.
8332
8333 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8334
8335 * regcache.h (regcache_cooked_read_ftype): Rename to...
8336 (register_read_ftype): ...this, change type to function_view.
8337 (class reg_buffer) <save>: Remove src parameter.
8338 (readonly_detached_regcache) <readonly_detached_regcache>: Make
8339 parameter non-const in first overload. Remove src parameter in
8340 second overload.
8341 * regcache.c (do_cooked_read): Remove.
8342 (readonly_detached_regcache::readonly_detached_regcache): Make
8343 parameter non-const, adjust call to other constructor.
8344 (reg_buffer::save): Remove src parameter.
8345 * frame.c (do_frame_register_read): Remove.
8346 (frame_save_as_regcache): Use lambda function.
8347 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
8348 parameter to ppu2spu_data *.
8349 (ppu2spu_sniffer): Use lambda function.
8350
8351 2018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8352
8353 * record-full.c (record_full_target::insert_breakpoint): Remove
8354 "struct" keyword, add const.
8355
8356 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8357
8358 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
8359 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
8360 * configure.ac: Remove AC_PREREQ, add missing quoting.
8361 * gnulib/configure.ac: Modernize usage of
8362 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
8363 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
8364 (AUTOMAKE_VERSION): Bump to 1.15.1.
8365 * configure: Re-generate.
8366 * config.in: Re-generate.
8367 * aclocal.m4: Re-generate.
8368 * gnulib/aclocal.m4: Re-generate.
8369 * gnulib/config.in: Re-generate.
8370 * gnulib/configure: Re-generate.
8371 * gnulib/import/Makefile.in: Re-generate.
8372
8373 2018-06-19 Pedro Alves <palves@redhat.com>
8374
8375 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
8376 (lookup_minimal_symbol_by_pc_section): ... here with
8377 gdb_assert_not_reached added.
8378
8379 2018-06-19 Pedro Alves <palves@redhat.com>
8380
8381 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
8382 parameter with a block parameter. Compare location's block symbol
8383 with the frame's block instead of addresses.
8384 (skip_inline_frames): Pass the current block instead of the
8385 frame's address. Break out as soon as we determine the frame
8386 should not be skipped.
8387
8388 2018-06-18 Tom Tromey <tom@tromey.com>
8389
8390 * solib-aix.c (solib_aix_get_section_offsets): Return
8391 unique_xmalloc_ptr.
8392 (solib_aix_solib_create_inferior_hook): Update.
8393
8394 2018-06-18 Tom Tromey <tom@tromey.com>
8395
8396 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
8397
8398 2018-06-18 Tom Tromey <tom@tromey.com>
8399
8400 * solib-frv.c (frv_relocate_main_executable): Use
8401 unique_xmalloc_ptr.
8402 * solib-dsbt.c (dsbt_relocate_main_executable): Use
8403 unique_xmalloc_ptr.
8404
8405 2018-06-18 Tom Tromey <tom@tromey.com>
8406
8407 * objfiles.h (inhibit_section_map_updates): Update.
8408 (resume_section_map_updates, resume_section_map_updates_cleanup):
8409 Remove.
8410 * solib-svr4.c (svr4_handle_solib_event): Update.
8411 * objfiles.c (inhibit_section_map_updates): Return
8412 scoped_restore_tmpl<int>.
8413 (resume_section_map_updates, resume_section_map_updates_cleanup):
8414 Remove.
8415
8416 2018-06-18 Tom Tromey <tom@tromey.com>
8417
8418 * valprint.h (read_string): Update.
8419 * valprint.c (read_string): Change type of "buffer".
8420 (val_print_string): Update.
8421 * python/py-value.c (valpy_string): Update.
8422 * language.h (struct language_defn) <la_get_string>: Change
8423 type of "buffer".
8424 (default_get_string, c_get_string): Update.
8425 * language.c (default_get_string): Change type of "buffer".
8426 * guile/scm-value.c (gdbscm_value_to_string): Update.
8427 * c-lang.c (c_get_string): Change type of "buffer".
8428
8429 2018-06-18 Tom Tromey <tom@tromey.com>
8430
8431 * ser-mingw.c (struct pipe_state_destroyer): New.
8432 (pipe_state_up): New typedef.
8433 (cleanup_pipe_state): Remove.
8434 (pipe_windows_open): Use pipe_state_up. Don't release argv.
8435
8436 2018-06-18 Tom Tromey <tom@tromey.com>
8437
8438 * rust-lang.h (rust_yyerror): Don't declare.
8439 * rust-lang.c (rust_language_defn): Update.
8440 * rust-exp.y (yyerror): Now static.
8441 * parse.c (parse_exp_in_context_1): Update.
8442 * p-lang.h (p_yyerror): Don't declare.
8443 * p-lang.c (p_language_defn): Update.
8444 * p-exp.y (yyerror): Now static.
8445 * opencl-lang.c (opencl_language_defn): Update.
8446 * objc-lang.c (objc_language_defn): Update.
8447 * m2-lang.h (m2_yyerror): Don't declare.
8448 * m2-lang.c (m2_language_defn): Update.
8449 * m2-exp.y (yyerror): Now static.
8450 * language.h (struct language_defn) <la_error>: Remove.
8451 * language.c (unk_lang_error): Remove.
8452 (unknown_language_defn, auto_language_defn): Remove.
8453 * go-lang.h (go_yyerror): Don't declare.
8454 * go-lang.c (go_language_defn): Update.
8455 * go-exp.y (yyerror): Now static.
8456 * f-lang.h (f_yyerror): Don't declare.
8457 * f-lang.c (f_language_defn): Update.
8458 * f-exp.y (yyerror): Now static.
8459 * d-lang.h (d_yyerror): Don't declare.
8460 * d-lang.c (d_language_defn): Update.
8461 * d-exp.y (yyerror): Now static.
8462 * c-lang.h (c_yyerror): Don't declare.
8463 * c-lang.c (c_language_defn, cplus_language_defn)
8464 (asm_language_defn, minimal_language_defn): Update.
8465 * c-exp.y (yyerror): Now static.
8466 * ada-lang.h (ada_yyerror): Don't declare.
8467 * ada-lang.c (ada_language_defn): Update.
8468 * ada-exp.y (yyerror): Now static.
8469
8470 2018-06-18 Alan Hayward <alan.hayward@arm.com>
8471
8472 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
8473 (store_sveregs_to_thread): Likewise.
8474 (aarch64_linux_fetch_inferior_registers): Check for SVE.
8475 (aarch64_linux_store_inferior_registers): Likewise.
8476 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
8477 function.
8478 (aarch64_sve_regs_copy_to_regcache): Likewise.
8479 (aarch64_sve_regs_copy_from_regcache): Likewise.
8480 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
8481 declaration.
8482 (aarch64_sve_regs_copy_to_regcache): Likewise.
8483 (aarch64_sve_regs_copy_from_regcache): Likewise.
8484 (sve_context): Structure from Linux headers.
8485 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
8486 (SVE_SIG_ZREG_SIZE): Likewise.
8487 (SVE_SIG_PREG_SIZE): Likewise.
8488 (SVE_SIG_FFR_SIZE): Likewise.
8489 (SVE_SIG_REGS_OFFSET): Likewise.
8490 (SVE_SIG_ZREGS_OFFSET): Likewise.
8491 (SVE_SIG_ZREG_OFFSET): Likewise.
8492 (SVE_SIG_ZREGS_SIZE): Likewise.
8493 (SVE_SIG_PREGS_OFFSET): Likewise.
8494 (SVE_SIG_PREG_OFFSET): Likewise.
8495 (SVE_SIG_PREGS_SIZE): Likewise.
8496 (SVE_SIG_FFR_OFFSET): Likewise.
8497 (SVE_SIG_REGS_SIZE): Likewise.
8498 (SVE_SIG_CONTEXT_SIZE): Likewise.
8499 (SVE_PT_REGS_MASK): Likewise.
8500 (SVE_PT_REGS_FPSIMD): Likewise.
8501 (SVE_PT_REGS_SVE): Likewise.
8502 (SVE_PT_VL_INHERIT): Likewise.
8503 (SVE_PT_VL_ONEXEC): Likewise.
8504 (SVE_PT_REGS_OFFSET): Likewise.
8505 (SVE_PT_FPSIMD_OFFSET): Likewise.
8506 (SVE_PT_FPSIMD_SIZE): Likewise.
8507 (SVE_PT_SVE_ZREG_SIZE): Likewise.
8508 (SVE_PT_SVE_PREG_SIZE): Likewise.
8509 (SVE_PT_SVE_FFR_SIZE): Likewise.
8510 (SVE_PT_SVE_FPSR_SIZE): Likewise.
8511 (SVE_PT_SVE_FPCR_SIZE): Likewise.
8512 (__SVE_SIG_TO_PT): Likewise.
8513 (SVE_PT_SVE_OFFSET): Likewise.
8514 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
8515 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
8516 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
8517 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
8518 (SVE_PT_SVE_PREG_OFFSET): Likewise.
8519 (SVE_PT_SVE_PREGS_SIZE): Likewise.
8520 (SVE_PT_SVE_FFR_OFFSET): Likewise.
8521 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
8522 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
8523 (SVE_PT_SVE_SIZE): Likewise.
8524 (SVE_PT_SIZE): Likewise.
8525 (HAS_SVE_STATE): New define.
8526
8527 2018-06-18 Alan Hayward <alan.hayward@arm.com>
8528
8529 * nat/aarch64-sve-linux-sigcontext.h: New file.
8530 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
8531 new files.
8532 (SVE_VQ_MIN): Likewise.
8533 (SVE_VQ_MAX): Likewise.
8534 (SVE_VL_MIN): Likewise.
8535 (SVE_VL_MAX): Likewise.
8536 (SVE_NUM_ZREGS): Likewise.
8537 (SVE_NUM_PREGS): Likewise.
8538 (sve_vl_valid): Likewise.
8539 (struct user_sve_header): Likewise.
8540
8541 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8542 Richard Bunt <Richard.Bunt@arm.com>
8543
8544 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
8545 was requested by GDB.
8546
8547 2018-06-15 Tom de Vries <tdevries@suse.de>
8548
8549 * MAINTAINERS (Write After Approval): Add Tom de Vries.
8550
8551 2018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
8552
8553 * gnulib/update-gnulib.sh: Print expected versions of
8554 autoconf/aclocal.
8555
8556 2018-06-14 Simon Marchi <simon.marchi@ericsson.com>
8557
8558 * arch-utils.c (default_type_align): Use type_length_units.
8559 * gdbtypes.c (type_align): Use type_length_units.
8560
8561 2018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8562
8563 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8564 of 'define' command.
8565
8566 2018-06-14 Tom de Vries <tdevries@suse.de>
8567
8568 PR cli/22573
8569 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8570 get_no_prettyformat_print_options.
8571
8572 2018-06-13 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * sparc-nat.h: Include target.h.
8575 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8576 <fetch_registers>: Remove this argument in function call.
8577 <store_registers>: Remove this argument in function call, remove
8578 extra semicolon.
8579 <low_forget_process>: Call sparc64_forget_process instead of
8580 sparc_forget_process.
8581
8582 2018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8583
8584 * procfs.c (_initialize_procfs): Use add_inf_child_target.
8585 (procfs_target::make_corefile_notes): Adjust to new
8586 target_read_alloc return type.
8587
8588 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8589 Stephen Roberts <stephen.roberts@arm.com>
8590
8591 PR gdb/22882
8592 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8593 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8594 Move should_notify_stop local into more inner scope.
8595
8596 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8597 Stephen Roberts <stephen.roberts@arm.com>
8598
8599 PR gdb/22882
8600 * infrun.c (resume_1): Add call to mark_async_event_handler.
8601
8602 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8603
8604 * infrun.c (do_target_wait): Change old version of $pc printed.
8605
8606 2018-06-11 Simon Marchi <simon.marchi@ericsson.com>
8607
8608 * dwarf2read.c (read_index_from_section): Rename to...
8609 (read_gdb_index_from_section): ... this, update all callers.
8610 (dwarf2_read_index): Rename to...
8611 (dwarf2_read_gdb_index): ... this, update all callers.
8612
8613 2018-06-11 John David Anglin <danglin@gcc.gnu.org>
8614
8615 * hppa-linux-nat.c
8616 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8617 hppa_linux_nat_target::fetch_registers.
8618
8619 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8620
8621 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8622 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8623 (AARCH64_DWARF_SVE_FFR): Likewise.
8624 (AARCH64_DWARF_SVE_P0): Likewise.
8625 (AARCH64_DWARF_SVE_Z0): Likewise.
8626
8627 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8628
8629 * common/common-regcache.h (raw_compare): New function.
8630 * regcache.c (regcache::raw_compare): Likewise.
8631 * regcache.h (regcache::raw_compare): New declaration.
8632
8633 2018-06-11 Alan Hayward <alan.hayward@arm.com>
8634
8635 * common/common-regcache.h (reg_buffer_common): New structure.
8636 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8637 (reg_buffer::raw_supply): Likewise.
8638 (reg_buffer::raw_supply_integer): Likewise.
8639 (reg_buffer::raw_supply_zeroed): Likewise.
8640 (reg_buffer::raw_collect): Likewise.
8641 (reg_buffer::raw_collect_integer): Likewise.
8642 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8643 (reg_buffer::raw_supply): Likewise.
8644 (reg_buffer::raw_supply_integer): Likewise.
8645 (reg_buffer::raw_supply_zeroed): Likewise.
8646 (reg_buffer::raw_collect): Likewise.
8647 (reg_buffer::raw_collect_integer): Likewise.
8648
8649 2018-06-10 Tom Tromey <tom@tromey.com>
8650
8651 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
8652 (class remote_state) <stop_reply_queue>: Now std::vector.
8653 (remote_state::~remote_state)
8654 (remote_target::stop_reply_queue_length): Update.
8655 (struct queue_iter_param, remove_child_of_pending_fork)
8656 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8657 (check_pending_event_prevents_wildcard_vcont_callback)
8658 (remove_stop_reply_for_inferior)
8659 (remove_stop_reply_of_remote_state)
8660 (remote_notif_remove_once_on_match)
8661 (stop_reply_match_ptid_and_ws)
8662 (remote_kill_child_of_pending_fork): Remove.
8663 (remote_target::remove_new_fork_children)
8664 (remote_target::check_pending_events_prevent_wildcard_vcont)
8665 (remote_target::discard_pending_stop_replies)
8666 (remote_target::discard_pending_stop_replies_in_queue)
8667 (remote_target::remote_notif_remove_queued_reply)
8668 (remote_target::queued_stop_reply)
8669 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8670 (remote_target::wait, remote_target::kill_new_fork_children)
8671 (remote_target::async): Update.
8672
8673 2018-06-10 Tom Tromey <tom@tromey.com>
8674
8675 * record-full.c (record_full_arch_list_cleanups): Remove.
8676 (record_full_message): Use try/catch.
8677 (record_full_wait_cleanups): Remove.
8678 (record_full_wait_1): Use try/catch.
8679 (record_full_restore): Likewise.
8680
8681 2018-06-10 Tom Tromey <tom@tromey.com>
8682
8683 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
8684 declare VEC. Add constructor.
8685 <in_target_beneath>: Now bool.
8686 (record_full_breakpoints): Now a std::vector, static.
8687 (record_full_sync_record_breakpoints)
8688 (record_full_init_record_breakpoints)
8689 (record_full_target::insert_breakpoint)
8690 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
8691
8692 2018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
8693
8694 * dwarf2read.c (process_cu_includes): Remove struct keyword.
8695 * serial.c (serial_interface_lookup): Remove struct keyword.
8696
8697 2018-06-10 Tom Tromey <tom@tromey.com>
8698
8699 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8700 method.
8701 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8702 a method.
8703 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8704 method.
8705 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8706 "beneath" as a method.
8707 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8708 Use "beneath" as a method.
8709
8710 2018-06-10 Tom Tromey <tom@tromey.com>
8711
8712 * tracefile.c (struct trace_file_writer_deleter): New.
8713 <operator()>: Rename from trace_file_writer_xfree.
8714 (trace_file_writer_up): New typedef.
8715 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8716
8717 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8720 <m_registers, m_register_status>: Change type to
8721 std::unique_ptr.
8722 * regcache.c (reg_buffer::reg_buffer): Use new instead of
8723 XCNEWVEC.
8724
8725 2018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8726
8727 * common/common-regcache.h (enum register_status): Add
8728 underlying type "signed char".
8729 * regcache.h (reg_buffer) <m_register_status>: Change type to
8730 register_status *.
8731 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8732 register_status instead of signed char.
8733 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8734 (reg_buffer::get_register_status): Remove cast.
8735 (readable_regcache::raw_read): Remove cast.
8736 (readable_regcache::cooked_read): Remove cast.
8737
8738 2018-06-09 Tom Tromey <tom@tromey.com>
8739
8740 * source.c (reverse_search_command, forward_search_command): Use
8741 scoped_fd.
8742
8743 2018-06-09 Tom Tromey <tom@tromey.com>
8744
8745 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
8746 (serial_ops_list): Now static, std::vector.
8747 (serial_interface_lookup, serial_add_interface): Update.
8748
8749 2018-06-09 Tom Tromey <tom@tromey.com>
8750
8751 * dwarf2read.c (process_cu_includes): Update.
8752 (process_full_comp_unit): Update.
8753 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8754 std::vector.
8755
8756 2018-06-08 Paul Koning <paul_koning@dell.com>
8757
8758 PR gdb/23252
8759
8760 * python/python.c (do_start_initialization):
8761 Avoid call to internal Python API.
8762 (init__gdb_module): New function.
8763
8764 2018-06-08 Gary Benson <gbenson@redhat.com>
8765
8766 * linux-thread-db.c (valprint.h): New include.
8767 (struct check_thread_db_info): New structure.
8768 (check_thread_db_on_load, tdb_testinfo): New static globals.
8769 (check_thread_db, check_thread_db_callback): New functions.
8770 (try_thread_db_load_1): Run integrity checks if requested.
8771 (maintenance_check_libthread_db): New function.
8772 (_initialize_thread_db): Register "maint check libthread-db"
8773 and "maint set/show check-libthread-db".
8774 * NEWS: Mention the above new commands.
8775
8776 2018-06-08 Tom Tromey <tom@tromey.com>
8777
8778 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8779 now a method.
8780
8781 2018-06-08 Tom Tromey <tom@tromey.com>
8782
8783 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8784
8785 2018-06-08 Tom Tromey <tom@tromey.com>
8786
8787 * common/btrace-common.h (struct btrace_data): Add constructor,
8788 destructor, move assignment operator.
8789 <empty, clear, fini>: New methods.
8790 <format>: Initialize.
8791 (btrace_data_init, btrace_data_fini, btrace_data_clear)
8792 (btrace_data_empty): Don't declare.
8793 * common/btrace-common.c (btrace_data_init): Remove.
8794 (btrace_data::fini): Rename from btrace_data_fini.
8795 (btrace_data::empty): Rename from btrace_data_empty.
8796 (btrace_data::clear): Rename from btrace_data_clear. Return
8797 bool.
8798 * btrace.h (make_cleanup_btrace_data): Don't declare.
8799 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8800 (parse_xml_btrace): Update.
8801 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8802 (maint_btrace_clear_packet_history_cmd): Update.
8803
8804 2018-06-07 Pedro Alves <palves@redhat.com>
8805
8806 * target.h (target_ops) <beneath>: Now a method. All references
8807 updated.
8808 (class target_stack): New.
8809 * target.c (g_target_stack): New.
8810 (g_current_top_target): Delete.
8811 (current_top_target): Get the top target out of g_target_stack.
8812 (target_stack::push, target_stack::unpush): New.
8813 (push_target, unpush_target): Reimplement.
8814 (target_is_pushed): Reimplement in terms of g_target_stack.
8815 (target_ops::beneath, target_stack::find_beneath): New.
8816
8817 2018-06-07 Pedro Alves <palves@redhat.com>
8818
8819 * target.h (find_target_beneath): Delete declaration.
8820 * target.c (find_target_beneath): Delete definition.
8821 * aix-thread.c: All callers of find_target_beneath adjusted to
8822 call target_ops::beneath instead.
8823 * bsd-uthread.c: Likewise.
8824 * linux-thread-db.c: Likewise.
8825 * ravenscar-thread.c: Likewise.
8826 * sol-thread.c: Likewise.
8827 * spu-multiarch.c: Likewise.
8828
8829 2018-06-07 Pedro Alves <palves@redhat.com>
8830
8831 * target.h (target_ops) <beneath>: Now a method. All references
8832 updated.
8833 (target_ops) <m_beneath>: New.
8834 * target.c (target_ops::beneath): New.
8835 * corelow.c: Adjust all references to target_ops::beneath.
8836 * linux-thread-db.c: Likewise.
8837 * make-target-delegates: Likewise.
8838 * record-btrace.c: Likewise.
8839 * record-full.c: Likewise.
8840 * remote.c: Likewise.
8841 * target.c: Likewise.
8842 * target-delegates.c: Regenerate.
8843
8844 2018-06-07 Pedro Alves <palves@redhat.com>
8845
8846 * target.h (target_stack): Delete.
8847 (current_top_target): Declare function.
8848 * target.c (target_stack): Delete.
8849 (g_current_top_target): New.
8850 (current_top_target): New function.
8851 * auxv.c: Use current_top_target instead of target_stack
8852 throughout.
8853 * avr-tdep.c: Likewise.
8854 * breakpoint.c: Likewise.
8855 * corefile.c: Likewise.
8856 * elfread.c: Likewise.
8857 * eval.c: Likewise.
8858 * exceptions.c: Likewise.
8859 * frame.c: Likewise.
8860 * gdbarch-selftests.c: Likewise.
8861 * gnu-v3-abi.c: Likewise.
8862 * ia64-tdep.c: Likewise.
8863 * ia64-vms-tdep.c: Likewise.
8864 * infcall.c: Likewise.
8865 * infcmd.c: Likewise.
8866 * infrun.c: Likewise.
8867 * linespec.c: Likewise.
8868 * linux-tdep.c: Likewise.
8869 * minsyms.c: Likewise.
8870 * ppc-linux-nat.c: Likewise.
8871 * ppc-linux-tdep.c: Likewise.
8872 * procfs.c: Likewise.
8873 * regcache.c: Likewise.
8874 * remote.c: Likewise.
8875 * rs6000-tdep.c: Likewise.
8876 * s390-linux-nat.c: Likewise.
8877 * s390-tdep.c: Likewise.
8878 * solib-aix.c: Likewise.
8879 * solib-darwin.c: Likewise.
8880 * solib-dsbt.c: Likewise.
8881 * solib-spu.c: Likewise.
8882 * solib-svr4.c: Likewise.
8883 * solib-target.c: Likewise.
8884 * sparc-tdep.c: Likewise.
8885 * sparc64-tdep.c: Likewise.
8886 * spu-tdep.c: Likewise.
8887 * symfile.c: Likewise.
8888 * symtab.c: Likewise.
8889 * target-descriptions.c: Likewise.
8890 * target-memory.c: Likewise.
8891 * target.c: Likewise.
8892 * target.h: Likewise.
8893 * tracefile-tfile.c: Likewise.
8894 * tracepoint.c: Likewise.
8895 * valops.c: Likewise.
8896 * valprint.c: Likewise.
8897 * value.c: Likewise.
8898 * windows-tdep.c: Likewise.
8899 * mi/mi-main.c: Likewise.
8900
8901 2018-06-07 Tom Tromey <tom@tromey.com>
8902
8903 * valprint.h (build_address_symbolic): Declare.
8904 * printcmd.c (print_address_symbolic): Update.
8905 (build_address_symbolic): Change "name" and "filename" to
8906 std::string.
8907 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8908 Update.
8909 * defs.h (build_address_symbolic): Remove declaration.
8910
8911 2018-06-07 Alan Hayward <alan.hayward@arm.com>
8912
8913 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8914 (aarch64_vnv_type): Add function.
8915 (aarch64_pseudo_register_name): Add V regs for SVE.
8916 (aarch64_pseudo_register_type): Likewise.
8917 (aarch64_pseudo_register_reggroup_p): Likewise.
8918 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8919 (aarch64_pseudo_read_value): Add V regs for SVE.
8920 (aarch64_pseudo_write_2): Use V0 offset for SVE
8921 (aarch64_pseudo_write): Add V regs for SVE.
8922 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8923
8924 2018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
8925
8926 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8927 (sve_vl_from_vq): Likewise.
8928
8929 2018-06-05 Tom Tromey <tom@tromey.com>
8930
8931 * cli/cli-cmds.c (show_version): Update.
8932 * top.c (print_gdb_version): Add "interactive" parameter.
8933 Update.
8934 * main.c (captured_main_1): Update.
8935 * top.h (print_gdb_version): Add "interactive" parameter and a
8936 comment.
8937
8938 2018-06-05 David Malcolm <dmalcolm@redhat.com>
8939
8940 * common/enum-flags.h: Add trailing semicolon to example in
8941 comment.
8942
8943 2018-06-05 Tom Tromey <tom@tromey.com>
8944
8945 PR cli/12326:
8946 * NEWS: Add entry about pager.
8947 * utils.c (pagination_disabled_for_command): New global.
8948 (prompt_for_continue): Allow "c" response to prompt.
8949 (reinitialize_more_filter): Clear
8950 pagination_disabled_for_command.
8951 (fputs_maybe_filtered): Check pagination_disabled_for_command.
8952
8953 2018-06-04 Tom Tromey <tom@tromey.com>
8954
8955 * ada-lang.h (ada_lookup_symbol_list): Update.
8956 * ada-lang.c (resolve_subexp): Update.
8957 (symbols_are_identical_enums): Change type of syms. Remove nsyms
8958 parameter.
8959 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8960 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8961 results parameter to std::vector.
8962 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8963 Update.
8964 * ada-exp.y (block_lookup): Update.
8965 (select_possible_type_sym): Change type of syms. Remove nsyms
8966 parameter.
8967 (write_var_or_type, write_name_assoc): Update.
8968
8969 2018-06-04 Joel Brobecker <brobecker@adacore.com>
8970
8971 * windows-nat.c (windows_nat_target::xfer_partial): Return
8972 TARGET_XFER_E_IO if we need to delegate to the target beneath
8973 but BENEATH is NULL.
8974
8975 2018-06-04 Simon Marchi <simon.marchi@ericsson.com>
8976
8977 * Makefile.in (config.status): Add configure.nat as a
8978 dependency.
8979
8980 2018-06-04 Tom Tromey <tom@tromey.com>
8981
8982 * cp-name-parser.y (cpname_state): Add method declarations.
8983 (HANDLE_QUAL): Update.
8984 (cpname_state::d_grab, cpname_state::fill_comp)
8985 (cpname_state::make_operator, cpname_state::make_dtor)
8986 (cpname_state::make_builtin_type, cpname_state::make_name)
8987 (cpname_state::d_qualify, cpname_state::d_int_type)
8988 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8989 (%union): Move earlier.
8990
8991 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8992
8993 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
8994
8995 2018-06-04 Alan Hayward <alan.hayward@arm.com>
8996
8997 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
8998 (aarch64_pseudo_write_1): Likewise.
8999 (aarch64_pseudo_read_value): Use helper.
9000 (aarch64_pseudo_write): Likewise.
9001
9002 2018-06-04 Pedro Alves <palves@redhat.com>
9003
9004 * darwin-nat.c (darwin_ops): Delete.
9005 (darwin_attach_pid): Use get_native_target.
9006
9007 2018-06-04 Alan Hayward <alan.hayward@arm.com>
9008
9009 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
9010 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
9011
9012 2018-06-04 Alan Hayward <alan.hayward@arm.com>
9013
9014 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
9015 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
9016 (aarch64_gdbarch_init): Check for SVE.
9017 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
9018
9019 2018-06-04 Alan Hayward <alan.hayward@arm.com>
9020
9021 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
9022 * aarch64-tdep.h (aarch64_read_description): Likewise.
9023 * arch/aarch64.c (aarch64_create_target_description): Likewise.
9024 * arch/aarch64.h (aarch64_create_target_description): Likewise.
9025 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
9026 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
9027 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
9028
9029 2018-06-02 Simon Marchi <simon.marchi@ericsson.com>
9030
9031 * value.c (value_fetch_lazy_bitfield): New.
9032 (value_fetch_lazy_memory): New.
9033 (value_fetch_lazy_register): New.
9034 (value_fetch_lazy): Factor out to smaller functions.
9035
9036 2018-06-01 Tom Tromey <tom@tromey.com>
9037
9038 * cp-name-parser.y (backslashable, represented): Now const.
9039
9040 2018-06-01 Tom Tromey <tom@tromey.com>
9041
9042 * cp-name-parser.y: Include parser-defs.h.
9043 (parser_fprintf): Remove declaration.
9044
9045 2018-06-01 Tom Tromey <tom@tromey.com>
9046
9047 * cp-name-parser.y: Use %pure-parser, %lex-param, and
9048 %parse-param.
9049 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
9050 (global_result): Remove globals.
9051 (struct cpname_state): New.
9052 (yyparse): Don't declare.
9053 (yylex, yyerror): Move declarations after %union.
9054 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
9055 (make_name): Add state parameter.
9056 Update all callers.
9057 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
9058 parameter.
9059 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
9060 Update.
9061 (yylex): Add lvalp, state parameters.
9062 (yyerror): Add state parameter.
9063 (cp_demangled_name_to_comp): Update.
9064
9065 2018-06-01 Tom Tromey <tom@tromey.com>
9066
9067 * cp-name-parser.y (parser_fprintf): Declare.
9068 (GDB_YY_REMAP_PREFIX): Define.
9069 Include yy-remap.h. Don't redefine yy* identifiers.
9070
9071 2018-06-01 Tom Tromey <tom@tromey.com>
9072
9073 * python/py-type.c (typy_legacy_template_argument): Update.
9074 * cp-support.h (cp_demangled_name_to_comp): Update.
9075 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
9076 parameter to be a "std::string *".
9077 (main): Update.
9078
9079 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
9080
9081 * ada-lex.l: Include "diagnostics.h" instead of
9082 "common/diagnostics.h".
9083 * unittests/environ-selftests.c: Likewise.
9084 * common/diagnostics.h: Moved to ../include.
9085
9086 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9087
9088 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
9089 to language_mode_manual while calling breakpoint_re_set_one.
9090
9091 2018-06-01 Tom Tromey <tom@tromey.com>
9092
9093 * valops.c (value_cast_structs, destructor_name_p): Update.
9094 * symtab.c (gdb_mangle_name): Update.
9095 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
9096 Update.
9097 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
9098 (pascal_object_print_value_fields, pascal_object_print_value):
9099 Update.
9100 * p-typeprint.c (pascal_type_print_derivation_info): Update.
9101 * linespec.c (find_methods): Update.
9102 * gdbtypes.h (type_name_no_tag): Remove.
9103 (type_name_or_error): Rename from type_name_no_tag_or_error.
9104 * gdbtypes.c (type_name_no_tag): Remove.
9105 (type_name_or_error): Rename from type_name_no_tag_or_error.
9106 (lookup_struct_elt_type, check_typedef): Update.
9107 * expprint.c (print_subexp_standard): Update.
9108 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
9109 * d-namespace.c (d_lookup_nested_symbol): Update.
9110 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
9111 (cp_print_class_member): Update.
9112 * cp-namespace.c (cp_lookup_nested_symbol): Update.
9113 * completer.c (add_struct_fields): Update.
9114 * c-typeprint.c (cp_type_print_derivation_info)
9115 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
9116 Update.
9117 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
9118 (ada_prefer_type, ada_is_exception_sym): Update.
9119
9120 2018-06-01 Tom Tromey <tom@tromey.com>
9121
9122 * valops.c (enum_constant_from_type, value_namespace_elt)
9123 (value_maybe_namespace_elt): Update.
9124 * valarith.c (find_size_for_pointer_math): Update.
9125 * target-descriptions.c (make_gdb_type): Update.
9126 * symmisc.c (print_symbol): Update.
9127 * stabsread.c (define_symbol, read_type)
9128 (complain_about_struct_wipeout, add_undefined_type)
9129 (cleanup_undefined_types_1): Update.
9130 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
9131 (rust_range_type_p, val_print_struct, rust_print_struct_def)
9132 (rust_internal_print_type, rust_composite_type)
9133 (rust_evaluate_funcall, rust_evaluate_subexp)
9134 (rust_inclusive_range_type_p): Update.
9135 * python/py-type.c (typy_get_tag): Update.
9136 * p-typeprint.c (pascal_type_print_base): Update.
9137 * mdebugread.c (parse_symbol, parse_type): Update.
9138 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
9139 Update.
9140 * guile/scm-type.c (gdbscm_type_tag): Update.
9141 * go-lang.c (sixg_string_p): Update.
9142 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
9143 Update.
9144 * gdbtypes.h (struct main_type) <tag_name>: Remove.
9145 (TYPE_TAG_NAME): Remove.
9146 * gdbtypes.c (type_name_no_tag): Simplify.
9147 (check_typedef, check_types_equal, recursive_dump_type)
9148 (copy_type_recursive, arch_composite_type): Update.
9149 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
9150 in summary mode when needed.
9151 * eval.c (evaluate_funcall): Update.
9152 * dwarf2read.c (fixup_go_packaging, read_structure_type)
9153 (process_structure_scope, read_enumeration_type)
9154 (read_namespace_type, read_module_type, determine_prefix): Update.
9155 * cp-support.c (inspect_type): Update.
9156 * coffread.c (process_coff_symbol, decode_base_type): Update.
9157 * c-varobj.c (c_is_path_expr_parent): Update.
9158 * c-typeprint.c (c_type_print_base_struct_union): Update.
9159 (c_type_print_base_1): Update. Print struct/class/union/enum in
9160 summary when using C language.
9161 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
9162 (gen_maybe_namespace_elt): Update.
9163 * ada-lang.c (ada_type_name): Simplify.
9164 (empty_record, ada_template_to_fixed_record_type_1)
9165 (template_to_static_fixed_type)
9166 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
9167
9168 2018-06-01 Tom Tromey <tom@tromey.com>
9169
9170 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
9171 c_print_type.
9172 * c-typeprint.c (c_print_type_1): Add "language" parameter.
9173 (c_print_type): Update.
9174 (c_print_type): New overload.
9175 (c_type_print_varspec_prefix, c_type_print_args)
9176 (c_type_print_varspec_suffix, c_print_type_no_offsets)
9177 (c_type_print_base_struct_union, c_type_print_base_1)
9178 (cp_type_print_method_args): Add "language" parameter.
9179 (c_type_print_base): Update.
9180 * c-lang.h (c_print_type): Add new overload.
9181
9182 2018-06-01 Tom Tromey <tom@tromey.com>
9183
9184 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
9185 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
9186
9187 2018-06-01 Alan Hayward <alan.hayward@arm.com>
9188
9189 * aarch64-tdep.c (aarch64_sve_register_names): New const
9190 var.
9191 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
9192 (AARCH64_SVE_Z_REGS_NUM): New define.
9193 (AARCH64_SVE_P_REGS_NUM): Likewise.
9194 (AARCH64_SVE_NUM_REGS): Likewise.
9195
9196 2018-05-31 Uros Bizjak <ubizjak@gmail.com>
9197
9198 * nat/linux-ptrace.h [__alpha__]
9199 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
9200 definitions.
9201
9202 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9203
9204 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
9205 the endianness selected.
9206 * NEWS: Document `set endian auto' mode operation update.
9207
9208 2018-05-31 Alan Hayward <alan.hayward@arm.com>
9209
9210 * Makefile.in: Add new header.
9211 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
9212 (sve_vl_from_vg): Likewise.
9213 (sve_vq_from_vl): Likewise.
9214 (sve_vl_from_vq): Likewise.
9215 (sve_vq_from_vg): Likewise.
9216 (sve_vg_from_vq): Likewise.
9217 * configure.nat: Add new c file.
9218 * nat/aarch64-sve-linux-ptrace.c: New file.
9219 * nat/aarch64-sve-linux-ptrace.h: New file.
9220
9221 2018-05-31 Alan Hayward <alan.hayward@arm.com>
9222
9223 * aarch64-linux-nat.c (aarch64_linux_read_description):
9224 Add parmeter zero.
9225 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9226 Likewise.
9227 * aarch64-tdep.c (tdesc_aarch64_list): Add.
9228 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
9229 (aarch64_gdbarch_init): Add parmeter zero.
9230 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
9231 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
9232 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
9233 parmeter.
9234 * doc/gdb.texinfo: Describe SVE feature
9235 * features/aarch64-sve.c: New file.
9236
9237 2018-05-31 Omair Javaid <omair.javaid@linaro.org>
9238
9239 PR gdb/23210
9240 * gdbarch.sh (significant_addr_bit): Default to zero when
9241 not set by target architecture.
9242 * gdbarch.c: Re-generated.
9243 * utils.c (address_significant): Update.
9244
9245 2018-05-30 Joel Brobecker <brobecker@adacore.com>
9246
9247 * stack.c (func_command): Remove trailing newline in call to error.
9248
9249 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 * regcache.h (regcache_raw_collect): Remove, update callers to
9252 use regcache::raw_collect.
9253 * regcache.c (regcache_raw_collect): Remove.
9254
9255 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * regcache.h (regcache_raw_supply): Remove, update callers to
9258 use detached_regcache::raw_supply.
9259 * regcache.c (regcache_raw_supply): Remove.
9260
9261 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9262
9263 * regcache.h (regcache_cooked_write_part): Remove, update
9264 callers to use regcache::cooked_write_part.
9265 * regcache.c (regcache_cooked_write_part): Remove.
9266
9267 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9268
9269 * regcache.h (regcache_cooked_read_part): Remove, update callers
9270 to use readable_regcache::cooked_read_part.
9271 * regcache.c (regcache_cooked_read_part): Remove.
9272
9273 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9274
9275 * regcache.h (regcache_cooked_read_value): Remove, update
9276 callers to use readable_regcache::cooked_read_value.
9277 * regcache.c (regcache_cooked_read_value): Remove.
9278
9279 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9280
9281 * regcache.h (regcache_cooked_write): Remove, update callers to
9282 use regcache::cooked_write.
9283 * regcache.c (regcache_cooked_write): Remove.
9284
9285 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9286
9287 * regcache.h (regcache_invalidate): Remove, update callers to
9288 use detached_regcache::invalidate instead.
9289 * regcache.c (regcache_invalidate): Remove.
9290
9291 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9292
9293 * regcache.h (regcache_raw_write_part): Remove, update callers
9294 to use regcache::raw_write_part instead.
9295 * regcache.c (regcache_raw_write_part): Remove.
9296
9297 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * regcache.h (regcache_raw_read_part): Remove, update callers to
9300 use readable_regcache::raw_read_part instead.
9301 * regcache.c (regcache_raw_read_part): Remove.
9302
9303 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9304
9305 * regcache.h (regcache_cooked_read): Remove, update callers to
9306 use readable_regcache::cooked_read instead.
9307 * regcache.c (regcache_cooked_read): Remove.
9308
9309 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9310
9311 * regcache.h (regcache_raw_write): Remove, update callers to use
9312 regcache::raw_write instead.
9313 * regcache.c (regcache_raw_write): Remove.
9314
9315 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * regcache.h (regcache_raw_read): Remove, update callers to use
9318 readable_regcache::raw_read instead.
9319 * regcache.c (regcache_raw_read): Remove.
9320
9321 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * regcache.h (regcache_raw_update): Remove, update callers to
9324 use readable_regcache::raw_update instead.
9325 * regcache.c (regcache_raw_update): Remove.
9326
9327 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9328
9329 * regcache.h (regcache_register_status): Remove, update callers
9330 to use reg_buffer::get_register_status directly instead.
9331 * regcache.c (regcache_register_status): Remove.
9332
9333 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9334
9335 * regcache.h (regcache_get_ptid): Remove, update all callers to
9336 call regcache::ptid instead.
9337 * regcache.c (regcache_get_ptid): Remove.
9338
9339 2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
9342
9343 2018-05-30 Pedro Alves <palves@redhat.com>
9344
9345 * common/common-exceptions.h (exception_rethrow): Use
9346 ATTRIBUTE_NORETURN.
9347
9348 2018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
9349
9350 * breakpoint.c (print_solib_event, check_status_catch_solib):
9351 Remove struct keyword in range-based for loops.
9352 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
9353 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
9354 Likewise.
9355 * linespec.c (find_superclass_methods, search_minsyms_for_name):
9356 Likewise.
9357 * symfile.c (addr_info_make_relative): Likewise.
9358 * thread.c (value_in_thread_stack_temporaries): Likewise.
9359
9360 2018-06-12 Weimin Pan <weimin.pan@oracle.com>
9361
9362 PR gdb/16841
9363 * valops.c (value_struct_elt_for_reference): Call check_typedef on
9364 aggregate type to get its real type before accessing it.
9365
9366 2018-05-29 Weimin Pan <weimin.pan@oracle.com>
9367
9368 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
9369 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
9370 * coff-pe-read.c (add_pe_forwarded_sym): Replace
9371 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
9372 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
9373 * jit.c (jit_breakpoint_re_set_internal): Likewise.
9374 * printcmd.c (info_address_command): Likewise.
9375
9376 2018-05-29 Tom Tromey <tom@tromey.com>
9377
9378 * windows-nat.c (handle_exception): Update fall-through comment.
9379
9380 2018-05-29 Tom Tromey <tom@tromey.com>
9381
9382 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
9383 (struct program_space) <added_solibs>: Now a std::vector.
9384 * breakpoint.c (print_solib_event): Update.
9385 (check_status_catch_solib): Update.
9386 * progspace.c (clear_program_space_solib_cache): Update.
9387 * solib.c (update_solib_list): Update.
9388
9389 2018-05-29 Tom Tromey <tom@tromey.com>
9390
9391 * python/py-type.c (typy_richcompare): Update.
9392 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
9393 * gdbtypes.h (types_deeply_equal): Return bool.
9394 (types_equal): Likewise.
9395 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
9396 declare VEC.
9397 (check_types_equal): Change worklist to std::vector. Return
9398 bool.
9399 (struct type_equality_entry): Add constructor.
9400 (compare_maybe_null_strings): Return bool.
9401 (check_types_worklist): Return bool. Change worklist to
9402 std::vector.
9403 (types_deeply_equal): Use std::vector.
9404 (types_equal): Return bool.
9405 (compare_maybe_null_strings): Simplify.
9406
9407 2018-05-29 Tom Tromey <tom@tromey.com>
9408
9409 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
9410
9411 2018-05-29 Tom Tromey <tom@tromey.com>
9412
9413 * objc-lang.h: Don't include cp-support.h.
9414 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
9415 declare VEC.
9416
9417 2018-05-27 Tom Tromey <tom@tromey.com>
9418
9419 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
9420
9421 2018-05-25 Tom Tromey <tom@tromey.com>
9422
9423 * value.c (value::location): Initialize.
9424
9425 2018-05-25 Tom Tromey <tom@tromey.com>
9426
9427 * dbxread.c (init_bincl_list): Remove.
9428 (bincl_list): Now a std::vector.
9429 (bincls_allocated, next_bincl): Remove.
9430 (free_bincl_list, do_free_bincl_list_cleanup)
9431 (make_cleanup_free_bincl_list): Remove.
9432 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
9433 unique_xmalloc_ptr.
9434 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
9435 (struct header_file_location): Add constructor.
9436 (add_bincl_to_list): Remove.
9437
9438 2018-05-25 Tom Tromey <tom@tromey.com>
9439
9440 * tui/tui.c (tui_enable): Update.
9441 * mi/mi-interp.c (mi_interp::init): Update.
9442 * interps.h (class interp) <name>: New method.
9443 <m_name>: Rename from name.
9444 (~scoped_restore_interp): Update.
9445 * interps.c (interp::interp): Update.
9446 (interp_add, interp_set, interp_lookup_existing)
9447 (current_interp_named_p): Update.
9448
9449 2018-05-25 Tom Tromey <tom@tromey.com>
9450
9451 * interps.c (interp_name): Remove.
9452 * mi/mi-interp.c (mi_interp::init): Update.
9453 * interps.h (interp_name): Remove.
9454 (~scoped_restore_interp): Update.
9455 * tui/tui.c (tui_enable): Update.
9456
9457 2018-05-25 Tom Tromey <tom@tromey.com>
9458
9459 * utils.c (fputs_maybe_filtered): Update.
9460 * linespec.c (decode_line_full): Update.
9461 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
9462 (mi_print_breakpoint_for_event, mi_solib_loaded)
9463 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
9464 (mi_user_selected_context_changed): Update.
9465 * mi/mi-main.c (mi_execute_command): Update.
9466 * cli/cli-script.c (execute_control_command): Update.
9467 * python/python.c (execute_gdb_command): Update.
9468 * solib.c (info_sharedlibrary_command): Update.
9469 * interps.c (interp_ui_out): Remove.
9470 * interps.h (interp_ui_out): Remove.
9471
9472 2018-05-25 Tom Tromey <tom@tromey.com>
9473
9474 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
9475 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
9476 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
9477
9478 2018-05-25 Tom Tromey <tom@tromey.com>
9479
9480 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
9481 * interps.c (interp_exec): Use scoped_restore.
9482
9483 2018-05-25 Tom Tromey <tom@tromey.com>
9484
9485 * remote.c (remote_target::remote_file_get): Use
9486 gdb::byte_vector.
9487 (remote_target::remote_file_put): Likewise.
9488
9489 2018-05-25 Tom Tromey <tom@tromey.com>
9490
9491 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
9492 a std::string.
9493 (get_pe_section_index, add_pe_exported_sym): Update.
9494 (read_pe_exported_syms): Use gdb::def_vector.
9495
9496 2018-05-25 Tom Tromey <tom@tromey.com>
9497
9498 * frame.c (remove_prev_frame): Remove.
9499 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
9500
9501 2018-05-25 Maciej W. Rozycki <macro@mips.com>
9502
9503 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
9504 Remove prototypes.
9505 * mips-linux-nat.c (supply_fpregset): Always call
9506 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
9507 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
9508 `mips_fill_fpregset'.
9509 * mips-linux-tdep.c (mips_supply_fpregset)
9510 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
9511 (mips_fill_fpregset_wrapper): Remove functions.
9512 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
9513 (mips_linux_fpregset): Remove variable.
9514 (mips_linux_iterate_over_regset_sections): Use
9515 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
9516 (mips_linux_o32_sigframe_init): Remove comment.
9517
9518 2018-05-25 Pedro Alves <palves@redhat.com>
9519
9520 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
9521 (struct readahead_cache, struct packet_reg, struct
9522 remote_arch_state, class remote_state): Move higher up in the
9523 file.
9524 (remote_target::m_remote_state): Now an object instead of a pointer.
9525 (remote_target::get_remote_state): Adjust.
9526
9527 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9528
9529 * stack.c (select_and_print_frame): Delete.
9530 (struct function_bounds): Move struct within function.
9531 (func_command): Most content moved into new function
9532 find_frame_for_function, use new function, print result, add
9533 function comment.
9534 (find_frame_for_function): New function, now returns a result.
9535
9536 2018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9537
9538 * stack.c (iterate_over_block_arg_vars): Fix comment.
9539 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
9540
9541 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9542
9543 PR gdb/23203
9544 * frame.c
9545 (scoped_restore_selected_frame::scoped_restore_selected_frame):
9546 Define.
9547 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
9548 Define.
9549 * frame.h (class scoped_restore_selected_frame): New class.
9550 * stack.c (print_frame_local_vars): Remove catching and rethrowing
9551 of any exception, use scoped_restore_selected_frame to restore the
9552 frame instead.
9553
9554 2018-05-24 Pedro Alves <palves@redhat.com>
9555
9556 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9557 override.
9558
9559 2018-05-23 Tom Tromey <tom@tromey.com>
9560
9561 * complaints.c (struct complaints): Remove.
9562 (symfile_complaint_book): Remove.
9563 (series): New global.
9564 (complaint_internal): Update.
9565 (clear_complaints): Update.
9566
9567 2018-05-23 Tom Tromey <tom@tromey.com>
9568
9569 * complaints.c (counters): New global.
9570 (struct complain): Remove.
9571 (struct complaints) <root>: Remove.
9572 (complaint_sentinel): Remove.
9573 (symfile_complaint_book): Update.
9574 (find_complaint) Remove.
9575 (complaint_internal, clear_complaints): Update.
9576
9577 2018-05-23 Tom Tromey <tom@tromey.com>
9578
9579 * complaints.c (struct complain) <file, line>: Remove.
9580 (find_complaint): Remove file, line parameters.
9581 (complaint_internal): Update.
9582
9583 2018-05-23 Tom Tromey <tom@tromey.com>
9584
9585 * complaints.c (vcomplaint): Remove.
9586 (complaint_internal) Merge in contents of vcomplaint.
9587
9588 2018-05-23 Tom Tromey <tom@tromey.com>
9589
9590 * complaints.c (struct complaints) <explanation>: Remove.
9591 (symfile_explanations): Remove.
9592 (symfile_complaint_book): Update.
9593 (vcomplaint): Update.
9594 (struct explanation): Remove.
9595
9596 2018-05-23 Tom Tromey <tom@tromey.com>
9597
9598 * complaints.c (symfile_complaints): Remove.
9599 (complaint_internal): Remove "complaints" parameter.
9600 (clear_complaints, vcomplaint): Remove "c" parameter.
9601 (get_complaints): Remove.
9602 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9603 (dwarf2_debug_line_missing_file_complaint)
9604 (dwarf2_debug_line_missing_end_sequence_complaint)
9605 (dwarf2_complex_location_expr_complaint)
9606 (dwarf2_const_value_length_mismatch_complaint)
9607 (dwarf2_section_buffer_overflow_complaint)
9608 (dwarf2_macro_malformed_definition_complaint)
9609 (dwarf2_invalid_attrib_class_complaint)
9610 (create_addrmap_from_index, dw2_symtab_iter_next)
9611 (dw2_expand_marked_cus)
9612 (dw2_debug_names_iterator::find_vec_in_debug_names)
9613 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9614 (create_debug_type_hash_table, init_cutu_and_read_dies)
9615 (partial_die_parent_scope, add_partial_enumeration)
9616 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9617 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9618 (read_import_statement, read_file_scope, create_dwo_cu_reader)
9619 (create_cus_hash_table, create_dwp_hash_table)
9620 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9621 (dwarf2_rnglists_process, dwarf2_ranges_process)
9622 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9623 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9624 (handle_struct_member_die, process_structure_scope)
9625 (read_array_type, read_common_block, read_module_type)
9626 (read_tag_pointer_type, read_typedef, read_base_type)
9627 (read_subrange_type, load_partial_dies, partial_die_info::read)
9628 (partial_die_info::read, partial_die_info::read)
9629 (partial_die_info::read, read_checked_initial_length_and_offset)
9630 (dwarf2_string_attr, read_formatted_entries)
9631 (dwarf_decode_line_header)
9632 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9633 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9634 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9635 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9636 (get_signatured_type, get_DW_AT_signature_type)
9637 (decode_locdesc, file_file_name, consume_improper_spaces)
9638 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9639 (dwarf_decode_macro_bytes, dwarf_decode_macros)
9640 (dwarf2_symbol_mark_computed, set_die_type)
9641 (read_attribute_value): Update.
9642 * stap-probe.c (handle_stap_probe, get_stap_base_address):
9643 Update.
9644 * dbxread.c (unknown_symtype_complaint)
9645 (lbrac_mismatch_complaint, repeated_header_complaint)
9646 (set_namestring, function_outside_compilation_unit_complaint)
9647 (read_dbx_symtab, process_one_symbol): Update.
9648 * gdbtypes.c (stub_noname_complaint): Update.
9649 * windows-nat.c (handle_unload_dll): Update.
9650 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9651 (decode_base_type): Update.
9652 * xcoffread.c (bf_notfound_complaint, ef_complaint)
9653 (eb_complaint, record_include_begin, record_include_end)
9654 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9655 (process_xcoff_symbol, read_symbol)
9656 (function_outside_compilation_unit_complaint)
9657 (scan_xcoff_symtab): Update.
9658 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9659 * buildsym.c (finish_block_internal, make_blockvector)
9660 (end_symtab_get_static_block, augment_type_symtab): Update.
9661 * dtrace-probe.c (dtrace_process_dof)
9662 (dtrace_static_probe_ops::get_probes): Update.
9663 * complaints.h (struct complaint): Don't declare.
9664 (symfile_complaints): Remove.
9665 (complaint_internal): Remove "complaints" parameter.
9666 (complaint): Likewise.
9667 (clear_complaints): Likewise.
9668 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9669 (reread_symbols): Update.
9670 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9671 (dwarf2_frame_cache, decode_frame_entry): Update.
9672 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9673 * objc-lang.c (lookup_objc_class, lookup_child_selector)
9674 (info_selectors_command): Update.
9675 * macrotab.c (macro_include, check_for_redefinition)
9676 (macro_undef): Update.
9677 * objfiles.c (filter_overlapping_sections): Update.
9678 * stabsread.c (invalid_cpp_abbrev_complaint)
9679 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9680 (define_symbol, error_type, read_type, rs6000_builtin_type)
9681 (stabs_method_name_from_physname, read_member_functions)
9682 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9683 (attach_fields_to_type, complain_about_struct_wipeout)
9684 (read_range_type, read_args, common_block_start)
9685 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9686 Update.
9687 * mdebugread.c (index_complaint, unknown_ext_complaint)
9688 (basic_type_complaint, bad_tag_guess_complaint)
9689 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9690 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9691 (parse_procedure, parse_lines)
9692 (function_outside_compilation_unit_complaint)
9693 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9694 (bad_tag_guess_complaint, reg_value_complaint): Update.
9695 * cp-support.c (demangled_name_complaint): Update.
9696 * macroscope.c (sal_macro_scope): Update.
9697 * dwarf-index-write.c (class debug_names): Update.
9698
9699 2018-05-23 Tom Tromey <tom@tromey.com>
9700
9701 * complaints.c (clear_complaints): Remove "noisy" parameter.
9702 * complaints.h (clear_complaints): Update.
9703 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9704 (reread_symbols): Update.
9705
9706 2018-05-23 Tom Tromey <tom@tromey.com>
9707
9708 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9709 SUBSEQUENT_MESSAGE.
9710 (vcomplaint, clear_complaints): Update.
9711 (symfile_explanations): Remove some messages.
9712
9713 2018-05-23 Tom Tromey <tom@tromey.com>
9714
9715 * complaints.c (internal_complaint): Remove.
9716 * complaints.h (internal_complaint): Remove.
9717
9718 2018-05-22 Maciej W. Rozycki <macro@mips.com>
9719
9720 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9721
9722 2018-05-22 Pedro Alves <palves@redhat.com>
9723
9724 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9725 (remote_fileio_badfd, remote_fileio_return_errno)
9726 (remote_fileio_return_success, remote_fileio_func_open)
9727 (remote_fileio_func_open, remote_fileio_func_close)
9728 (remote_fileio_func_read, remote_fileio_func_write)
9729 (remote_fileio_func_lseek, remote_fileio_func_rename)
9730 (remote_fileio_func_unlink, remote_fileio_func_stat)
9731 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9732 (remote_fileio_func_isatty, remote_fileio_func_system): Add
9733 remote_target parameter.
9734 (remote_fio_func_map) <func>: Add remote_target parameter.
9735 (do_remote_fileio_request, remote_fileio_request):
9736 * remote-fileio.h (remote_fileio_request):
9737 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9738 remote_target parameter.
9739 (remote_notif_process, handle_notification): Adjust to pass down
9740 the remote.
9741 (remote_notif_state_allocate): Add remote_target parameter. Save
9742 it.
9743 * remote-notif.h (struct remote_target): Forward declare.
9744 (struct notif_client) <parse, ack, can_get_pending_events>: Add
9745 remote_target parameter.
9746 (struct remote_notif_state) <remote>: New field.
9747 (remote_notif_ack, remote_notif_parse): Add remote_target
9748 parameter.
9749 (remote_notif_state_allocate, remote_notif_state_allocate): Add
9750 remote_target parameter.
9751 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9752 (threads_listing_context, rmt_thread_action, protocol_feature)
9753 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9754 (packet_result, struct threads_listing_context, remote_state):
9755 Move definitions and declarations higher up.
9756 (remote_target) <~remote_target>: Declare.
9757 (remote_download_command_source, remote_file_put, remote_file_get)
9758 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9759 (remote_hostio_pread_vFile, remote_hostio_send_command)
9760 (remote_hostio_set_filesystem, remote_hostio_open)
9761 (remote_hostio_close, remote_hostio_unlink, remote_state)
9762 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9763 (get_memory_write_packet_size, get_memory_read_packet_size)
9764 (append_pending_thread_resumptions, remote_detach_1)
9765 (append_resumption, remote_resume_with_vcont)
9766 (add_current_inferior_and_thread, wait_ns, wait_as)
9767 (process_stop_reply, remote_notice_new_inferior)
9768 (process_initial_stop_replies, remote_add_thread)
9769 (btrace_sync_conf, remote_btrace_maybe_reopen)
9770 (remove_new_fork_children, kill_new_fork_children)
9771 (discard_pending_stop_replies, stop_reply_queue_length)
9772 (check_pending_events_prevent_wildcard_vcont)
9773 (discard_pending_stop_replies_in_queue, stop_reply)
9774 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9775 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9776 (remote_interrupt_as, remote_interrupt_ns)
9777 (remote_get_noisy_reply, remote_query_attached)
9778 (remote_add_inferior, remote_current_thread, get_current_thread)
9779 (set_thread, set_general_thread, set_continue_thread)
9780 (set_general_process, write_ptid)
9781 (remote_unpack_thread_info_response, remote_get_threadinfo)
9782 (parse_threadlist_response, remote_get_threadlist)
9783 (remote_threadlist_iterator, remote_get_threads_with_ql)
9784 (remote_get_threads_with_qxfer)
9785 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9786 (get_offsets, remote_check_symbols, remote_supported_packet)
9787 (remote_query_supported, remote_packet_size)
9788 (remote_serial_quit_handler, remote_detach_pid)
9789 (remote_vcont_probe, remote_resume_with_hc)
9790 (send_interrupt_sequence, interrupt_query)
9791 (remote_notif_get_pending_events, fetch_register_using_p)
9792 (send_g_packet, process_g_packet, fetch_registers_using_g)
9793 (store_register_using_P, store_registers_using_G)
9794 (set_remote_traceframe, check_binary_download)
9795 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9796 (remote_xfer_live_readonly_partial, remote_read_bytes)
9797 (remote_send_printf, remote_flash_write, readchar)
9798 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9799 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9800 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9801 (extended_remote_disable_randomization, extended_remote_run)
9802 (send_environment_packet, extended_remote_environment_support)
9803 (extended_remote_set_inferior_cwd, remote_write_qxfer)
9804 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9805 (packet_command): Now methods of ...
9806 (remote_target): ... this class.
9807 (m_remote_state) <remote_target>: New field.
9808 (struct remote_state) <stop_reply_queue,
9809 remote_async_inferior_event_token, wait_forever_enabled_p>: New
9810 fields.
9811 (remote_state::remote_state): Allocate stop_reply_queue.
9812 (remote_state): Delete global.
9813 (get_remote_state_raw): Delete.
9814 (remote_target::get_remote_state): Allocate m_remote_state on
9815 demand.
9816 (get_current_remote_target): New.
9817 (remote_ops, extended_remote_ops): Delete.
9818 (wait_forever_enabled_p, remote_async_inferior_event_token):
9819 Delete, moved to struct remote_state.
9820 (remote_target::close): Delete self. Destruction bits split to
9821 ...
9822 (remote_target::~remote_target): ... this.
9823 (show_memory_packet_size): Adjust to use
9824 get_current_remote_target.
9825 (struct protocol_feature) <func>: Add remote_target parameter.
9826 All callers adjusted.
9827 (curr_quit_handler_target): New.
9828 (remote_serial_quit_handler): Reimplement.
9829 (remote_target::open_1): Adjust to use get_current_remote_target.
9830 Heap-allocate remote_target/extended_remote_target instances.
9831 (vcont_builder::vcont_builder): Add remote_target parameter, and
9832 save it in m_remote. All callers adjusted.
9833 (vcont_builder::m_remote): New field.
9834 (vcont_builder::restart, vcont_builder::flush)
9835 (vcont_builder::push_action): Use it.
9836 (remote_target::commit_resume): Use it.
9837 (struct queue_iter_param) <remote>: New field.
9838 (remote_target::remove_new_fork_children): Fill in 'remote' field.
9839 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9840 (check_pending_event_prevents_wildcard_vcont_callback)
9841 (remote_target::check_pending_events_prevent_wildcard_vcont)
9842 (remote_target::discard_pending_stop_replies)
9843 (remote_target::discard_pending_stop_replies_in_queue)
9844 (remote_target::remote_notif_remove_queued_reply): Fill in
9845 'remote' field.
9846 (remote_notif_get_pending_events): New.
9847 (remote_target::readchar, remote_target::remote_serial_write):
9848 Save/restore curr_quit_handler_target.
9849 (putpkt): New.
9850 (kill_new_fork_children): Fill in 'remote' field.
9851 (packet_command): Use get_current_remote_target, defer to
9852 remote_target method of same name.
9853 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9854 parameter, and save it in m_remote. All callers adjusted.
9855 (scoped_remote_fd::release): Use m_remote.
9856 (scoped_remote_fd::m_remote): New field.
9857 (remote_file_put, remote_file_get, remote_file_delete): Use
9858 get_current_remote_target, defer to remote_target method of same
9859 name.
9860 (remote_btrace_reset): Add remote_state paremeter. Update all
9861 callers.
9862 (remote_async_inferior_event_handler). Pass down 'data'.
9863 (remote_new_objfile): Use get_current_remote_target.
9864 (remote_target::vcont_r_supported): New.
9865 (set_range_stepping): Use get_current_remote_target and
9866 remote_target::vcont_r_supported.
9867 (_initialize_remote): Don't allocate 'remote_state' and
9868 'stop_reply_queue' globals.
9869 * remote.h (struct remote_target): Forward declare.
9870 (getpkt, putpkt, remote_notif_get_pending_events): Add
9871 'remote_target' parameter.
9872
9873 2018-05-22 Pedro Alves <palves@redhat.com>
9874
9875 * remote.c (vcont_builder): Now a class. Make all data members
9876 private.
9877 (vcont_builder) <vcont_builder, restart, flush, push_action>:
9878 Declare methods.
9879 (vcont_builder_restart): Rename to ...
9880 (vcont_builder::restart): ... this.
9881 (vcont_builder_flush): Rename to ...
9882 (vcont_builder::flush): ... this.
9883 (vcont_builder_push_action): Rename to ...
9884 (vcont_builder::push_action): ... this.
9885 (remote_target::commit_resume): Adjust.
9886
9887 2018-05-22 Pedro Alves <palves@redhat.com>
9888
9889 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9890 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9891 (get_fixed_memory_packet_size): New.
9892 (get_memory_packet_size): Use it.
9893 (set_memory_packet_size): Don't override the config size with
9894 DEFAULT_MAX_MEMORY_PACKET_SIZE.
9895 (show_memory_packet_size): Use get_fixed_memory_packet_size.
9896 Don't refer to get_memory_packet_size if not connected to a remote
9897 target. Show "(default)" if configured size is 0.
9898
9899 2018-05-22 Pedro Alves <palves@redhat.com>
9900
9901 * remote.c (remote_target::mourn_inferior): Move
9902 discard_pending_stop_replies call here from ...
9903 (_initialize_remote): ... here.
9904
9905 2018-05-22 Pedro Alves <palves@redhat.com>
9906
9907 * remote.c (compare_section_command): Remove set_general_process
9908 call.
9909
9910 2018-05-22 Pedro Alves <palves@redhat.com>
9911
9912 * remote.c (struct packet_reg, struct remote_arch_state):
9913 Move higher up in the file.
9914 (remote_state) <m_arch_states>: Store remote_arch_state values
9915 instead of remote_arch_state pointers.
9916 (remote_state::get_remote_arch_state): Adjust.
9917
9918 2018-05-22 Pedro Alves <palves@redhat.com>
9919
9920 * remote.c: Include <unordered_map>.
9921 (remote_state): Now a class.
9922 (remote_state) <get_remote_arch_state>: Declare method.
9923 <get_remote_arch_state>: New field.
9924 (remote_arch_state) <remote_arch_state>: Declare ctor.
9925 <regs>: Now a unique_ptr.
9926 (remote_gdbarch_data_handle): Delete.
9927 (get_remote_arch_state): Delete.
9928 (remote_state::get_remote_arch_state): New.
9929 (get_remote_state): Adjust to call remote_state's
9930 get_remote_arch_state method.
9931 (init_remote_state): Delete, bits factored out to ...
9932 (remote_arch_state::remote_arch_state): ... this new method.
9933 (get_remote_packet_size, get_memory_packet_size)
9934 (process_g_packet, remote_target::fetch_registers)
9935 (remote_target::prepare_to_store, store_registers_using_G)
9936 (remote_target::store_registers, remote_target::get_trace_status):
9937 Adjust to call remote_state's method.
9938 (_initialize_remote): Remove reference to
9939 remote_gdbarch_data_handle.
9940
9941 2018-05-22 Pedro Alves <palves@redhat.com>
9942
9943 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9944 pread>: New method declarations.
9945 (remote_target::open_1): Adjust.
9946 (readahead_cache_invalidate): Rename to ...
9947 (readahead_cache::invalidate): ... this, and adjust to be a class
9948 method.
9949 (readahead_cache_invalidate_fd): Rename to ...
9950 (readahead_cache::invalidate_fd): ... this, and adjust to be a
9951 class method.
9952 (remote_hostio_pwrite): Adjust.
9953 (remote_hostio_pread_from_cache): Rename to ...
9954 (readahead_cache::pread): ... this, and adjust to be a class
9955 method.
9956 (remote_hostio_close): Adjust.
9957
9958 2018-05-22 Pedro Alves <palves@redhat.com>
9959
9960 * remote.c (remote_hostio_close_cleanup): Delete.
9961 (class scoped_remote_fd): New.
9962 (remote_file_put, remote_file_get): Use it.
9963
9964 2018-05-22 Pedro Alves <palves@redhat.com>
9965
9966 (struct vCont_action_support): Use bool and initialize all fields.
9967 (struct readahead_cache): Initialize all fields.
9968 (remote_state): Use bool and initialize all fields.
9969 (remote_state::remote_state, remote_state::~remote_state): New.
9970 (new_remote_state): Delete.
9971 (_initialize_remote): Use new to allocate remote_state.
9972
9973 2018-05-22 Pedro Alves <palves@redhat.com>
9974 張俊芝 <zjz@zjz.name>
9975
9976 PR gdb/22973
9977 * c-exp.y: Include "c-support.h".
9978 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9979 of tolower. Use c_ident_is_alpha to scan names.
9980 * c-lang.c: Include "c-support.h".
9981 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9982 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9983 * c-support.h: New file, with bits factored out from ...
9984 * cp-name-parser.y: ... this file.
9985 Include "c-support.h".
9986 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9987 c-support.h and renamed.
9988 (symbol_end, yylex): Adjust.
9989
9990 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9991
9992 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
9993 parameter type to CORE_ADDR.
9994 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
9995 parameter type in declaration to CORE_ADDR.
9996 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
9997 target_auxv_search to get AT_HWCAP and use the result to get the
9998 target description.
9999 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
10000 to CORE_ADDR. Remove the cast of the return value to unsigned
10001 long. Fix error predicate of target_auxv_search.
10002 (ppc_linux_nat_target::read_description): Change the type of the
10003 hwcap variable to CORE_ADDR.
10004
10005 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10006
10007 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
10008 if the size of fpscr is larger than 32 bits.
10009
10010 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10011
10012 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
10013 (ppc32_linux_vsxregmap): New global.
10014 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
10015 regcache_supply_regset, and regcache_collect_regset.
10016 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
10017 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
10018 (fetch_vsx_register, store_vsx_register): Remove.
10019 (fetch_vsx_registers): Add regno parameter. Get regset using
10020 ppc_linux_vsxregset. Use regset to supply registers.
10021 (store_vsx_registers): Add regno parameter. Get regset using
10022 ppc_linux_vsxregset. Use regset to collect registers.
10023 (fetch_register): Call fetch_vsx_registers instead of
10024 fetch_vsx_register.
10025 (store_register): Call store_vsx_registers instead of
10026 store_vsx_register.
10027 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
10028 new regno parameter.
10029 (store_ppc_registers): Call store_vsx_registers with -1 for the
10030 new regno parameter.
10031 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
10032 (ppc_collect_vsxregset): Remove.
10033
10034 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10035
10036 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
10037 offset fields.
10038 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
10039 for vector register offset fields.
10040 (ppc64_fbsd_reg_offsets): Likewise.
10041 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
10042 to vector register offset fields.
10043 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
10044 to vector register offset fields.
10045 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
10046 vector register offset fields.
10047 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
10048 initializers for vector register offset fields.
10049 (rs6000_aix64_reg_offsets): Likewise.
10050 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
10051 (ppc_supply_vrregset): Remove.
10052 (ppc_collect_vrregset): Remove.
10053 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
10054 (ppc_linux_vrregset) : New function.
10055 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
10056 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
10057 (ppc32_linux_vrregset): Remove.
10058 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
10059 and use result instead of ppc32_linux_vrregset.
10060 (ppc32_linux_reg_offsets): Remove initializers for vector register
10061 offset fields.
10062 (ppc64_linux_reg_offsets): Likewise.
10063 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
10064 * ppc-linux-nat.c: Include regset.h.
10065 (gdb_vrregset_t): Adjust comment to account for little-endian
10066 mode.
10067 (supply_vrregset, fill_vrregset): Remove.
10068 (fetch_altivec_register, store_altivec_register): Remove.
10069 (fetch_altivec_registers): Add regno parameter. Get regset using
10070 ppc_linux_vrregset. Use regset to supply registers.
10071 (store_altivec_registers): Add regno parameter. Get regset using
10072 ppc_linux_vrregset. Use regset to collect registers.
10073 (fetch_register): Call fetch_altivec_registers instead of
10074 fetch_altivec_register.
10075 (store_register): Call store_altivec_registers instead of
10076 store_altivec_register.
10077 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
10078 the new regno parameter.
10079 (store_ppc_registers): Call store_altivec_registers with -1 for
10080 the new regno parameter.
10081
10082 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10083
10084 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
10085 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
10086 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
10087 (gdb_vrregset_t): Change array type size to
10088 PPC_LINUX_SIZEOF_VRREGSET.
10089 (gdb_vsxregset_t): Change array type size to
10090 PPC_LINUX_SIZEOF_VSXREGSET.
10091 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
10092 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
10093 PPC_LINUX_SIZEOF_VSXREGSET.
10094
10095 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10096
10097 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
10098 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
10099 nat/ppc-linux.c.
10100 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
10101 ppc_linux_target_wordsize with tid.
10102 (ppc_linux_nat_target::read_description): Call ppc_linux_target
10103 wordsize with tid.
10104 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
10105 (ppc64_64bit_inferior_p): Add static and inline specifiers.
10106 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
10107 tid parameter. Remove static specifier.
10108 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
10109 (ppc_linux_target_wordsize): New declaration.
10110
10111 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10112
10113 * arch/ppc-linux-common.c: New file.
10114 * arch/ppc-linux-common.h: New file.
10115 * arch/ppc-linux-tdesc.h: New file.
10116 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
10117 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
10118 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
10119 arch/ppc-linux-tdesc.h.
10120 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
10121 arch/ppc-linux-tdesc.h.
10122 (ppc_linux_nat_target::read_description): Remove target
10123 description matching code. Fill a ppc_linux_features struct and
10124 call ppc_linux_match_description with it. Move comment about ISA
10125 2.05 to ppc-linux-common.c.
10126 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
10127 arch/ppc-linux-tdesc.h.
10128 (ppc_linux_core_read_description): Remove target description
10129 matching code. Fill a ppc_linux_features struct and call
10130 ppc_linux_match_description with it.
10131 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
10132 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
10133 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
10134 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
10135 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
10136 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
10137 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
10138 (tdesc_powerpc_e500l): Remove.
10139
10140 2018-05-22 Joel Brobecker <brobecker@adacore.com>
10141
10142 * ada-lang.c (catch_assert_command): Pass empty string instead
10143 of NULL for excep_string argument.
10144
10145 2018-05-22 Maciej W. Rozycki <macro@mips.com>
10146
10147 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
10148 the width of the requested register exceeds the width of the
10149 `ptrace' data type.
10150
10151 2018-05-21 Tom Tromey <tom@tromey.com>
10152
10153 * printcmd.c (output_command): Remove.
10154 (output_command_const): Rename to output_command.
10155 * valprint.h (output_command): Rename from output_command_const.
10156 * tracepoint.c (trace_dump_actions): Call output_command.
10157
10158 2018-05-21 Tom Tromey <tom@tromey.com>
10159
10160 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
10161 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
10162 * ada-lang.h (create_ada_exception_catchpoint): Update.
10163 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
10164 std::string.
10165 (create_excep_cond_exprs, ~ada_catchpoint)
10166 (should_stop_exception, print_one_exception)
10167 (print_mention_exception, print_recreate_exception): Update.
10168 (ada_get_next_arg): Remove.
10169 (catch_ada_exception_command_split): Use std::string. Change type
10170 of "excep_string", "cond_string".
10171 (catch_ada_exception_command): Update.
10172 (create_ada_exception_catchpoint): Change type of excep_string.
10173 (ada_exception_sal): Remove excep_string parameter.
10174 (~ada_catchpoint): Remove.
10175
10176 2018-05-21 Tom Tromey <tom@tromey.com>
10177
10178 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
10179 cleanup.
10180
10181 2018-05-21 Tom Tromey <tom@tromey.com>
10182
10183 * ada-lang.c (ada_exception_message_1, ada_exception_message):
10184 Return unique_xmalloc_ptr.
10185 (print_it_exception): Update.
10186
10187 2018-05-21 Tom Tromey <tom@tromey.com>
10188
10189 * tracepoint.c (trace_dump_actions): Use std::string.
10190
10191 2018-05-21 Tom Tromey <tom@tromey.com>
10192
10193 * symfile.c (reread_symbols): Use std::string for original_name.
10194
10195 2018-05-21 Tom Tromey <tom@tromey.com>
10196
10197 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
10198 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
10199 constructor.
10200
10201 2018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
10202
10203 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
10204 instance to...
10205 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
10206 * objfiles.c (get_objfile_bfd_data): Allocate
10207 objfile_per_bfd_storage with obstack_new when allocating on
10208 obstack.
10209
10210 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
10213 OBSTACK_ZALLOC.
10214 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
10215 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
10216 * mdebugread.c (mdebug_build_psymtabs): Likewise.
10217 (add_pending): Likewise.
10218 (parse_symbol): Likewise.
10219 (parse_partial_symbols): Likewise.
10220 (psymtab_to_symtab_1): Likewise.
10221 (new_psymtab): Likewise.
10222 (elfmdebug_build_psymtabs): Likewise.
10223 * minsyms.c (terminate_minimal_symbol_table): Likewise.
10224 * objfiles.c (get_objfile_bfd_data): Likewise.
10225 (objfile_register_static_link): Likewise.
10226 * psymtab.c (allocate_psymtab): Likewise.
10227 * stabsread.c (read_member_functions): Likewise.
10228 * xcoffread.c (xcoff_end_psymtab): Likewise.
10229
10230 2018-05-20 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
10233 compiler supports std::is_trivially_constructible.
10234 * common/poison.h: Include obstack.h.
10235 (IsMallocable): Define to is_trivially_constructible if the
10236 compiler supports it, define to true_type otherwise.
10237 (xobnew): New.
10238 (XOBNEW): Redefine.
10239 (xobnewvec): New.
10240 (XOBNEWVEC): Redefine.
10241 * gdb_obstack.h (obstack_zalloc): New.
10242 (OBSTACK_ZALLOC): Redefine.
10243 (obstack_calloc): New.
10244 (OBSTACK_CALLOC): Redefine.
10245 (obstack_new): New.
10246 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
10247 (gdbarch_obstack): New declaration in gdbarch.h, definition in
10248 gdbarch.c.
10249 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
10250 obstack_calloc/obstack_zalloc.
10251 (gdbarch_obstack_zalloc): Remove.
10252 * target-descriptions.c (tdesc_data_init): Use obstack_new.
10253
10254 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10255
10256 * stack.c (backtrace_command_1): Remove useless variable int i.
10257
10258 2018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10259
10260 * stack.c (print_frame_info): Fix comment.
10261
10262 2018-05-18 Tom Tromey <tom@tromey.com>
10263
10264 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
10265 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
10266 (~dwarf2_per_objfile): Update
10267 (dwarf2_get_dwz_file): Use new.
10268 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
10269 unique_ptr.
10270
10271 2018-05-18 Tom Tromey <tom@tromey.com>
10272
10273 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
10274 unique_ptr.
10275 * dwarf2read.c (struct dwp_file): Add constructor and
10276 initializers.
10277 (open_and_init_dwp_file): Return a unique_ptr.
10278 (dwarf2_per_objfile, create_dwp_hash_table)
10279 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
10280 (lookup_dwo_unit_in_dwp): Update.
10281 (open_and_init_dwp_file, get_dwp_file): Update.
10282
10283 2018-05-18 Tom Tromey <tom@tromey.com>
10284
10285 * dwarf2read.c (dwarf2_per_objfile): Update.
10286 (struct mapped_index): Add initializers.
10287 (dwarf2_read_index): Use new.
10288 (dw2_symtab_iter_init): Update.
10289 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
10290 unique_ptr.
10291
10292 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * dwarf2read.c (mapped_index) <total_size>: Remove.
10295
10296 2018-05-18 Simon Marchi <simon.marchi@ericsson.com>
10297
10298 * unittests/format_pieces-selftests.c (test_format_specifier):
10299 Add ARI comments.
10300
10301 2018-05-18 Tom Tromey <tom@tromey.com>
10302
10303 * c-typeprint.c (maybe_print_hole): New function.
10304 (c_print_type_struct_field_offset): Update.
10305 (c_type_print_base_struct_union): Call maybe_print_hole.
10306
10307 2018-05-17 Keith Seitz <keiths@redhat.com>
10308
10309 * breakpoint.c (build_bpstat_chain): New function, moved from
10310 bpstat_stop_status.
10311 (bpstat_stop_status): Add optional parameter, `stop_chain'.
10312 If no stop chain is passed, call build_bpstat_chain to build it.
10313 * breakpoint.h (build_bpstat_chain): Declare.
10314 (bpstat_stop_status): Move documentation here from breakpoint.c.
10315 * infrun.c (handle_signal_stop): Before eliding inlined frames,
10316 build the stop chain and pass it to skip_inline_frames.
10317 Pass this stop chain to bpstat_stop_status.
10318 * inline-frame.c: Include breakpoint.h.
10319 (stopped_by_user_bp_inline_frame): New function.
10320 (skip_inline_frames): Add parameter `stop_chain'.
10321 Move documention to inline-frame.h.
10322 If non-NULL, use stopped_by_user_bp_inline_frame to determine
10323 whether the frame should be elided.
10324 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
10325 Add moved documentation and update for new parameter.
10326
10327 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10328
10329 PR cli/14975
10330 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10331 unittests/format_pieces-selftests.c.
10332 * common/format.h (format_piece) <operator==>: New.
10333 (format_pieces) <operator[]>: Remove.
10334 * common/format.c (format_pieces::format_pieces): Handle \e.
10335 * unittests/format_pieces-selftests.c: New.
10336
10337 2018-05-17 Tom Tromey <tom@tromey.com>
10338
10339 PR symtab/23010:
10340 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
10341 (dw2_instantiate_symtab): Add skip_partial parameter.
10342 (dw2_find_last_source_symtab, dw2_map_expand_apply)
10343 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
10344 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
10345 (dw2_expand_symtabs_matching_one)
10346 (dw2_find_pc_sect_compunit_symtab)
10347 (dw2_debug_names_lookup_symbol)
10348 (dw2_debug_names_expand_symtabs_for_function): Update.
10349 (init_cutu_and_read_dies): Add skip_partial parameter.
10350 (process_psymtab_comp_unit, build_type_psymtabs_1)
10351 (process_skeletonless_type_unit, load_partial_comp_unit)
10352 (psymtab_to_symtab_1): Update.
10353 (load_full_comp_unit): Add skip_partial parameter.
10354 (process_imported_unit_die, dwarf2_read_addr_index)
10355 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
10356 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
10357 (read_signatured_type): Update.
10358
10359 2018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10360
10361 * value.c (release_value): Remove unused variable.
10362 (record_latest_value): Likewise.
10363 (access_value_history): Likewise.
10364 (preserve_values): Likewise.
10365
10366 2018-05-17 Tom Tromey <tom@tromey.com>
10367
10368 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
10369 Initialize.
10370
10371 2018-05-16 Maciej W. Rozycki <macro@mips.com>
10372
10373 PR gdb/22286
10374 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
10375 Also handle registers whose width is not a multiple of
10376 PTRACE_TYPE_RET.
10377 (linux_nat_trad_target::store_register): Likewise.
10378
10379 2018-05-16 Tom Tromey <tom@tromey.com>
10380
10381 * gdbcore.h (core_bfd): Redefine.
10382 * corelow.c (core_target::close): Update.
10383 (core_target_open): Update.
10384 * progspace.h (struct program_space) <cbfd>: Now a
10385 gdb_bfd_ref_ptr.
10386
10387 2018-05-16 Tom Tromey <tom@tromey.com>
10388
10389 PR cli/19551:
10390 * symfile-add-flags.h (enum symfile_add_flags)
10391 <SYMFILE_NOT_FILENAME>: New constant.
10392 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
10393 objfile name from BFD.
10394 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
10395 * minidebug.c (find_separate_debug_file_in_section): Put
10396 ".gnu_debugdata" into BFD's file name.
10397
10398 2018-05-16 Simon Marchi <simon.marchi@ericsson.com>
10399
10400 * regcache.c (regcache_read_ftype, regcache_write_ftype):
10401 Remove.
10402
10403 2018-05-15 Tamar Christina <tamar.christina@arm.com>
10404
10405 PR binutils/21446
10406 * aarch64-tdep.c (aarch64_analyze_prologue,
10407 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
10408 Indicate not interested in errors.
10409
10410 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10411
10412 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
10413 Supply the MIPS_ZERO_REGNUM register.
10414
10415 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10416
10417 * mips-tdep.c (mask_address_var): Make variable static.
10418
10419 2018-05-14 Tom Tromey <tom@tromey.com>
10420
10421 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
10422
10423 2018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
10424
10425 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
10426 FXSAVE_ADDR for the mxcsr register.
10427
10428 2018-05-11 Max Filippov <jcmvbkbc@gmail.com>
10429
10430 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
10431
10432 2018-05-11 Pedro Alves <palves@redhat.com>
10433
10434 * corelow.c (core_target) <core_target>: No longer inline.
10435 Initialize m_core_gdbarch, m_core_vec and build the section table
10436 here.
10437 <~core_target>: New.
10438 <core_gdbarch, get_core_register_section>: New methods.
10439 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
10440 factored out from ...
10441 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
10442 (core_ops): Delete.
10443 (sniff_core_bfd): Add gdbarch parameter.
10444 (core_close): Delete, merged into ...
10445 (core_target::close): ... here. Delete self.
10446 (core_close_cleanup): Delete.
10447 (core_target_open): Allocate a core_target on the heap. Use a
10448 unique_ptr instead of a cleanup. Bits moved into the core_target
10449 ctor. Adjust to use core_target methods instead of globals.
10450 (get_core_register_section): Rename to ...
10451 (core_target::get_core_register_section): ... this and adjust.
10452 (struct get_core_registers_cb_data): New.
10453 (get_core_registers_cb): Use it. Use bool.
10454 (core_target::fetch_registers, core_target::files_info)
10455 (core_target::xfer_partial, core_target::read_description)
10456 (core_target::pid_to, core_target::thread_name): Adjust to
10457 reference class fields instead of globals.
10458 * target.h (struct target_ops_deleter, target_ops_up): New.
10459
10460 2018-05-11 Pedro Alves <palves@redhat.com>
10461
10462 * corefile.c (core_file_command): Move to corelow.c.
10463 * corelow.c (the_core_target): Delete.
10464 (core_file_command): Moved from corefile.c. Check exec_bfd
10465 instead of the_core_target. Use target_detach instead of calling
10466 into the_core_target directly.
10467 (maybe_say_no_core_file_now): New.
10468 (core_target::detach): Use it.
10469 (_initialize_corelow): Remove references to the_core_target.
10470 * gdbcore.h (the_core_target): Delete.
10471
10472 2018-05-11 Tom Tromey <tromey@redhat.com>
10473 Pedro Alves <palves@redhat.com>
10474
10475 * corefile.c (core_bfd): Remove.
10476 * gdbcore.h (core_bfd): Now a macro.
10477 * progspace.h (struct program_space) <cbfd>: New field.
10478
10479 2018-05-11 Tom Tromey <tom@tromey.com>
10480
10481 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
10482 gdb::def_vector.
10483
10484 2018-05-10 Tom Tromey <tom@tromey.com>
10485
10486 * configure: Rebuild.
10487 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
10488
10489 2018-05-10 Joel Brobecker <brobecker@adacore.com>
10490
10491 PR server/23158:
10492 * regformats/regdat.sh: Adjust script, following the addition
10493 of the new expedite_regs parameter to init_target_desc.
10494
10495 2018-05-10 Omair Javaid <omair.javaid@linaro.org>
10496
10497 PR gdb/23127
10498 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
10499 set_gdbarch_significant_addr_bit.
10500 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
10501 set_gdbarch_significant_addr_bit.
10502 * utils.c (address_significant): Update to sign extend addr.
10503
10504 2018-05-09 Max Filippov <jcmvbkbc@gmail.com>
10505
10506 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
10507 (xtensa_linux_init_abi): Limit tdep->num_regs by
10508 tdep->num_nopriv_regs.
10509 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
10510 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
10511 not initialized.
10512
10513 2018-05-08 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
10516
10517 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10518
10519 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
10520 (I387_MXCSR_INIT_VAL): New constant.
10521 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
10522 buffer if it was supplied by the inferior.
10523 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
10524 (i387_xsave_get_clear_bv): New function.
10525 (i387_supply_xsave): Only read x87 control registers from the
10526 xsave buffer if the feature is enabled, and the state will have
10527 been written, otherwise, provide a suitable default.
10528 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
10529 including x87 control registers. Update control registers if they
10530 have changed from the default value, and mark features as enabled
10531 as required.
10532 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
10533
10534 2018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
10535
10536 * spu-tdep.c (info_spu_event_command): Fix output formatting.
10537
10538 2018-05-07 Tom Tromey <tom@tromey.com>
10539
10540 * configure: Rebuild.
10541 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
10542
10543 2018-05-07 Tom Tromey <tom@tromey.com>
10544
10545 PR tdep/20362:
10546 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
10547 bit. Use correct value for VDIV.
10548
10549 2018-05-04 Tom Tromey <tom@tromey.com>
10550
10551 * configure: Rebuild.
10552 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10553
10554 2018-05-04 Tom Tromey <tom@tromey.com>
10555
10556 * linux-record.c (record_linux_system_call) <case
10557 RECORD_SYS_RECVFROM>: Add "break".
10558
10559 2018-05-04 Tom Tromey <tom@tromey.com>
10560
10561 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10562 Add missing "break".
10563 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10564 Add missing "break".
10565
10566 2018-05-04 Tom Tromey <tom@tromey.com>
10567
10568 * rs6000-tdep.c (ppc_process_record_op4)
10569 (ppc_process_record_op63): Add fall-through comment.
10570
10571 2018-05-04 Tom Tromey <tom@tromey.com>
10572
10573 * i386-tdep.c (i386_process_record): Add fall-through comment.
10574
10575 2018-05-04 Tom Tromey <tom@tromey.com>
10576
10577 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10578 comment.
10579
10580 2018-05-04 Tom Tromey <tom@tromey.com>
10581
10582 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10583 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10584 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10585 comment.
10586 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10587 comment.
10588 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10589 comment.
10590
10591 2018-05-04 Tom Tromey <tom@tromey.com>
10592
10593 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10594
10595 2018-05-04 Tom Tromey <tom@tromey.com>
10596
10597 * s390-tdep.c (s390_process_record): Fix fall-through comments.
10598 * xcoffread.c (scan_xcoff_symtab): Move comment later.
10599 * symfile.c (section_is_mapped): Fix fall-through comment.
10600 * stabsread.c (define_symbol, read_member_functions): Fix
10601 fall-through comment.
10602 * s390-linux-tdep.c (s390_process_record): Fix fall-through
10603 comment.
10604 * remote.c (remote_wait_as): Fix fall-through comment.
10605 * p-exp.y (yylex): Fix fall-through comment.
10606 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10607 comment.
10608 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10609 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10610 * jv-exp.y (yylex): Fix fall-through comment.
10611 * go-exp.y (lex_one_token): Fix fall-through comment.
10612 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10613 fall-through comment.
10614 * f-exp.y (yylex): Fix fall-through comment.
10615 * dwarf2read.c (process_die): Fix fall-through comments.
10616 * dbxread.c (process_one_symbol): Fix fall-through comment.
10617 * d-exp.y (lex_one_token): Fix fall-through comment.
10618 * cp-name-parser.y (yylex): Fix fall-through comment.
10619 * coffread.c (coff_symtab_read): Fix fall-through comment.
10620 * c-exp.y (lex_one_token): Fix fall-through comment.
10621 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10622 comment.
10623 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10624 comment.
10625
10626 2018-05-04 Tom Tromey <tom@tromey.com>
10627
10628 PR python/22730:
10629 * NEWS: Mention gdb.execute change.
10630 * gdbcmd.h (execute_control_command): Don't declare.
10631 * python/python.c (execute_gdb_command): Use read_command_lines_1,
10632 execute_control_commands, execute_control_commands_to_string.
10633 * cli/cli-script.h (execute_control_commands)
10634 (execute_control_commands_to_string): Declare.
10635 (execute_control_command): Add from_tty parameter.
10636 * cli/cli-script.c (execute_control_commands)
10637 (execute_control_commands_to_string): New functions.
10638 (execute_user_command): Use execute_control_commands.
10639 (execute_control_command_1): Add "from_tty" parameter. Update.
10640 (execute_control_command): Likewise.
10641
10642 2018-05-04 Tom Tromey <tom@tromey.com>
10643
10644 PR python/22731:
10645 * NEWS: Mention that breakpoint commands are writable.
10646 * python/py-breakpoint.c (bppy_set_commands): New function.
10647 (breakpoint_object_getset) <"commands">: Use it.
10648
10649 2018-05-04 Tom Tromey <tom@tromey.com>
10650
10651 * tracepoint.c (actions_command): Update.
10652 * mi/mi-cmd-break.c (mi_command_line_array)
10653 (mi_command_line_array_cnt, mi_command_line_array_ptr)
10654 (mi_read_next_line): Remove.
10655 (mi_cmd_break_commands): Update.
10656 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10657 function_view.
10658 * cli/cli-script.c (get_command_line): Update.
10659 (process_next_line): Use function_view. Constify.
10660 (recurse_read_control_structure, read_command_lines)
10661 (read_command_lines_1): Change argument types to function_view.
10662 (do_define_command, document_command): Update.
10663 * breakpoint.h (check_tracepoint_command): Don't declare.
10664 * breakpoint.c (check_tracepoint_command): Remove.
10665 (commands_command_1, create_tracepoint_from_upload): Update.
10666
10667 2018-05-04 Tom Tromey <tom@tromey.com>
10668
10669 PR gdb/11750:
10670 * cli/cli-script.h (enum command_control_type) <define_control>:
10671 New constant.
10672 * cli/cli-script.c (multi_line_command_p): Handle define_control.
10673 (build_command_line, execute_control_command_1)
10674 (process_next_line): Likewise.
10675 (do_define_command): New function, extracted from define_command.
10676 (define_command): Use it.
10677
10678 2018-05-04 Tom Tromey <tom@tromey.com>
10679
10680 * tracepoint.c (actions_command): Update.
10681 * cli/cli-script.h (read_command_lines): Update.
10682 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10683 (MAX_TMPBUF): Remove define.
10684 (define_command): Use string_printf.
10685 (document_command): Likewise.
10686 * breakpoint.c (commands_command_1): Update.
10687
10688 2018-05-04 Tom Tromey <tom@tromey.com>
10689
10690 * top.c (execute_command): Update.
10691 * cli/cli-script.h (print_command_lines): Now varargs.
10692 * cli/cli-script.c (print_command_lines): Now varargs.
10693 (execute_control_command_1) <case while_control, case if_control>:
10694 Update.
10695
10696 2018-05-04 Tom Tromey <tom@tromey.com>
10697
10698 * tracepoint.c (all_tracepoint_actions): Rename from
10699 all_tracepoint_actions_and_cleanup. Change return type.
10700 (actions_command, encode_actions_1, encode_actions)
10701 (trace_dump_actions, tdump_command): Update.
10702 * remote.c (remote_download_command_source): Update.
10703 * python/python.c (gdbpy_eval_from_control_command)
10704 (python_command, python_interactive_command): Update.
10705 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10706 * guile/guile.c (guile_command)
10707 (gdbscm_eval_from_control_command, guile_command): Update.
10708 * compile/compile.c (compile_code_command)
10709 (compile_print_command, compile_to_object): Update.
10710 * cli/cli-script.h (struct command_lines_deleter): New.
10711 (counted_command_line): New typedef.
10712 (struct command_line): Add constructor, destructor.
10713 <body_list>: Remove.
10714 <body_list_0, body_list_1>: New members.
10715 (command_line_up): Remove typedef.
10716 (read_command_lines, read_command_lines_1, get_command_line):
10717 Update.
10718 (copy_command_lines): Don't declare.
10719 * cli/cli-script.c (build_command_line): Use "new".
10720 (get_command_line): Return counted_command_line.
10721 (print_command_lines, execute_user_command)
10722 (execute_control_command_1, while_command, if_command): Update.
10723 (realloc_body_list): Remove.
10724 (process_next_line, recurse_read_control_structure): Update.
10725 (read_command_lines, read_command_lines_1): Return counted_command_line.
10726 (free_command_lines): Use "delete".
10727 (copy_command_lines): Remove.
10728 (define_command, document_command, show_user_1): Update.
10729 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10730 a counted_command_line.
10731 * breakpoint.h (counted_command_line): Remove typedef.
10732 (breakpoint_set_commands): Update.
10733 * breakpoint.c (check_no_tracepoint_commands)
10734 (validate_commands_for_breakpoint): Update.
10735 (breakpoint_set_commands): Change commands to be a
10736 counted_command_line.
10737 (commands_command_1, update_dprintf_command_list)
10738 (create_tracepoint_from_upload): Update.
10739
10740 2018-05-04 Tom Tromey <tom@tromey.com>
10741
10742 * cli/cli-decode.h (cmd_list_element): New constructor.
10743 (~cmd_list_element): New destructor.
10744 (struct cmd_list_element): Add initializers.
10745 * cli/cli-decode.c (do_add_cmd): Use "new".
10746 (delete_cmd): Use "delete".
10747
10748 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10749 Pedro Alves <palves@redhat.com>
10750
10751 PR breakpoints/19806 and support for PR external/20207.
10752 * NEWS: Mention Aarch64 watchpoint improvements.
10753 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10754 watchpoints and PR external/20207 watchpoints.
10755 * nat/aarch64-linux-hw-point.c
10756 (kernel_supports_any_contiguous_range): New.
10757 (aarch64_watchpoint_offset): New.
10758 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10759 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10760 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10761 (aarch64_align_watchpoint): New parameters aligned_offset_p and
10762 next_addr_orig_p. Support PR external/20207 watchpoints.
10763 (aarch64_downgrade_regs): New.
10764 (aarch64_dr_state_insert_one_point): New parameters offset and
10765 addr_orig.
10766 (aarch64_dr_state_remove_one_point): Likewise.
10767 (aarch64_handle_breakpoint): Update caller.
10768 (aarch64_handle_aligned_watchpoint): Likewise.
10769 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10770 aligned_offset.
10771 (aarch64_linux_set_debug_regs): Remove const from state. Call
10772 aarch64_downgrade_regs.
10773 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10774 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10775 (DR_CONTROL_MASK): ... this.
10776 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10777 (unsigned int aarch64_watchpoint_offset): New prototype.
10778 (aarch64_linux_set_debug_regs): Remove const from state.
10779 * utils.c (align_up, align_down): Move to ...
10780 * common/common-utils.c (align_up, align_down): ... here.
10781 * utils.h (align_up, align_down): Move to ...
10782 * common/common-utils.h (align_up, align_down): ... here.
10783
10784 2018-05-04 Joel Brobecker <brobecker@adacore.com>
10785
10786 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10787 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10788 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10789 Re-implement to match the ABI as summarized in GCC's
10790 gcc/config/sparc/sparc.c. All callers updated.
10791 (sparc32_store_arguments): Remove assertion.
10792
10793 2018-05-04 Tom Tromey <tom@tromey.com>
10794
10795 * printcmd.c: Don't include tui.h.
10796 (decode_format): Use skip_spaces.
10797
10798 2018-05-04 Tom Tromey <tom@tromey.com>
10799
10800 PR gdb/22619:
10801 * printcmd.c (last_count): New global.
10802 (x_command): Use saved count when repeating.
10803
10804 2018-05-04 Tom Tromey <tom@tromey.com>
10805
10806 * nto-procfs.c (do_closedir_cleanup): Remove.
10807 (procfs_pidlist): Use gdb_dir_up.
10808 * procfs.c (do_closedir_cleanup): Remove.
10809 (proc_update_threads): Use gdb_dir_up.
10810 * common/filestuff.h (struct gdb_dir_deleter): New.
10811 (gdb_dir_up): New typedef.
10812
10813 2018-05-04 Tom Tromey <tom@tromey.com>
10814
10815 * ada-lang.c (print_mention_exception): Use std::string.
10816
10817 2018-05-04 Tom Tromey <tom@tromey.com>
10818
10819 * ada-lang.c (create_excep_cond_exprs): Update.
10820 (ada_exception_catchpoint_cond_string): Use std::string.
10821
10822 2018-05-04 Tom Tromey <tom@tromey.com>
10823
10824 * ada-lang.c (xget_renaming_scope): Return std::string.
10825 (old_renaming_is_invisible): Update.
10826
10827 2018-05-04 Tom Tromey <tom@tromey.com>
10828
10829 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10830 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10831
10832 2018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
10833
10834 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10835
10836 2018-05-04 Tom Tromey <tom@tromey.com>
10837
10838 * remote.c (remote_query_supported_append): Change type.
10839 (remote_check_symbols): Update.
10840
10841 2018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
10842
10843 PR gdb/11420
10844 * configure.ac: Prepend libpython.
10845 * python/python-config.py: Likewise.
10846 * configure: Regenerate.
10847
10848 2018-05-03 Simon Marchi <simon.marchi@ericsson.com>
10849
10850 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10851
10852 2018-05-03 Pedro Alves <palves@redhat.com>
10853
10854 * s390-linux-nat.c
10855 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10856 override. Write 'true' instead of '1'.
10857 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10858 declaration.
10859
10860 2018-05-02 Pedro Alves <palves@redhat.com>
10861
10862 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10863 add_inf_child_target.
10864 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10865 add_inf_child_target.
10866 * aix-thread.c (aix_thread_target_info): New.
10867 (aix_thread_target) <shortname, longname, doc>: Delete.
10868 <info>: New.
10869 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10870 add_inf_child_target.
10871 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10872 add_inf_child_target.
10873 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10874 add_inf_child_target.
10875 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10876 add_inf_child_target.
10877 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10878 add_inf_child_target.
10879 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10880 add_inf_child_target.
10881 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10882 add_inf_child_target.
10883 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10884 add_inf_child_target.
10885 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10886 add_inf_child_target.
10887 * bfd-target.c (target_bfd_target_info): New.
10888 (target_bfd) <shortname, longname, doc>: Delete.
10889 <info>: New.
10890 * bsd-kvm.c (bsd_kvm_target_info): New.
10891 (bsd_kvm_target) <shortname, longname, doc>: Delete.
10892 <info>: New.
10893 (bsd_kvm_target::open): Rename to ...
10894 (bsd_kvm_target_open): ... this. Adjust.
10895 * bsd-uthread.c (bsd_uthread_target_info): New.
10896 (bsd_uthread_target) <shortname, longname, doc>: Delete.
10897 <info>: New.
10898 * corefile.c (core_file_command): Adjust.
10899 * corelow.c (core_target_info): New.
10900 (core_target) <shortname, longname, doc>: Delete.
10901 <info>: New.
10902 (core_target::open): Rename to ...
10903 (core_target_open): ... this. Adjust.
10904 * ctf.c (ctf_target_info): New.
10905 (ctf_target) <shortname, longname, doc>: Delete.
10906 <info>: New.
10907 (ctf_target::open): Rename to ...
10908 (ctf_target_open): ... this.
10909 (_initialize_ctf): Adjust.
10910 * exec.c (exec_target_info): New.
10911 (exec_target) <shortname, longname, doc>: Delete.
10912 <info>: New.
10913 (exec_target::open): Rename to ...
10914 (exec_target_open): ... this.
10915 * gdbcore.h (core_target_open): Declare.
10916 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10917 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10918 add_inf_child_target.
10919 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10920 add_inf_child_target.
10921 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10922 add_inf_child_target.
10923 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10924 add_inf_child_target.
10925 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10926 add_inf_child_target.
10927 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10928 add_inf_child_target.
10929 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10930 add_inf_child_target.
10931 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10932 add_inf_child_target.
10933 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10934 add_inf_child_target.
10935 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10936 add_inf_child_target.
10937 * inf-child.c (inf_child_target_info): New.
10938 (inf_child_target::info): New.
10939 (inf_child_open_target): Remove 'target' parameter. Use
10940 get_native_target instead.
10941 (inf_child_target::open): Delete.
10942 (add_inf_child_target): New.
10943 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10944 Delete.
10945 <info>: New.
10946 (add_inf_child_target): Declare.
10947 (inf_child_open_target): Declare.
10948 * linux-thread-db.c (thread_db_target_info): New.
10949 (thread_db_target) <shortname, longname, doc>: Delete.
10950 <info>: New.
10951 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10952 add_inf_child_target.
10953 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10954 add_inf_child_target.
10955 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10956 add_inf_child_target.
10957 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10958 add_inf_child_target.
10959 * make-target-delegates (print_class): Adjust.
10960 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10961 add_inf_child_target.
10962 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10963 add_inf_child_target.
10964 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10965 add_inf_child_target.
10966 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10967 add_inf_child_target.
10968 * nto-procfs.c (nto_native_target_info): New.
10969 (nto_procfs_target_native) <shortname, longname, doc>:
10970 Delete.
10971 <info>: New.
10972 (nto_procfs_target_info): New.
10973 (nto_procfs_target_procfs) <shortname, longname, doc>:
10974 Delete.
10975 <info>: New.
10976 (init_procfs_targets): Adjust.
10977 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10978 add_inf_child_target.
10979 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10980 add_inf_child_target.
10981 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10982 add_inf_child_target.
10983 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10984 add_inf_child_target.
10985 * ravenscar-thread.c (ravenscar_target_info): New.
10986 (ravenscar_thread_target) <shortname, longname, doc>:
10987 Delete.
10988 <info>: New.
10989 * record-btrace.c (record_btrace_target_info):
10990 (record_btrace_target) <shortname, longname, doc>: Delete.
10991 <info>: New.
10992 (record_btrace_target::open): Rename to ...
10993 (record_btrace_target_open): ... this. Adjust.
10994 * record-full.c (record_longname, record_doc): New.
10995 (record_full_base_target) <shortname, longname, doc>: Delete.
10996 <info>: New.
10997 (record_full_target_info): New.
10998 (record_full_target): <shortname>: Delete.
10999 <info>: New.
11000 (record_full_core_open_1, record_full_open_1): Update comments.
11001 (record_full_base_target::open): Rename to ...
11002 (record_full_open): ... this.
11003 (cmd_record_full_restore): Update.
11004 (_initialize_record_full): Update.
11005 * remote-sim.c (remote_sim_target_info): New.
11006 (gdbsim_target) <shortname, longname, doc>: Delete.
11007 <info>: New.
11008 (gdbsim_target::open): Rename to ...
11009 (gdbsim_target_open): ... this.
11010 (_initialize_remote_sim): Adjust.
11011 * remote.c (remote_doc): New.
11012 (remote_target_info): New.
11013 (remote_target) <shortname, longname, doc>: Delete.
11014 <info>: New.
11015 (extended_remote_target_info): New.
11016 (extended_remote_target) <shortname, longname, doc>: Delete.
11017 <info>: New.
11018 (remote_target::open_1): Make static. Adjust.
11019 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
11020 * s390-linux-nat.c (_initialize_s390_nat): Use
11021 add_inf_child_target.
11022 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
11023 add_inf_child_target.
11024 * sol-thread.c (thread_db_target_info): New.
11025 (sol_thread_target) <shortname, longname, doc>: Delete.
11026 <info>: New.
11027 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
11028 add_inf_child_target.
11029 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
11030 add_inf_child_target.
11031 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
11032 add_inf_child_target.
11033 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
11034 add_inf_child_target.
11035 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
11036 add_inf_child_target.
11037 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
11038 add_inf_child_target.
11039 * spu-linux-nat.c (_initialize_spu_nat): Use
11040 add_inf_child_target.
11041 * spu-multiarch.c (spu_multiarch_target_info): New.
11042 (spu_multiarch_target) <shortname, longname, doc>: Delete.
11043 <info>: New.
11044 * target-delegates.c: Regenerate.
11045 * target.c: Include <unordered_map>.
11046 (target_ops_p): Delete.
11047 (DEF_VEC_P(target_ops_p)): Delete.
11048 (target_factories): New.
11049 (test_target_info): New.
11050 (test_target_ops::info): New.
11051 (open_target): Adjust to use target_factories.
11052 (add_target_with_completer): Rename to ...
11053 (add_target): ... this. Change prototype. Register target_info
11054 and open callback in target_factories. Register target_info in
11055 command context instead of target_ops.
11056 (add_target): Delete old implementation.
11057 (add_deprecated_target_alias): Change prototype. Adjust.
11058 (the_native_target): New.
11059 (set_native_target, get_native_target): New.
11060 (find_default_run_target): Use the_native_target.
11061 (find_attach_target, find_run_target): Simplify.
11062 (target_ops::open): Delete.
11063 (dummy_target_info): New.
11064 (dummy_target::shortname, dummy_target::longname)
11065 (dummy_target::doc): Delete.
11066 (dummy_target::info): New.
11067 (debug_target::shortname, debug_target::longname)
11068 (debug_target::doc): Delete.
11069 (debug_target::info): New.
11070 * target.h (struct target_info): New.
11071 (target_ops::~target_ops): Add comment.
11072 (target_ops::info): New.
11073 (target_ops::shortname, target_ops::longname, target_ops::doc): No
11074 longer virtual. Implement in terms of target_info.
11075 (set_native_target, get_native_target): Declare.
11076 (target_open_ftype): New.
11077 (add_target, add_target_with_completer)
11078 (add_deprecated_target_alias): Change prototype.
11079 (test_target) <shortname, longname, doc>: Delete.
11080 <info>: New.
11081 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
11082 add_inf_child_target.
11083 * tracefile-tfile.c (tfile_target_info): New.
11084 (tfile_target) <shortname, longname, doc>: Delete.
11085 <info>: New.
11086 (tfile_target::open): Rename to ...
11087 (tfile_target_open): ... this.
11088 (_initialize_tracefile_tfile): Adjust.
11089 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
11090 add_inf_child_target.
11091 * windows-nat.c (_initialize_windows_nat): Use
11092 add_inf_child_target.
11093 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
11094 add_inf_child_target.
11095
11096 2018-05-02 Pedro Alves <palves@redhat.com>
11097
11098 * linux-nat.h (linux_nat_target) <low_new_thread,
11099 low_delete_thread, low_new_fork, low_forget_process,
11100 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
11101 New virtual methods.
11102 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
11103 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
11104 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
11105 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
11106 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
11107 Delete.
11108 * linux-fork.c (delete_fork): Adjust to call low method.
11109 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
11110 (linux_nat_new_fork, linux_nat_forget_process_hook)
11111 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
11112 (linux_nat_status_is_event):
11113 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
11114 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
11115 to call low method.
11116 (sigtrap_is_event): Rename to ...
11117 (linux_nat_target::low_status_is_event): ... this.
11118 (linux_nat_set_status_is_event): Delete.
11119 (save_stop_reason, linux_nat_wait_1)
11120 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
11121 low methods.
11122 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
11123 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11124 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
11125 (linux_nat_set_prepare_to_resume): Delete.
11126 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
11127 low virtual methods.
11128 * amd64-linux-nat.c: Likewise.
11129 * arm-linux-nat.c: Likewise.
11130 * i386-linux-nat.c: Likewise.
11131 * ia64-linux-nat.c: Likewise.
11132 * mips-linux-nat.c: Likewise.
11133 * ppc-linux-nat.c: Likewise.
11134 * s390-linux-nat.c: Likewise.
11135 * sparc64-linux-nat.c: Likewise.
11136 * x86-linux-nat.c: Likewise.
11137 * x86-linux-nat.h: Include "nat/x86-linux.h".
11138 (x86_linux_nat_target) <low_new_fork, low_forget_process,
11139 low_prepare_to_resume, low_new_thread, low_delete_thread>:
11140 Override methods.
11141
11142 2018-05-02 Pedro Alves <palves@redhat.com>
11143
11144 * target.h (target_ops)
11145 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
11146 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
11147 stopped_by_watchpoint, have_continuable_watchpoint,
11148 stopped_data_address, watchpoint_addr_within_range,
11149 can_accel_watchpoint_condition, can_run, thread_alive,
11150 has_all_memory, has_memory, has_stack, has_registers,
11151 has_execution, can_async_p, is_async_p, supports_non_stop,
11152 always_non_stop_p, can_execute_reverse, supports_multi_process,
11153 supports_enable_disable_tracepoint,
11154 supports_disable_randomization, supports_string_tracing,
11155 supports_evaluation_of_breakpoint_conditions,
11156 can_run_breakpoint_commands, filesystem_is_local,
11157 can_download_tracepoint, get_trace_state_variable_value,
11158 set_trace_notes, get_tib_address, use_agent, can_use_agent,
11159 record_is_replaying, record_will_replay,
11160 augmented_libraries_svr4_read>: Adjust to return bool.
11161 * aarch64-linux-nat.c: All implementations adjusted.
11162 * aix-thread.c: All implementations adjusted.
11163 * arm-linux-nat.c: All implementations adjusted.
11164 * breakpoint.c: All implementations adjusted.
11165 * bsd-kvm.c: All implementations adjusted.
11166 * bsd-uthread.c: All implementations adjusted.
11167 * corelow.c: All implementations adjusted.
11168 * ctf.c: All implementations adjusted.
11169 * darwin-nat.c: All implementations adjusted.
11170 * darwin-nat.h: All implementations adjusted.
11171 * exec.c: All implementations adjusted.
11172 * fbsd-nat.c: All implementations adjusted.
11173 * fbsd-nat.h: All implementations adjusted.
11174 * gnu-nat.c: All implementations adjusted.
11175 * gnu-nat.h: All implementations adjusted.
11176 * go32-nat.c: All implementations adjusted.
11177 * ia64-linux-nat.c: All implementations adjusted.
11178 * inf-child.c: All implementations adjusted.
11179 * inf-child.h: All implementations adjusted.
11180 * inf-ptrace.c: All implementations adjusted.
11181 * inf-ptrace.h: All implementations adjusted.
11182 * linux-nat.c: All implementations adjusted.
11183 * linux-nat.h: All implementations adjusted.
11184 * mips-linux-nat.c: All implementations adjusted.
11185 * nto-procfs.c: All implementations adjusted.
11186 * ppc-linux-nat.c: All implementations adjusted.
11187 * procfs.c: All implementations adjusted.
11188 * ravenscar-thread.c: All implementations adjusted.
11189 * record-btrace.c: All implementations adjusted.
11190 * record-full.c: All implementations adjusted.
11191 * remote-sim.c: All implementations adjusted.
11192 * remote.c: All implementations adjusted.
11193 * s390-linux-nat.c: All implementations adjusted.
11194 * sol-thread.c: All implementations adjusted.
11195 * spu-multiarch.c: All implementations adjusted.
11196 * target-delegates.c: All implementations adjusted.
11197 * target.c: All implementations adjusted.
11198 * target.h: All implementations adjusted.
11199 * tracefile-tfile.c: All implementations adjusted.
11200 * tracefile.c: All implementations adjusted.
11201 * tracefile.h: All implementations adjusted.
11202 * windows-nat.c: All implementations adjusted.
11203 * x86-linux-nat.h: All implementations adjusted.
11204 * x86-nat.h: All implementations adjusted.
11205
11206 2018-05-02 Pedro Alves <palves@redhat.com>
11207
11208 * make-target-delegates (scan_target_h): Don't trim lines here.
11209 Replace sequences of tabs and/or whitespace with a single
11210 whitespace.
11211 (top level, parsing methods): Trim each line before processing it
11212 here.
11213
11214 2018-05-02 Pedro Alves <palves@redhat.com>
11215 John Baldwin <jhb@freebsd.org>
11216
11217 * target.h (enum strata) <debug_stratum>: New.
11218 (struct target_ops) <all delegation methods>: Replace by C++
11219 virtual methods, and drop "to_" prefix. All references updated
11220 throughout.
11221 <to_shortname, to_longname, to_doc, to_data,
11222 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
11223 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
11224 virtual methods. All references updated throughout.
11225 <can_attach, supports_terminal_ours, can_create_inferior,
11226 get_thread_control_capabilities, attach_no_wait>: New
11227 virtual methods.
11228 <insert_breakpoint, remove_breakpoint>: Now
11229 TARGET_DEFAULT_NORETURN methods.
11230 <info_proc>: Now returns bool.
11231 <to_magic>: Delete.
11232 (OPS_MAGIC): Delete.
11233 (current_target): Delete. All references replaced by references
11234 to ...
11235 (target_stack): ... this. New.
11236 (target_shortname, target_longname): Adjust.
11237 (target_can_run): Now a function declaration.
11238 (default_child_has_all_memory, default_child_has_memory)
11239 (default_child_has_stack, default_child_has_registers)
11240 (default_child_has_execution): Remove target_ops parameter.
11241 (complete_target_initialization): Delete.
11242 (memory_breakpoint_target): New template class.
11243 (test_target_ops): Refactor as a C++ class with virtual methods.
11244 * make-target-delegates (NAME_PART): Tighten.
11245 (POINTER_PART, CP_SYMBOL): New.
11246 (SIMPLE_RETURN_PART): Reimplement.
11247 (VEC_RETURN_PART): Expect less.
11248 (RETURN_PART, VIRTUAL_PART): New.
11249 (METHOD): Adjust to C++ virtual methods.
11250 (scan_target_h): Remove reference to C99.
11251 (dname): Output "target_ops::" prefix.
11252 (write_function_header): Adjust to output a C++ class method.
11253 (write_declaration): New.
11254 (write_delegator): Adjust to output a C++ class method.
11255 (tdname): Output "dummy_target::" prefix.
11256 (write_tdefault, write_debugmethod): Adjust to output a C++ class
11257 method.
11258 (tdefault_names, debug_names): Delete.
11259 (return_types, tdefaults, styles, argtypes_array): New.
11260 (top level): All methods are delegators.
11261 (print_class): New.
11262 (top level): Print dummy_target and debug_target classes.
11263 * target-delegates.c: Regenerate.
11264 * target-debug.h (target_debug_print_enum_info_proc_what)
11265 (target_debug_print_thread_control_capabilities)
11266 (target_debug_print_thread_info_p): New.
11267 * target.c (dummy_target): Delete.
11268 (the_dummy_target, the_debug_target): New.
11269 (target_stack): Now extern.
11270 (set_targetdebug): Push/unpush debug target.
11271 (default_child_has_all_memory, default_child_has_memory)
11272 (default_child_has_stack, default_child_has_registers)
11273 (default_child_has_execution): Remove target_ops parameter.
11274 (complete_target_initialization): Delete.
11275 (add_target_with_completer): No longer call
11276 complete_target_initialization.
11277 (target_supports_terminal_ours): Use regular delegation.
11278 (update_current_target): Delete.
11279 (push_target): No longer check magic number. Don't call
11280 update_current_target.
11281 (unpush_target): Don't call update_current_target.
11282 (target_is_pushed): No longer check magic number.
11283 (target_require_runnable): Skip for all stratums over
11284 process_stratum.
11285 (target_ops::info_proc): New.
11286 (target_info_proc): Use find_target_at and
11287 find_default_run_target.
11288 (target_supports_disable_randomization): Use regular delegation.
11289 (target_get_osdata): Use find_target_at.
11290 (target_ops::open, target_ops::close, target_ops::can_attach)
11291 (target_ops::attach, target_ops::can_create_inferior)
11292 (target_ops::create_inferior, target_ops::can_run)
11293 (target_can_run): New.
11294 (default_fileio_target): Use regular delegation.
11295 (target_ops::fileio_open, target_ops::fileio_pwrite)
11296 (target_ops::fileio_pread, target_ops::fileio_fstat)
11297 (target_ops::fileio_close, target_ops::fileio_unlink)
11298 (target_ops::fileio_readlink): New.
11299 (target_fileio_open_1, target_fileio_unlink)
11300 (target_fileio_readlink): Always call the target method. Handle
11301 FILEIO_ENOSYS.
11302 (return_zero, return_zero_has_execution): Delete.
11303 (init_dummy_target): Delete.
11304 (dummy_target::dummy_target, dummy_target::shortname)
11305 (dummy_target::longname, dummy_target::doc)
11306 (debug_target::debug_target, debug_target::shortname)
11307 (debug_target::longname, debug_target::doc): New.
11308 (target_supports_delete_record): Use regular delegation.
11309 (setup_target_debug): Delete.
11310 (maintenance_print_target_stack): Skip debug_stratum.
11311 (initialize_targets): Instantiate the_dummy_target and
11312 the_debug_target.
11313 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
11314 use target_stack.
11315 (target_auxv_search, fprint_target_auxv): Adjust.
11316 (info_auxv_command): Adjust to use target_stack.
11317 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
11318 * exceptions.c (print_flush): Handle a NULL target_stack.
11319 * regcache.c (target_ops_no_register): Refactor as class with
11320 virtual methods.
11321
11322 * exec.c (exec_target): New class.
11323 (exec_ops): Now an exec_target.
11324 (exec_open, exec_close_1, exec_get_section_table)
11325 (exec_xfer_partial, exec_files_info, exec_has_memory)
11326 (exec_make_note_section): Refactor as exec_target methods.
11327 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
11328 Delete.
11329 (exec_target::find_memory_regions): New.
11330 (_initialize_exec): Don't call init_exec_ops.
11331 * gdbcore.h (exec_file_clear): Delete.
11332
11333 * corefile.c (core_target): Delete.
11334 (core_file_command): Adjust.
11335 * corelow.c (core_target): New class.
11336 (the_core_target): New.
11337 (core_close): Remove target_ops parameter.
11338 (core_close_cleanup): Adjust.
11339 (core_target::close): New.
11340 (core_open, core_detach, get_core_registers, core_files_info)
11341 (core_xfer_partial, core_thread_alive, core_read_description)
11342 (core_pid_to_str, core_thread_name, core_has_memory)
11343 (core_has_stack, core_has_registers, core_info_proc): Rework as
11344 core_target methods.
11345 (ignore, core_remove_breakpoint, init_core_ops): Delete.
11346 (_initialize_corelow): Initialize the_core_target.
11347 * gdbcore.h (core_target): Delete.
11348 (the_core_target): New.
11349
11350 * ctf.c: (ctf_target): New class.
11351 (ctf_ops): Now a ctf_target.
11352 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
11353 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
11354 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
11355 methods.
11356 (init_ctf_ops): Delete.
11357 (_initialize_ctf): Don't call it.
11358 * tracefile-tfile.c (tfile_target): New class.
11359 (tfile_ops): Now a tfile_target.
11360 (tfile_open, tfile_close, tfile_files_info)
11361 (tfile_get_tracepoint_status, tfile_trace_find)
11362 (tfile_fetch_registers, tfile_xfer_partial)
11363 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
11364 Refactor as tfile_target methods.
11365 (tfile_xfer_partial_features): Remove target_ops parameter.
11366 (init_tfile_ops): Delete.
11367 (_initialize_tracefile_tfile): Don't call it.
11368 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
11369 (tracefile_has_stack, tracefile_has_registers)
11370 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
11371 tracefile_target methods.
11372 (init_tracefile_ops): Delete.
11373 (tracefile_target::tracefile_target): New.
11374 * tracefile.h: Include "target.h".
11375 (tracefile_target): New class.
11376 (init_tracefile_ops): Delete.
11377
11378 * spu-multiarch.c (spu_multiarch_target): New class.
11379 (spu_ops): Now a spu_multiarch_target.
11380 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
11381 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
11382 (spu_search_memory, spu_mourn_inferior): Refactor as
11383 spu_multiarch_target methods.
11384 (init_spu_ops): Delete.
11385 (_initialize_spu_multiarch): Remove references to init_spu_ops,
11386 complete_target_initialization.
11387
11388 * ravenscar-thread.c (ravenscar_thread_target): New class.
11389 (ravenscar_ops): Now a ravenscar_thread_target.
11390 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
11391 (ravenscar_thread_alive, ravenscar_pid_to_str)
11392 (ravenscar_fetch_registers, ravenscar_store_registers)
11393 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
11394 (ravenscar_stopped_by_hw_breakpoint)
11395 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
11396 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
11397 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
11398 methods.
11399 (init_ravenscar_thread_ops): Delete.
11400 (_initialize_ravenscar): Remove references to
11401 init_ravenscar_thread_ops and complete_target_initialization.
11402
11403 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
11404 (bsd_uthread_target): New class.
11405 (bsd_uthread_ops): Now a bsd_uthread_target.
11406 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
11407 (bsd_uthread_close, bsd_uthread_mourn_inferior)
11408 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
11409 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
11410 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
11411 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
11412 (bsd_uthread_target): Delete function.
11413 (_initialize_bsd_uthread): Remove reference to
11414 complete_target_initialization.
11415
11416 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
11417 (target_bfd): ... this new class.
11418 (target_bfd_xfer_partial, target_bfd_get_section_table)
11419 (target_bfd_close): Refactor as target_bfd methods.
11420 (target_bfd::~target_bfd): New.
11421 (target_bfd_reopen): Adjust.
11422 (target_bfd::close): New.
11423
11424 * record-btrace.c (record_btrace_target): New class.
11425 (record_btrace_ops): Now a record_btrace_target.
11426 (record_btrace_open, record_btrace_stop_recording)
11427 (record_btrace_disconnect, record_btrace_close)
11428 (record_btrace_async, record_btrace_info)
11429 (record_btrace_insn_history, record_btrace_insn_history_range)
11430 (record_btrace_insn_history_from, record_btrace_call_history)
11431 (record_btrace_call_history_range)
11432 (record_btrace_call_history_from, record_btrace_record_method)
11433 (record_btrace_is_replaying, record_btrace_will_replay)
11434 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
11435 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
11436 (record_btrace_store_registers, record_btrace_prepare_to_store)
11437 (record_btrace_to_get_unwinder)
11438 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
11439 (record_btrace_commit_resume, record_btrace_wait)
11440 (record_btrace_stop, record_btrace_can_execute_reverse)
11441 (record_btrace_stopped_by_sw_breakpoint)
11442 (record_btrace_supports_stopped_by_sw_breakpoint)
11443 (record_btrace_stopped_by_hw_breakpoint)
11444 (record_btrace_supports_stopped_by_hw_breakpoint)
11445 (record_btrace_update_thread_list, record_btrace_thread_alive)
11446 (record_btrace_goto_begin, record_btrace_goto_end)
11447 (record_btrace_goto, record_btrace_stop_replaying_all)
11448 (record_btrace_execution_direction)
11449 (record_btrace_prepare_to_generate_core)
11450 (record_btrace_done_generating_core): Refactor as
11451 record_btrace_target methods.
11452 (init_record_btrace_ops): Delete.
11453 (_initialize_record_btrace): Remove reference to
11454 init_record_btrace_ops.
11455 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
11456 the execution_direction global.
11457 (record_full_base_target, record_full_target)
11458 (record_full_core_target): New classes.
11459 (record_full_ops): Now a record_full_target.
11460 (record_full_core_ops): Now a record_full_core_target.
11461 (record_full_target::detach, record_full_target::disconnect)
11462 (record_full_core_target::disconnect)
11463 (record_full_target::mourn_inferior, record_full_target::kill):
11464 New.
11465 (record_full_open, record_full_close, record_full_async): Refactor
11466 as methods of the record_full_base_target class.
11467 (record_full_resume, record_full_commit_resume): Refactor
11468 as methods of the record_full_target class.
11469 (record_full_wait, record_full_stopped_by_watchpoint)
11470 (record_full_stopped_data_address)
11471 (record_full_stopped_by_sw_breakpoint)
11472 (record_full_supports_stopped_by_sw_breakpoint)
11473 (record_full_stopped_by_hw_breakpoint)
11474 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
11475 methods of the record_full_base_target class.
11476 (record_full_store_registers, record_full_xfer_partial)
11477 (record_full_insert_breakpoint, record_full_remove_breakpoint):
11478 Refactor as methods of the record_full_target class.
11479 (record_full_can_execute_reverse, record_full_get_bookmark)
11480 (record_full_goto_bookmark, record_full_execution_direction)
11481 (record_full_record_method, record_full_info, record_full_delete)
11482 (record_full_is_replaying, record_full_will_replay)
11483 (record_full_goto_begin, record_full_goto_end, record_full_goto)
11484 (record_full_stop_replaying): Refactor as methods of the
11485 record_full_base_target class.
11486 (record_full_core_resume, record_full_core_kill)
11487 (record_full_core_fetch_registers)
11488 (record_full_core_prepare_to_store)
11489 (record_full_core_store_registers, record_full_core_xfer_partial)
11490 (record_full_core_insert_breakpoint)
11491 (record_full_core_remove_breakpoint)
11492 (record_full_core_has_execution): Refactor
11493 as methods of the record_full_core_target class.
11494 (record_full_base_target::supports_delete_record): New.
11495 (init_record_full_ops): Delete.
11496 (init_record_full_core_ops): Delete.
11497 (record_full_save): Refactor as method of the
11498 record_full_base_target class.
11499 (_initialize_record_full): Remove references to
11500 init_record_full_ops and init_record_full_core_ops.
11501
11502 * remote.c (remote_target, extended_remote_target): New classes.
11503 (remote_ops): Now a remote_target.
11504 (extended_remote_ops): Now an extended_remote_target.
11505 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
11506 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
11507 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
11508 (remote_pass_signals, remote_set_syscall_catchpoint)
11509 (remote_program_signals, )
11510 (remote_thread_always_alive): Remove target_ops parameter.
11511 (remote_thread_alive, remote_thread_name)
11512 (remote_update_thread_list, remote_threads_extra_info)
11513 (remote_static_tracepoint_marker_at)
11514 (remote_static_tracepoint_markers_by_strid)
11515 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
11516 (remote_open): Refactor as methods of remote_target.
11517 (extended_remote_open, extended_remote_detach)
11518 (extended_remote_attach, extended_remote_post_attach):
11519 (extended_remote_supports_disable_randomization)
11520 (extended_remote_create_inferior): : Refactor as method of
11521 extended_remote_target.
11522 (remote_set_permissions, remote_open_1, remote_detach)
11523 (remote_follow_fork, remote_follow_exec, remote_disconnect)
11524 (remote_resume, remote_commit_resume, remote_stop)
11525 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
11526 (remote_terminal_ours, remote_wait, remote_fetch_registers)
11527 (remote_prepare_to_store, remote_store_registers)
11528 (remote_flash_erase, remote_flash_done, remote_files_info)
11529 (remote_kill, remote_mourn, remote_insert_breakpoint)
11530 (remote_remove_breakpoint, remote_insert_watchpoint)
11531 (remote_watchpoint_addr_within_range)
11532 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
11533 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
11534 (remote_supports_stopped_by_sw_breakpoint)
11535 (remote_stopped_by_hw_breakpoint)
11536 (remote_supports_stopped_by_hw_breakpoint)
11537 (remote_stopped_by_watchpoint, remote_stopped_data_address)
11538 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
11539 (remote_verify_memory): Refactor as methods of remote_target.
11540 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
11541 parameter.
11542 (remote_xfer_partial, remote_get_memory_xfer_limit)
11543 (remote_search_memory, remote_rcmd, remote_memory_map)
11544 (remote_pid_to_str, remote_get_thread_local_address)
11545 (remote_get_tib_address, remote_read_description): Refactor as
11546 methods of remote_target.
11547 (remote_target::fileio_open, remote_target::fileio_pwrite)
11548 (remote_target::fileio_pread, remote_target::fileio_close): New.
11549 (remote_hostio_readlink, remote_hostio_fstat)
11550 (remote_filesystem_is_local, remote_can_execute_reverse)
11551 (remote_supports_non_stop, remote_supports_disable_randomization)
11552 (remote_supports_multi_process, remote_supports_cond_breakpoints)
11553 (remote_supports_enable_disable_tracepoint)
11554 (remote_supports_string_tracing)
11555 (remote_can_run_breakpoint_commands, remote_trace_init)
11556 (remote_download_tracepoint, remote_can_download_tracepoint)
11557 (remote_download_trace_state_variable, remote_enable_tracepoint)
11558 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11559 (remote_trace_start, remote_get_trace_status)
11560 (remote_get_tracepoint_status, remote_trace_stop)
11561 (remote_trace_find, remote_get_trace_state_variable_value)
11562 (remote_save_trace_data, remote_get_raw_trace_data)
11563 (remote_set_disconnected_tracing, remote_core_of_thread)
11564 (remote_set_circular_trace_buffer, remote_traceframe_info)
11565 (remote_get_min_fast_tracepoint_insn_len)
11566 (remote_set_trace_buffer_size, remote_set_trace_notes)
11567 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11568 (remote_disable_btrace, remote_teardown_btrace)
11569 (remote_read_btrace, remote_btrace_conf)
11570 (remote_augmented_libraries_svr4_read, remote_load)
11571 (remote_pid_to_exec_file, remote_can_do_single_step)
11572 (remote_execution_direction, remote_thread_handle_to_thread_info):
11573 Refactor as methods of remote_target.
11574 (init_remote_ops, init_extended_remote_ops): Delete.
11575 (remote_can_async_p, remote_is_async_p, remote_async)
11576 (remote_thread_events, remote_upload_tracepoints)
11577 (remote_upload_trace_state_variables): Refactor as methods of
11578 remote_target.
11579 (_initialize_remote): Remove references to init_remote_ops and
11580 init_extended_remote_ops.
11581
11582 * remote-sim.c (gdbsim_target): New class.
11583 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11584 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11585 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11586 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11587 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11588 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11589 Refactor as methods of gdbsim_target.
11590 (gdbsim_ops): Now a gdbsim_target.
11591 (init_gdbsim_ops): Delete.
11592 (gdbsim_cntrl_c): Adjust.
11593 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11594
11595 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11596 (the_amd64_linux_nat_target): New.
11597 (amd64_linux_fetch_inferior_registers)
11598 (amd64_linux_store_inferior_registers): Refactor as methods of
11599 amd64_linux_nat_target.
11600 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
11601 * i386-linux-nat.c: Don't include "linux-nat.h".
11602 (i386_linux_nat_target): New class.
11603 (the_i386_linux_nat_target): New.
11604 (i386_linux_fetch_inferior_registers)
11605 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11606 as methods of i386_linux_nat_target.
11607 (_initialize_i386_linux_nat): Adjust. Set linux_target.
11608 * inf-child.c (inf_child_ops): Delete.
11609 (inf_child_fetch_inferior_registers)
11610 (inf_child_store_inferior_registers): Delete.
11611 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11612 methods of inf_child_target.
11613 (inf_child_target::supports_terminal_ours)
11614 (inf_child_target::terminal_init)
11615 (inf_child_target::terminal_inferior)
11616 (inf_child_target::terminal_ours_for_output)
11617 (inf_child_target::terminal_ours, inf_child_target::interrupt)
11618 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11619 New.
11620 (inf_child_open, inf_child_disconnect, inf_child_close)
11621 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11622 (inf_child_post_startup_inferior, inf_child_can_run)
11623 (inf_child_pid_to_exec_file): Refactor as methods of
11624 inf_child_target.
11625 (inf_child_follow_fork): Delete.
11626 (inf_child_target::can_create_inferior)
11627 (inf_child_target::can_attach): New.
11628 (inf_child_target::has_all_memory, inf_child_target::has_memory)
11629 (inf_child_target::has_stack, inf_child_target::has_registers)
11630 (inf_child_target::has_execution): New.
11631 (inf_child_fileio_open, inf_child_fileio_pwrite)
11632 (inf_child_fileio_pread, inf_child_fileio_fstat)
11633 (inf_child_fileio_close, inf_child_fileio_unlink)
11634 (inf_child_fileio_readlink, inf_child_use_agent)
11635 (inf_child_can_use_agent): Refactor as methods of
11636 inf_child_target.
11637 (return_zero, inf_child_target): Delete.
11638 (inf_child_target::inf_child_target): New.
11639 * inf-child.h: Include "target.h".
11640 (inf_child_target): Delete function prototype.
11641 (inf_child_target): New class.
11642 (inf_child_open_target, inf_child_mourn_inferior)
11643 (inf_child_maybe_unpush_target): Delete.
11644 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11645 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11646 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11647 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11648 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11649 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11650 (inf_ptrace_wait, inf_ptrace_xfer_partial)
11651 (inf_ptrace_thread_alive, inf_ptrace_files_info)
11652 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11653 methods of inf_ptrace_target.
11654 (inf_ptrace_target): Delete function.
11655 * inf-ptrace.h: Include "inf-child.h".
11656 (inf_ptrace_target): Delete function declaration.
11657 (inf_ptrace_target): New class.
11658 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11659 * linux-nat.c (linux_target): New.
11660 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11661 (linux_nat_target::~linux_nat_target): New.
11662 (linux_child_post_attach, linux_child_post_startup_inferior)
11663 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11664 (linux_child_remove_fork_catchpoint)
11665 (linux_child_insert_vfork_catchpoint)
11666 (linux_child_remove_vfork_catchpoint)
11667 (linux_child_insert_exec_catchpoint)
11668 (linux_child_remove_exec_catchpoint)
11669 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11670 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11671 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11672 (linux_nat_stopped_data_address)
11673 (linux_nat_stopped_by_sw_breakpoint)
11674 (linux_nat_supports_stopped_by_sw_breakpoint)
11675 (linux_nat_stopped_by_hw_breakpoint)
11676 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11677 (linux_nat_kill, linux_nat_mourn_inferior)
11678 (linux_nat_xfer_partial, linux_nat_thread_alive)
11679 (linux_nat_update_thread_list, linux_nat_pid_to_str)
11680 (linux_nat_thread_name, linux_child_pid_to_exec_file)
11681 (linux_child_static_tracepoint_markers_by_strid)
11682 (linux_nat_is_async_p, linux_nat_can_async_p)
11683 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11684 (linux_nat_supports_multi_process)
11685 (linux_nat_supports_disable_randomization, linux_nat_async)
11686 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11687 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11688 (linux_nat_fileio_open, linux_nat_fileio_readlink)
11689 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11690 methods of linux_nat_target.
11691 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11692 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11693 parameter.
11694 (check_stopped_by_watchpoint): Adjust.
11695 (linux_xfer_partial): Delete.
11696 (linux_target_install_ops, linux_target, linux_nat_add_target):
11697 Delete.
11698 (linux_nat_target::linux_nat_target): New.
11699 * linux-nat.h: Include "inf-ptrace.h".
11700 (linux_nat_target): New.
11701 (linux_target, linux_target_install_ops, linux_nat_add_target):
11702 Delete function declarations.
11703 (linux_target): Declare global.
11704 * linux-thread-db.c (thread_db_target): New.
11705 (thread_db_target::thread_db_target): New.
11706 (thread_db_ops): Delete.
11707 (the_thread_db_target): New.
11708 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11709 (thread_db_update_thread_list, thread_db_pid_to_str)
11710 (thread_db_extra_thread_info)
11711 (thread_db_thread_handle_to_thread_info)
11712 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11713 (thread_db_resume): Refactor as methods of thread_db_target.
11714 (init_thread_db_ops): Delete.
11715 (_initialize_thread_db): Remove reference to init_thread_db_ops.
11716 * x86-linux-nat.c: Don't include "linux-nat.h".
11717 (super_post_startup_inferior): Delete.
11718 (x86_linux_nat_target::~x86_linux_nat_target): New.
11719 (x86_linux_child_post_startup_inferior)
11720 (x86_linux_read_description, x86_linux_enable_btrace)
11721 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11722 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11723 methods of x86_linux_nat_target.
11724 (x86_linux_create_target): Delete. Bits folded ...
11725 (x86_linux_add_target): ... here. Now takes a linux_nat_target
11726 pointer.
11727 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11728 (x86_linux_nat_target): New class.
11729 (x86_linux_create_target): Delete.
11730 (x86_linux_add_target): Now takes a linux_nat_target pointer.
11731 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11732 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11733 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11734 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11735 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11736 make extern.
11737 (x86_use_watchpoints): Delete.
11738 * x86-nat.h: Include "breakpoint.h" and "target.h".
11739 (x86_use_watchpoints): Delete.
11740 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11741 (x86_stopped_by_watchpoint, x86_stopped_data_address)
11742 (x86_insert_watchpoint, x86_remove_watchpoint)
11743 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11744 (x86_stopped_by_hw_breakpoint): New declarations.
11745 (x86_nat_target): New template class.
11746
11747 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11748 (the_ppc_linux_nat_target): New.
11749 (ppc_linux_fetch_inferior_registers)
11750 (ppc_linux_can_use_hw_breakpoint)
11751 (ppc_linux_region_ok_for_hw_watchpoint)
11752 (ppc_linux_ranged_break_num_registers)
11753 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11754 (ppc_linux_insert_mask_watchpoint)
11755 (ppc_linux_remove_mask_watchpoint)
11756 (ppc_linux_can_accel_watchpoint_condition)
11757 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11758 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11759 (ppc_linux_watchpoint_addr_within_range)
11760 (ppc_linux_masked_watch_num_registers)
11761 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11762 (ppc_linux_read_description): Refactor as methods of
11763 ppc_linux_nat_target.
11764 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
11765
11766 * procfs.c (procfs_xfer_partial): Delete forward declaration.
11767 (procfs_target): New class.
11768 (the_procfs_target): New.
11769 (procfs_target): Delete function.
11770 (procfs_auxv_parse, procfs_attach, procfs_detach)
11771 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11772 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11773 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11774 (procfs_create_inferior, procfs_update_thread_list)
11775 (procfs_thread_alive, procfs_pid_to_str)
11776 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11777 (procfs_stopped_data_address, procfs_insert_watchpoint)
11778 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11779 (proc_find_memory_regions, procfs_info_proc)
11780 (procfs_make_note_section): Refactor as methods of procfs_target.
11781 (_initialize_procfs): Adjust.
11782 * sol-thread.c (sol_thread_target): New class.
11783 (sol_thread_ops): Now a sol_thread_target.
11784 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11785 (sol_thread_fetch_registers, sol_thread_store_registers)
11786 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11787 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11788 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11789 (init_sol_thread_ops): Delete.
11790 (_initialize_sol_thread): Adjust. Remove references to
11791 init_sol_thread_ops and complete_target_initialization.
11792
11793 * windows-nat.c (windows_nat_target): New class.
11794 (windows_fetch_inferior_registers)
11795 (windows_store_inferior_registers, windows_resume, windows_wait)
11796 (windows_attach, windows_detach, windows_pid_to_exec_file)
11797 (windows_files_info, windows_create_inferior)
11798 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11799 (windows_close, windows_pid_to_str, windows_xfer_partial)
11800 (windows_get_tib_address, windows_get_ada_task_ptid)
11801 (windows_thread_name, windows_thread_alive): Refactor as
11802 windows_nat_target methods.
11803 (do_initial_windows_stuff): Adjust.
11804 (windows_target): Delete function.
11805 (_initialize_windows_nat): Adjust.
11806
11807 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11808 (darwin_mourn_inferior, darwin_kill_inferior)
11809 (darwin_create_inferior, darwin_attach, darwin_detach)
11810 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11811 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11812 (darwin_supports_multi_process): Refactor as darwin_nat_target
11813 methods.
11814 (darwin_resume_to, darwin_files_info): Delete.
11815 (_initialize_darwin_inferior): Rename to ...
11816 (_initialize_darwin_nat): ... this. Adjust to C++ification.
11817 * darwin-nat.h: Include "inf-child.h".
11818 (darwin_nat_target): New class.
11819 (darwin_complete_target): Delete.
11820 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11821 (darwin_target): New.
11822 (i386_darwin_fetch_inferior_registers)
11823 (i386_darwin_store_inferior_registers): Refactor as methods of
11824 darwin_nat_target.
11825 (darwin_complete_target): Delete, with ...
11826 (_initialize_i386_darwin_nat): ... bits factored out here.
11827
11828 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11829 (the_alpha_linux_nat_target): New.
11830 (alpha_linux_register_u_offset): Refactor as
11831 alpha_linux_nat_target method.
11832 (_initialize_alpha_linux_nat): Adjust.
11833 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11834 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11835 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11836 methods of linux_nat_trad_target.
11837 (linux_trad_target): Delete.
11838 * linux-nat-trad.h (linux_trad_target): Delete function.
11839 (linux_nat_trad_target): New class.
11840 * mips-linux-nat.c (mips_linux_nat_target): New class.
11841 (super_fetch_registers, super_store_registers, super_close):
11842 Delete.
11843 (the_mips_linux_nat_target): New.
11844 (mips64_linux_regsets_fetch_registers)
11845 (mips64_linux_regsets_store_registers)
11846 (mips64_linux_fetch_registers, mips64_linux_store_registers)
11847 (mips_linux_register_u_offset, mips_linux_read_description)
11848 (mips_linux_can_use_hw_breakpoint)
11849 (mips_linux_stopped_by_watchpoint)
11850 (mips_linux_stopped_data_address)
11851 (mips_linux_region_ok_for_hw_watchpoint)
11852 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11853 (mips_linux_close): Refactor as methods of mips_linux_nat.
11854 (_initialize_mips_linux_nat): Adjust to C++ification.
11855
11856 * aix-thread.c (aix_thread_target): New class.
11857 (aix_thread_ops): Now an aix_thread_target.
11858 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11859 (aix_thread_fetch_registers, aix_thread_store_registers)
11860 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11861 (aix_thread_thread_alive, aix_thread_pid_to_str)
11862 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11863 Refactor as methods of aix_thread_target.
11864 (init_aix_thread_ops): Delete.
11865 (_initialize_aix_thread): Remove references to init_aix_thread_ops
11866 and complete_target_initialization.
11867 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11868 (rs6000_nat_target): New class.
11869 (the_rs6000_nat_target): New.
11870 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11871 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11872 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11873 (super_create_inferior): Delete.
11874 (_initialize_rs6000_nat): Adjust to C++ification.
11875
11876 * arm-linux-nat.c (arm_linux_nat_target): New class.
11877 (the_arm_linux_nat_target): New.
11878 (arm_linux_fetch_inferior_registers)
11879 (arm_linux_store_inferior_registers, arm_linux_read_description)
11880 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11881 (arm_linux_remove_hw_breakpoint)
11882 (arm_linux_region_ok_for_hw_watchpoint)
11883 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11884 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11885 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11886 arm_linux_nat_target.
11887 (_initialize_arm_linux_nat): Adjust to C++ification.
11888
11889 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11890 (the_aarch64_linux_nat_target): New.
11891 (aarch64_linux_fetch_inferior_registers)
11892 (aarch64_linux_store_inferior_registers)
11893 (aarch64_linux_child_post_startup_inferior)
11894 (aarch64_linux_read_description)
11895 (aarch64_linux_can_use_hw_breakpoint)
11896 (aarch64_linux_insert_hw_breakpoint)
11897 (aarch64_linux_remove_hw_breakpoint)
11898 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11899 (aarch64_linux_region_ok_for_hw_watchpoint)
11900 (aarch64_linux_stopped_data_address)
11901 (aarch64_linux_stopped_by_watchpoint)
11902 (aarch64_linux_watchpoint_addr_within_range)
11903 (aarch64_linux_can_do_single_step): Refactor as methods of
11904 aarch64_linux_nat_target.
11905 (super_post_startup_inferior): Delete.
11906 (_initialize_aarch64_linux_nat): Adjust to C++ification.
11907
11908 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11909 (the_hppa_linux_nat_target): New.
11910 (hppa_linux_fetch_inferior_registers)
11911 (hppa_linux_store_inferior_registers): Refactor as methods of
11912 hppa_linux_nat_target.
11913 (_initialize_hppa_linux_nat): Adjust to C++ification.
11914
11915 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11916 (the_ia64_linux_nat_target): New.
11917 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11918 (ia64_linux_stopped_data_address)
11919 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11920 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11921 ia64_linux_nat_target methods.
11922 (super_xfer_partial): Delete.
11923 (_initialize_ia64_linux_nat): Adjust to C++ification.
11924
11925 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11926 (the_m32r_linux_nat_target): New.
11927 (m32r_linux_fetch_inferior_registers)
11928 (m32r_linux_store_inferior_registers): Refactor as
11929 m32r_linux_nat_target methods.
11930 (_initialize_m32r_linux_nat): Adjust to C++ification.
11931
11932 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11933 (the_m68k_linux_nat_target): New.
11934 (m68k_linux_fetch_inferior_registers)
11935 (m68k_linux_store_inferior_registers): Refactor as
11936 m68k_linux_nat_target methods.
11937 (_initialize_m68k_linux_nat): Adjust to C++ification.
11938
11939 * s390-linux-nat.c (s390_linux_nat_target): New class.
11940 (the_s390_linux_nat_target): New.
11941 (s390_linux_fetch_inferior_registers)
11942 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11943 (s390_insert_watchpoint, s390_remove_watchpoint)
11944 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11945 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11946 (s390_auxv_parse, s390_read_description): Refactor as methods of
11947 s390_linux_nat_target.
11948 (_initialize_s390_nat): Adjust to C++ification.
11949
11950 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11951 (the_sparc_linux_nat_target): New.
11952 (_initialize_sparc_linux_nat): Adjust to C++ification.
11953 * sparc-nat.c (sparc_fetch_inferior_registers)
11954 (sparc_store_inferior_registers): Remove target_ops parameter.
11955 * sparc-nat.h (sparc_fetch_inferior_registers)
11956 (sparc_store_inferior_registers): Remove target_ops parameter.
11957 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11958 (the_sparc64_linux_nat_target): New.
11959 (_initialize_sparc64_linux_nat): Adjust to C++ification.
11960
11961 * spu-linux-nat.c (spu_linux_nat_target): New class.
11962 (the_spu_linux_nat_target): New.
11963 (spu_child_post_startup_inferior, spu_child_post_attach)
11964 (spu_child_wait, spu_fetch_inferior_registers)
11965 (spu_store_inferior_registers, spu_xfer_partial)
11966 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11967 methods.
11968 (_initialize_spu_nat): Adjust to C++ification.
11969
11970 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11971 (the_tilegx_linux_nat_target): New.
11972 (fetch_inferior_registers, store_inferior_registers):
11973 Refactor as methods.
11974 (_initialize_tile_linux_nat): Adjust to C++ification.
11975
11976 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11977 (the_xtensa_linux_nat_target): New.
11978 (xtensa_linux_fetch_inferior_registers)
11979 (xtensa_linux_store_inferior_registers): Refactor as
11980 xtensa_linux_nat_target methods.
11981 (_initialize_xtensa_linux_nat): Adjust to C++ification.
11982
11983 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11984 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11985 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11986 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11987 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11988 (fbsd_stopped_by_sw_breakpoint)
11989 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11990 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11991 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
11992 (fbsd_post_startup_inferior, fbsd_post_attach)
11993 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
11994 (fbsd_set_syscall_catchpoint)
11995 (super_xfer_partial, super_resume, super_wait)
11996 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
11997 (fbsd_handle_debug_trap): Remove target_ops parameter.
11998 (fbsd_nat_add_target): Delete.
11999 * fbsd-nat.h: Include "inf-ptrace.h".
12000 (fbsd_nat_add_target): Delete.
12001 (USE_SIGTRAP_SIGINFO): Define.
12002 (fbsd_nat_target): New class.
12003
12004 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
12005 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
12006 (amd64bsd_target): Delete.
12007 * amd64-bsd-nat.h: New file.
12008 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
12009 "x86-bsd-nat.h".
12010 (amd64_fbsd_nat_target): New class.
12011 (the_amd64_fbsd_nat_target): New.
12012 (amd64fbsd_read_description): Refactor as method of
12013 amd64_fbsd_nat_target.
12014 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
12015 (_initialize_amd64fbsd_nat): Adjust to C++ification.
12016 * amd64-nat.h (amd64bsd_target): Delete function declaration.
12017 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
12018 (i386bsd_store_inferior_registers): Remove target_ops parameter.
12019 (i386bsd_target): Delete.
12020 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
12021 (i386bsd_fetch_inferior_registers)
12022 (i386bsd_store_inferior_registers): Declare.
12023 (i386_bsd_nat_target): New class.
12024 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
12025 (the_i386_fbsd_nat_target): New.
12026 (i386fbsd_resume, i386fbsd_read_description): Refactor as
12027 i386_fbsd_nat_target methods.
12028 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
12029 (_initialize_i386fbsd_nat): Adjust to C++ification.
12030 * x86-bsd-nat.c (super_mourn_inferior): Delete.
12031 (x86bsd_mourn_inferior, x86bsd_target): Delete.
12032 (_initialize_x86_bsd_nat): Adjust to C++ification.
12033 * x86-bsd-nat.h: Include "x86-nat.h".
12034 (x86bsd_target): Delete declaration.
12035 (x86bsd_nat_target): New class.
12036
12037 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
12038 (the_aarch64_fbsd_nat_target): New.
12039 (aarch64_fbsd_fetch_inferior_registers)
12040 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
12041 aarch64_fbsd_nat_target.
12042 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
12043 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
12044 (the_alpha_bsd_nat_target): New.
12045 (alphabsd_fetch_inferior_registers)
12046 (alphabsd_store_inferior_registers): Refactor as
12047 alpha_bsd_nat_target methods.
12048 (_initialize_alphabsd_nat): Refactor as methods of
12049 alpha_bsd_nat_target.
12050 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
12051 (the_amd64_nbsd_nat_target): New.
12052 (_initialize_amd64nbsd_nat): Adjust to C++ification.
12053 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
12054 (the_amd64_obsd_nat_target): New.
12055 (_initialize_amd64obsd_nat): Adjust to C++ification.
12056 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
12057 (the_arm_fbsd_nat_target): New.
12058 (arm_fbsd_fetch_inferior_registers)
12059 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
12060 (_initialize_arm_fbsd_nat): Refactor as methods of
12061 arm_fbsd_nat_target.
12062 (_initialize_arm_fbsd_nat): Adjust to C++ification.
12063 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
12064 (the_arm_netbsd_nat_target): New.
12065 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
12066 arm_netbsd_nat_target.
12067 (_initialize_arm_netbsd_nat): Adjust to C++ification.
12068 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
12069 (the_hppa_nbsd_nat_target): New.
12070 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
12071 hppa_nbsd_nat_target methods.
12072 (_initialize_hppanbsd_nat): Adjust to C++ification.
12073 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
12074 (the_hppa_obsd_nat_target): New.
12075 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
12076 methods of hppa_obsd_nat_target.
12077 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
12078 add_target.
12079 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
12080 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
12081 add_target.
12082 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
12083 (_initialize_i386obsd_nat): Use add_target.
12084 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
12085 (the_m68k_bsd_nat_target): New.
12086 (m68kbsd_fetch_inferior_registers)
12087 (m68kbsd_store_inferior_registers): Refactor as methods of
12088 m68k_bsd_nat_target.
12089 (_initialize_m68kbsd_nat): Adjust to C++ification.
12090 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
12091 (the_mips_fbsd_nat_target): New.
12092 (mips_fbsd_fetch_inferior_registers)
12093 (mips_fbsd_store_inferior_registers): Refactor as methods of
12094 mips_fbsd_nat_target.
12095 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
12096 add_target.
12097 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
12098 (the_mips_nbsd_nat_target): New.
12099 (mipsnbsd_fetch_inferior_registers)
12100 (mipsnbsd_store_inferior_registers): Refactor as methods of
12101 mips_nbsd_nat_target.
12102 (_initialize_mipsnbsd_nat): Adjust to C++ification.
12103 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
12104 (the_mips64_obsd_nat_target): New.
12105 (mips64obsd_fetch_inferior_registers)
12106 (mips64obsd_store_inferior_registers): Refactor as methods of
12107 mips64_obsd_nat_target.
12108 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
12109 add_target.
12110 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
12111 nbsd_nat_target.
12112 * nbsd-nat.h: Include "inf-ptrace.h".
12113 (nbsd_nat_target): New class.
12114 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
12115 (obsd_wait): Refactor as methods of obsd_nat_target.
12116 (obsd_add_target): Delete.
12117 * obsd-nat.h: Include "inf-ptrace.h".
12118 (obsd_nat_target): New class.
12119 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
12120 (the_ppc_fbsd_nat_target): New.
12121 (ppcfbsd_fetch_inferior_registers)
12122 (ppcfbsd_store_inferior_registers): Refactor as methods of
12123 ppc_fbsd_nat_target.
12124 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
12125 add_target.
12126 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
12127 (the_ppc_nbsd_nat_target): New.
12128 (ppcnbsd_fetch_inferior_registers)
12129 (ppcnbsd_store_inferior_registers): Refactor as methods of
12130 ppc_nbsd_nat_target.
12131 (_initialize_ppcnbsd_nat): Adjust to C++ification.
12132 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
12133 (the_ppc_obsd_nat_target): New.
12134 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
12135 methods of ppc_obsd_nat_target.
12136 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
12137 add_target.
12138 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
12139 (the_sh_nbsd_nat_target): New.
12140 (shnbsd_fetch_inferior_registers)
12141 (shnbsd_store_inferior_registers): Refactor as methods of
12142 sh_nbsd_nat_target.
12143 (_initialize_shnbsd_nat): Adjust to C++ification.
12144 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
12145 (inf_ptrace_xfer_partial): Delete.
12146 (sparc_xfer_partial, sparc_target): Delete.
12147 * sparc-nat.h (sparc_fetch_inferior_registers)
12148 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
12149 (sparc_target): Delete function declaration.
12150 (sparc_target): New template class.
12151 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
12152 (_initialize_sparcnbsd_nat): Adjust to C++ification.
12153 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
12154 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
12155 add_target.
12156 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
12157 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
12158 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
12159 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
12160 add_target.
12161 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
12162 (the_vax_bsd_nat_target): New.
12163 (vaxbsd_fetch_inferior_registers)
12164 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
12165 methods.
12166 (_initialize_vaxbsd_nat): Adjust to C++ification.
12167
12168 * bsd-kvm.c (bsd_kvm_target): New class.
12169 (bsd_kvm_ops): Now a bsd_kvm_target.
12170 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
12171 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
12172 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
12173 bsd_kvm_target.
12174 (bsd_kvm_return_one): Delete.
12175 (bsd_kvm_add_target): Adjust to C++ification.
12176
12177 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
12178 (nto_procfs_target_procfs): New classes.
12179 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
12180 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
12181 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
12182 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
12183 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
12184 (procfs_remove_hw_breakpoint, procfs_resume)
12185 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
12186 (procfs_kill_inferior, procfs_store_registers)
12187 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
12188 as methods of nto_procfs_target.
12189 (nto_procfs_ops): Now an nto_procfs_target_procfs.
12190 (nto_native_ops): Delete.
12191 (procfs_open, procfs_native_open): Delete.
12192 (nto_native_ops): Now an nto_procfs_target_native.
12193 (init_procfs_targets): Adjust to C++ification.
12194 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
12195 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
12196 Refactor as methods of nto_procfs_target.
12197
12198 * go32-nat.c (go32_nat_target): New class.
12199 (the_go32_nat_target): New.
12200 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
12201 (go32_store_registers, go32_xfer_partial, go32_files_info)
12202 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
12203 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
12204 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
12205 (go32_pid_to_str): Refactor as methods of go32_nat_target.
12206 (go32_target): Delete.
12207 (_initialize_go32_nat): Adjust to C++ification.
12208
12209 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
12210 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
12211 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
12212 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
12213 gnu_nat_target.
12214 (gnu_target): Delete.
12215 * gnu-nat.h (gnu_target): Delete.
12216 (gnu_nat_target): New class.
12217 * i386-gnu-nat.c (gnu_base_target): New.
12218 (i386_gnu_nat_target): New class.
12219 (the_i386_gnu_nat_target): New.
12220 (_initialize_i386gnu_nat): Adjust to C++ification.
12221
12222 2018-05-02 Pedro Alves <palves@redhat.com>
12223
12224 * bfd-target.c (target_bfd_xclose): Rename to ...
12225 (target_bfd_close): ... this.
12226 (target_bfd_reopen): Adjust.
12227 * target.c (target_close): Remove references to to_xclose.
12228 * target.h (target_ops::to_xclose): Delete.
12229 (target_ops::to_close): Update comments.
12230
12231 2018-05-02 Pedro Alves <palves@redhat.com>
12232
12233 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
12234 "linux-nat.h".
12235 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
12236 * inf-ptrace.c (inf_ptrace_register_u_offset)
12237 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
12238 (inf_ptrace_store_register, inf_ptrace_store_registers)
12239 (inf_ptrace_trad_target): Move to ...
12240 * linux-nat-trad.c: ... this new file.
12241 * linux-nat-trad.h: New file.
12242 * linux-nat.c (linux_target_install_ops): Make extern.
12243 (linux_trad_target): Delete.
12244 * linux-nat.h (linux_trad_target): Delete declaration.
12245 (linux_target_install_ops): Declare.
12246 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
12247 "linux-nat.h".
12248
12249 2018-05-02 Pedro Alves <palves@redhat.com>
12250
12251 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12252 procfs_target/add_target here.
12253 * procfs.c (procfs_target): Make static.
12254 (_initialize_procfs): Call add_target here.
12255 * procfs.h (struct target_ops): Remove forward declaration.
12256 (procfs_target): Remove declaration.
12257 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
12258
12259 2018-05-02 Pedro Alves <palves@redhat.com>
12260
12261 * procfs.c (procfs_stopped_by_watchpoint)
12262 (procfs_insert_watchpoint, procfs_remove_watchpoint)
12263 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
12264 Forward declare.
12265 (procfs_use_watchpoints): Delete, move contents...
12266 (procfs_target): ... here.
12267 * procfs.h (procfs_use_watchpoints): Delete declaration.
12268 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12269 procfs_use_watchpoints.
12270 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
12271 procfs_use_watchpoints.
12272
12273 2018-05-02 Tom Tromey <tom@tromey.com>
12274
12275 PR python/20084:
12276 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
12277 and var_zuinteger_unlimited.
12278 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
12279 and PARAM_ZUINTEGER_UNLIMITED.
12280 (set_parameter_value): Handle var_zuinteger and
12281 var_zuinteger_unlimited.
12282 (add_setshow_generic): Likewise.
12283 (parmpy_init): Likewise.
12284
12285 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
12286
12287 PR rust/23124
12288 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
12289 pointer is not null before dereferencing it.
12290
12291 2018-04-30 Tom Tromey <tom@tromey.com>
12292
12293 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
12294 is_mi_like_p.
12295
12296 2018-04-30 Tom Tromey <tom@tromey.com>
12297
12298 * breakpoint.c (mention): Remove use of is_mi_like_p.
12299 (print_mention_ranged_breakpoint): Likewise.
12300 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
12301 of is_mi_like_p.
12302
12303 2018-04-30 Tom Tromey <tom@tromey.com>
12304
12305 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
12306
12307 2018-04-30 Tom Tromey <tom@tromey.com>
12308
12309 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
12310 (info_spu_event_command): Remove some uses of is_mi_like_p.
12311
12312 2018-04-30 Tom Tromey <tom@tromey.com>
12313
12314 * python/py-framefilter.c (py_print_single_arg)
12315 (enumerate_locals, py_print_args, py_print_frame): Remove some
12316 uses of is_mi_like_p.
12317
12318 2018-04-30 Tom Tromey <tom@tromey.com>
12319
12320 * ui-out.c: Update.
12321 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
12322 * ui-out.h (ui_out::is_mi_like_p): Now const.
12323 (ui_out::do_is_mi_like_p): Now const.
12324 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
12325
12326 2018-04-30 Tom Tromey <tom@tromey.com>
12327
12328 * varobj.c (varobj_set_visualizer): Use new_reference.
12329 * python/python.c (gdbpy_decode_line): Use new_reference.
12330 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
12331 new_reference.
12332
12333 2018-04-30 Tom Tromey <tom@tromey.com>
12334
12335 * varobj.c (install_new_value): Use new_reference.
12336 * value.h (value_incref): Return void. Swap intro comment with
12337 value_decref.
12338 * value.c (set_value_parent): Use new_reference.
12339 (value_incref): Return void. Update intro comment.
12340 (release_value): Use new_reference.
12341 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
12342
12343 2018-04-30 Tom Tromey <tom@tromey.com>
12344
12345 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
12346 * gdb_bfd.h (new_bfd_ref): Remove.
12347 (gdb_bfd_open): Update comment.
12348 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12349 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
12350 (gdb_bfd_fdopenr): Use new_reference.
12351 * exec.c (exec_file_attach): Use new_reference.
12352
12353 2018-04-30 Tom Tromey <tom@tromey.com>
12354
12355 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
12356 method.
12357
12358 2018-04-30 Tom Tromey <tom@tromey.com>
12359
12360 * jit.c (jit_read_code_entry): Use type_align.
12361 * i386-tdep.c (i386_gdbarch_init): Don't call
12362 set_gdbarch_long_long_align_bit.
12363 * gdbarch.sh: Remove long_long_align_bit.
12364 * gdbarch.c, gdbarch.h: Rebuild.
12365 * arc-tdep.c (arc_type_align): New function.
12366 (arc_gdbarch_init): Use arc_type_align. Don't call
12367 set_gdbarch_long_long_align_bit.
12368
12369 2018-04-30 Tom Tromey <tom@tromey.com>
12370
12371 * rust-lang.c (rust_type_alignment): Remove.
12372 (rust_composite_type): Use type_align.
12373
12374 2018-04-30 Tom Tromey <tom@tromey.com>
12375
12376 * NEWS: Mention Type.align.
12377 * python/py-type.c (typy_get_alignof): New function.
12378 (type_object_getset): Add "alignof".
12379
12380 2018-04-30 Tom Tromey <tom@tromey.com>
12381
12382 PR exp/17095:
12383 * NEWS: Update.
12384 * std-operator.def (UNOP_ALIGNOF): New operator.
12385 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
12386 New.
12387 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
12388 * c-lang.c (c_op_print_tab): Add alignof.
12389 * c-exp.y (ALIGNOF): New token.
12390 (exp): Add "ALIGNOF" production.
12391 (ident_tokens): Add _Alignof and alignof.
12392
12393 2018-04-30 Tom Tromey <tom@tromey.com>
12394
12395 * i386-tdep.c (i386_type_align): New function.
12396 (i386_gdbarch_init): Update.
12397 * gdbarch.sh (type_align): New method.
12398 * gdbarch.c, gdbarch.h: Rebuild.
12399 * arch-utils.h (default_type_align): Declare.
12400 * arch-utils.c (default_type_align): New function.
12401 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
12402 (struct type) <align_log2>: New field.
12403 <instance_flags>: Now a bitfield.
12404 (TYPE_RAW_ALIGN): New macro.
12405 (type_align, type_raw_align, set_type_align): Declare.
12406 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
12407 functions.
12408 * dwarf2read.c (quirk_rust_enum): Set type alignment.
12409 (get_alignment, maybe_set_alignment): New functions.
12410 (read_structure_type, read_enumeration_type, read_array_type)
12411 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
12412 (read_subrange_type, read_base_type): Set type alignment.
12413
12414 2018-04-30 Simon Marchi <simon.marchi@ericsson.com>
12415
12416 * dwarf2read.c (read_index_from_section): Use bool.
12417
12418 2018-04-29 Fabian Groffen <grobian@gentoo.org>
12419
12420 PR gdb/22950
12421 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
12422 with #ifdef.
12423
12424 2018-04-29 John Reiser <jreiser@BitWagon.com>
12425
12426 PR build/22873
12427 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
12428 last step, and do it atomically.
12429
12430 2018-04-27 Alexandre Oliva <aoliva@redhat.com>
12431
12432 * compile/compile-c-types.c (convert_int, convert_float):
12433 Update for C FE v1.
12434
12435 2018-04-27 Tom Tromey <tom@tromey.com>
12436
12437 PR rust/22545:
12438 * rust-lang.c (rust_inclusive_range_type_p): New function.
12439 (rust_range): Handle inclusive ranges.
12440 (rust_compute_range): Likewise.
12441 * rust-exp.y (struct rust_op) <inclusive>: New field.
12442 (DOTDOTEQ): New constant.
12443 (range_expr): Add "..=" productions.
12444 (operator_tokens): Add "..=" token.
12445 (ast_range): Add "inclusive" parameter.
12446 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
12447 ranges.
12448 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
12449 bounds values.
12450 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
12451 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
12452 Update comments.
12453 * expprint.c (print_subexp_standard): Handle new bounds values.
12454 (dump_subexp_body_standard): Likewise.
12455
12456 2018-04-27 Tom Tromey <tom@tromey.com>
12457
12458 * configure: Rebuild.
12459 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
12460 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
12461 "OVERRIDE".
12462 (class symbol_needs_eval_context): Likewise.
12463 * dwarf2read.c (mock_mapped_index::symbol_name_count)
12464 (mock_mapped_index::symbol_name_at): Use "override". Remove
12465 "virtual".
12466 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
12467 "override".
12468 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
12469 * aarch64-tdep.c (instruction_reader::read): Use "override".
12470 (instruction_reader_test::read): Likewise.
12471 * arm-tdep.c (instruction_reader::read): Use "override".
12472 (instruction_reader_thumb::read): Likewise.
12473
12474 2018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
12475
12476 PR remote/9665
12477 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
12478 instead of remote_send.
12479 (remote_send): Remove.
12480
12481 2018-04-26 Pedro Alves <palves@redhat.com>
12482
12483 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
12484 find_function_start_sal instead of find_pc_line.
12485
12486 2018-04-26 Pedro Alves <palves@redhat.com>
12487
12488 * breakpoint.c (set_breakpoint_location_function): Handle
12489 mst_data_gnu_ifunc.
12490 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
12491 * elfread.c (elf_symtab_read): Give data symbols with
12492 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
12493 (elf_rel_plt_read): Update comment.
12494 * linespec.c (convert_linespec_to_sals): Handle
12495 mst_data_gnu_ifunc.
12496 (minsym_found): Handle mst_data_gnu_ifunc.
12497 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
12498 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
12499 * parse.c (find_minsym_type_and_address): Handle
12500 mst_data_gnu_ifunc.
12501 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
12502 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
12503 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
12504 comment.
12505 <mst_data_gnu_ifunc>: New enumerator.
12506
12507 2018-04-26 Pedro Alves <palves@redhat.com>
12508
12509 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
12510 (lookup_minimal_symbol_by_pc_section): ... this. Replace
12511 'want_trampoline' parameter by a lookup_msym_prefer parameter.
12512 Handle it.
12513 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
12514 (lookup_minimal_symbol_by_pc): Adjust.
12515 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
12516 (lookup_solib_trampoline_symbol_by_pc): Adjust.
12517 * minsyms.h (lookup_msym_prefer): New enum.
12518 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12519 parameter by a lookup_msym_prefer parameter.
12520
12521 2018-04-26 Pedro Alves <palves@redhat.com>
12522
12523 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
12524 ends in "@plt" instead of looking at the symbol's section.
12525
12526 2018-04-26 Pedro Alves <palves@redhat.com>
12527
12528 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
12529 all references.
12530 (find_pc_partial_function_gnu_ifunc): Rename to ...
12531 (find_pc_partial_function): ... this, and remove references to
12532 'is_gnu_ifunc_p'.
12533 (find_pc_partial_function): Delete old implementation.
12534 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
12535
12536 2018-04-26 Pedro Alves <palves@redhat.com>
12537
12538 * linespec.c (struct bound_minimal_symbol_search_key): New.
12539 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
12540 skip first line if we found a GNU ifunc minimal symbol by name.
12541 (compare_msymbols): Change parameters to work with a destructured
12542 lhs minsym.
12543 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
12544 functions.
12545
12546 2018-04-26 Pedro Alves <palves@redhat.com>
12547
12548 * breakpoint.c (set_breakpoint_location_function): Don't resolve
12549 ifunc targets here. Instead, if we have an ifunc minsym, use its
12550 address/name.
12551 (add_location_to_breakpoint): Store the minsym and the objfile in
12552 the breakpoint location.
12553 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12554 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12555 Record the minsym in the sal.
12556 * symtab.h (symtab_and_line) <msymbol>: New field.
12557
12558 2018-04-26 Pedro Alves <palves@redhat.com>
12559
12560 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12561 unless we actually resolved the ifunc.
12562
12563 2018-04-26 Pedro Alves <palves@redhat.com>
12564
12565 * c-exp.y (variable production): Prefer ifunc minsyms over
12566 regular function symbols.
12567 * symtab.c (find_gnu_ifunc): New function.
12568 * minsyms.h (lookup_msym_prefer): New enum.
12569 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12570 parameter by a lookup_msym_prefer parameter.
12571 * symtab.h (find_gnu_ifunc): New declaration.
12572
12573 2018-04-26 Pedro Alves <palves@redhat.com>
12574
12575 * blockframe.c (find_gnu_ifunc_target_type): New function.
12576 (find_function_type): New.
12577 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12578 return a value with a memory address.
12579 (eval_call): For calls to GNU ifunc functions, try to find the
12580 type of the target function from the type that the resolver
12581 returns.
12582 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12583 symbols.
12584 * infcall.c (find_function_return_type): Delete.
12585 (find_function_addr): Add 'function_type' parameter. For calls to
12586 GNU ifunc functions, try to find the type of the target function
12587 from the type that the resolver returns, and return it via
12588 FUNCTION_TYPE.
12589 (call_function_by_hand_dummy): Adjust to use the function type
12590 returned by find_function_addr.
12591 (find_function_addr): Add 'function_type' parameter and move
12592 description here.
12593 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12594 declarations.
12595
12596 2018-04-26 Pedro Alves <palves@redhat.com>
12597
12598 * c-exp.y (variable production): Skip finding an alias for ifunc
12599 symbols.
12600
12601 2018-04-26 Pedro Alves <palves@redhat.com>
12602
12603 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12604
12605 2018-04-25 Pedro Alves <palves@redhat.com>
12606
12607 * infcmd.c (kill_command): Print the pid as string, not the whole
12608 thread's ptid. Add comment. s/has been killed/killed/ in output
12609 message.
12610 * remote.c (remote_detach_1): Print the pid as string, not the
12611 whole thread's ptid.
12612
12613 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12614 Sergio Durigan Junior <sergiodj@redhat.com>
12615 Pedro Alves <palves@redhat.com>
12616
12617 * infcmd.c (kill_command): Print message when inferior has
12618 been killed.
12619 * inferior.c (print_inferior_events): Remove 'static'. Set as
12620 '1'.
12621 (add_inferior): Improve message printed when
12622 'print_inferior_events' is on.
12623 (exit_inferior): Remove message printed when
12624 'print_inferior_events' is on.
12625 (detach_inferior): Improve message printed when
12626 'print_inferior_events' is on.
12627 (initialize_inferiors): Use 'add_inferior_silent' to set
12628 'current_inferior_'.
12629 * inferior.h (print_inferior_events): Declare here as
12630 'extern'.
12631 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12632 '[Detaching...]' messages when 'print_inferior_events' is on.
12633 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
12634 as prefix/suffix for messages. Remove periods. Fix erroneous
12635 'Detaching after fork from child...', replace it by '... from
12636 parent...'.
12637 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12638 prefix/suffix when printing 'Detaching...' messages. Print
12639 them when 'print_inferior_events' is on.
12640 * remote.c (remote_detach_1): Print message when detaching
12641 from inferior and '!is_fork_parent'.
12642
12643 2018-04-24 Tom Tromey <tom@tromey.com>
12644
12645 * cli-out.h: Reindent.
12646
12647 2018-04-24 Tom Tromey <tom@tromey.com>
12648
12649 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12650 (cli_ui_out::do_field_string): Use fputs_filtered.
12651 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12652
12653 2018-04-23 Tom Tromey <tom@tromey.com>
12654
12655 * guile/scm-frame.c (gdbscm_frame_read_var): Use
12656 gdb::unique_xmalloc_ptr.
12657
12658 2018-04-23 Tom Tromey <tom@tromey.com>
12659
12660 * configure: Rebuild.
12661
12662 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
12663
12664 PR gdb/23095
12665 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12666 prepare_for_testing. Set normal_bp to r_debug_state if target
12667 is bsd.
12668
12669 2018-04-21 Pedro Alves <palves@redhat.com>
12670 Rajendra SY <rajendra.sy@gmail.com>
12671
12672 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12673 * remote.c (extended_remote_attach): In all-stop mode, mark the
12674 thread as executing.
12675
12676 2018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12677
12678 * thread.c (thread_apply_all_command): Fix comment.
12679 (thread_command): Fix comment.
12680
12681 2018-04-10 Alan Hayward <alan.hayward@arm.com>
12682
12683 * common/tdesc.h (tdesc_create_feature): Remove xml filename
12684 parameter.
12685 * features/aarch64-core.c (create_feature_aarch64_core):
12686 Regenerate.
12687 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12688 Likewise.
12689 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12690 Likewise.
12691 * features/i386/32bit-avx512.c
12692 (create_feature_i386_32bit_avx512): Likewise.
12693 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12694 Likewise.
12695 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12696 Likewise.
12697 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12698 Likewise.
12699 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12700 Likewise.
12701 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12702 Likewise.
12703 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12704 Likewise.
12705 * features/i386/64bit-avx512.c
12706 (create_feature_i386_64bit_avx512): Likewise.
12707 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12708 Likewise.
12709 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12710 Likewise.
12711 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12712 Likewise.
12713 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12714 Likewise.
12715 * features/i386/64bit-segments.c
12716 (create_feature_i386_64bit_segments): Likewise.
12717 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12718 Likewise.
12719 * features/i386/x32-core.c
12720 (create_feature_i386_x32_core): Likewise.
12721 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12722 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12723 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12724 * target-descriptions.c: In generated code, don't pass xml
12725 filename.
12726
12727 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12728
12729 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12730 (print_xml_feature::visit_post): Likewise.
12731 (print_xml_feature::visit): Likewise.
12732 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12733 (print_xml_feature): Add new class.
12734 * regformats/regdat.sh: Null xmltarget on feature targets.
12735 * target-descriptions.c (struct target_desc): Add xmltarget.
12736 (maintenance_check_tdesc_xml_convert): Add unittest function.
12737 (tdesc_get_features_xml): Add function to get xml.
12738 (maintenance_check_xml_descriptions): Test xml generation.
12739 * xml-tdesc.c (string_read_description_xml): Add function.
12740 * xml-tdesc.h (string_read_description_xml): Add declaration.
12741
12742 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12743
12744 * features/Makefile: Add feature marker to targets with new style
12745 target descriptions.
12746 * regformats/aarch64.dat: Regenerate.
12747 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12748 * regformats/i386/amd64-avx-linux.dat: Likewise.
12749 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12750 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12751 * regformats/i386/amd64-linux.dat: Likewise.
12752 * regformats/i386/amd64-mpx-linux.dat: Likewise.
12753 * regformats/i386/amd64.dat: Likewise.
12754 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12755 * regformats/i386/i386-avx-linux.dat: Likewise.
12756 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12757 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12758 * regformats/i386/i386-linux.dat: Likewise.
12759 * regformats/i386/i386-mmx-linux.dat: Likewise.
12760 * regformats/i386/i386-mpx-linux.dat: Likewise.
12761 * regformats/i386/i386.dat: Likewise.
12762 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12763 * regformats/i386/x32-avx-linux.dat: Likewise.
12764 * regformats/i386/x32-linux.dat: Likewise.
12765 * regformats/tic6x-c62x-linux.dat: Likewise.
12766 * regformats/tic6x-c64x-linux.dat: Likewise.
12767 * regformats/tic6x-c64xp-linux.dat: Likewise.
12768 * regformats/regdat.sh: Parse feature marker.
12769
12770 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12771
12772 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12773 (tdesc_osabi_name): Likewise.
12774 * target-descriptions.c (tdesc_architecture_name): Add new
12775 function.
12776 (tdesc_osabi_name): Likewise.
12777
12778 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12779
12780 * common/tdesc.c (tdesc_predefined_type): Move to here.
12781 (tdesc_named_type): Likewise.
12782 (tdesc_create_vector): Likewise.
12783 (tdesc_create_struct): Likewise.
12784 (tdesc_set_struct_size): Likewise.
12785 (tdesc_create_union): Likewise.
12786 (tdesc_create_flags): Likewise.
12787 (tdesc_create_enum): Likewise.
12788 (tdesc_add_field): Likewise.
12789 (tdesc_add_typed_bitfield): Likewise.
12790 (tdesc_add_bitfield): Likewise.
12791 (tdesc_add_flag): Likewise.
12792 (tdesc_add_enum_value): Likewise.
12793 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12794 (struct tdesc_type_vector): Likewise.
12795 (struct tdesc_type_field): Likewise.
12796 (struct tdesc_type_with_fields): Likewise.
12797 (tdesc_create_enum): Add declaration.
12798 (tdesc_add_typed_bitfield): Likewise.
12799 (tdesc_add_enum_value): Likewise.
12800 * target-descriptions.c (tdesc_type_field): Move from here.
12801 (tdesc_type_builtin): Likewise.
12802 (tdesc_type_vector): Likewise.
12803 (tdesc_type_with_fields): Likewise.
12804 (tdesc_predefined_types): Likewise.
12805 (tdesc_named_type): Likewise.
12806 (tdesc_create_vector): Likewise.
12807 (tdesc_create_struct): Likewise.
12808 (tdesc_set_struct_size): Likewise.
12809 (tdesc_create_union): Likewise.
12810 (tdesc_create_flags): Likewise.
12811 (tdesc_create_enum): Likewise.
12812 (tdesc_add_field): Likewise.
12813 (tdesc_add_typed_bitfield): Likewise.
12814 (tdesc_add_bitfield): Likewise.
12815 (tdesc_add_flag): Likewise.
12816 (tdesc_add_enum_value): Likewise.
12817 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12818 (tdesc_add_typed_bitfield): Likewise.
12819 (tdesc_add_enum_value): Likewise.
12820
12821 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12822
12823 * common/tdesc.c (tdesc_feature::accept): Move to here.
12824 (tdesc_feature::operator==): Likewise.
12825 (tdesc_create_reg): Likewise.
12826 * common/tdesc.h (tdesc_type_kind): Likewise.
12827 (struct tdesc_type): Likewise.
12828 (struct tdesc_feature): Likewise.
12829 * regformats/regdat.sh: Create a feature.
12830 * target-descriptions.c (tdesc_type_kind): Move from here.
12831 (tdesc_type): Likewise.
12832 (tdesc_type_up): Likewise.
12833 (tdesc_feature): Likewise.
12834 (tdesc_create_reg): Likewise.
12835
12836 2018-04-18 Alan Hayward <alan.hayward@arm.com>
12837
12838 * Makefile.in: Add arch/tdesc.c
12839 * common/tdesc.c: New file.
12840 * common/tdesc.h (tdesc_element_visitor): Move to here.
12841 (tdesc_element): Likewise.
12842 (tdesc_reg): Likewise.
12843 (tdesc_reg_up): Likewise.
12844 * regformats/regdef.h (reg): Add offset to constructors.
12845 * target-descriptions.c (tdesc_element_visitor): Move from here.
12846 (tdesc_element): Likewise.
12847 (tdesc_reg): Likewise.
12848 (tdesc_reg_up): Likewise.
12849
12850 2018-04-17 Tom Tromey <tom@tromey.com>
12851
12852 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12853 discriminant field.
12854
12855 2018-04-17 Tom Tromey <tom@tromey.com>
12856
12857 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12858
12859 2018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12860
12861 * symtab.c (print_symbol_info): Skip printing filename and line
12862 number when `last' is NULL.
12863 (symtab_symbol_info): Use empty string instead of NULL for first
12864 invocation of print_symbol_info.
12865 (rbreak_command): Pass NULL to `last' parameter of
12866 print_symbol_info.
12867
12868 2018-04-16 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12871 instead of nullptr.
12872
12873 2018-04-16 Pedro Alves <palves@redhat.com>
12874
12875 * MAINTAINERS (sh): Remove.
12876 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12877 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12878 (ALLDEPFILES): Remove sh64-tdep.c.
12879 * NEWS: Mentions that support for SH-5/SH64 is removed.
12880 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12881 (sh*-*-openbsd*): Ditto.
12882 (sh64-*-elf*): Remove.
12883 (sh*): Remove.
12884 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12885 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12886 * sh-tdep.c: No longer include "sh64-tdep.h".
12887 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12888 * sh64-tdep.c, sh64-tdep.h: Remove files.
12889
12890 2018-04-16 Pedro Alves <palves@redhat.com>
12891
12892 * MAINTAINERS: Remove m88k.
12893 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12894 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12895 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12896 * NEWS: Mention that support for m88k was removed.
12897 * configure.host (m88*-*-*): Remove support.
12898 * configure.nat (m88k-*-*): Remove support.
12899 * configure.tgt (m88*-*-openbsd*): Remove.
12900 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12901
12902 2018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
12903
12904 * configure.tgt (x86_tobjs): New variable.
12905 (amd64_tobjs, i386_tobjs): Use it.
12906
12907 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12908
12909 * symtab.c (print_symbol_info): Precede the symbol definition by
12910 the line number when available.
12911 * NEWS: Advertise this enhancement.
12912
12913 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12914
12915 * NEWS (New options): announce set/show record btrace cpu.
12916 * btrace.c: Include record-btrace.h.
12917 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12918 the vendor is unknown.
12919 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
12920 Maybe overwrite the btrace configuration's cpu.
12921 (btrace_compute_ftrace): Add cpu parameter. Update callers.
12922 (btrace_fetch): Add cpu parameter. Update callers.
12923 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12924 Maybe overwrite the btrace configuration's cpu. Skip enabling
12925 errata workarounds if the vendor is unknown.
12926 * python/py-record-btrace.c: Include record-btrace.h.
12927 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12928 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12929 * record-btrace.c (record_btrace_cpu_state_kind): New.
12930 (record_btrace_cpu): New.
12931 (set_record_btrace_cpu_cmdlist): New.
12932 (record_btrace_get_cpu): New.
12933 (require_btrace_thread, record_btrace_info)
12934 (record_btrace_resume_thread): Call record_btrace_get_cpu.
12935 (cmd_set_record_btrace_cpu_none): New.
12936 (cmd_set_record_btrace_cpu_auto): New.
12937 (cmd_set_record_btrace_cpu): New.
12938 (cmd_show_record_btrace_cpu): New.
12939 (_initialize_record_btrace): Initialize set/show record btrace cpu
12940 commands.
12941 * record-btrace.h (record_btrace_get_cpu): New.
12942
12943 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12944
12945 * record.c (set_record_command): Fix typo in message.
12946
12947 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12948
12949 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12950
12951 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12952
12953 * infrun.c (process_event_stop_test): Call
12954 gdbarch_in_indirect_branch_thunk.
12955 * gdbarch.sh (in_indirect_branch_thunk): New.
12956 * gdbarch.c: Regenerated.
12957 * gdbarch.h: Regenerated.
12958 * x86-tdep.h: New.
12959 * x86-tdep.c: New.
12960 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12961 (HFILES_NO_SRCDIR): Add x86-tdep.h.
12962 (ALLDEPFILES): Add x86-tdep.c.
12963 * arch-utils.h (default_in_indirect_branch_thunk): New.
12964 * arch-utils.c (default_in_indirect_branch_thunk): New.
12965 * i386-tdep: Include x86-tdep.h.
12966 (i386_in_indirect_branch_thunk): New.
12967 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12968 function.
12969 * amd64-tdep: Include x86-tdep.h.
12970 (amd64_in_indirect_branch_thunk): New.
12971 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12972
12973 2018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 PR gdb/23053
12976 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12977 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12978 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12979 regression.
12980
12981 2018-04-12 Tom Tromey <tom@tromey.com>
12982
12983 * rust-lang.c (rust_print_struct_def): Remove univariant code.
12984 (rust_evaluate_subexp): Likewise.
12985
12986 2018-04-12 Pedro Alves <palves@redhat.com>
12987
12988 * procfs.c (procfs_detach): Make forward declaration's prototype
12989 match definition's protototype.
12990 (proc_get_LDT_entry): Remove stale do_cleanups call.
12991
12992 2018-04-12 Pedro Alves <palves@redhat.com>
12993
12994 * target.h (target_ops::to_has_exited): Delete.
12995 (target_has_exited): Delete.
12996 * target-delegates.c: Regenerate.
12997
12998 2018-04-11 Pedro Alves <palves@redhat.com>
12999
13000 * target.c (fileio_fh_t::t): Add comment.
13001 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
13002 (target_fileio_close): Handle a NULL target.
13003 (invalidate_fileio_fh): New.
13004 (target_close): Call it.
13005 * remote.c (remote_hostio_send_command): No longer check whether
13006 remote_desc is open.
13007
13008 2018-04-11 Pedro Alves <palves@redhat.com>
13009
13010 * target.c (fileio_fh_t): Make it a named struct instead of a
13011 typedef.
13012 (fileio_fh_t::is_closed): New method.
13013 (DEF_VEC_O (fileio_fh_t)): Remove.
13014 (fileio_fhandles): Now a std::vector.
13015 (is_closed_fileio_fh): Delete.
13016 (acquire_fileio_fd): Adjust. Rename parameters.
13017 (release_fileio_fd): Adjust.
13018 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
13019 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
13020 (target_fileio_close): Adjust.
13021
13022 2018-04-10 Simon Marchi <simon.marchi@ericsson.com>
13023
13024 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
13025 index.
13026
13027 2018-04-10 Pedro Alves <palves@redhat.com>
13028
13029 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
13030 (scoped_finish_thread_state): New class.
13031 * infcmd.c (run_command_1): Use it instead of finish_thread_state
13032 cleanup.
13033 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
13034 (fetch_inferior_event, normal_stop): Likewise.
13035 * thread.c (finish_thread_state_cleanup): Delete.
13036
13037 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13038 Pedro Alves <palves@redhat.com>
13039
13040 * value.c: Include "selftest.h" and "common/array-view.h".
13041 (struct range) <operator ==>: New.
13042 (test_ranges_contain): New.
13043 (check_ranges_vector): New.
13044 (test_insert_into_bit_range_vector): New.
13045 (_initialize_values): Register selftests.
13046 * common/array-view.h (operator==, operator!=): New.
13047
13048 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13049
13050 * common/gdb_vecs.h (unordered_remove): Add overload that takes
13051 an iterator.
13052 * inline-frame.c: Include <algorithm>.
13053 (struct inline_state): Add constructor.
13054 (inline_state_s): Remove.
13055 (DEF_VEC_O(inline_state_s)): Remove.
13056 (inline_states): Change type to std::vector.
13057 (find_inline_frame_state): Adjust to std::vector.
13058 (allocate_inline_frame_state): Remove.
13059 (clear_inline_frame_state): Adjust to std::vector.
13060 (skip_inline_frames): Adjust to std::vector.
13061
13062 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13063
13064 * tracepoint.h (struct trace_state_variable): Add constructor.
13065 <name>: Change type to std::string.
13066 * tracepoint.c (tsv_s): Remove.
13067 (DEF_VEC_O(tsv_s)): Remove.
13068 (tvariables): Change to std::vector.
13069 (create_trace_state_variable): Adjust to std::vector.
13070 (find_trace_state_variable): Likewise.
13071 (find_trace_state_variable_by_number): Likewise.
13072 (delete_trace_state_variable): Likewise.
13073 (trace_variable_command): Adjust to std::string.
13074 (delete_trace_variable_command): Likewise.
13075 (tvariables_info_1): Adjust to std::vector.
13076 (save_trace_state_variables): Likewise.
13077 (start_tracing): Likewise.
13078 (merge_uploaded_trace_state_variables): Adjust to std::vector
13079 and std::string.
13080 * target.h (struct target_ops)
13081 <to_download_trace_state_variable>: Pass reference to
13082 trace_state_variable.
13083 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
13084 * target-delegates.c: Re-generate.
13085 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
13086 (mi_tsv_deleted): Likewise.
13087 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
13088 * remote.c (remote_download_trace_state_variable): Change
13089 pointer to reference and adjust.
13090 * make-target-delegates (parse_argtypes): Handle references.
13091 (write_function_header): Likewise.
13092 (munge_type): Likewise.
13093
13094 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13095
13096 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13097 string_view-selftests.c.
13098 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
13099 testsuite.
13100 * unittests/basic_string_view/cons/char/1.cc: Likewise.
13101 * unittests/basic_string_view/cons/char/2.cc: Likewise.
13102 * unittests/basic_string_view/cons/char/3.cc: Likewise.
13103 * unittests/basic_string_view/element_access/char/1.cc:
13104 Likewise.
13105 * unittests/basic_string_view/element_access/char/empty.cc:
13106 Likewise.
13107 * unittests/basic_string_view/element_access/char/front_back.cc:
13108 Likewise.
13109 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
13110 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
13111 Likewise.
13112 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
13113 Likewise.
13114 * unittests/basic_string_view/modifiers/swap/char/1.cc:
13115 Likewise.
13116 * unittests/basic_string_view/operations/compare/char/1.cc:
13117 Likewise.
13118 * unittests/basic_string_view/operations/compare/char/13650.cc:
13119 Likewise.
13120 * unittests/basic_string_view/operations/copy/char/1.cc:
13121 Likewise.
13122 * unittests/basic_string_view/operations/data/char/1.cc:
13123 Likewise.
13124 * unittests/basic_string_view/operations/find/char/1.cc:
13125 Likewise.
13126 * unittests/basic_string_view/operations/find/char/2.cc:
13127 Likewise.
13128 * unittests/basic_string_view/operations/find/char/3.cc:
13129 Likewise.
13130 * unittests/basic_string_view/operations/find/char/4.cc:
13131 Likewise.
13132 * unittests/basic_string_view/operations/rfind/char/1.cc:
13133 Likewise.
13134 * unittests/basic_string_view/operations/rfind/char/2.cc:
13135 Likewise.
13136 * unittests/basic_string_view/operations/rfind/char/3.cc:
13137 Likewise.
13138 * unittests/basic_string_view/operations/substr/char/1.cc:
13139 Likewise.
13140 * unittests/basic_string_view/operators/char/2.cc: Likewise.
13141 * unittests/string_view-selftests.c: New file.
13142
13143 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13144
13145 * unittests/basic_string_view/capacity/1.cc: New file.
13146 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
13147 * unittests/basic_string_view/cons/char/1.cc: New file.
13148 * unittests/basic_string_view/cons/char/2.cc: New file.
13149 * unittests/basic_string_view/cons/char/3.cc: New file.
13150 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
13151 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
13152 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
13153 * unittests/basic_string_view/element_access/char/1.cc: New file.
13154 * unittests/basic_string_view/element_access/char/2.cc: New file.
13155 * unittests/basic_string_view/element_access/char/empty.cc: New file.
13156 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
13157 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
13158 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
13159 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
13160 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
13161 * unittests/basic_string_view/include.cc: New file.
13162 * unittests/basic_string_view/inserters/char/1.cc: New file.
13163 * unittests/basic_string_view/inserters/char/2.cc: New file.
13164 * unittests/basic_string_view/inserters/char/3.cc: New file.
13165 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
13166 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
13167 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
13168 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
13169 * unittests/basic_string_view/literals/types.cc: New file.
13170 * unittests/basic_string_view/literals/values.cc: New file.
13171 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
13172 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
13173 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
13174 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
13175 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
13176 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
13177 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
13178 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
13179 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
13180 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
13181 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
13182 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
13183 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
13184 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
13185 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
13186 * unittests/basic_string_view/operations/data/char/1.cc: New file.
13187 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
13188 * unittests/basic_string_view/operations/find/char/1.cc: New file.
13189 * unittests/basic_string_view/operations/find/char/2.cc: New file.
13190 * unittests/basic_string_view/operations/find/char/3.cc: New file.
13191 * unittests/basic_string_view/operations/find/char/4.cc: New file.
13192 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
13193 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
13194 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
13195 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
13196 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
13197 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
13198 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
13199 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
13200 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
13201 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
13202 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
13203 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
13204 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
13205 * unittests/basic_string_view/operators/char/2.cc: New file.
13206 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
13207 * unittests/basic_string_view/range_access/char/1.cc: New file.
13208 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
13209 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
13210 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
13211 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
13212 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
13213 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
13214 * unittests/basic_string_view/requirements/typedefs.cc: New file.
13215 * unittests/basic_string_view/typedefs.cc: New file.
13216 * unittests/basic_string_view/types/1.cc: New file.
13217
13218 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13219
13220 * common/gdb_string_view.h: Remove libstdc++ implementation
13221 details, adjust to gdb reality.
13222 * common/gdb_string_view.tcc: Likewise.
13223 * cli/cli-script.c (struct string_view): Remove.
13224 (user_args) <m_args>: Change element type to gdb::string_view.
13225 (user_args::insert_args): Adjust.
13226
13227 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13228
13229 * common/gdb_string_view.h: New file.
13230 * common/gdb_string_view.tcc: New file.
13231
13232 2018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13233
13234 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
13235 * configure: Re-generate.
13236
13237 2018-04-09 Pedro Alves <palves@redhat.com>
13238
13239 * gdbarch.sh: Include "observable.h" instead of "observer.h".
13240 (set_target_gdbarch): Call
13241 gdb::observers::architecture_changed.notify instead of
13242 observer_notify_architecture_changed.
13243
13244 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13245
13246 * tracepoint.c (struct current_traceframe_cleanup): Remove.
13247 (do_restore_current_traceframe_cleanup): Remove.
13248 (restore_current_traceframe_cleanup_dtor): Remove.
13249 (make_cleanup_restore_current_traceframe): Remove.
13250 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
13251 New.
13252 * tracepoint.h (struct scoped_restore_current_traceframe): New.
13253 * infrun.c (fetch_inferior_event): Use
13254 scoped_restore_current_traceframe.
13255
13256 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13257
13258 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
13259 Remove.
13260 <n_allocated_type_units>: Remove.
13261 <all_type_units>: Change to std::vector.
13262 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13263 to std::vector change.
13264 (dwarf2_per_objfile::get_cutu): Likewise.
13265 (dwarf2_per_objfile::get_tu): Likewise.
13266 (create_signatured_type_table_from_index): Likewise.
13267 (create_signatured_type_table_from_debug_names): Likewise.
13268 (dw2_symtab_iter_next): Likewise.
13269 (dw2_print_stats): Likewise.
13270 (dw2_expand_all_symtabs): Likewise.
13271 (dw2_expand_marked_cus): Likewise.
13272 (dw2_debug_names_iterator::next): Likewise.
13273 (dwarf2_initialize_objfile): Likewise.
13274 (add_signatured_type_cu_to_table): Likewise.
13275 (create_all_type_units): Likewise.
13276 (add_type_unit): Likewise.
13277 (struct tu_abbrev_offset): Add constructor.
13278 (build_type_psymtabs_1): Adjust to std::vector change.
13279 (print_tu_stats): Likewise.
13280 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13281 (write_debug_names): Likewise.
13282
13283 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13284
13285 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
13286 Make an std::vector.
13287 <n_comp_units>: Remove.
13288 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13289 to std::vector change.
13290 (dwarf2_per_objfile::get_cutu): Likewise.
13291 (dwarf2_per_objfile::get_cu): Likewise.
13292 (create_cus_from_index): Likewise.
13293 (create_addrmap_from_index): Likewise.
13294 (create_addrmap_from_aranges): Likewise.
13295 (dwarf2_read_index): Likewise.
13296 (dw2_find_last_source_symtab): Likewise.
13297 (dw2_map_symtabs_matching_filename): Likewise.
13298 (dw2_symtab_iter_next): Likewise.
13299 (dw2_print_stats): Likewise.
13300 (dw2_expand_all_symtabs): Likewise.
13301 (dw2_expand_symtabs_with_fullname): Likewise.
13302 (dw2_expand_marked_cus): Likewise.
13303 (dw2_map_symbol_filenames): Likewise.
13304 (create_cus_from_debug_names): Likewise.
13305 (dwarf2_read_debug_names): Likewise.
13306 (dw2_debug_names_iterator::next): Likewise.
13307 (dwarf2_initialize_objfile): Likewise.
13308 (set_partial_user): Likewise.
13309 (dwarf2_build_psymtabs_hard): Likewise.
13310 (read_comp_units_from_section): Remove arguments, adjust to
13311 std::vector change.
13312 (create_all_comp_units): Adjust to std::vector and
13313 read_comp_units_from_section changes.
13314 (dwarf2_find_containing_comp_unit): Adjust to std::vector
13315 change.
13316 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13317 (psyms_seen_size): Likewise.
13318 (write_gdbindex): Likewise.
13319 (write_debug_names): Likewise.
13320
13321 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13322
13323 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
13324 with dwarf2_per_objfile.
13325 (create_cus_from_index): Likewise.
13326 (create_signatured_type_table_from_index): Likewise.
13327 (dwarf2_read_index): Likewise.
13328 (dwarf2_initialize_objfile): Likewise.
13329 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
13330 per_cu rather than get_dwarf2_per_objfile.
13331
13332 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13333
13334 * dwarf2read.h (struct signatured_type): Forward declare.
13335 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
13336 New methods.
13337 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
13338 (dw2_get_cutu): ...this.
13339 (dwarf2_per_objfile::get_cu): Rename from...
13340 (dw2_get_cu): ...this.
13341 (dwarf2_per_objfile::get_tu): New.
13342 (create_addrmap_from_index): Adjust.
13343 (create_addrmap_from_aranges): Adjust.
13344 (dw2_find_last_source_symtab): Adjust.
13345 (dw2_map_symtabs_matching_filename): Adjust.
13346 (dw2_symtab_iter_next): Adjust.
13347 (dw2_print_stats): Adjust.
13348 (dw2_expand_all_symtabs): Adjust.
13349 (dw2_expand_symtabs_with_fullname): Adjust.
13350 (dw2_expand_marked_cus): Adjust.
13351 (dw_expand_symtabs_matching_file_matcher): Adjust.
13352 (dw2_map_symbol_filenames): Adjust.
13353 (dw2_debug_names_iterator::next): Adjust.
13354 (dwarf2_initialize_objfile): Adjust.
13355 (set_partial_user): Adjust.
13356 (dwarf2_build_psymtabs_hard): Adjust.
13357
13358 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13359
13360 * dwarf2read.c (create_signatured_type_table_from_debug_names):
13361 Remove unused variables.
13362 (dw2_map_symtabs_matching_filename): Likewise.
13363 (dwarf2_record_block_ranges): Likewise.
13364 (dwarf2_read_addr_index): Likewise.
13365 (follow_die_offset): Likewise.
13366
13367 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13368
13369 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
13370 to symbol_file_add_main.
13371
13372 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13373
13374 PR mi/22299
13375 * mi/mi-console.c (do_fputc_async_safe): New.
13376 (mi_console_file::write_async_safe): New.
13377 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
13378 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
13379 New.
13380 * ui-file.c (ui_file::putstrn): Adjust call to
13381 fputstrn_unfiltered.
13382 * utils.c (printchar): Replace do_fputs and do_fprintf
13383 parameters by do_fputc.
13384 (fputstr_filtered): Adjust call to printchar.
13385 (fputstr_unfiltered): Likewise.
13386 (fputstrn_filtered): Likewise.
13387 (fputstrn_unfiltered): Add do_fputc parameter, pass to
13388 printchar.
13389 * utils.h (do_fputc_ftype): New typedef.
13390 (fputstrn_unfiltered): Add do_fputc parameter.
13391
13392 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13393
13394 * regformats/i386/i386-avx.dat: Remove.
13395
13396 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13397
13398 PR gdb/22979
13399 * amd64-tdep.c (amd64_none_init_abi): New function.
13400 (amd64_x32_none_init_abi): New function.
13401 (_initialize_amd64_tdep): Register handlers for x86-64 and
13402 x64_32 with GDB_OSABI_NONE.
13403 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
13404 GDB_OSABI_NONE osabi.
13405
13406 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13407
13408 PR gdb/22980
13409 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
13410 GDB_OSABI_NONE.
13411 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
13412 * osabi.c (gdb_osabi_names): Add "unknown" entry.
13413
13414 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 * common/byte-vector.h (char_vector): New type.
13417 * target.h (target_read_alloc): Return
13418 gdb::optional<byte_vector>.
13419 (target_read_stralloc): Return gdb::optional<char_vector>.
13420 (target_get_osdata): Return gdb::optional<char_vector>.
13421 * target.c (target_read_alloc_1): Templatize. Replacement
13422 manual memory management with vector.
13423 (target_read_alloc): Change return type, adjust.
13424 (target_read_stralloc): Change return type, adjust.
13425 (target_get_osdata): Change return type, adjust.
13426 * auxv.c (struct auxv_info) <length>: Remove.
13427 <data>: Change type to gdb::optional<byte_vector>.
13428 (auxv_inferior_data_cleanup): Free auxv_info with delete.
13429 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
13430 (target_auxv_search): Adjust.
13431 (fprint_target_auxv): Adjust.
13432 * avr-tdep.c (avr_io_reg_read_command): Adjust.
13433 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
13434 (linux_make_corefile_notes): Adjust.
13435 * osdata.c (get_osdata): Adjust.
13436 * remote.c (remote_get_threads_with_qxfer): Adjust.
13437 (remote_memory_map): Adjust.
13438 (remote_traceframe_info): Adjust.
13439 (btrace_read_config): Adjust.
13440 (remote_read_btrace): Adjust.
13441 (remote_pid_to_exec_file): Adjust.
13442 * solib-aix.c (solib_aix_get_library_list): Adjust.
13443 * solib-dsbt.c (decode_loadmap): Don't free buf.
13444 (dsbt_get_initial_loadmaps): Adjust.
13445 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
13446 * solib-target.c (solib_target_current_sos): Adjust.
13447 * tracepoint.c (sdata_make_value): Adjust.
13448 * xml-support.c (xinclude_start_include): Adjust.
13449 (xml_fetch_content_from_file): Adjust.
13450 * xml-support.h (xml_fetch_another): Change return type.
13451 (xml_fetch_content_from_file): Change return type.
13452 * xml-syscall.c (xml_init_syscalls_info): Adjust.
13453 * xml-tdesc.c (file_read_description_xml): Adjust.
13454 (fetch_available_features_from_target): Change return type.
13455 (target_fetch_description_xml): Adjust.
13456 (target_read_description_xml): Adjust.
13457
13458 2018-04-06 Tom Tromey <tom@tromey.com>
13459
13460 * value.c (~value): Update.
13461 (struct value) <contents>: Now unique_xmalloc_ptr.
13462 (value_contents_bits_eq, allocate_value_contents)
13463 (value_contents_raw, value_contents_all_raw)
13464 (value_contents_for_printing, value_contents_for_printing_const)
13465 (set_value_enclosing_type): Update.
13466
13467 2018-04-06 Tom Tromey <tom@tromey.com>
13468
13469 * value.c (range_s): Remove typedef, VEC.
13470 (struct range): Add operator<.
13471 (range_lessthan): Remove.
13472 (ranges_contain): Change type.
13473 (~value): Update.
13474 (struct value) <unavailable, optimized_out>: Now std::vector.
13475 (value_entirely_available)
13476 (value_entirely_covered_by_range_vector)
13477 (value_entirely_unavailable, value_entirely_optimized_out):
13478 Update.
13479 (insert_into_bit_range_vector): Change argument type.
13480 (find_first_range_overlap): Likewise.
13481 (struct ranges_and_idx, value_contents_bits_eq)
13482 (require_not_optimized_out, require_available): Update.
13483 (ranges_copy_adjusted): Change argument types.
13484 (value_optimized_out, value_copy, value_fetch_lazy): Update.
13485
13486 2018-04-06 Tom Tromey <tom@tromey.com>
13487
13488 * value.c (~value): Update.
13489 (struct value) <parent>: Now a value_ref_ptr.
13490 (value_parent, set_value_parent, value_address, value_copy):
13491 Update.
13492
13493 2018-04-06 Tom Tromey <tom@tromey.com>
13494
13495 * value.c (struct value): Add constructor, destructor, and member
13496 initializers.
13497 (allocate_value_lazy, value_decref): Update.
13498
13499 2018-04-06 Tom Tromey <tom@tromey.com>
13500
13501 * value.c (struct value) <released, next>: Remove.
13502 (all_values): Now a std::vector.
13503 (allocate_value_lazy): Update.
13504 (value_next): Remove.
13505 (value_mark, value_free_to_mark, release_value)
13506 (value_release_to_mark): Update.
13507
13508 2018-04-06 Tom Tromey <tom@tromey.com>
13509
13510 * value.h (fetch_subexp_value, value_release_to_mark): Update.
13511 (free_value_chain): Remove.
13512 * value.c (free_value_chain): Remove.
13513 (value_release_to_mark): Return a std::vector.
13514 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
13515 std::vector.
13516 (check_condition): Update.
13517 * eval.c (fetch_subexp_value): Change "val_chain" to a
13518 std::vector.
13519 * breakpoint.c (update_watchpoint): Update.
13520 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
13521
13522 2018-04-06 Tom Tromey <tom@tromey.com>
13523
13524 * value.h (free_all_values): Remove.
13525 * value.c (free_all_values): Remove.
13526
13527 2018-04-06 Tom Tromey <tom@tromey.com>
13528
13529 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
13530 (value_history_chain, value_history_count): Remove.
13531 (value_history): New global.
13532 (record_latest_value, access_value_history, show_values)
13533 (preserve_values): Update.
13534
13535 2018-04-06 Tom Tromey <tom@tromey.com>
13536
13537 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
13538 * varobj.c (varobj_set_display_format, varobj_set_value)
13539 (install_default_visualizer, construct_visualizer)
13540 (install_new_value, ~varobj, varobj_get_value_type)
13541 (my_value_of_variable, varobj_editable_p): Update.
13542 * c-varobj.c (c_describe_child, c_value_of_variable)
13543 (cplus_number_of_children, cplus_describe_child): Update.
13544 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
13545 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
13546 (ada_value_of_variable, ada_value_is_changeable_p): Update.
13547
13548 2018-04-06 Tom Tromey <tom@tromey.com>
13549
13550 * printcmd.c (last_examine_address): Change type to
13551 value_ref_ptr.
13552 (do_examine, x_command): Update.
13553
13554 2018-04-06 Tom Tromey <tom@tromey.com>
13555
13556 * value.c (release_value): Update.
13557 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13558 (struct bpstats) <val>: Now a value_ref_ptr.
13559 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13560 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13561 (~watchpoint, print_it_watchpoint, watch_command_1)
13562 (invalidate_bp_value_on_memory_change): Update.
13563
13564 2018-04-06 Tom Tromey <tom@tromey.com>
13565
13566 * varobj.c (varobj_clear_saved_item)
13567 (update_dynamic_varobj_children, install_new_value, ~varobj):
13568 Update.
13569 * value.h (value_incref): Move declaration earlier.
13570 (value_decref): Rename from value_free.
13571 (struct value_ref_policy): New.
13572 (value_ref_ptr): New typedef.
13573 (struct value_deleter): Remove.
13574 (gdb_value_up): Remove typedef.
13575 (release_value): Change return type.
13576 (release_value_or_incref): Remove.
13577 * value.c (set_value_parent): Update.
13578 (value_incref): Change return type.
13579 (value_decref): Rename from value_free.
13580 (value_free_to_mark, free_all_values, free_value_chain): Update.
13581 (release_value): Return value_ref_ptr.
13582 (release_value_or_incref): Remove.
13583 (record_latest_value, set_internalvar, clear_internalvar):
13584 Update.
13585 * stack.c (info_frame_command): Don't call value_free.
13586 * python/py-value.c (valpy_dealloc, valpy_new)
13587 (value_to_value_object): Update.
13588 * printcmd.c (do_examine): Update.
13589 * opencl-lang.c (lval_func_free_closure): Update.
13590 * mi/mi-main.c (register_changed_p): Don't call value_free.
13591 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13592 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13593 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13594 value_free.
13595 * guile/scm-value.c (vlscm_free_value_smob)
13596 (vlscm_scm_from_value): Update.
13597 * frame.c (frame_register_unwind, frame_unwind_register_signed)
13598 (frame_unwind_register_unsigned, get_frame_register_bytes)
13599 (put_frame_register_bytes): Don't call value_free.
13600 * findvar.c (address_from_register): Don't call value_free.
13601 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13602 * dwarf2loc.c (entry_data_value_free_closure)
13603 (value_of_dwarf_reg_entry, free_pieced_value_closure)
13604 (dwarf2_evaluate_loc_desc_full): Update.
13605 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13606 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13607 (~watchpoint, watch_command_1)
13608 (invalidate_bp_value_on_memory_change): Update.
13609 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13610
13611 2018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
13612
13613 PR gdb/23022
13614 * warning.m4: Add -Wno-error=deprecated-register.
13615 * configure: Re-generate.
13616
13617 2018-04-05 Tom Tromey <tom@tromey.com>
13618
13619 * linespec.h: Remove include of "vec.h".
13620
13621 2018-04-05 Tom Tromey <tom@tromey.com>
13622
13623 * linespec.c (typep): Remove typedef.
13624 (find_methods, find_superclass_methods): Take a std::vector.
13625 (find_method): Use std::vector.
13626
13627 2018-04-05 Tom Tromey <tom@tromey.com>
13628
13629 * utils.c (compare_strings): Remove.
13630 * utils.h (compare_strings): Remove.
13631 * objc-lang.h (find_imps): Update.
13632 * objc-lang.c (find_methods): Take a std::vector.
13633 (uniquify_strings, find_imps): Likewise.
13634 * linespec.c (find_methods): Take a std::vector.
13635 (decode_objc): Use std::vector.
13636 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13637 a std::vector.
13638 (find_method, find_function_symbols): Use std::vector.
13639
13640 2018-04-05 Tom Tromey <tom@tromey.com>
13641
13642 * completer.c (completion_tracker::completion_tracker): Remove
13643 cast.
13644 (completion_tracker::discard_completions): Likewise.
13645 * breakpoint.c (ambiguous_names_p): Remove cast.
13646 * ada-lang.c (_initialize_ada_language): Remove cast.
13647 * utils.h (streq): Update.
13648 (streq_hash): Add new declaration.
13649 * utils.c (streq): Return bool.
13650 (streq_hash): New function.
13651
13652 2018-04-05 Tom Tromey <tom@tromey.com>
13653
13654 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13655 Remove a string copy.
13656
13657 2018-04-05 Tom Tromey <tom@tromey.com>
13658
13659 * linespec.c (filter_results): Use std::vector.
13660 (decode_line_2, decode_line_full): Update.
13661
13662 2018-04-05 Tom Tromey <tom@tromey.com>
13663
13664 * linespec.c (canonical_to_fullform): Return std::string.
13665 (filter_results): Update.
13666 (struct decode_line_2_item): Add constructor.
13667 <fullform, displayform>: Now std::string.
13668 (decode_line_2_compare_items): Now a std::sort comparator.
13669 (decode_line_2): Update.
13670
13671 2018-04-05 Tom Tromey <tom@tromey.com>
13672
13673 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13674 (unexpected_linespec_error): Update.
13675 (linespec_parse_basic, parse_linespec): Update.
13676
13677 2018-04-05 Tom Tromey <tom@tromey.com>
13678
13679 * linespec.c (linespec_parse_basic): Reindent.
13680
13681 2018-04-05 Tom Tromey <tom@tromey.com>
13682
13683 * minsyms.h (iterate_over_minimal_symbols): Update.
13684 * minsyms.c (iterate_over_minimal_symbols): Take a
13685 gdb::function_view.
13686 * linespec.c (struct collect_minsyms): Remove.
13687 (compare_msyms): Now a std::sort comparator.
13688 (add_minsym): Add parameters.
13689 (search_minsyms_for_name): Update. Use std::vector.
13690
13691 2018-04-03 Tom Tromey <tom@tromey.com>
13692
13693 * mipsread.c (read_alphacoff_dynamic_symtab): Use
13694 gdb::byte_vector.
13695
13696 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
13697
13698 * MAINTAINERS (Write After Approval): Add Weimin Pan.
13699
13700 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
13701
13702 PR gdb/16959
13703 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
13704 printing static type.
13705
13706 2018-04-01 Tom Tromey <tom@tromey.com>
13707
13708 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13709 (rs6000_xfer_shared_libraries): Update.
13710
13711 2018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
13712
13713 * common/gdb_vecs.h (char_ptr): Remove.
13714 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13715
13716 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13717
13718 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13719 with std::vector.
13720 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13721
13722 2018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13723
13724 * tracepoint.h (struct uploaded_tp): Initialize fields.
13725 <actions, step_actions, cmd_strings>: Change type to
13726 std::vector<char *>.
13727 * tracepoint.c (get_uploaded_tp): Allocate with new.
13728 (free_uploaded_tps): Free with delete.
13729 (parse_tracepoint_definition): Adjust to std::vector change.
13730 * breakpoint.c (read_uploaded_action): Likewise.
13731 (create_tracepoint_from_upload): Likewise.
13732 * ctf.c (ctf_write_uploaded_tp): Likewise.
13733 (SET_ARRAY_FIELD): Likewise.
13734 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13735
13736 2018-03-30 Tom Tromey <tom@tromey.com>
13737
13738 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
13739 std::unique_ptr.
13740 (svr4_keep_data_in_core): Update.
13741 (svr4_read_so_list): Update.
13742
13743 2018-03-30 Tom Tromey <tom@tromey.com>
13744
13745 * windows-nat.c (handle_output_debug_string, handle_exception):
13746 Update.
13747 * target.h (target_read_string): Update.
13748 * target.c (target_read_string): Change "string" to
13749 unique_xmalloc_ptr.
13750 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13751 Update.
13752 * solib-frv.c (frv_current_sos): Update.
13753 * solib-dsbt.c (dsbt_current_sos): Update.
13754 * solib-darwin.c (darwin_current_sos): Update.
13755 * linux-thread-db.c (inferior_has_bug): Update.
13756 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13757 Update. Remove alloca.
13758 * ada-lang.c (ada_main_name): Update.
13759
13760 2018-03-30 Tom Tromey <tom@tromey.com>
13761
13762 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13763 (struct dwo_file_deleter): New.
13764 (dwo_file_up): New typedef.
13765 (open_and_init_dwo_file): Use dwo_file_up.
13766 (free_dwo_file_cleanup): Remove.
13767
13768 2018-03-30 Tom Tromey <tom@tromey.com>
13769
13770 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13771 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13772
13773 2018-03-30 Tom Tromey <tom@tromey.com>
13774
13775 * dwarf2read.c (class free_cached_comp_units): New class.
13776 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13777 (free_cached_comp_units): Remove function.
13778
13779 2018-03-30 Tom Tromey <tom@tromey.com>
13780
13781 * utils.h (make_cleanup_unpush_target): Remove.
13782 * inf-ptrace.c (struct target_unpusher): New.
13783 (target_unpush_up) New typedef.
13784 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13785 target_unpush_up.
13786 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13787
13788 2018-03-27 Tom Tromey <tom@tromey.com>
13789
13790 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13791
13792 2018-03-27 Pedro Alves <palves@redhat.com>
13793 Tom Tromey <tom@tromey.com>
13794
13795 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13796 destructor. Now a class.
13797 (gdb_readline_wrapper_cleanup): Remove function.
13798 (gdb_readline_wrapper): Remove cleanups.
13799
13800 2018-03-27 Tom Tromey <tom@tromey.com>
13801
13802 * typeprint.h (struct type_print_options) <local_typedefs,
13803 global_typedefs>: Remove "struct" keyword.
13804 (class typedef_hash_table): New class.
13805 (recursively_update_typedef_hash, add_template_parameters)
13806 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13807 (find_typedef_in_hash): Don't declare.
13808 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13809 (typedef_hash_table::recursively_update): Rename from
13810 recursively_update_typedef_hash. Now a member.
13811 (typedef_hash_table::add_template_parameters): Rename from
13812 add_template_parameters. Now a member.
13813 (typedef_hash_table::typedef_hash_table): Now a constructor;
13814 rename from create_typedef_hash.
13815 (typedef_hash_table::~typedef_hash_table): Now a destructor;
13816 rename from free_typedef_hash.
13817 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13818 (do_free_global_table): Remove.
13819 (typedef_hash_table::typedef_hash_table): New constructor; renamed
13820 from copy_type_recursive.
13821 (create_global_typedef_table): Remove.
13822 (typedef_hash_table::find_global_typedef): Now a member of
13823 typedef_hash_table.
13824 (typedef_hash_table::find_typedef): Rename from
13825 find_typedef_in_hash; now a member.
13826 (whatis_exp): Update.
13827 * extension.h (struct ext_lang_type_printers): Add constructor and
13828 destructor.
13829 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13830 declare.
13831 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13832 Now a constructor; rename from start_ext_lang_type_printers.
13833 (ext_lang_type_printers): Now a destructor; rename from
13834 free_ext_lang_type_printers.
13835 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13836 Update.
13837 (c_type_print_base_struct_union): Update. Remove cleanups.
13838
13839 2018-03-27 Tom Tromey <tom@tromey.com>
13840
13841 * dwarf-index-write.c: Include <cmath>.
13842
13843 2018-03-27 Joel Brobecker <brobecker@adacore.com>
13844
13845 * NEWS: Add entry describing new "set|show varsize-limit" command.
13846 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13847 command.
13848 * printcmd.c (_initialize_printcmd): Add "set var" alias of
13849 "set variable".
13850
13851 2018-03-27 Simon Marchi <simon.marchi@ericsson.com>
13852
13853 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13854 dwarf-index-write.c
13855 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13856 * dwarf-index-common.c: New file.
13857 * dwarf-index-common.h: New file.
13858 * dwarf-index-write.c: New file.
13859 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13860 (struct dwarf2_section_info): Move from here.
13861 (dwarf2_section_info_def): Likewise.
13862 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13863 (offset_type): Likewise.
13864 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13865 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13866 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13867 (byte_swap): Likewise.
13868 (MAYBE_SWAP): Likewise.
13869 (dwarf2_per_cu_ptr): Likewise.
13870 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13871 (struct tu_stats): Likewise.
13872 (struct dwarf2_per_objfile): Likewise.
13873 (struct dwarf2_per_cu_data): Likewise.
13874 (struct signatured_type): Likewise.
13875 (sig_type_ptr): Likewise.
13876 (DEF_VEC_P (sig_type_ptr)): Likewise.
13877 (INDEX4_SUFFIX): Likewise.
13878 (INDEX5_SUFFIX): Likewise.
13879 (DEBUG_STR_SUFFIX): Likewise.
13880 (dwarf2_read_section): Make non-static.
13881 (mapped_index_string_hash): Move from here.
13882 (dwarf5_djb_hash): Likewise.
13883 (file_write): Likewise.
13884 (class data_buf): Likewise.
13885 (struct symtab_index_entry): Likewise.
13886 (struct mapped_symtab): Likewise.
13887 (find_slot): Likewise.
13888 (hash_expand): Likewise.
13889 (add_index_entry): Likewise.
13890 (uniquify_cu_indices): Likewise.
13891 (class c_str_view): Likewise.
13892 (class c_str_view_hasher): Likewise.
13893 (class vector_hasher): Likewise.
13894 (write_hash_table): Likewise.
13895 (psym_index_map): Likewise.
13896 (struct addrmap_index_data): Likewise.
13897 (add_address_entry): Likewise.
13898 (add_address_entry_worker): Likewise.
13899 (write_address_map): Likewise.
13900 (symbol_kind): Likewise.
13901 (write_psymbols): Likewise.
13902 (struct signatured_type_index_data): Likewise.
13903 (write_one_signatured_type): Likewise.
13904 (recursively_count_psymbols): Likewise.
13905 (recursively_write_psymbols): Likewise.
13906 (class debug_names): Likewise.
13907 (check_dwarf64_offsets): Likewise.
13908 (psyms_seen_size): Likewise.
13909 (write_gdbindex): Likewise.
13910 (write_debug_names): Likewise.
13911 (assert_file_size): Likewise.
13912 (write_psymtabs_to_index): Likewise.
13913 (save_gdb_index_command): Likewise.
13914 (_initialize_dwarf2_read): Don't register the "save gdb-index"
13915 command.
13916 * dwarf2read.h: New file.
13917
13918 2018-03-27 Joel Brobecker <brobecker@adacore.com>
13919
13920 PR gdb/22670
13921 * dwarf2read.c (dwarf2_physname): Do not return the demangled
13922 symbol name if the CU's language stores symbol names in linkage
13923 format.
13924 * language.h (struct language_defn)
13925 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
13926 all instances of this struct.
13927
13928 2018-03-26 Tom Tromey <tom@tromey.com>
13929
13930 * stack.c (backtrace_command_1): Remove verbose code.
13931
13932 2018-03-26 Tom Tromey <tom@tromey.com>
13933
13934 * python/py-framefilter.c (py_print_type): Don't catch
13935 exceptions. Return void.
13936 (py_print_value): Likewise.
13937 (py_print_single_arg): Likewise.
13938 (enumerate_args): Don't catch exceptions.
13939 (py_print_args): Likewise.
13940 (py_print_frame): Likewise.
13941 (gdbpy_apply_frame_filter): Catch exceptions here.
13942
13943 2018-03-26 Tom Tromey <tom@tromey.com>
13944
13945 * stack.c (_initialize_stack): Remove trailing newlines from help
13946 text. Add "Usage" line to "backtrace" help.
13947
13948 2018-03-26 Tom Tromey <tom@tromey.com>
13949
13950 PR python/16486:
13951 * python/py-framefilter.c (py_print_args): Call wrap_hint.
13952
13953 2018-03-26 Tom Tromey <tom@tromey.com>
13954
13955 * python/py-framefilter.c (py_print_single_arg): Return
13956 EXT_LANG_BT_ERROR from catch.
13957
13958 2018-03-26 Tom Tromey <tom@tromey.com>
13959
13960 PR backtrace/15584:
13961 * stack.c (backtrace_command_1): Move some code into no-filters
13962 "if".
13963
13964 2018-03-26 Tom Tromey <tom@tromey.com>
13965
13966 * python/py-framefilter.c (throw_quit_or_print_exception): New
13967 function.
13968 (gdbpy_apply_frame_filter): Use it.
13969
13970 2018-03-26 Tom Tromey <tom@tromey.com>
13971
13972 PR cli/17716:
13973 * python/py-framefilter.c (py_print_type, py_print_value)
13974 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13975 RETURN_MASK_ERROR.
13976
13977 2018-03-26 Tom Tromey <tom@tromey.com>
13978
13979 * python/py-framefilter.c (enumerate_args): Use
13980 gdb::unique_xmalloc_ptr.
13981
13982 2018-03-26 Tom Tromey <tom@tromey.com>
13983
13984 * python/py-framefilter.c (py_print_frame): Return
13985 EXT_LANG_BT_OK.
13986 (gdbpy_apply_frame_filter): Update comment.
13987 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13988 Remove.
13989 <EXT_LANG_BT_NO_FILTERS>: Change value.
13990
13991 2018-03-26 Tom Tromey <tom@tromey.com>
13992
13993 PR backtrace/15582:
13994 * stack.c (backtrace_command): Parse "hide" argument.
13995 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
13996 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
13997 constant.
13998
13999 2018-03-26 Tom Tromey <tom@tromey.com>
14000
14001 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
14002 add "flags".
14003 (backtrace_command): Remove "fulltrace", add "flags".
14004
14005 2018-03-26 Tom Tromey <tom@tromey.com>
14006
14007 * stack.c (backtrace_command): Rewrite command line parsing.
14008
14009 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
14010
14011 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
14012
14013 2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
14014
14015 * filename-seen-cache.h: Add include guard.
14016
14017 2018-03-26 Keith Seitz <keiths@redhat.com>
14018
14019 * symfile.c (place_section): Remove "struct" from section_addr_info
14020 in comment.
14021 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
14022 "struct" keyword from section_addr_info.
14023
14024 2018-03-26 Alan Hayward <alan.hayward@arm.com>
14025
14026 * regformats/regdef.h (reg): Add constructors.
14027
14028 2018-03-25 Pedro Alves <palves@redhat.com>
14029
14030 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
14031 if then/else bodies in var_func_name extraction.
14032
14033 2018-03-23 Weimin Pan <weimin.pan@oracle.com>
14034
14035 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
14036 lookup_minimal_symbol() to find symbol entry.
14037 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
14038
14039 2018-03-23 Keith Seitz <keiths@redhat.com>
14040
14041 PR c++/22968
14042 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
14043 nested type definitions for C++, too.
14044
14045 2018-03-23 Tom Tromey <tom@tromey.com>
14046
14047 * machoread.c (struct oso_el): Add a constructor. Don't define as
14048 a typedef.
14049 (macho_register_oso): Remove.
14050 (macho_symtab_read): Take a std::vector.
14051 (oso_el_compare_name): Now a std::sort comparator.
14052 (macho_symfile_read_all_oso): Take a std::vector.
14053 (macho_symfile_read): Use std::vector. Remove cleanups.
14054
14055 2018-03-22 Tom Tromey <tom@tromey.com>
14056
14057 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
14058 (record_full_goto_bookmark): Use std::string.
14059
14060 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14061
14062 PR tdep/18295
14063 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
14064 a single mask.
14065
14066 2018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14067
14068 * rs6000-tdep.c (store_insn_p): New function.
14069 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
14070 and cr_reg to their unshifted values. Use store_insn_p to
14071 match LR saves using either R1 or fdata->alloca_reg. Use
14072 store_insn_p to match CR saves. Set alloca_reg_offset
14073 when alloca_reg and framep are set. Remove lr_reg shift
14074 when assigning to fdata->lr_register.
14075
14076 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
14077
14078 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
14079 command line args instead of emitting a warning.
14080
14081 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
14082
14083 * tracepoint.h (struct static_tracepoint_marker): Initialize
14084 fields, define default constructor, move constructor and move
14085 assignment, disable the rest.
14086 <str_id, extra>: Make std::string.
14087 (release_static_tracepoint_marker): Remove.
14088 (free_current_marker): Remove.
14089 * tracepoint.c (free_current_marker): Remove.
14090 (parse_static_tracepoint_marker_definition): Adjust to
14091 std::string, use new hex2str overload.
14092 (release_static_tracepoint_marker): Remove.
14093 (print_one_static_tracepoint_marker): Get marker by reference
14094 and adjust to std::string.
14095 (info_static_tracepoint_markers_command): Adjust to std::vector
14096 changes
14097 * target.h (static_tracepoint_marker_p): Remove typedef.
14098 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
14099 (struct target_ops) <to_static_tracepoint_marker_at>: Return
14100 bool.
14101 <to_static_tracepoint_markers_by_strid>: Return std::vector.
14102 * target-debug.h
14103 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
14104 (target_debug_print_std_vector_static_tracepoint_marker): New.
14105 (target_debug_print_struct_static_tracepoint_marker_p): Rename
14106 to...
14107 (target_debug_print_static_tracepoint_marker_p): ... this.
14108 * target-delegates.c: Re-generate.
14109 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
14110 Make std::string.
14111 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
14112 (decode_static_tracepoint_spec): Adjust to std::vector.
14113 (tracepoint_print_one_detail): Adjust to std::string.
14114 (strace_marker_decode_location): Adjust to std::string.
14115 (update_static_tracepoint): Adjust to std::string, remove call
14116 to release_static_tracepoint_marker.
14117 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
14118 Adjust to std::vector.
14119 * remote.c (remote_static_tracepoint_marker_at): Return bool.
14120 (remote_static_tracepoint_markers_by_strid): Adjust to
14121 std::vector.
14122 * common/rsp-low.h (hex2str): New overload with explicit count
14123 of bytes.
14124 * common/rsp-low.c (hex2str): New overload with explicit count
14125 of bytes.
14126 * unittests/rsp-low-selftests.c (test_hex2str): New function.
14127 (_initialize_rsp_low_selftests): Add test_hex2str test.
14128 * unittests/tracepoint-selftests.c
14129 (test_parse_static_tracepoint_marker_definition): Adjust to
14130 std::string.
14131
14132 2018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
14133
14134 * tracepoint.c (parse_static_tracepoint_marker_definition):
14135 Consider case where the definition is followed by more
14136 definitions.
14137 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14138 tracepoint-selftests.c.
14139 * unittests/tracepoint-selftests.c: New.
14140
14141 2018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14142
14143 * MAINTAINERS (Write After Approval): Add Pedro Franco de
14144 Carvalho.
14145
14146 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
14147
14148 * symtab.c (find_pc_sect_line): fixed indentation.
14149
14150 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
14151
14152 * symtab.c (find_pc_sect_line): now uses binary search.
14153
14154 2018-03-19 Tom Tromey <tom@tromey.com>
14155
14156 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
14157 "IDENT" production.
14158
14159 2018-03-19 Pedro Alves <palves@redhat.com>
14160 Tom Tromey <tom@tromey.com>
14161
14162 * unittests/observable-selftests.c: New file.
14163 * common/observable.h: New file.
14164 * observable.h: New file.
14165 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
14166 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
14167 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
14168 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
14169 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
14170 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
14171 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
14172 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
14173 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
14174 python/py-breakpoint.c, python/py-finishbreakpoint.c,
14175 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
14176 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
14177 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
14178 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
14179 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
14180 tui/tui-interp.c, valops.c: Update all users.
14181 * tui/tui-hooks.c (tui_bp_created_observer)
14182 (tui_bp_deleted_observer, tui_bp_modified_observer)
14183 (tui_inferior_exit_observer, tui_before_prompt_observer)
14184 (tui_normal_stop_observer, tui_register_changed_observer):
14185 Remove.
14186 (tui_observers_token): New global.
14187 (attach_or_detach, tui_attach_detach_observers): New functions.
14188 (tui_install_hooks, tui_remove_hooks): Use
14189 tui_attach_detach_observers.
14190 * record-btrace.c (record_btrace_thread_observer): Remove.
14191 (record_btrace_thread_observer_token): New global.
14192 * observer.sh: Remove.
14193 * observer.c: Rename to observable.c.
14194 * observable.c (namespace gdb_observers): Define new objects.
14195 (observer_debug): Move into gdb_observers namespace.
14196 (struct observer, struct observer_list, xalloc_observer_list_node)
14197 (xfree_observer_list_node, generic_observer_attach)
14198 (generic_observer_detach, generic_observer_notify): Remove.
14199 (_initialize_observer): Update.
14200 Don't include observer.inc.
14201 * Makefile.in (generated_files): Remove observer.h, observer.inc.
14202 (clean mostlyclean): Likewise.
14203 (observer.h, observer.inc): Remove targets.
14204 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
14205 (COMMON_SFILES): Use observable.c, not observer.c.
14206 * .gitignore: Remove observer.h.
14207
14208 2018-03-18 Tom Tromey <tom@tromey.com>
14209
14210 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
14211 gdb::def_vector.
14212 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
14213
14214 2018-03-17 Tom Tromey <tom@tromey.com>
14215
14216 * auto-load.c (auto_load_objfile_script_1): Use std::string.
14217
14218 2018-03-17 Tom Tromey <tom@tromey.com>
14219
14220 * target.c (class scoped_target_fd): New.
14221 (target_fileio_close_cleanup): Remove.
14222 (target_fileio_read_alloc_1): Use scoped_target_fd.
14223
14224 2018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
14225
14226 * silent-rules.mk: New.
14227 * Makefile.in: Include silent-rules.mk
14228 (srcdir, VPATH, top_srcdir): Move up.
14229 (COMPILE): Add ECHO_CXX.
14230 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
14231 (init.c): Add ECHO_INIT_C.
14232 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
14233 (version.c): Add ECHO_GEN.
14234 (printcmd.o): Add ECHO_CXX.
14235 (target-float.o): Add ECHO_CXX.
14236 (ada-exp.o): Add ECHO_CXX.
14237 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
14238 (insight$(EXEEXT)): Add ECHO_CXXLD.
14239 * gnulib/configure.ac: Add AM_SILENT_RULES.
14240 * gnulib/aclocal.m4: Re-generate.
14241 * gnulib/configure: Re-generate.
14242 * gnulib/import/Makefile.in: Re-generate.
14243
14244 2018-03-16 Tom Tromey <tom@tromey.com>
14245
14246 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
14247 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
14248 * utils.c (do_free_section_addr_info)
14249 (make_cleanup_free_section_addr_info): Remove.
14250 * symfile.h (struct other_sections): Add constructor.
14251 (struct section_addr_info): Remove.
14252 (section_addr_info): New typedef.
14253 (struct sym_fns) <sym_offsets>: Change type of parameter.
14254 (build_section_addr_info_from_objfile)
14255 (relative_addr_info_to_section_offsets, addr_info_make_relative)
14256 (default_symfile_offsets, symbol_file_add)
14257 (symbol_file_add_from_bfd)
14258 (build_section_addr_info_from_section_table): Update.
14259 (alloc_section_addr_info, free_section_addr_info): Don't declare.
14260 * symfile.c (alloc_section_addr_info): Remove.
14261 (build_section_addr_info_from_section_table): Change return type.
14262 Update.
14263 (build_section_addr_info_from_bfd)
14264 (build_section_addr_info_from_objfile): Likewise.
14265 (free_section_addr_info): Remove.
14266 (relative_addr_info_to_section_offsets): Change type of "addrs".
14267 (addrs_section_compar): Now a std::sort comparator.
14268 (addrs_section_sort): Change return type.
14269 (addr_info_make_relative): Change type of "addrs". Update.
14270 (default_symfile_offsets, syms_from_objfile_1)
14271 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
14272 (symbol_file_add_separate): Update.
14273 (symbol_file_add): Change type of "addrs". Update.
14274 (add_symbol_file_command): Update. Remove cleanups.
14275 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
14276 cleanups.
14277 * symfile-debug.c (debug_sym_offsets): Change type of "info".
14278 * solib.c (solib_read_symbols): Update.
14279 * objfiles.c (objfile_relocate): Update. Remove cleanups.
14280 * machoread.c (macho_symfile_offsets): Update.
14281 * jit.c (jit_bfd_try_read_symtab): Update.
14282
14283 2018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
14284
14285 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14286 unittests/utils-selftests.c.
14287 * unittests/utils-selftests.c: New file.
14288
14289 2018-03-14 Tom Tromey <tom@tromey.com>
14290
14291 PR cli/14977:
14292 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
14293 for NULL.
14294
14295 2018-03-14 Tom Tromey <tom@tromey.com>
14296
14297 PR cli/19918:
14298 * printcmd.c (printf_pointer): Allow "-" in format.
14299
14300 2018-03-14 Tom Tromey <tom@tromey.com>
14301
14302 * printcmd.c (_initialize_printcmd): Add usage to printf.
14303
14304 2018-03-14 Yao Qi <qiyao@sourceware.org>
14305
14306 * MAINTAINERS: Update my email address.
14307
14308 2018-03-13 Tom Tromey <tom@tromey.com>
14309
14310 * machoread.c (macho_check_dsym): Change filenamep to a
14311 std::string*.
14312 (macho_symfile_read): Update.
14313 * symfile.c (load_command): Use std::string.
14314
14315 2018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
14316
14317 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
14318 to error message string.
14319 (riscv_register_name): Use xsnprintf instead of sprintf.
14320 (riscv_insn::fetch_instruction): Use gdb_assert instead of
14321 internal_error.
14322 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
14323 error.
14324 (riscv_push_dummy_call): Likewise.
14325
14326 2018-03-12 Tom Tromey <tom@tromey.com>
14327
14328 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
14329 Use gdb::byte_vector.
14330 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
14331
14332 2018-03-12 Yao Qi <yao.qi@linaro.org>
14333
14334 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
14335 parameter type to readable_regcache.
14336 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
14337 the declaration.
14338
14339 2018-03-11 Tom Tromey <tom@tromey.com>
14340
14341 * dwarf2read.c (struct nextfield): Add initializers.
14342 (struct nextfnfield): Remove.
14343 (struct fnfieldlist): Add initializers. Remove "length" and
14344 "head", use std::vector.
14345 (struct decl_field_list): Remove.
14346 (struct field_info): Add initializers.
14347 <fields, baseclasses>: Now std::vector.
14348 <nbaseclasses, nfnfields, typedef_field_list_count,
14349 nested_types_list_count>: Remove.
14350 (dwarf2_add_field, dwarf2_add_type_defn)
14351 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
14352 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
14353 (process_structure_scope): Update.
14354
14355 2018-03-11 Tom Tromey <tom@tromey.com>
14356
14357 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
14358 for use by std::sort.
14359 (build_type_psymtabs_1): Use std::vector.
14360
14361 2018-03-09 Eli Zaretskii <eliz@gnu.org>
14362
14363 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
14364 and LIBMPFR in the printed configuration.
14365
14366 2018-03-08 Tom Tromey <tom@tromey.com>
14367
14368 * source.c (get_filename_and_charpos): Use scoped_fd.
14369 * nto-procfs.c (procfs_open_1): Use scoped_fd.
14370 (procfs_pidlist): Likewise.
14371 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
14372 (iterate_over_mappings): Likewise.
14373
14374 2018-03-08 Tom Tromey <tom@tromey.com>
14375
14376 * infcall.c (struct call_return_meta_info)
14377 <stack_temporaries_enabled>: Remove.
14378 (get_call_return_value, call_function_by_hand_dummy): Update.
14379 * thread.c (disable_thread_stack_temporaries): Remove.
14380 (enable_thread_stack_temporaries): Remove.
14381 (thread_stack_temporaries_enabled_p): Return bool.
14382 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
14383 (get_last_thread_stack_temporary): Update.
14384 * eval.c (evaluate_subexp): Update.
14385 * gdbthread.h (class enable_thread_stack_temporaries): Now a
14386 class, not a function.
14387 (value_ptr, value_vec): Remove typedefs.
14388 (class thread_info) <stack_temporaries_enabled>: Now bool.
14389 <stack_temporaries>: Now a std::vector.
14390 (thread_stack_temporaries_enabled_p)
14391 (value_in_thread_stack_temporaries): Return bool.
14392
14393 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
14394
14395 * remote.c (putpkt_binary): Fix omitted bytes reporting.
14396 (getpkt_or_notif_sane_1): Likewise.
14397
14398 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14399
14400 * build-id.c (build_id_to_debug_bfd): Use std::string.
14401
14402 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14403
14404 * build-id.c (find_separate_debug_file_by_buildid): Return
14405 std::string.
14406 * build-id.h (find_separate_debug_file_by_buildid): Return
14407 std::string.
14408 * coffread.c (coff_symfile_read): Adjust to std::string.
14409 * elfread.c (elf_symfile_read): Adjust to std::string.
14410 * symfile.c (separate_debug_file_exists): Change parameter to
14411 std::string.
14412 (find_separate_debug_file): Return std::string.
14413 (find_separate_debug_file_by_debuglink): Return std::string.
14414 * symfile.h (find_separate_debug_file_by_debuglink): Return
14415 std::string.
14416
14417 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14418
14419 * common/xml-utils.c (xml_escape_text): Move code to...
14420 (xml_escape_text_append): ... this new function.
14421 * common/xml-utils.h (xml_escape_text_append): New declaration.
14422 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
14423 New function.
14424 (_initialize_xml_utils): register test_xml_escape_text_append as
14425 a selftest.
14426
14427 2018-03-07 Alan Hayward <alan.hayward@arm.com>
14428
14429 * defs.h: Remove MAX_REGISTER_SIZE.
14430 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
14431 asserts.
14432 * python/py-unwind.c (pyuw_sniffer): Likewise.
14433
14434 2018-03-07 Tom Tromey <tom@tromey.com>
14435
14436 * linux-tdep.c (linux_info_proc): Update.
14437 * target.h (struct target_ops) <to_fileio_readlink>: Return
14438 optional<string>.
14439 (target_fileio_readlink): Return optional<string>.
14440 * remote.c (remote_hostio_readlink): Return optional<string>.
14441 * inf-child.c (inf_child_fileio_readlink): Return
14442 optional<string>.
14443 * target.c (target_fileio_readlink): Return optional<string>.
14444
14445 2018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
14446
14447 * regcache.c (cooked_read_test): Add riscv to the list of
14448 architectures that have a save_reggroup.
14449
14450 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
14451
14452 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
14453 value is not a dynamic class object.
14454
14455 2018-03-06 Tom Tromey <tom@tromey.com>
14456
14457 * rust-exp.y: Formatting fixes.
14458
14459 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14460
14461 * riscv-tdep.c (riscv_register_name): Remove target description
14462 support.
14463 (riscv_gdbarch_init): Remove target description check.
14464
14465 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14466
14467 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
14468 comment.
14469 * riscv-tdep.h: Likewise.
14470
14471 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14472
14473 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
14474 (riscv_pseudo_register_write): Delete.
14475 (riscv_gdbarch_init): Remove all use of pseudo registers.
14476
14477 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14478
14479 * record-btrace.c (btrace_print_lines): Replace cleanup
14480 parameter with RAII equivalents.
14481 (btrace_insn_history): Replace cleanup with RAII equivalents.
14482 * ui-out.h (make_cleanup_ui_out_list_begin_end,
14483 make_cleanup_ui_out_tuple_begin_end): Remove.
14484 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
14485 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
14486 make_cleanup_ui_out_list_begin_end): Remove.
14487
14488 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14489
14490 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
14491 parameter types to std::vector. Use bool.
14492 (record_btrace_wait): Replace VEC(tp_t) with
14493 std::vector<thread_info *>.
14494 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
14495
14496 2018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14497
14498 * record-btrace.c (record_btrace_disable_callback): Remove.
14499 (struct scoped_btrace_disable): New.
14500 (record_btrace_open): Use scoped_btrace_disable.
14501
14502 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14503
14504 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
14505 reading values from registers.
14506
14507 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14508
14509 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
14510 where appropriate.
14511
14512 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14513
14514 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
14515 change parameter type. Use GDB's print functions, and use
14516 core_addr_to_string where appropriate.
14517 (riscv_push_dummy_call): Use core_addr_to_string where
14518 appropriate, update call to riscv_print_arg_location, and reindent
14519 a few lines.
14520 (riscv_return_value): Update call to riscv_print_arg_location.
14521
14522 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14523 Tim Newsome <tim@sifive.com>
14524 Albert Ou <a0u@eecs.berkeley.edu>
14525 Darius Rad <darius@bluespec.com>
14526
14527 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
14528 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
14529 (ALLDEPFILES): Add riscv-tdep.c
14530 * configure.tgt: Add riscv support.
14531 * riscv-tdep.c: New file.
14532 * riscv-tdep.h: New file.
14533 * NEWS: Mention new target.
14534 * MAINTAINERS: Add entry for riscv.
14535
14536 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14537
14538 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
14539 fields within aggregates.
14540
14541 2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
14542
14543 * record-btrace.c (btrace_print_lines): Change type of flags to
14544 gdb_disassembly_flags.
14545
14546 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14547
14548 * fbsd-nat.c: Include "inf-ptrace.h".
14549 (USE_SIGTRAP_SIGINFO): Conditionally define.
14550 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
14551 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
14552 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14553 function.
14554 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14555 Likewise.
14556 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14557 Likewise.
14558 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14559 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14560 "supports_stopped_by_hw_breakpoint" target methods.
14561
14562 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14563
14564 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14565 * fbsd-nat.c (debug_fbsd_nat): New variable.
14566 (show_fbsd_nat_debug): New function.
14567 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14568 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14569
14570 2018-03-04 John Baldwin <jhb@FreeBSD.org>
14571
14572 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14573 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14574 prototype.
14575 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14576 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14577 method.
14578
14579 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14580
14581 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14582 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14583
14584 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14585
14586 * charset.c (struct charset_vector): New.
14587 (charsets): Change type to charset_vector.
14588 (find_charset_names): Adjust.
14589 (add_one): Adjust.
14590 (_initialize_charset): Adjust.
14591
14592 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14593
14594 * progspace.h (struct program_space) <deleted_solibs>: Change
14595 type to std::vector<std::string>.
14596 * progspace.c (clear_program_space_solib_cache): Adjust.
14597 * breakpoint.c (print_solib_event): Adjust.
14598 (check_status_catch_solib): Adjust.
14599 * solib.c (update_solib_list): Adjust.
14600 * ui-out.h (class ui_out) <field_string>: New overload.
14601 * ui-out.c (ui_out::field_string): New overload.
14602
14603 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14604
14605 * progspace.h (struct program_space): Add constructor and
14606 destructor, initialize fields.
14607 (add_program_space): Remove.
14608 * progspace.c (add_program_space): Rename to...
14609 (program_space::program_space): ... this.
14610 (release_program_space): Rename to...
14611 (program_space::~program_space): ... this.
14612 (delete_program_space): Use delete to delete program_space.
14613 (initialize_progspace): Use new to allocate program_space.
14614 * inferior.c (add_inferior_with_spaces): Likewise.
14615 (clone_inferior_command): Likewise.
14616 * infrun.c (follow_fork_inferior): Likewise.
14617 (handle_vfork_child_exec_or_exit): Likewise.
14618
14619 2018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14620
14621 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14622 (delim_string_to_char_ptr_vec): Return std::vector of
14623 gdb::unique_xmalloc_ptr.
14624 (dirnames_to_char_ptr_vec_append): Take std::vector of
14625 gdb::unique_xmalloc_ptr.
14626 (dirnames_to_char_ptr_vec): Return std::vector of
14627 gdb::unique_xmalloc_ptr.
14628 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14629 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14630 (delim_string_to_char_ptr_vec): Return an std::vector of
14631 gdb::unique_xmalloc_ptr, adjust the code.
14632 (dirnames_to_char_ptr_vec_append): Take an std::vector of
14633 gdb::unique_xmalloc_ptr, adjust the code.
14634 (dirnames_to_char_ptr_vec): Return an std::vector of
14635 gdb::unique_xmalloc_ptr, adjust the code.
14636 * auto-load.c (auto_load_safe_path_vec): Change type to
14637 std::vector of gdb::unique_xmalloc_ptr.
14638 (auto_load_expand_dir_vars): Return an std::vector of
14639 gdb::unique_xmalloc_ptr, adjust the code.
14640 (auto_load_safe_path_vec_update): Adjust.
14641 (filename_is_in_auto_load_safe_path_vec): Adjust.
14642 (auto_load_objfile_script_1): Adjust.
14643 * build-id.c (build_id_to_debug_bfd): Adjust.
14644 * linux-thread-db.c (thread_db_load_search): Adjust.
14645 * source.c (add_path): Adjust.
14646 (openp): Adjust.
14647 * symfile.c (find_separate_debug_file): Adjust.
14648 * utils.c (do_free_char_ptr_vec): Remove.
14649 (make_cleanup_free_char_ptr_vec): Remove.
14650
14651 2018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
14652
14653 PR gdb/22907
14654 * common/pathstuff.c: Conditionally include "<windows.h>".
14655
14656 2018-03-01 Georg Sauthoff <mail@georg.so>
14657
14658 PR gdb/22888
14659 * gcore.in: Quote variables and switch interpreter to bash.
14660
14661 2018-03-01 Tom Tromey <tom@tromey.com>
14662
14663 * dwarf2read.c (alloc_discriminant_info): Fix default_index
14664 assertion. Add assertion for discriminant_index.
14665 (quirk_rust_enum): Use correct base type name in univariant case.
14666
14667 2018-03-01 Simon Marchi <simon.marchi@ericsson.com>
14668
14669 * record.c (get_call_history_modifiers): Return a
14670 record_print_flags.
14671 (cmd_record_call_history): Adjust.
14672 * record-btrace.c (record_btrace_call_history): Adjust.
14673 (record_btrace_call_history_range): Adjust.
14674 (record_btrace_call_history_from): Adjust.
14675 * target-debug.h (target_debug_print_record_print_flags): New.
14676 * target-delegates.c: Re-generate.
14677 * target.c (target_call_history): Change flags type.
14678 (target_call_history_from): Likewise.
14679 (target_call_history_range): Likewise.
14680 * target.h (struct target_ops) <target_call_history>: Likewise.
14681 (target_call_history_from): Likewise.
14682 (target_call_history_range): Likewise.
14683
14684 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14685 Simon Marchi <simon.marchi@polymtl.ca>
14686
14687 * common/common-utils.c: Include "sys/stat.h".
14688 (is_regular_file): Move here from "source.c"; change return
14689 type to "bool".
14690 * common/common-utils.h (is_regular_file): New prototype.
14691 * common/pathstuff.c (contains_dir_separator): New function.
14692 * common/pathstuff.h (contains_dir_separator): New prototype.
14693 * source.c: Don't include "sys/stat.h".
14694 (is_regular_file): Move to "common/common-utils.c".
14695
14696 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14697
14698 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14699 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14700 * auto-load.c: Include "common/pathstuff.h".
14701 * common/common-def.h (current_directory): Move here.
14702 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14703 function.
14704 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14705 prototype.
14706 * common/pathstuff.c: New file.
14707 * common/pathstuff.h: New file.
14708 * compile/compile.c: Include "common/pathstuff.h".
14709 * defs.h (current_directory): Move to "common/common-defs.h".
14710 * dwarf2read.c: Include "common/pathstuff.h".
14711 * exec.c: Likewise.
14712 * guile/scm-safe-call.c: Likewise.
14713 * linux-thread-db.c: Likewise.
14714 * main.c: Likewise.
14715 * nto-tdep.c: Likewise.
14716 * objfiles.c: Likewise.
14717 * source.c: Likewise.
14718 * symtab.c: Likewise.
14719 * utils.c: Include "common/pathstuff.h".
14720 (gdb_realpath): Move to "common/pathstuff.c".
14721 (gdb_realpath_keepfile): Likewise.
14722 (gdb_abspath): Likewise.
14723 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14724 (gdb_realpath_keepfile): Likewise.
14725 (gdb_abspath): Likewise.
14726
14727 2018-02-28 John Baldwin <jhb@FreeBSD.org>
14728
14729 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14730 wildcard process pid for super_resume for kernels with a
14731 specific bug.
14732
14733 2018-02-27 Phil Muldoon <pmuldoon@redhat.com>
14734
14735 * compile/compile.c (get_args): Add additional comments
14736 explaining function.
14737
14738 2018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
14739 Tom Tromey <tom@tromey.com>
14740
14741 * target.h (memory_write_request_s): Remove typedef. Don't define
14742 VEC.
14743 (target_write_memory_blocks): Change argument to std::vector.
14744 (struct memory_write_request): Add constructor.
14745 * target-memory.c (compare_block_starting_address): Return bool.
14746 Change argument types.
14747 (claim_memory): Change arguments to use std::vector.
14748 (split_regular_and_flash_blocks, blocks_to_erase)
14749 (compute_garbled_blocks): Likewise.
14750 (cleanup_request_data, cleanup_write_requests_vector): Remove.
14751 (target_write_memory_blocks): Change argument to std::vector.
14752 * symfile.c (struct load_section_data): Add constructor and
14753 destructor. Use std::vector for "requests".
14754 (struct load_progress_data): Add initializers.
14755 (load_section_callback): Update. Use "new".
14756 (clear_memory_write_data): Remove.
14757 (generic_load): Update.
14758
14759 2018-02-27 Alan Hayward <alan.hayward@arm.com>
14760
14761 * arch/aarch64.h: Use common/tdesc.h.
14762
14763 2018-02-26 Maciej W. Rozycki <macro@mips.com>
14764
14765 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14766 architecture with a 64-bit ABI.
14767
14768 2018-02-26 Maciej W. Rozycki <macro@mips.com>
14769
14770 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14771 ahead of target description loading.
14772
14773 2018-02-26 Tom Tromey <tom@tromey.com>
14774
14775 * stack.c (backtrace_command_1): Update.
14776 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14777 of "flags".
14778 * python/py-framefilter.c (py_print_frame)
14779 (gdbpy_apply_frame_filter): Change type of "flags".
14780 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14781 of "flags".
14782 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14783 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14784 * extension.h (enum frame_filter_flag): Rename from
14785 frame_filter_flags.
14786 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14787 (apply_ext_lang_frame_filter): Change type of "flags".
14788 * extension.c (apply_ext_lang_frame_filter): Change type of
14789 "flags".
14790 * extension-priv.h (struct extension_language_ops)
14791 <apply_frame_filter>: Change type of "flags".
14792
14793 2018-02-26 Tom Tromey <tom@tromey.com>
14794
14795 PR python/16497:
14796 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
14797 off-by-one in py_end computation.
14798 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14799 PRINT_MORE_FRAMES.
14800 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14801 constant.
14802
14803 2018-02-26 Tom Tromey <tom@tromey.com>
14804
14805 * dwarf2read.c (struct variant_field): New.
14806 (struct nextfield) <variant>: New field.
14807 (dwarf2_add_field): Handle DW_TAG_variant_part.
14808 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14809 discriminated union.
14810 (read_structure_type): Handle DW_TAG_variant_part.
14811 (handle_struct_member_die): New function, extracted from
14812 process_structure_scope. Handle DW_TAG_variant.
14813 (process_structure_scope): Handle discriminated unions. Call
14814 handle_struct_member_die.
14815
14816 2018-02-26 Tom Tromey <tom@tromey.com>
14817
14818 * rust-lang.h (rust_last_path_segment): Declare.
14819 * rust-lang.c (rust_last_path_segment): Now public. Change
14820 contract.
14821 (struct disr_info): Remove.
14822 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14823 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14824 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14825 (rust_enum_p, rust_enum_variant): New function.
14826 (rust_underscore_fields): Remove "offset" parameter.
14827 (rust_print_enum): New function.
14828 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14829 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14830 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
14831 enums.
14832 (rust_internal_print_type): New function, from rust_print_type.
14833 Remove enum code.
14834 (rust_print_type): Call rust_internal_print_type.
14835 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14836 Update enum handling.
14837 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14838 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14839 (rust_union_quirks): New functions.
14840 (process_full_comp_unit, process_full_type_unit): Call
14841 rust_union_quirks.
14842 (process_structure_scope): Update rust_unions if necessary.
14843
14844 2018-02-26 Tom Tromey <tom@tromey.com>
14845
14846 * value.h (value_union_variant): Declare.
14847 * valops.c (value_union_variant): New function.
14848 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14849 (struct discriminant_info): New.
14850 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14851 enumerator.
14852 (struct main_type) <flag_discriminated_union>: New field.
14853
14854 2018-02-26 Tom Tromey <tom@tromey.com>
14855
14856 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14857 unittests/unpack-selftests.c.
14858 * unittests/unpack-selftests.c: New file.
14859 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14860
14861 2018-02-26 Yao Qi <yao.qi@linaro.org>
14862
14863 * dwarf2read.c (struct partial_die_info) <read>: New method.
14864 (read_partial_die): Remove the declaration.
14865 (load_partial_dies): Update.
14866 (partial_die_info::partial_die_info):
14867 (read_partial_die): Change it to partial_die_info::read.
14868
14869 2018-02-26 Yao Qi <yao.qi@linaro.org>
14870
14871 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14872 (fixup_partial_die): Remove declaration.
14873 (scan_partial_symbols): Update.
14874 (partial_die_parent_scope): Likewise.
14875 (partial_die_full_name): Likewise.
14876 (fixup_partial_die): Change it to partial_die_info::fixup.
14877
14878 2018-02-26 Yao Qi <yao.qi@linaro.org>
14879
14880 * dwarf2read.c (read_partial_die): Update the declaration.
14881 (load_partial_dies): Caller update.
14882 (read_partial_die): Remove one argument abbrev_len.
14883
14884 2018-02-26 Yao Qi <yao.qi@linaro.org>
14885
14886 * dwarf2read.c (struct partial_die_info): Add ctor, delete
14887 assignment operator.
14888 (load_partial_dies): Use ctor and copy ctor.
14889 (read_partial_die): Update.
14890 (dwarf2_cu::find_partial_die): Use ctor.
14891
14892 2018-02-26 Yao Qi <yao.qi@linaro.org>
14893
14894 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14895 (find_partial_die_in_comp_unit): Change it to
14896 dwarf2_cu::find_partial_die.
14897 (find_partial_die): Update.
14898
14899 2018-02-26 Yao Qi <yao.qi@linaro.org>
14900
14901 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14902 is NULL.
14903
14904 2018-02-26 Yao Qi <yao.qi@linaro.org>
14905
14906 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14907
14908 2018-02-26 Alan Hayward <alan.hayward@arm.com>
14909
14910 * arch/amd64.h: Use common/tdesc.h.
14911 * arch/i386.c: Likewise.
14912 * arch/i386.h: Likewise.
14913 * arch/tic6x.c: Likewise.
14914 * arch/tdesc.h: Move file from here...
14915 * common/tdesc.h: ...to here.
14916 * features/aarch64-core.c: Regenerate.
14917 * features/aarch64-fpu.c: Regenerate.
14918 * features/i386/32bit-avx.c: Regenerate.
14919 * features/i386/32bit-avx512.c: Regenerate.
14920 * features/i386/32bit-core.c: Regenerate.
14921 * features/i386/32bit-linux.c: Regenerate.
14922 * features/i386/32bit-mpx.c: Regenerate.
14923 * features/i386/32bit-pkeys.c: Regenerate.
14924 * features/i386/32bit-sse.c: Regenerate.
14925 * features/i386/64bit-avx.c: Regenerate.
14926 * features/i386/64bit-avx512.c: Regenerate.
14927 * features/i386/64bit-core.c: Regenerate.
14928 * features/i386/64bit-linux.c: Regenerate.
14929 * features/i386/64bit-mpx.c: Regenerate.
14930 * features/i386/64bit-pkeys.c: Regenerate.
14931 * features/i386/64bit-segments.c: Regenerate.
14932 * features/i386/64bit-sse.c: Regenerate.
14933 * features/i386/x32-core.c: Regenerate.
14934 * features/tic6x-c6xp.c: Regenerate.
14935 * features/tic6x-core.c: Regenerate.
14936 * features/tic6x-gp.c: Regenerate.
14937 * target-descriptions.c: Use common/tdesc.h.
14938 * target-descriptions.h: Likewise.
14939
14940 2018-02-24 Tom Tromey <tom@tromey.com>
14941
14942 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14943 (try_thread_db_load_from_dir, thread_db_load_search): Use
14944 std::string.
14945 (info_auto_load_libthread_db_compare): Return bool. Change
14946 argument types.
14947 (info_auto_load_libthread_db): Use std::vector, std::string.
14948 Remove cleanups.
14949
14950 2018-02-24 Tom Tromey <tom@tromey.com>
14951
14952 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14953 std::string.
14954 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14955 std::string*.
14956 * gdbarch.c: Rebuild.
14957 * gdbarch.h: Rebuild.
14958 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14959 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14960 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14961 std::string*.
14962
14963 2018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
14964
14965 * gdbtypes.h (sect_offset): Change type to uint64_t.
14966 (sect_offset_str): New function.
14967 * dwarf2read.c (create_addrmap_from_aranges): Use
14968 sect_offset_str.
14969 (error_check_comp_unit_head): Likewise.
14970 (create_debug_type_hash_table): Likewise.
14971 (read_cutu_die_from_dwo): Likewise.
14972 (init_cutu_and_read_dies): Likewise.
14973 (init_cutu_and_read_dies_no_follow): Likewise.
14974 (process_psymtab_comp_unit_reader): Likewise.
14975 (partial_die_parent_scope): Likewise.
14976 (peek_die_abbrev): Likewise.
14977 (process_queue): Likewise.
14978 (dwarf2_physname): Likewise.
14979 (read_namespace_alias): Likewise.
14980 (read_import_statement): Likewise.
14981 (create_dwo_cu_reader): Likewise.
14982 (create_cus_hash_table): Likewise.
14983 (lookup_dwo_cutu): Likewise.
14984 (inherit_abstract_dies): Likewise.
14985 (read_func_scope): Likewise.
14986 (read_call_site_scope): Likewise.
14987 (dwarf2_add_member_fn): Likewise.
14988 (read_common_block): Likewise.
14989 (read_module_type): Likewise.
14990 (read_typedef): Likewise.
14991 (read_subrange_type): Likewise.
14992 (load_partial_dies): Likewise.
14993 (read_partial_die): Likewise.
14994 (find_partial_die): Likewise.
14995 (read_str_index): Likewise.
14996 (dwarf2_string_attr): Likewise.
14997 (build_error_marker_type): Likewise.
14998 (lookup_die_type): Likewise.
14999 (dump_die_shallow): Likewise.
15000 (follow_die_ref): Likewise.
15001 (dwarf2_fetch_die_loc_sect_off): Likewise.
15002 (dwarf2_fetch_constant_bytes): Likewise.
15003 (follow_die_sig): Likewise.
15004 (get_signatured_type): Likewise.
15005 (get_DW_AT_signature_type): Likewise.
15006 (dwarf2_find_containing_comp_unit): Likewise.
15007 (set_die_type): Likewise.
15008
15009 2018-02-21 John Baldwin <jhb@FreeBSD.org>
15010
15011 * arch/aarch64.c: Include "common-defs.h".
15012 * arch/amd64.c: Likewise.
15013 * arch/i386.c: Likewise.
15014
15015 2018-02-21 Tom Tromey <tom@tromey.com>
15016
15017 * value.h: (extract_field_op): Update.
15018 * eval.c (extract_field_op): Return a const char *.
15019 * expression.h (parse_expression_for_completion): Update.
15020 * completer.c (complete_expression): Update.
15021 (add_struct_fields): Make fieldname const.
15022 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
15023 (mark_completion_tag, parse_exp_in_context_1): Update.
15024 (parse_expression_for_completion): Change "name" to
15025 unique_xmalloc_ptr*.
15026
15027 2018-02-21 Tom Tromey <tom@tromey.com>
15028
15029 * infcall.c (call_function_by_hand_dummy): Use std::vector.
15030
15031 2018-02-21 Yao Qi <yao.qi@linaro.org>
15032
15033 * avr-tdep.c (avr_read_pc): Change parameter type to
15034 readable_regcache.
15035 * gdbarch.sh (read_pc): Likewise.
15036 * gdbarch.c: Re-generated.
15037 * gdbarch.h: Re-generated.
15038 * hppa-tdep.c (hppa_read_pc): Change parameter type to
15039 readable_regcache.
15040 * ia64-tdep.c (ia64_read_pc): Likewise.
15041 * mips-tdep.c (mips_read_pc): Likewise.
15042 * spu-tdep.c (spu_read_pc): Likewise.
15043
15044 2018-02-21 Yao Qi <yao.qi@linaro.org>
15045
15046 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
15047 * regcache-dump.c: New file.
15048 * regcache.c: Move register_dump to regcache-dump.c.
15049 (maintenance_print_registers): Likewise.
15050 (maintenance_print_raw_registers): Likewise.
15051 (maintenance_print_cooked_registers): Likewise.
15052 (maintenance_print_register_groups): Likewise.
15053 (maintenance_print_remote_registers): Likewise.
15054 (_initialize_regcache): Likewise.
15055 * regcache.h (register_dump): Moved from regcache.c.
15056
15057 2018-02-21 Yao Qi <yao.qi@linaro.org>
15058
15059 * regcache.c (regcache::regcache): Update.
15060 (regcache::invalidate): Move it to detached_regcache::invalidate.
15061 (get_thread_arch_aspace_regcache): Update.
15062 (regcache::raw_update): Update.
15063 (regcache::cooked_read): Remove some code.
15064 (regcache::cooked_read_value): Likewise.
15065 (regcache::raw_write): Remove assert on m_readonly_p.
15066 (regcache::raw_supply_integer): Move it to
15067 detached_regcache::raw_supply_integer.
15068 (regcache::raw_supply_zeroed): Likewise.
15069 * regcache.h (detached_regcache) <raw_supply_integer>: New
15070 declaration.
15071 <raw_supply_zeroed, invalidate>: Likewise.
15072 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
15073 <invalidate>: Likewise.
15074 <m_readonly_p>: Removed.
15075
15076 2018-02-21 Yao Qi <yao.qi@linaro.org>
15077
15078 * infcmd.c (get_return_value): Let stop_regs point to
15079 get_current_regcache.
15080 * regcache.c (regcache::regcache): Remove.
15081 (register_dump_reg_buffer): New class.
15082 (regcache_print): Adjust.
15083 * regcache.h (regcache): Remove constructors.
15084
15085 2018-02-21 Yao Qi <yao.qi@linaro.org>
15086
15087 * regcache.c (class register_dump): New class.
15088 (register_dump_regcache, register_dump_none): New class.
15089 (register_dump_remote, register_dump_groups): New class.
15090 (regcache_print): Update.
15091 * regcache.h (regcache_dump_what): Move it to regcache.c.
15092 (regcache) <dump>: Remove.
15093
15094 2018-02-21 Yao Qi <yao.qi@linaro.org>
15095
15096 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
15097 reg_buffer_rw *.
15098 (jit_unwind_reg_set_impl): Call raw_supply.
15099 (jit_frame_sniffer): Use reg_buffer_rw.
15100 * record-full.c (record_full_core_regbuf): Change its type.
15101 (record_full_core_open_1): Use reg_buffer_rw.
15102 (record_full_close): Likewise.
15103 (record_full_core_fetch_registers): Use regcache->raw_supply.
15104 (record_full_core_store_registers): Likewise.
15105 * regcache.c (regcache::get_register_status): Move it to
15106 reg_buffer.
15107 (regcache_raw_set_cached_value): Remove.
15108 (regcache::raw_set_cached_value): Remove.
15109 (regcache::raw_write): Call raw_supply.
15110 (regcache::raw_supply): Move it to reg_buffer_rw.
15111 * regcache.h (regcache_raw_set_cached_value): Remove.
15112 (reg_buffer_rw): New class.
15113
15114 2018-02-21 Yao Qi <yao.qi@linaro.org>
15115
15116 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
15117 readonly_detached_regcache.
15118 (dummy_frame_prev_register): Use regcache->cooked_read.
15119 * frame.c (frame_save_as_regcache): Change return type.
15120 (frame_pop): Update.
15121 * frame.h (frame_save_as_regcache): Update declaration.
15122 * inferior.h (get_infcall_suspend_state_regcache): Update
15123 declaration.
15124 * infrun.c (infcall_suspend_state) <registers>: use
15125 readonly_detached_regcache.
15126 (save_infcall_suspend_state): Don't use regcache_dup.
15127 (get_infcall_suspend_state_regcache): Change return type.
15128 * linux-fork.c (struct fork_info) <savedregs>: Change to
15129 readonly_detached_regcache.
15130 <pc>: New field.
15131 (fork_save_infrun_state): Don't use regcache_dup.
15132 (info_checkpoints_command): Adjust.
15133 * mi/mi-main.c (register_changed_p): Update declaration.
15134 (mi_cmd_data_list_changed_registers): Use
15135 readonly_detached_regcache.
15136 (register_changed_p): Change parameter type to
15137 readonly_detached_regcache.
15138 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
15139 readonly_detached_regcache.
15140 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
15141 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
15142 New.
15143 (regcache::save): Move it to reg_buffer.
15144 (regcache::restore): Change parameter type.
15145 (regcache_dup): Remove.
15146 * regcache.h (reg_buffer) <save>: New method.
15147 (readonly_detached_regcache): New class.
15148 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
15149 readonly_detached_regcache.
15150 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
15151
15152 2018-02-21 Yao Qi <yao.qi@linaro.org>
15153
15154 * frame.c (frame_save_as_regcache): Use regcache method save.
15155 (frame_pop): Use regcache method restore.
15156 * infrun.c (restore_infcall_suspend_state): Likewise.
15157 * linux-fork.c (fork_load_infrun_state): Likewise.
15158 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
15159 save.
15160 * regcache.c (regcache_save): Remove.
15161 (regcache::restore): More asserts.
15162 (regcache_cpy): Remove.
15163 * regcache.h (regcache_save): Remove the declaration.
15164 (regcache::restore): Move from private to public.
15165 Remove the friend declaration of regcache_cpy.
15166 (regcache_cpy): Remove declaration.
15167
15168 2018-02-21 Yao Qi <yao.qi@linaro.org>
15169
15170 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
15171 parameter type to 'readable_regcache *'.
15172 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15173 * arm-tdep.c (arm_neon_quad_read): Likewise.
15174 (arm_pseudo_read): Likewise.
15175 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15176 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15177 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15178 * gdbarch.c: Re-generated.
15179 * gdbarch.h: Re-generated.
15180 * gdbarch.sh (pseudo_register_read): Change parameter type to
15181 'readable_regcache *'.
15182 (pseudo_register_read_value): Likewise.
15183 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
15184 (h8300_pseudo_register_read): Likewise.
15185 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
15186 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15187 (i386_pseudo_register_read_into_value): Likewise.
15188 (i386_pseudo_register_read_value): Likewise.
15189 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
15190 declaration.
15191 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
15192 * m32c-tdep.c (m32c_raw_read): Likewise.
15193 (m32c_read_flg): Likewise.
15194 (m32c_banked_register): Likewise.
15195 (m32c_banked_read): Likewise.
15196 (m32c_sb_read): Likewise.
15197 (m32c_part_read): Likewise.
15198 (m32c_cat_read): Likewise.
15199 (m32c_r3r2r1r0_read): Likewise.
15200 (m32c_pseudo_register_read): Likewise.
15201 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15202 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15203 (mep_pseudo_cr64_read): Likewise.
15204 (mep_pseudo_register_read): Likewise.
15205 * mips-tdep.c (mips_pseudo_register_read): Likewise.
15206 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15207 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15208 * regcache.c (regcache::raw_read): Move it to readable_regcache.
15209 (regcache::cooked_read): Likewise.
15210 (regcache::cooked_read_value): Likewise.
15211 (regcache_cooked_read_signed):
15212 (regcache::cooked_read): Likewise.
15213 * regcache.h (readable_regcache): New class.
15214 (regcache): Inherit readable_regcache. Move some methods to
15215 readable_regcache.
15216 * rl78-tdep.c (rl78_pseudo_register_read): Change
15217 parameter type to 'readable_regcache *'.
15218 * rs6000-tdep.c (do_regcache_raw_read): Remove.
15219 (e500_pseudo_register_read): Change parameter type to
15220 'readable_regcache *'.
15221 (dfp_pseudo_register_read): Likewise.
15222 (vsx_pseudo_register_read): Likewise.
15223 (efpr_pseudo_register_read): Likewise.
15224 * s390-tdep.c (s390_pseudo_register_read): Likewise.
15225 * sh-tdep.c (sh_pseudo_register_read): Likewise.
15226 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
15227 (sh64_pseudo_register_read): Likewise.
15228 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15229 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15230 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15231 (spu_pseudo_register_read): Likewise.
15232 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15233 (xtensa_pseudo_register_read): Likewise.
15234
15235 2018-02-21 Yao Qi <yao.qi@linaro.org>
15236
15237 * regcache.c (regcache::regcache): Call reg_buffer ctor.
15238 (regcache::arch): Move it to reg_buffer::arch.
15239 (regcache::register_buffer): Likewise.
15240 (regcache::assert_regnum): Likewise.
15241 (regcache::num_raw_registers): Likewise.
15242 * regcache.h (reg_buffer): New class.
15243 (regcache): Inherit reg_buffer.
15244
15245 2018-02-20 Simon Marchi <simon.marchi@ericsson.com>
15246
15247 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
15248 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
15249
15250 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
15251
15252 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
15253
15254 2018-02-19 Alan Hayward <alan.hayward@arm.com>
15255
15256 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
15257 (SFILES): Remove common/*.c files.
15258 (COMMON_OBS): Remove some *.o files built from common/*.c files.
15259 * common/common.host: Add common reference.
15260 * configure.ac: Likewise.
15261 * configure: Regenerate.
15262
15263 2018-02-16 Yao Qi <yao.qi@linaro.org>
15264
15265 * block.c (block_namespace_info): Inherit allocate_on_obstack.
15266 (block_initialize_namespace): Use new.
15267 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
15268 (dwarf2_free_objfile): Use delete.
15269 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
15270 (copy_type_recursive): Use new.
15271 * gdb_obstack.h (allocate_on_obstack): New.
15272
15273 2018-02-15 Yao Qi <yao.qi@linaro.org>
15274
15275 PR gdb/22849
15276 * inferior.c (exit_inferior_1): Reset inf->control.
15277
15278 2018-02-15 Joel Brobecker <brobecker@adacore.com>
15279
15280 * ada-lang.c (ada_to_fixed_value_create): Delete advance
15281 declaration.
15282
15283 2018-02-14 Pedro Alves <palves@redhat.com>
15284
15285 * frame-unwind.c (frame_unwind_try_unwinder): Always call
15286 frame_cleanup_after_sniffer on exception.
15287
15288 2018-02-14 Tom Tromey <tom@tromey.com>
15289
15290 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
15291 const.
15292 (solib_bfd_open): Make pathname const.
15293 * solib.c (solib_bfd_open): Make pathname const.
15294 * solib-spu.c (spu_bfd_fopen): Make name const.
15295 (spu_bfd_open): Make pathname const.
15296 * solib-darwin.c (darwin_bfd_open): Make pathname const.
15297 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
15298
15299 2018-02-14 Tom Tromey <tom@tromey.com>
15300
15301 * symfile.c (symfile_bfd_open): Update.
15302 * source.h (openp, source_full_path_of, find_and_open_source):
15303 Change argument type to unique_xmalloc_ptr.
15304 * source.c (openp): Take a unique_xmalloc_ptr.
15305 (source_full_path_of, find_and_open_source): Likewise.
15306 (open_source_file, symtab_to_fullname): Update.
15307 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
15308 unique_xmalloc_ptr.
15309 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
15310 (exec_file_find): Update.
15311 * psymtab.c (psymtab_to_fullname): Update.
15312 * nto-tdep.h (nto_find_and_open_solib): Update.
15313 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
15314 unique_xmalloc_ptr.
15315 * exec.c (exec_file_attach): Update.
15316 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
15317 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
15318
15319 2018-02-14 Tom Tromey <tom@tromey.com>
15320
15321 * solib.c: Include source.h.
15322 * nto-tdep.c: Include source.h.
15323 * mi/mi-cmd-env.c: Include source.h.
15324 * infcmd.c: Include source.h.
15325 * exec.c: Include source.h.
15326 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
15327 (add_path, directory_switch, source_path, init_source_path): Move
15328 declarations...
15329 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
15330 (add_path, directory_switch, source_path, init_source_path):
15331 ...here.
15332
15333 2018-02-14 Tom Tromey <tom@tromey.com>
15334
15335 * solist.h (exec_file_find, solib_find): Return
15336 unique_xmalloc_ptr.
15337 (solib_bfd_fopen): Take a const char *.
15338 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
15339 (exec_file_find, solib_find): Likewise.
15340 (solib_bfd_fopen): Do not take ownership of "pathname".
15341 (solib_bfd_open): Use unique_xmalloc_ptr.
15342 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
15343 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
15344 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
15345 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
15346
15347 2018-02-14 Joel Brobecker <brobecker@adacore.com>
15348
15349 * ada-lang.c (name_match_type_from_name): Remove reference to
15350 ada_name_for_lookup in function's documentation.
15351 * ada-lang.h (ada_name_for_lookup): Delete declaration.
15352
15353 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15354
15355 * defs.h (enum openp_flags): New enum.
15356 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
15357 Move to enum openp_flags.
15358 (openp_flags): New enum flags.
15359 (openp): Change parameter type to openp_flags.
15360 * source.c (openp): Change parameter type to openp_flags.
15361 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
15362 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
15363
15364 2018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15365
15366 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
15367 per-command.
15368
15369 2018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
15370
15371 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
15372 into...
15373 (class dwarf2_queue_guard): ...the destructor of this new class.
15374 (dw2_do_instantiate_symtab): Create instance of the new class
15375 dwarf2_queue_guard, remove cleanup.
15376
15377 2018-02-09 Tom Tromey <tom@tromey.com>
15378
15379 * source.c (find_source_lines): Don't reference past the end of
15380 the vector.
15381
15382 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15383
15384 * remote.c (remote_btrace_maybe_reopen): Change error message.
15385 * btrace.c (btrace_enable): Likewise.
15386 (parse_xml_btrace): Likewise.
15387 (parse_xml_btrace_conf): Likewise.
15388
15389 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15390
15391 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
15392 (linux_enable_pt, linux_enable_bts): Call
15393 diagnose_perf_event_open_fail.
15394
15395 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15396
15397 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
15398 Remove parameter and change return type. Update callers. Move it.
15399 (linux_enable_bts, linux_enable_pt): Improve error message.
15400 (linux_enable_pt): Remove zero buffer size check.
15401 (linux_enable_btrace): Improve error messages. Remove NULL return
15402 check.
15403
15404 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15405
15406 * btrace.c (btrace_enable): Remove target_supports_btrace call.
15407 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
15408 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
15409 (linux_supports_pt, linux_supports_btrace): Remove.
15410 (linux_enable_bts): Call cpu_supports_bts.
15411 * nat/linux-btrace.h (linux_supports_btrace): Remove.
15412 * remote.c (remote_supports_btrace): Remove.
15413 (init_remote_ops): Remove remote_supports_btrace.
15414 * target-delegates.c: Regenerated.
15415 * target.c (target_supports_btrace): Remove.
15416 * target.h (target_ops) <to_supports_btrace>: Remove
15417 (target_supports_btrace): Remove.
15418 * x86-linux-nat.c (x86_linux_create_target): Remove
15419 linux_supports_btrace.
15420
15421 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15422
15423 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
15424 btrace failed.
15425 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
15426 exception and use message in own exception.
15427
15428 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15429
15430 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
15431 (perf_event_pt_event_type): Use gdb_file_up.
15432 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
15433 scoped_fd, and scoped_mmap.
15434
15435 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15436
15437 * common/scoped_mmap.h: New.
15438 * unittests/scoped_mmap-selftest.c: New.
15439 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15440 unittests/scoped_mmap-selftest.c.
15441
15442 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15443
15444 * common/scoped_fd.h: New.
15445 * unittests/scoped_fd-selftest.c: New.
15446 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15447 unittests/scoped_fd-selftest.c.
15448
15449 2018-02-09 Tom Tromey <tom@tromey.com>
15450
15451 * auto-load.c (auto_load_section_scripts): Use
15452 gdb::unique_xmalloc_ptr.
15453
15454 2018-02-09 Tom Tromey <tom@tromey.com>
15455
15456 * auto-load.c (execute_script_contents): Use std::string.
15457
15458 2018-02-09 Joel Brobecker <brobecker@adacore.com>
15459
15460 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
15461 Python function, rather than a new command.
15462
15463 2018-02-08 Tom Tromey <tom@tromey.com>
15464
15465 * solib.c (solib_find_1): Use std::string.
15466 (solib_bfd_fopen): Use unique_xmalloc_ptr.
15467
15468 2018-02-08 Tom Tromey <tom@tromey.com>
15469
15470 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
15471
15472 2018-02-08 Tom Tromey <tom@tromey.com>
15473
15474 * source.c (find_source_lines): Use gdb::def_vector.
15475
15476 2018-02-08 Tom Tromey <tom@tromey.com>
15477
15478 * macrocmd.c (struct temporary_macro_definition): New.
15479 (macro_define_command): Use temporary_macro_definition. Remove
15480 cleanups.
15481 (free_macro_definition_ptr): Remove.
15482
15483 2018-02-08 Tom Tromey <tom@tromey.com>
15484
15485 * macroexp.c (maybe_expand): Use std::string.
15486
15487 2018-02-08 Tom Tromey <tom@tromey.com>
15488
15489 * macroexp.c (struct macro_buffer): Add initializers for some
15490 members.
15491 (init_buffer, init_shared_buffer, free_buffer)
15492 (free_buffer_return_text): Remove.
15493 (macro_buffer): New constructors.
15494 (~macro_buffer): New destructor.
15495 (macro_buffer::set_shared): New method.
15496 (macro_buffer::resize_buffer, macro_buffer::appendc)
15497 (macro_buffer::appendmem): Now methods, not free functions.
15498 (set_token, append_tokens_without_splicing, stringify)
15499 (macro_stringify): Update.
15500 (gather_arguments): Change return type. Remove argc_p argument,
15501 add args_ptr argument. Use std::vector.
15502 (substitute_args): Remove argc argument. Accept std::vector.
15503 (expand): Update. Use std::vector.
15504 (scan, macro_expand, macro_expand_next): Update.
15505
15506 2018-02-08 Tom Tromey <tom@tromey.com>
15507
15508 * symtab.c (default_collect_symbol_completion_matches_break_on):
15509 Use unique_xmalloc_ptr.
15510 * macroscope.h: (sal_macro_scope, user_macro_scope)
15511 (default_macro_scope): Return unique_xmalloc_ptr.
15512 * macroscope.c (sal_macro_scope, user_macro_scope)
15513 (default_macro_scope): Return unique_xmalloc_ptr.
15514 * macroexp.h (macro_expand, macro_expand_once): Return
15515 unique_xmalloc_ptr.
15516 * macroexp.c (macro_expand, macro_expand_once): Return
15517 unique_xmalloc_ptr.
15518 * macrocmd.c (macro_expand_command, macro_expand_once_command)
15519 (info_macro_command, info_macros_command): Use
15520 unique_xmalloc_ptr.
15521 * compile/compile-c-support.c (write_macro_definitions): Use
15522 unique_xmalloc_ptr.
15523 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
15524
15525 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
15526
15527 * value.c (value_static_field): Assign field type instead of
15528 containing type when returning an optimized out value.
15529
15530 2018-02-06 Yao Qi <yao.qi@linaro.org>
15531
15532 * ft32-tdep.c (ft32_read_pc): Remove.
15533 (ft32_write_pc): Remove.
15534 (ft32_gdbarch_init): Update.
15535 * m32r-tdep.c (m32r_read_pc): Remove.
15536 (m32r_gdbarch_init): Update.
15537 * mep-tdep.c (mep_read_pc): Remove.
15538 (mep_gdbarch_init): Update.
15539 * microblaze-tdep.c (microblaze_write_pc): Remove.
15540 (microblaze_gdbarch_init): Update.
15541 * mn10300-tdep.c (mn10300_read_pc): Remove.
15542 (mn10300_write_pc): Remove.
15543 (mn10300_gdbarch_init): Update.
15544 * moxie-tdep.c (moxie_read_pc): Remove.
15545 (moxie_write_pc): Remove.
15546 (moxie_gdbarch_init): Update.
15547
15548 2018-02-06 Yao Qi <yao.qi@linaro.org>
15549
15550 * expprint.c (print_subexp_standard): Handle
15551 OP_F77_UNDETERMINED_ARGLIST.
15552 (dump_subexp_body_standard): Likewise.
15553
15554 2018-02-05 Alan Hayward <alan.hayward@arm.com>
15555
15556 * target-descriptions.c (tdesc_element_visitor) Add empty
15557 implementations.
15558 (tdesc_type): Move make_gdb_type from here.
15559 (tdesc_type_builtin): Likewise.
15560 (tdesc_type_vector): Likewise.
15561 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15562 (make_gdb_type_struct): Move from tdesc_type_with_fields.
15563 (make_gdb_type_union): Likewise.
15564 (make_gdb_type_flags): Likewise.
15565 (make_gdb_type_enum): Likewise.
15566 (make_gdb_type): New function.
15567 (tdesc_register_type): Use static make_gdb_type.
15568
15569 2018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
15570
15571 * infcmd.c (default_print_one_register_info): Align natural-format
15572 column values consistently one under another.
15573 (pad_to_column): New function.
15574
15575 2018-02-05 Joel Brobecker <brobecker@adacore.com>
15576
15577 * dwarf2read.c (dwarf2_physname): Move commment.
15578
15579 2018-02-01 Leszek Swirski <leszeks@google.com>
15580
15581 * varobj.c (varobj_formatted_print_options): Allow recursive
15582 pretty printing if pretty printing is enabled.
15583
15584 2018-02-01 Leszek Swirski <leszeks@google.com>
15585
15586 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15587 names after a structop as a filename.
15588
15589 2018-02-01 Yao Qi <yao.qi@linaro.org>
15590
15591 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15592 (arm_record_coproc_data_proc): Likewise.
15593
15594 2018-02-01 Yao Qi <yao.qi@linaro.org>
15595
15596 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15597
15598 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
15599
15600 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15601 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15602
15603 2018-01-31 Pedro Alves <palves@redhat.com>
15604
15605 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15606 * inflow.c (child_terminal_save_inferior): Wrap reference to
15607 tcgetpgrp in HAVE_TERMIOS_H.
15608 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15609 _WIN32.
15610 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15611 always iterate over all inferiors.
15612 (gdbsim_cntrl_c): Adjust.
15613 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15614
15615 2018-01-31 Joel Brobecker <brobecker@adacore.com>
15616
15617 * gdbtypes.c (lookup_array_range_type): Make sure the array's
15618 index type is objfile-owned if the element type is as well.
15619
15620 2018-01-31 Joel Brobecker <brobecker@adacore.com>
15621
15622 GDB 8.1 released.
15623
15624 2018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
15625
15626 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15627 "features/s390x-linux64.c".
15628 (_initialize_s390_linux_tdep): Remove initialization of tdescs
15629 s390_linux32 and s390x_linux64.
15630 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15631 default tdesc.
15632 * s390-tdep.c: Include "features/s390-linux32.c" and
15633 "features/s390x-linux64.c".
15634 (s390_tdesc_valid): Add check for tdesc_has_registers.
15635 (s390_gdbarch_init): Make sure there is always a valid tdesc.
15636 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15637 tdesc_s390x_linux64.
15638 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15639 tdesc_s390x_linux64 to...
15640 * s390-tdep.h: ...here.
15641
15642 2018-01-30 Pedro Alves <palves@redhat.com>
15643
15644 PR gdb/13211
15645 * config.in, configure: Regenerate.
15646 * configure.ac: Check for getpgid.
15647 * go32-nat.c (go32_pass_ctrlc): New.
15648 (go32_target): Install it.
15649 * inf-child.c (inf_child_target): Install
15650 child_terminal_save_inferior, child_pass_ctrlc and
15651 child_interrupt.
15652 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15653 (inf_ptrace_target): No longer install it.
15654 * infcmd.c (interrupt_target_1): Adjust.
15655 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15656 (child_interrupt): Declare.
15657 (inferior::terminal_state): New.
15658 * inflow.c (struct terminal_info): Update comments.
15659 (inferior_process_group): Delete.
15660 (terminal_is_ours): Delete.
15661 (gdb_tty_state): New.
15662 (child_terminal_init): Adjust.
15663 (is_gdb_terminal, sharing_input_terminal_1)
15664 (sharing_input_terminal): New functions.
15665 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
15666 Set the process's actual process group in the foreground if
15667 possible. Handle is_ours_for_output/is_ours distinction. Don't
15668 mark terminal as the inferior's if not sharing GDB's terminal.
15669 Don't check attach_flag.
15670 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15671 pass down a target_terminal_state.
15672 (child_terminal_save_inferior): New, factored out from ...
15673 (child_terminal_ours_1): ... this. Handle
15674 target_terminal_state::is_ours_for_output.
15675 (child_interrupt, child_pass_ctrlc): New.
15676 (inflow_inferior_exit): Clear the inferior's terminal_state.
15677 (copy_terminal_info): Copy the inferior's terminal state.
15678 (_initialize_inflow): Remove reference to terminal_is_ours.
15679 * inflow.h (inferior_process_group): Delete.
15680 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15681 * procfs.c (procfs_target): Don't install procfs_interrupt.
15682 (procfs_interrupt): Delete.
15683 * remote.c (remote_serial_quit_handler): Adjust.
15684 (remote_interrupt): Remove ptid parameter. Adjust.
15685 * target-delegates.c: Regenerate.
15686 * target.c: Include "terminal.h".
15687 (target_terminal::terminal_state): Rename to ...
15688 (target_terminal::m_terminal_state): ... this.
15689 (target_terminal::init): Adjust.
15690 (target_terminal::inferior): Adjust to per-inferior
15691 terminal_state.
15692 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15693 (target_terminal::ours, target_terminal::ours_for_output): Use
15694 target_terminal_is_ours_kind.
15695 (target_interrupt): Remove ptid parameter. Adjust.
15696 (default_target_pass_ctrlc): Adjust.
15697 * target.h (target_ops::to_terminal_save_inferior): New field.
15698 (target_ops::to_interrupt): Remove ptid_t parameter.
15699 (target_interrupt): Remove ptid_t parameter. Update comment.
15700 (target_pass_ctrlc): Update comment.
15701 * target/target.h (target_terminal_state): New scoped enum,
15702 factored out of ...
15703 (target_terminal::terminal_state): ... here.
15704 (target_terminal::inferior): Update comments.
15705 (target_terminal::restore_inferior): New.
15706 (target_terminal::is_inferior, target_terminal::is_ours)
15707 (target_terminal::is_ours_for_output): Adjust.
15708 (target_terminal::scoped_restore_terminal_state): Adjust to
15709 rename, and call restore_inferior() instead of inferior().
15710 (target_terminal::scoped_restore_terminal_state::m_state): Change
15711 type.
15712 (target_terminal::terminal_state): Rename to ...
15713 (target_terminal::m_terminal_state): ... this and change type.
15714
15715 2018-01-30 Pedro Alves <palves@redhat.com>
15716
15717 * linux-nat.c (wait_for_signal): New function.
15718 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15719 directly.
15720 (async_terminal_is_ours)
15721 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15722 (linux_nat_add_target): Don't override
15723 to_terminal_inferior/to_terminal_ours.
15724
15725 2018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
15726
15727 * remote.c (remote_follow_fork): Don't call "detach_inferior".
15728
15729 2018-01-28 Simon Marchi <simon.marchi@ericsson.com>
15730
15731 * dwarf2read.c (free_dwo_files): Add forward-declaration.
15732 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15733 dwarf2_per_objfile_free here.
15734 (dwarf2_per_objfile_free): Remove.
15735 (_initialize_dwarf2_read): Don't register
15736 dwarf2_per_objfile_free as a registry cleanup.
15737
15738 2018-01-27 Eli Zaretskii <eliz@gnu.org>
15739
15740 Avoid compilation errors in MinGW native builds
15741
15742 The error is triggered by including python-internal.h, and the
15743 error message is:
15744
15745 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15746 from build-gnulib/import/math.h:27,
15747 from d:/usr/Python26/include/pyport.h:235,
15748 from d:/usr/Python26/include/Python.h:58,
15749 from python/python-internal.h:94,
15750 from python/py-arch.c:24:
15751 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15752 using ::hypot;
15753 ^~~~~
15754
15755 This happens because Python headers define 'hypot' to expand t
15756 '_hypot' in the Windows builds.
15757 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15758 'hypoth'. This avoids a compilation error.
15759
15760 2018-01-26 Alan Hayward <alan.hayward@arm.com>
15761
15762 * MAINTAINERS (Write After Approval): Fix ordering.
15763
15764 2018-01-26 Alan Hayward <alan.hayward@arm.com>
15765
15766 * MAINTAINERS (Write After Approval): Add Alan Hayward.
15767
15768 2018-01-26 Alan Modra <amodra@gmail.com>
15769
15770 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15771 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15772 Remove nop. Make const. Comment.
15773 (powerpc32_plt_stub_so_2): New.
15774 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15775 Correct count. Update uses.
15776 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15777 Move common code reading PLT entry word. Correct
15778 powerpc32_plt_stub PLT address calculation.
15779 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15780 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15781 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15782 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15783 (ppc64_standard_linkage8): Likewise.
15784 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15785 Correct insns description.
15786 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15787
15788 2018-01-24 Pedro Alves <palves@redhat.com>
15789
15790 GCC PR libstdc++/83906
15791 * gdbtypes.c (operator==(const dynamic_prop &,
15792 const dynamic_prop &)): New.
15793 (operator==(const range_bounds &, const range_bounds &)): New.
15794 (check_types_equal): Use them instead of memcmp.
15795 * gdbtypes.h (operator==(const dynamic_prop &,
15796 const dynamic_prop &)): Declare.
15797 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15798 (operator==(const range_bounds &, const range_bounds &)): Declare.
15799 (operator!=(const range_bounds &, const range_bounds &)): Declare.
15800
15801 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15802
15803 * s390-linux-tdep.c (s390_record_address_mask)
15804 (s390_record_calc_disp_common, s390_record_calc_disp)
15805 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15806 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15807 (s390_process_record): Move to s390-tdep.c.
15808 (s390_linux_init_abi_any): Adjust.
15809 * s390-tdep.c (s390_record_address_mask)
15810 (s390_record_calc_disp_common, s390_record_calc_disp)
15811 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15812 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15813 (s390_process_record): Moved from s390-linux-tdep.c
15814 (s390_gdbarch_init): Adjust.
15815
15816 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15817
15818 * s390-linux-nat.c (s390-tdep.h): New include.
15819 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15820 (HFILES_NO_SRCDIR): Add s390-tdep.h.
15821 (ALLDEPFILES): Add s390-tdep.c.
15822 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15823 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15824 * s390-tdep.h: ...this. New file.
15825 * s390-linux-tdep.c (s390-tdep.h): New include.
15826 (_initialize_s390_tdep): Rename to...
15827 (_initialize_s390_linux_tdep): ...this and adjust.
15828 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15829 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15830 s390-tdep.h.
15831 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15832 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15833 (s390_is_partial_instruction, s390_software_single_step)
15834 (is_non_branch_ril, s390_displaced_step_copy_insn)
15835 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15836 (s390_prologue_data, s390_addr, s390_store, s390_load)
15837 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15838 (s390_register_call_saved, s390_guess_tracepoint_registers)
15839 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15840 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15841 (s390_pseudo_register_name, s390_pseudo_register_type)
15842 (s390_pseudo_register_read, s390_pseudo_register_write)
15843 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15844 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15845 (s390_addr_bits_remove, s390_address_class_type_flags)
15846 (s390_address_class_type_flags_to_name)
15847 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15848 (s390_function_arg_float, s390_function_arg_vector)
15849 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15850 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15851 (s390_frame_align, s390_register_return_value, s390_return_value)
15852 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15853 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15854 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15855 (s390_trad_frame_prev_register, s390_unwind_cache)
15856 (s390_prologue_frame_unwind_cache)
15857 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15858 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15859 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15860 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15861 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15862 (s390_frame_base_address, s390_local_base_address)
15863 (s390_frame_base, s390_gcc_target_options)
15864 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15865 (s390_validate_reg_range, s390_tdesc_valid)
15866 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15867 * s390-tdep.c: ...this. New file.
15868
15869 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15870
15871 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15872 (s390_process_record, s390_gdbarch_tdep_alloc)
15873 (s390_linux_init_abi_any): Use/set new hook.
15874
15875 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15876
15877 * s390-linux-tdep.c (osabi.h): New include.
15878 (s390_linux_init_abi_31, s390_linux_init_abi_64)
15879 (s390_linux_init_abi_any): New functions.
15880 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15881
15882 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15883
15884 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15885 tdesc_has_registers check
15886
15887 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15888
15889 * s390-linux-tdep.c (s390_tdesc_valid): New function.
15890 (s390_validate_reg_range): New macro.
15891 (s390_gdbarch_init): Adjust.
15892
15893 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15894
15895 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15896 (s390_gdbarch_tdep_alloc): Adjust.
15897 (s390_gdbarch_init): Adjust.
15898
15899 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15900
15901 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15902 <have_tdb>: Change type to bool.
15903 (s390_gdbarch_tdep_alloc): Adjust.
15904 (s390_gdbarch_init): Adjust.
15905
15906 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15907
15908 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15909 (gdbarch_tdep) <have_upper, have_vx>: New fields.
15910 (s390_gdbarch_tdep_alloc): New function.
15911 (s390_gdbarch_init): Allocate tdep at start and use its fields
15912 instead of separate variables.
15913
15914 2018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15915
15916 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15917 when looking for cached gdbarch and add comment for remaining.
15918
15919 2018-01-22 Pedro Alves <palves@redhat.com>
15920 Sergio Durigan Junior <sergiodj@redhat.com>
15921
15922 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15923 case.
15924
15925 2018-01-22 Maciej W. Rozycki <macro@mips.com>
15926
15927 * MAINTAINERS: Update my company e-mail address.
15928
15929 2018-01-22 Yao Qi <yao.qi@linaro.org>
15930
15931 * regcache.c (cooked_write_test): New function.
15932 (_initialize_regcache): Register the test.
15933
15934 2018-01-22 Yao Qi <yao.qi@linaro.org>
15935
15936 * ia64-tdep.c (ia64_pseudo_register_read): Call
15937 regcache->cooked_read instead of regcache_cooked_read_unsigned.
15938 * m32c-tdep.c (m32c_cat_read): Likewise.
15939 (m32c_r3r2r1r0_read): Likewise.
15940 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15941 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15942
15943 2018-01-22 Yao Qi <yao.qi@linaro.org>
15944
15945 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15946 method raw_read instead of regcache_raw_read.
15947 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15948 * arm-tdep.c (arm_neon_quad_read): Likewise.
15949 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15950 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15951 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15952 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15953 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15954 (i386_pseudo_register_read_into_value): Likewise.
15955 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15956 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15957 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15958 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15959 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15960 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15961 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15962 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15963 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15964
15965 2018-01-22 Yao Qi <yao.qi@linaro.org>
15966
15967 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15968 * configure.tgt: Remove target mt.
15969 * mt-tdep.c: Remove.
15970 * regcache.c (cooked_read_test): Remove the check for mt.
15971
15972 2018-01-22 Yao Qi <yao.qi@linaro.org>
15973
15974 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15975 instead of gdbarch_pseudo_register_read_value.
15976
15977 2018-01-22 Joel Brobecker <brobecker@adacore.com>
15978
15979 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15980 language is Ada.
15981
15982 2018-01-22 Joel Brobecker <brobecker@adacore.com>
15983
15984 * linespec.c (create_sals_line_offset): Remove code that preserved
15985 the symtab_and_line's line number.
15986
15987 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15988
15989 * varobj.c (varobj_create): Don't set valid_block when creating a
15990 floating varobj.
15991
15992 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15993
15994 * varobj.c (varobj_create): Remove out of date comment.
15995
15996 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15997
15998 PR mi/20395
15999 * ada-exp.y (write_var_from_sym): Pass extra parameter when
16000 updating innermost block.
16001 * parse.c (innermost_block_tracker::update): Take extra type
16002 parameter, and check types match before updating innermost block.
16003 (write_dollar_variable): Update innermost block for registers.
16004 * parser-defs.h (enum innermost_block_tracker_type): New enum.
16005 (innermost_block_tracker::innermost_block_tracker): Initialise
16006 m_types member.
16007 (innermost_block_tracker::reset): Take type parameter.
16008 (innermost_block_tracker::update): Take type parameter, and pass
16009 type through as needed.
16010 (innermost_block_tracker::m_types): New member.
16011 * varobj.c (varobj_create): Pass type when reseting innermost
16012 block.
16013
16014 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16015
16016 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
16017 * ada-lang.c (resolve_subexp): Likewise.
16018 * breakpoint.c (set_breakpoint_condition) Likewise.
16019 (watch_command_1) Likewise.
16020 * c-exp.y (variable): Likewise.
16021 * d-exp.y (PrimaryExpression): Likewise.
16022 * f-exp.y (variable): Likewise.
16023 * go-exp.y (variable): Likewise.
16024 * m2-exp.y (variable): Likewise.
16025 * objfiles.c (objfile::~objfile): Likewise.
16026 * p-exp.y (variable): Likewise.
16027 * parse.c (innermost_block): Change type.
16028 * parser-defs.h (class innermost_block_tracker): New.
16029 (innermost_block): Change to innermost_block_tracker.
16030 * printcmd.c (display_command): Switch to innermost_block API.
16031 (do_one_display): Likewise.
16032 * rust-exp.y (do_one_display): Likewise.
16033 * symfile.c (clear_symtab_users): Likewise.
16034 * varobj.c (varobj_create): Switch to innermost_block API, replace
16035 use of innermost_block with block stored on varobj object.
16036
16037 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16038
16039 * expression.h (innermost_block): Remove declaration.
16040 * varobj.c: Add 'parser-defs.h' include.
16041
16042 2018-01-19 Tom Tromey <tom@tromey.com>
16043
16044 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
16045 symbols in the static and global blocks.
16046
16047 2018-01-19 James Clarke <jrtc27@jrtc27.com>
16048
16049 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
16050 gdb_ptrace.h, and move including gdb_wait.h ...
16051 * nat/linux-ptrace.h: ... to here.
16052
16053 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16054
16055 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
16056 inf_ptrace_detach_success.
16057 (inf_ptrace_detach_success): Add inferior parameter, use it
16058 instead of inferior_ptid, pass it to detach_inferior.
16059 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
16060 parameter.
16061 * inferior.c (detach_inferior): Add overload that takes an
16062 inferior object.
16063 * inferior.h (detach_inferior): Likewise.
16064 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
16065 use inferior_ptid, adjust call to inf_ptrace_detach_success.
16066 * linux-thread-db.c (thread_db_detach): Use inf parameter.
16067
16068 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16069
16070 * target.h (struct target_ops) <to_detach>: Add inferior
16071 parameter.
16072 (target_detach): Likewise.
16073 * target.c (dispose_inferior): Pass inferior down.
16074 (target_detach): Pass inferior down. Assert that it is equal to
16075 the current inferior.
16076 * aix-thread.c (aix_thread_detach): Pass inferior down.
16077 * corefile.c (core_file_command): Pass current_inferior() down.
16078 * corelow.c (core_detach): Add inferior parameter.
16079 * darwin-nat.c (darwin_detach): Likewise.
16080 * gnu-nat.c (gnu_detach): Likewise.
16081 * inf-ptrace.c (inf_ptrace_detach): Likewise.
16082 * infcmd.c (detach_command): Pass current_inferior() down to
16083 target_detach.
16084 * infrun.c (follow_fork_inferior): Pass parent_inf to
16085 target_detach.
16086 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
16087 target_detach.
16088 * linux-nat.c (linux_nat_detach): Add inferior parameter.
16089 * linux-thread-db.c (thread_db_detach): Likewise.
16090 * nto-procfs.c (procfs_detach): Likewise.
16091 * procfs.c (procfs_detach): Likewise.
16092 * record.c (record_detach): Likewise.
16093 * record.h (struct inferior): Forward-declare.
16094 (record_detach): Add inferior parameter.
16095 * remote-sim.c (gdbsim_detach): Likewise.
16096 * remote.c (remote_detach_1): Likewise.
16097 (remote_detach): Likewise.
16098 (extended_remote_detach): Likewise.
16099 * sol-thread.c (sol_thread_detach): Likewise.
16100 * target-debug.h (target_debug_print_inferior_p): New macro.
16101 * target-delegates.c: Re-generate.
16102 * top.c (kill_or_detach): Pass inferior down to target_detach.
16103 * windows-nat.c (windows_detach): Add inferior parameter.
16104
16105 2018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16106
16107 * target.h (struct target_ops) <to_detach>: Remove args
16108 parameter.
16109 (target_detach): Likewise.
16110 * target.c (dispose_inferior): Adjust.
16111 (target_detach): Remove args parameter, adjust.
16112 * aix-thread.c (aix_thread_detach): Adjust.
16113 * corefile.c (core_file_command): Adjust.
16114 * corelow.c (core_detach): Adjust.
16115 * darwin-nat.c (darwin_detach): Adjust.
16116 * gnu-nat.c (gnu_detach): Adjust.
16117 * inf-ptrace.c (inf_ptrace_detach): Adjust.
16118 * infcmd.c (detach_command): Adjust
16119 * infrun.c (follow_fork_inferior): Adjust.
16120 (handle_vfork_child_exec_or_exit): Adjust.
16121 * linux-fork.c (linux_fork_detach): Remove args parameter.
16122 * linux-fork.h (linux_fork_detach): Likewise.
16123 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
16124 * linux-thread-db.c (thread_db_detach): Likewise.
16125 * nto-procfs.c (procfs_detach): Likewise.
16126 * procfs.c (procfs_detach): Likewise.
16127 (do_detach): Remove signo parameter.
16128 * record.c (record_detach): Remove args parameter.
16129 * record.h (record_detach): Likewise.
16130 * remote-sim.c (gdbsim_detach): Likewise.
16131 * remote.c (remote_detach_1): Likewise.
16132 (remote_detach): Likewise.
16133 (extended_remote_detach): Likewise.
16134 * sol-thread.c (sol_thread_detach): Likewise.
16135 * target-delegates.c: Re-generate.
16136 * top.c (struct qt_args) <args>: Remove field.
16137 (kill_or_detach): Don't pass args.
16138 (quit_force): Don't set args.
16139 * windows-nat.c (windows_detach): Remove args parameter.
16140
16141 2018-01-19 Yao Qi <yao.qi@linaro.org>
16142
16143 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
16144 (arm_linux_init_abi): Install it.
16145
16146 2018-01-19 Yao Qi <yao.qi@linaro.org>
16147
16148 * osabi.c (gdb_osabi_names): Extend the regexp for
16149 arm-linux-gnueabihf.
16150
16151 2018-01-18 Yao Qi <yao.qi@linaro.org>
16152
16153 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
16154 m_abbrevs.
16155 (abbrev_table::add_abbrev): Update.
16156 (abbrev_table::lookup_abbrev): Update.
16157
16158 2018-01-18 Yao Qi <yao.qi@linaro.org>
16159
16160 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
16161
16162 2018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
16163
16164 * compile/compile.c (compile_to_object): Convert "triplet_rx"
16165 to "std::string".
16166
16167 2018-01-17 Tom Tromey <tom@tromey.com>
16168
16169 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
16170
16171 2018-01-17 Tom Tromey <tom@tromey.com>
16172
16173 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
16174 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
16175 (create_array_type_with_stride): Update.
16176 * dwarf2read.c (set_die_type): Update.
16177
16178 2018-01-17 Tom Tromey <tom@tromey.com>
16179
16180 * dwarf2read.c (delayed_method_info): Remove typedef.
16181 (dwarf2_cu::method_info): Now a std::vector.
16182 (add_to_method_list): Update.
16183 (free_delayed_list): Remove.
16184 (compute_delayed_physnames): Update.
16185 (process_full_comp_unit, process_full_type_unit): Clear the method
16186 list. Remove cleanups.
16187 (psymtab_include_file_name): Add name_holder parameter. Use
16188 unique_xmalloc_ptr.
16189 (dwarf_decode_lines): Update.
16190
16191 2018-01-17 Tom Tromey <tom@tromey.com>
16192 Simon Marchi <simon.marchi@ericsson.com>
16193
16194 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
16195 (dwarf2_per_objfile::free_cached_comp_units)
16196 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16197 (init_cutu_and_read_dies_no_follow): Update.
16198 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
16199 (dwarf2_cu::~dwarf2_cu): New.
16200 (free_heap_comp_unit, free_stack_comp_unit): Remove.
16201 (age_cached_comp_units, free_one_cached_comp_unit): Update.
16202
16203 2018-01-17 Tom Tromey <tom@tromey.com>
16204 Simon Marchi <simon.marchi@ericsson.com>
16205
16206 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
16207 (struct die_reader_specs) <abbrev_table>: New member.
16208 (struct abbrev_table): Add constructor.
16209 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
16210 <abbrev_obstack>: Now an auto_obstack.
16211 (abbrev_table_up): New typedef.
16212 (init_cu_die_reader): Add abbrev_table parameter.
16213 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
16214 Add result_dwo_abbrev_table.
16215 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16216 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
16217 Update.
16218 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
16219 parameter.
16220 (skip_children): Update.
16221 (abbrev_table::alloc_abbrev): Rename from
16222 abbrev_table_alloc_abbrev.
16223 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
16224 (abbrev_table::lookup_abbrev): Rename from
16225 abbrev_table_lookup_abbrev.
16226 (abbrev_table_read_table): Return abbrev_table_up.
16227 (abbrev_table_free, abbrev_table_free_cleanup)
16228 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
16229 (load_partial_dies): Update.
16230
16231 2018-01-17 Tom Tromey <tom@tromey.com>
16232
16233 * dwarf2read.c (dwarf2_compute_name): Update comment.
16234 (read_func_scope, read_variable): Update.
16235 (new_symbol): Remove.
16236 (new_symbol_full): Rename to new_symbol.
16237
16238 2018-01-17 Mike Gulick <mgulick@mathworks.com>
16239
16240 PR gdb/16577
16241 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
16242 a warning instead of throwing an error, set section size to 0 and return
16243 NULL.
16244 * gdb_bfd.h (gdb_bfd_map_section): Update description.
16245
16246 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
16247
16248 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
16249 std::string.
16250 (linux_ptrace_attach_fail_reason_string): Likewise.
16251 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
16252 Likewise.
16253 (linux_ptrace_attach_fail_reason_string): Likewise.
16254 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
16255
16256 2018-01-17 Simon Marchi <simon.marchi@ericsson.com>
16257
16258 * linux-nat.c (linux_nat_attach): Remove xstrdup.
16259
16260 2018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
16261
16262 PR gdb/21559
16263 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
16264 checking for fs_base/gs_base fields in struct user_regs_struct.
16265 * configure: Regenerate.
16266
16267 2018-01-17 Yao Qi <yao.qi@linaro.org>
16268
16269 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
16270 function.
16271 (aarch64_linux_init_abi): Install it to gdbarch hook
16272 gcc_target_options.
16273
16274 2018-01-15 Pedro Alves <palves@redhat.com>
16275
16276 * common/signals-state-save-restore.c
16277 (save_original_signals_state): Fix typos.
16278
16279 2017-01-12 Tom Tromey <tom@tromey.com>
16280 Sergio Durigan Junior <sergiodj@redhat.com>
16281
16282 * Makefile.in (install-only): Install gdb-add-index.
16283
16284 2018-01-12 John Baldwin <jhb@FreeBSD.org>
16285
16286 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
16287
16288 2018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16289
16290 * infrun.c (keep_going_pass_signal): Clear step-over info when
16291 insert_breakpoints fails.
16292
16293 2018-01-11 Pedro Alves <palves@redhat.com>
16294
16295 PR gdb/22583
16296 * infrun.c (resume): Rename to ...
16297 (resume_1): ... this.
16298 (resume): Reimplement as wrapper around resume_1.
16299
16300 2018-01-11 Pedro Alves <palves@redhat.com>
16301
16302 PR remote/22597
16303 * remote.c (remote_parse_stop_reply): Default to the last-set
16304 general thread instead of to 'magic_null_ptid'.
16305
16306 2018-01-10 Pedro Alves <palves@redhat.com>
16307
16308 * language.h (language_get_symbol_name_matcher): Rename ...
16309 (get_symbol_name_matcher): ... this.
16310 * language.c (language_get_symbol_name_matcher): Ditto.
16311 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
16312 callers adjusted.
16313
16314 2018-01-10 Pedro Alves <palves@redhat.com>
16315
16316 PR gdb/22670
16317 * dwarf2read.c
16318 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
16319 Adjust to use language_get_symbol_name_matcher instead of
16320 language_defn::la_get_symbol_name_matcher.
16321 * language.c (language_get_symbol_name_matcher): If in Ada mode
16322 and the lookup name is a verbatim match, return Ada's matcher.
16323 * language.h (language_get_symbol_name_matcher): Adjust comment.
16324 (ada_lookup_name_info::verbatim_p):: New method.
16325
16326 2018-01-10 Pedro Alves <palves@redhat.com>
16327
16328 PR gdb/22670
16329 * ada-lang.c (ada_collect_symbol_completion_matches): If the
16330 minsym's language is language_auto or language_cplus, pass down
16331 language_ada instead.
16332 * symtab.c (compare_symbol_name): Don't frob symbol language here.
16333
16334 2018-01-10 Pedro Alves <palves@redhat.com>
16335
16336 PR gdb/22670
16337 * minsyms.c (linkage_name_str): New function.
16338 (iterate_over_minimal_symbols): Use it.
16339
16340 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16341
16342 * NEWS: Document that 'info proc' now works on FreeBSD.
16343
16344 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16345
16346 * configure.ac: Check for kinfo_getfile in libutil.
16347 * configure: Regenerate.
16348 * config.in: Regenerate.
16349 * fbsd-nat.c: Include "fbsd-tdep.h".
16350 (fbsd_fetch_cmdline): New.
16351 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
16352 rather than calling error.
16353 (fbsd_info_proc): New.
16354 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
16355 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
16356 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
16357
16358 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16359
16360 * fbsd-nat.c (struct free_deleter): Remove.
16361 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
16362
16363 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16364
16365 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
16366 NULL for an empty pathname.
16367
16368 2018-01-09 John Baldwin <jhb@FreeBSD.org>
16369
16370 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
16371 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
16372 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
16373 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
16374 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
16375 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
16376 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
16377 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
16378 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
16379 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
16380 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
16381 (fbsd_core_fetch_timeval, fbsd_print_sigset)
16382 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
16383 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
16384 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
16385
16386 2018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
16387
16388 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
16389 (gnu_xfer_auxv): New function.
16390 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
16391 TARGET_OBJECT_AUXV.
16392
16393 2018-01-08 Yao Qi <yao.qi@linaro.org>
16394 Simon Marchi <simon.marchi@ericsson.com>
16395
16396 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
16397 common/selftest.c.
16398 (COMMON_OBS): Remove selftest.o.
16399 * configure.ac: Append selftest-arch.c and common/selftest.c to
16400 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
16401 * configure: Re-generated.
16402 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
16403 GDB_SELF_TEST.
16404 (maintenance_info_selftests): Likewise.
16405
16406 2018-01-08 Xavier Roirand <roirand@adacore.com>
16407
16408 * ada-valprint.c (val_print_packed_array_elements): Use
16409 proper number of elements when printing an array indexed
16410 by an enumeration type.
16411
16412 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16413
16414 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
16415 (dw2_get_file_names_reader): Adjust.
16416 (lookup_dwo_signatured_type): Adjust.
16417 (lookup_dwp_signatured_type): Adjust.
16418 (lookup_signatured_type): Adjust.
16419 (create_type_unit_group): Adjust.
16420 (get_type_unit_group): Adjust.
16421 (process_psymtab_comp_unit_reader): Adjust.
16422 (build_type_psymtabs_reader): Adjust.
16423 (scan_partial_symbols): Adjust.
16424 (add_partial_symbol): Adjust.
16425 (add_partial_subprogram): Adjust.
16426 (peek_die_abbrev): Adjust.
16427 (fixup_go_packaging): Adjust.
16428 (process_imported_unit_die): Adjust.
16429 (dwarf2_compute_name): Adjust.
16430 (dwarf2_physname): Adjust.
16431 (read_import_statement): Adjust.
16432 (handle_DW_AT_stmt_list): Adjust.
16433 (read_file_scope): Adjust.
16434 (read_func_scope): Adjust.
16435 (read_lexical_block_scope): Adjust.
16436 (read_call_site_scope): Adjust.
16437 (read_variable): Adjust.
16438 (dwarf2_rnglists_process): Adjust.
16439 (dwarf2_ranges_process): Adjust.
16440 (dwarf2_ranges_read): Adjust.
16441 (dwarf2_get_pc_bounds): Adjust.
16442 (dwarf2_record_block_ranges): Adjust.
16443 (dwarf2_add_field): Adjust.
16444 (dwarf2_add_member_fn): Adjust.
16445 (read_structure_type): Adjust.
16446 (process_structure_scope): Adjust.
16447 (read_enumeration_type): Adjust.
16448 (read_array_type): Adjust.
16449 (mark_common_block_symbol_computed): Adjust.
16450 (read_common_block): Adjust.
16451 (read_namespace_type): Adjust.
16452 (read_namespace): Adjust.
16453 (read_module_type): Adjust.
16454 (read_tag_pointer_type): Adjust.
16455 (read_tag_ptr_to_member_type): Adjust.
16456 (read_tag_string_type): Adjust.
16457 (read_subroutine_type): Adjust.
16458 (read_typedef): Adjust.
16459 (read_base_type): Adjust.
16460 (attr_to_dynamic_prop): Adjust.
16461 (read_subrange_type): Adjust.
16462 (read_unspecified_type): Adjust.
16463 (dwarf2_read_abbrevs): Adjust.
16464 (load_partial_dies): Adjust.
16465 (read_partial_die): Adjust.
16466 (find_partial_die): Adjust.
16467 (guess_partial_die_structure_name): Adjust.
16468 (fixup_partial_die): Adjust.
16469 (read_attribute_value): Adjust.
16470 (read_addr_index): Adjust.
16471 (read_addr_index_from_leb128): Adjust.
16472 (read_str_index): Adjust.
16473 (dwarf2_string_attr): Adjust.
16474 (get_debug_line_section): Adjust.
16475 (dwarf_decode_line_header): Adjust.
16476 (lnp_state_machine::check_line_address): Adjust.
16477 (dwarf_decode_lines_1): Adjust.
16478 (dwarf_decode_lines): Adjust.
16479 (dwarf2_start_symtab): Adjust.
16480 (var_decode_location): Adjust.
16481 (new_symbol_full): Adjust.
16482 (dwarf2_const_value_data): Adjust.
16483 (dwarf2_const_value_attr): Adjust.
16484 (dwarf2_const_value): Adjust.
16485 (die_type): Adjust.
16486 (die_containing_type): Adjust.
16487 (build_error_marker_type): Adjust.
16488 (lookup_die_type): Adjust.
16489 (guess_full_die_structure_name): Adjust.
16490 (anonymous_struct_prefix): Adjust.
16491 (determine_prefix): Adjust.
16492 (dwarf2_name): Adjust.
16493 (follow_die_ref_or_sig): Adjust.
16494 (follow_die_offset): Adjust.
16495 (follow_die_ref): Adjust.
16496 (follow_die_sig_1): Adjust.
16497 (follow_die_sig): Adjust.
16498 (get_signatured_type): Adjust.
16499 (get_DW_AT_signature_type): Adjust.
16500 (decode_locdesc): Adjust.
16501 (dwarf_decode_macros): Adjust.
16502 (cu_debug_loc_section): Adjust.
16503 (fill_in_loclist_baton): Adjust.
16504 (dwarf2_symbol_mark_computed): Adjust.
16505 (init_one_comp_unit): Don't assign
16506 dwarf2_cu::dwarf2_per_objfile.
16507 (set_die_type): Adjust.
16508
16509 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16510
16511 * dwarf2read.c (struct mapped_debug_names): Add constructor.
16512 <dwarf2_per_objfile>: New field.
16513 (dwarf2_per_objfile): Remove global.
16514 (get_dwarf2_per_objfile): New function.
16515 (set_dwarf2_per_objfile): New function.
16516 (dwarf2_build_psymtabs_hard): Change objfile parameter to
16517 dwarf2_per_objfile.
16518 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16519 (read_abbrev_offset): Likewise.
16520 (read_indirect_string): Likewise.
16521 (read_indirect_line_string): Likewise.
16522 (read_indirect_string_at_offset): Likewise.
16523 (read_indirect_string_from_dwz): Likewise.
16524 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16525 dwarf2_per_objfile.
16526 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16527 (create_all_comp_units): Change objfile parameter to
16528 dwarf2_per_objfile.
16529 (create_all_type_units): Likewise.
16530 (process_queue): Add dwarf2_per_objfile parameter.
16531 (read_and_check_comp_unit_head): Likewise.
16532 (lookup_dwo_unit_in_dwp): Likewise.
16533 (get_dwp_file): Likewise.
16534 (process_cu_includes): Likewise.
16535 (struct free_dwo_file_cleanup_data): New struct.
16536 (dwarf2_has_info): Use get_dwarf2_per_objfile and
16537 set_dwarf2_per_objfile.
16538 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
16539 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
16540 context, adjust calls.
16541 (dw2_instantiate_symtab): Likewise.
16542 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
16543 (dw2_get_cu): Likewise.
16544 (create_cu_from_index_list): Change objfile parameter to
16545 dwarf2_per_objfile.
16546 (create_cus_from_index_list): Get dwarf2_per_objfile from
16547 context, adjust calls.
16548 (create_cus_from_index): Likewise.
16549 (create_signatured_type_table_from_index): Change objfile
16550 parameter to dwarf2_per_objfile.
16551 (create_signatured_type_table_from_debug_names): Change objfile
16552 parameter to dwarf2_per_objfile.
16553 (create_addrmap_from_index): Likewise.
16554 (create_addrmap_from_aranges): Likewise.
16555 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16556 (dw2_setup): Remove.
16557 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16558 context.
16559 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16560 get_dwarf2_per_objfile.
16561 (dw2_forget_cached_source_info): Likewise.
16562 (dw2_map_symtabs_matching_filename): Likewise.
16563 (struct dw2_symtab_iterator) <index>: Remove.
16564 <dwarf2_per_objfile>: New field.
16565 (dw2_symtab_iter_init): Replace index parameter with
16566 dwarf2_per_objfile.
16567 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16568 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16569 (dw2_print_stats): Likewise.
16570 (dw2_dump): Likewise.
16571 (dw2_expand_symtabs_for_function): Likewise.
16572 (dw2_expand_all_symtabs): Likewise.
16573 (dw2_expand_symtabs_with_fullname): Likewise.
16574 (dw2_expand_marked_cus): Replace index and objfile parameters
16575 with dwarf2_per_objfile.
16576 (dw_expand_symtabs_matching_file_matcher): Add
16577 dwarf2_per_objfile parameter and adjust calls.
16578 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16579 adjust calls.
16580 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16581 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16582 adjust calls.
16583 (create_cus_from_debug_names_list): Replace objfile parameter
16584 with dwarf2_per_objfile and adjust calls.
16585 (create_cus_from_debug_names): Likewise.
16586 (dwarf2_read_debug_names): Likewise.
16587 (mapped_debug_names::namei_to_name): Adjust call.
16588 (dw2_debug_names_iterator::next): Likewise.
16589 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16590 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16591 (dw2_debug_names_dump): Likewise.
16592 (dw2_debug_names_expand_symtabs_for_function): Likewise.
16593 (dw2_debug_names_expand_symtabs_matching): Likewise.
16594 (dwarf2_initialize_objfile): Likewise.
16595 (dwarf2_build_psymtabs): Likewise.
16596 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16597 this_cu.
16598 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16599 (read_and_check_comp_unit_head): Likewise.
16600 (read_abbrev_offset): Likewise.
16601 (create_debug_type_hash_table): Likewise.
16602 (create_debug_types_hash_table): Likewise.
16603 (create_all_type_units): Replace objfile parameter with
16604 dwarf2_per_objfile.
16605 (add_type_unit): Add dwarf2_per_objfile parameter.
16606 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16607 with dwarf2_per_objfile.
16608 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16609 (lookup_dwp_signatured_type): Likewise.
16610 (lookup_signatured_type): Likewise.
16611 (read_cutu_die_from_dwo): Likewise.
16612 (init_tu_and_read_dwo_dies): Likewise.
16613 (init_cutu_and_read_dies): Likewise.
16614 (init_cutu_and_read_dies_no_follow): Likewise.
16615 (allocate_type_unit_groups_table): Add objfile parameter.
16616 (create_type_unit_group): Use dwarf2_per_objfile from cu.
16617 (get_type_unit_group): Likewise.
16618 (process_psymtab_comp_unit): Update call.
16619 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16620 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16621 (print_tu_stats): Likewise.
16622 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16623 in void* parameter.
16624 (build_type_psymtabs): Change objfile parameter to
16625 dwarf2_per_objfile.
16626 (process_skeletonless_type_unit): Use dwarf2_per_objfile
16627 passed in void* parameter.
16628 (process_skeletonless_type_units): Change objfile parameter to
16629 dwarf2_per_objfile.
16630 (set_partial_user): Likewise.
16631 (dwarf2_build_psymtabs_hard): Likewise.
16632 (read_comp_units_from_section): Likewise.
16633 (create_all_comp_units): Likewise.
16634 (scan_partial_symbols): Update calls.
16635 (add_partial_symbol): Likewise.
16636 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16637 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16638 (process_queue): Add dwarf2_per_objfile parameter.
16639 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16640 (compute_compunit_symtab_includes): Likewise.
16641 (process_cu_includes): Add dwarf2_per_objfile parameter.
16642 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16643 (process_full_type_unit): Likewise.
16644 (process_imported_unit_die): Update call.
16645 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16646 (read_file_scope): Likewise.
16647 (allocate_dwo_file_hash_table): Add objfile parameter.
16648 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16649 (create_cus_hash_table): Likewise.
16650 (create_dwp_hash_table): Likewise.
16651 (create_dwo_unit_in_dwp_v1): Likewise.
16652 (create_dwp_v2_section): Likewise.
16653 (create_dwo_unit_in_dwp_v2): Likewise.
16654 (lookup_dwo_unit_in_dwp): Likewise.
16655 (try_open_dwop_file): Likewise.
16656 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16657 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16658 cleanup to include a reference to dwarf2_per_objfile.
16659 (open_dwp_file): Add dwarf2_per_objfile parameter.
16660 (open_and_init_dwp_file): Likewise.
16661 (get_dwp_file): Likewise.
16662 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16663 (queue_and_load_all_dwo_tus): Update call.
16664 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16665 data.
16666 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16667 (dwarf2_ranges_process): Likewise.
16668 (dwarf2_get_pc_bounds): Likewise.
16669 (mark_common_block_symbol_computed): Likewise.
16670 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16671 (dwarf2_read_abbrevs): Update call.
16672 (read_partial_die): Use dwarf2_per_objfile from cu.
16673 (find_partial_die): Likewise.
16674 (fixup_partial_die): Likewise.
16675 (read_attribute_value): Likewise.
16676 (read_indirect_string_at_offset_from): Add objfile parameter.
16677 (read_indirect_string_at_offset): Add dwarf2_per_objfile
16678 parameter.
16679 (read_indirect_string_from_dwz): Add objfile parameter.
16680 (read_indirect_string): Add objfile parameter.
16681 (read_addr_index_1): Add dwarf2_per_objfile parameter.
16682 (read_addr_index): Use dwarf2_per_objfile from cu.
16683 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16684 call dw2_setup.
16685 (read_str_index): Use dwarf2_per_objfile from cu.
16686 (get_debug_line_section): Likewise.
16687 (read_formatted_entries): Add dwarf2_per_objfile parameter.
16688 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16689 (new_symbol_full): Use dwarf2_per_objfile from cu.
16690 (build_error_marker_type): Likewise.
16691 (lookup_die_type): Likewise.
16692 (determine_prefix): Likewise.
16693 (follow_die_offset): Likewise.
16694 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16695 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16696 (dwarf2_fetch_die_type_sect_off): Likewise.
16697 (dwarf2_get_die_type): Likewise.
16698 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16699 (get_signatured_type): Likewise.
16700 (get_DW_AT_signature_type): Likewise.
16701 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16702 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16703 (cu_debug_loc_section): Likewise.
16704 (fill_in_loclist_baton): Likewise.
16705 (dwarf2_symbol_mark_computed): Likewise.
16706 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16707 dwarf2_per_objfile.
16708 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16709 parameter.
16710 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16711 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16712 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16713 (set_die_type): Use dwarf2_free_objfile from cu.
16714 (get_die_type_at_offset): Likewise.
16715 (dwarf2_per_objfile_free): Don't assign global variable.
16716 (debug_names) <constructor>: Add dwarf2_per_objfile
16717 parameter, update m_debugstrlookup construction.
16718 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16719 parameter.
16720 <m_dwarf2_per_objfile>: New field.
16721 <lookup>: Use m_dwarf2_per_objfile.
16722 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16723 (psyms_seen_size): Likewise.
16724 (write_gdbindex): Replace objfile parameter with
16725 dwarf2_per_objfile.
16726 (write_debug_names): Likewise.
16727 (write_psymtabs_to_index): Likewise.
16728 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16729 calls.
16730
16731 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16732
16733 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16734 <dwarf2_per_objfile>: New field.
16735 (struct dwarf2_per_cu_data) <objfile>: Remove.
16736 <dwarf2_per_objfile>: New field.
16737 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16738 of objfile.
16739 (create_signatured_type_table_from_index): Likewise.
16740 (create_debug_type_hash_table): Likewise.
16741 (fill_in_sig_entry_from_dwo_entry): Likewise.
16742 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16743 (create_type_unit_group): Assign dwarf2_per_objfile instead of
16744 objfile.
16745 (create_partial_symtab): Access objfile through
16746 dwarf2_per_objfile.
16747 (process_psymtab_comp_unit_reader): Likewise.
16748 (read_comp_units_from_section): Likewise.
16749 (scan_partial_symbols): Likewise.
16750 (add_partial_symbol): Likewise.
16751 (add_partial_subprogram): Likewise.
16752 (peek_die_abbrev): Likewise.
16753 (fixup_go_packaging): Likewise.
16754 (process_full_comp_unit): Likewise.
16755 (process_full_type_unit): Likewise.
16756 (process_imported_unit_die): Likewise.
16757 (dwarf2_compute_name): Likewise.
16758 (dwarf2_physname): Likewise.
16759 (read_import_statement): Likewise.
16760 (create_cus_hash_table): Assign dwarf2_physname instead of
16761 objfile.
16762 (read_func_scope): Access objfile through dwarf2_per_objfile.
16763 (read_lexical_block_scope): Likewise.
16764 (read_call_site_scope): Likewise.
16765 (read_variable): Likewise.
16766 (dwarf2_rnglists_process): Likewise.
16767 (dwarf2_ranges_process): Likewise.
16768 (dwarf2_ranges_read): Likewise.
16769 (dwarf2_record_block_ranges): Likewise.
16770 (dwarf2_add_field): Likewise.
16771 (dwarf2_add_member_fn): Likewise.
16772 (read_structure_type): Likewise.
16773 (process_structure_scope): Likewise.
16774 (read_enumeration_type): Likewise.
16775 (read_array_type): Likewise.
16776 (read_common_block): Likewise.
16777 (read_namespace_type): Likewise.
16778 (read_namespace): Likewise.
16779 (read_module_type): Likewise.
16780 (read_tag_pointer_type): Likewise.
16781 (read_tag_ptr_to_member_type): Likewise.
16782 (read_tag_string_type): Likewise.
16783 (read_subroutine_type): Likewise.
16784 (read_typedef): Likewise.
16785 (read_base_type): Likewise.
16786 (attr_to_dynamic_prop): Likewise.
16787 (read_subrange_type): Likewise.
16788 (read_unspecified_type): Likewise.
16789 (load_partial_dies): Likewise.
16790 (read_partial_die): Likewise.
16791 (find_partial_die): Likewise.
16792 (guess_partial_die_structure_name): Likewise.
16793 (fixup_partial_die): Likewise.
16794 (read_attribute_value): Likewise.
16795 (read_addr_index_from_leb128): Likewise.
16796 (dwarf2_read_addr_index): Likewise.
16797 (dwarf2_string_attr): Likewise.
16798 (lnp_state_machine::check_line_address): Likewise.
16799 (dwarf_decode_lines_1): Likewise.
16800 (dwarf_decode_lines): Likewise.
16801 (dwarf2_start_symtab): Likewise.
16802 (var_decode_location): Likewise.
16803 (new_symbol_full): Likewise.
16804 (dwarf2_const_value_data): Likewise.
16805 (dwarf2_const_value_attr): Likewise.
16806 (dwarf2_const_value): Likewise.
16807 (die_type): Likewise.
16808 (die_containing_type): Likewise.
16809 (lookup_die_type): Likewise.
16810 (guess_full_die_structure_name): Likewise.
16811 (anonymous_struct_prefix): Likewise.
16812 (dwarf2_name): Likewise.
16813 (follow_die_ref_or_sig): Likewise.
16814 (follow_die_offset): Likewise.
16815 (follow_die_ref): Likewise.
16816 (dwarf2_fetch_die_loc_sect_off): Likewise.
16817 (dwarf2_fetch_constant_bytes): Likewise.
16818 (dwarf2_fetch_die_type_sect_off): Likewise.
16819 (dwarf2_get_die_type): Likewise.
16820 (follow_die_sig): Likewise.
16821 (decode_locdesc): Likewise.
16822 (dwarf2_per_cu_objfile): Likewise.
16823 (dwarf2_per_cu_text_offset): Likewise.
16824 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16825 objfile.
16826 (set_die_type): Access objfile through
16827 dwarf2_per_objfile.
16828
16829 2018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16830
16831 * valprint.c (converted_character_d): Remove typedef.
16832 (DEF_VEC_O (converted_character_d)): Remove.
16833 (count_next_character): Use std::vector.
16834 (print_converted_chars_to_obstack): Likewise.
16835 (generic_printstr): Likewise.
16836
16837 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16838
16839 * xml-support.h (struct gdb_xml_value): Add constructor.
16840 <value>: Change type to unique_xmalloc_ptr.
16841 (gdb_xml_value_s): Remove typedef.
16842 (DEF_VEC_O (gdb_xml_value_s)): Remove.
16843 (gdb_xml_element_start_handler): Change parameter type to
16844 std::vector.
16845 (xml_find_attribute): Likewise.
16846 * xml-support.c (xml_find_attribute): Change parameter type to
16847 std::vector and adjust.
16848 (gdb_xml_values_cleanup): Remove.
16849 (gdb_xml_parser::start_element): Adjust to std::vector.
16850 (xinclude_start_include): Change paraeter type to std::vector
16851 and adjust.
16852 * btrace.c (check_xml_btrace_version): Likewise.
16853 (parse_xml_btrace_block): Likewise.
16854 (parse_xml_btrace_pt_config_cpu): Likewise.
16855 (parse_xml_btrace_pt): Likewise.
16856 (parse_xml_btrace_conf_bts): Likewise.
16857 (parse_xml_btrace_conf_pt): Likewise.
16858 * memory-map.c (memory_map_start_memory): Likewise.
16859 (memory_map_start_property): Likewise.
16860 * osdata.c (osdata_start_osdata): Likewise.
16861 (osdata_start_item): Likewise.
16862 (osdata_start_column): Likewise.
16863 * remote.c (start_thread): Likewise.
16864 * solib-aix.c (library_list_start_library): Likewise.
16865 (library_list_start_list): Likewise.
16866 * solib-svr4.c (library_list_start_library): Likewise.
16867 (svr4_library_list_start_list): Likewise.
16868 * solib-target.c (library_list_start_segment): Likewise.
16869 (library_list_start_section): Likewise.
16870 (library_list_start_library): Likewise.
16871 (library_list_start_list): Likewise.
16872 * tracepoint.c (traceframe_info_start_memory): Likewise.
16873 (traceframe_info_start_tvar): Likewise.
16874 * xml-syscall.c (syscall_start_syscall): Likewise.
16875 * xml-tdesc.c (tdesc_start_target): Likewise.
16876 (tdesc_start_feature): Likewise.
16877 (tdesc_start_reg): Likewise.
16878 (tdesc_start_union): Likewise.
16879 (tdesc_start_struct): Likewise.
16880 (tdesc_start_flags): Likewise.
16881 (tdesc_start_enum): Likewise.
16882 (tdesc_start_field): Likewise.
16883 (tdesc_start_enum_value): Likewise.
16884 (tdesc_start_vector): Likewise.
16885
16886 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16887
16888 * extension.h (struct xmethod_worker) <clone>: Remove.
16889 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16890 Remove.
16891 (python_xmethod_worker::clone): Remove.
16892 * valops.c (find_overload_match): Use std::move instead of
16893 clone.
16894
16895 2018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16896
16897 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16898 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16899 <free_xmethod_worker_data>: Remove.
16900 <get_matching_xmethod_workers>: Chance VEC to std::vector.
16901 <get_xmethod_arg_types>: Remove.
16902 <get_xmethod_result_type>: Remove.
16903 <invoke_xmethod>: Remove.
16904 * extension.c (new_xmethod_worker): Remove.
16905 (clone_xmethod_worker): Remove.
16906 (get_matching_xmethod_workers): Return void, pass std::vector by
16907 pointer.
16908 (get_xmethod_arg_types): Rename to...
16909 (xmethod_worker::get_arg_types): ... this, and adjust.
16910 (get_xmethod_result_type): Rename to...
16911 (xmethod_worker::get_result_type): ... this, and adjust.
16912 (invoke_xmethod): Remove.
16913 (free_xmethod_worker): Remove.
16914 (free_xmethod_worker_vec): Remove.
16915 * extension.h (enum ext_lang_rc): Move here from
16916 extension-priv.h.
16917 (struct xmethod_worker): Add constructor and destructor.
16918 <data>: Remove.
16919 <value>: Remove.
16920 <invoke, clone, do_get_result_type, do_get_arg_types>: New
16921 virtual pure methods.
16922 <get_arg_types, get_result_type>: New methods.
16923 (xmethod_worker_ptr): Remove typedef.
16924 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16925 (xmethod_worker_vec): Remove typedef.
16926 (xmethod_worker_up): New typedef.
16927 (invoke_xmethod): Remove.
16928 (clone_xmethod_worker): Remove.
16929 (free_xmethod_worker): Remove.
16930 (free_xmethod_worker_vec): Remove.
16931 (get_xmethod_arg_types): Remove.
16932 (get_xmethod_result_type): Remove.
16933 * valops.c (find_method_list): Use std::vector, don't use
16934 intermediate vector.
16935 (value_find_oload_method_list): Use std::vector.
16936 (find_overload_match): Use std::vector.
16937 (find_oload_champ): Use std::vector.
16938 * value.c (value_free): Use operator delete.
16939 (value_of_xmethod): Rename to...
16940 (value_from_xmethod): ... this. Don't assign
16941 xmethod_worker::value, take rvalue-reference.
16942 (result_type_of_xmethod): Adjust.
16943 (call_xmethod): Adjust.
16944 * value.h: Include extension.h.
16945 (struct xmethod_worker): Don't forward-declare.
16946 (value_of_xmethod): Rename to...
16947 (value_from_xmethod): ... this, take rvalue-reference.
16948 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16949 (struct python_xmethod_worker): ... this, add constructor and
16950 destructor.
16951 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16952 (gdbpy_free_xmethod_worker_data): Rename to...
16953 (python_xmethod_worker::~python_xmethod_worker): ... this and
16954 adjust.
16955 (gdbpy_clone_xmethod_worker_data): Rename to...
16956 (python_xmethod_worker::clone): ... this and adjust.
16957 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16958 temporary vector.
16959 (gdbpy_get_xmethod_arg_types): Rename to...
16960 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16961 (gdbpy_get_xmethod_result_type): Rename to...
16962 (python_xmethod_worker::do_get_result_type): ... this and
16963 adjust.
16964 (gdbpy_invoke_xmethod): Rename to...
16965 (python_xmethod_worker::invoke): ... this and adjust.
16966 (new_python_xmethod_worker): Rename to...
16967 (python_xmethod_worker::python_xmethod_worker): ... this and
16968 adjust.
16969 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16970 Remove.
16971 (gdbpy_free_xmethod_worker_data): Remove.
16972 (gdbpy_get_matching_xmethod_workers): Use std::vector.
16973 (gdbpy_get_xmethod_arg_types): Remove.
16974 (gdbpy_get_xmethod_result_type): Remove.
16975 (gdbpy_invoke_xmethod): Remove.
16976 * python/python.c (python_extension_ops): Remove obsolete
16977 callbacks.
16978
16979 2018-01-05 Pedro Alves <palves@redhat.com>
16980
16981 PR gdb/18653
16982 * common/signals-state-save-restore.c
16983 (save_original_signals_state): New parameter 'quiet'. Warn if we
16984 find a custom handler preinstalled, instead of internal erroring.
16985 But only warn if !quiet.
16986 * common/signals-state-save-restore.h
16987 (save_original_signals_state): New parameter 'quiet'.
16988 * main.c (captured_main_1): Move save_original_signals_state call
16989 after option handling, and pass QUIET.
16990
16991 2018-01-05 Pedro Alves <palves@redhat.com>
16992
16993 * spu-tdep.c (spu_catch_start): Pass
16994 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
16995
16996 2018-01-05 Pedro Alves <palves@redhat.com>
16997
16998 PR gdb/22670
16999 * ada-lang.c (literal_symbol_name_matcher): New function.
17000 (ada_get_symbol_name_matcher): Use it for
17001 symbol_name_match_type::SEARCH_NAME.
17002 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
17003 it down instead of assuming symbol_name_match_type::FULL.
17004 * block.h (block_lookup_symbol): New parameter 'match_type'.
17005 * c-valprint.c (print_unpacked_pointer): Use
17006 lookup_symbol_search_name instead of lookup_symbol.
17007 * compile/compile-object-load.c (get_out_value_type): Pass down
17008 symbol_name_match_type::SEARCH_NAME.
17009 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
17010 symbol_name_match_type::FULL.
17011 * cp-support.c (cp_get_symbol_name_matcher): Handle
17012 symbol_name_match_type::SEARCH_NAME.
17013 * infrun.c (insert_exception_resume_breakpoint): Use
17014 lookup_symbol_search_name.
17015 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
17016 * psymtab.c (maintenance_check_psymtabs): Use
17017 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
17018 * stack.c (print_frame_args): Use lookup_symbol_search_name and
17019 SYMBOL_SEARCH_NAME.
17020 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
17021 if symbol_name_match_type::SEARCH_NAME.
17022 (lookup_symbol_in_language): Pass down
17023 symbol_name_match_type::FULL.
17024 (lookup_symbol_search_name): New.
17025 (lookup_language_this): Pass down
17026 symbol_name_match_type::SEARCH_NAME.
17027 (lookup_symbol_aux, lookup_local_symbol): New parameter
17028 'match_type'. Pass it down.
17029 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
17030 (lookup_symbol_search_name): New declaration.
17031 (lookup_symbol_in_block): New 'match_type' parameter.
17032
17033 2018-01-05 Pedro Alves <palves@redhat.com>
17034
17035 PR gdb/22670
17036 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
17037 ada_lookup_symbol.
17038 (ada_lookup_symbol): Reimplement in terms of
17039 ada_lookup_symbol_list, bits factored out from
17040 ada_lookup_encoded_symbol.
17041
17042 2018-01-05 Joel Brobecker <brobecker@adacore.com>
17043
17044 * ada-exp.y (write_object_renaming): When subscripting an array
17045 using a symbol as the index, pass the block in call to
17046 ada_lookup_encoded_symbol when looking that symbol up.
17047
17048 2018-01-05 Jerome Guitton <guitton@adacore.com>
17049
17050 * ada-lang.c (ada_array_length): Use ada_index_type instead of
17051 TYPE_INDEX_TYPE.
17052
17053 2018-01-05 Joel Brobecker <brobecker@adacore.com>
17054
17055 * ada-lang.c (ada_to_fixed_value_create): Add handling of
17056 the case where VALUE_LVAL (val0) is not lval_memory.
17057
17058 2018-01-05 Xavier Roirand <roirand@adacore.com>
17059
17060 * ada-valprint.c (print_optional_low_bound): Handle
17061 character-indexed array printing like boolean-indexed array
17062 printing.
17063
17064 2018-01-05 Joel Brobecker <brobecker@adacore.com>
17065
17066 * NEWS: Create a new section for the next release branch.
17067 Rename the section of the current branch, now that it has
17068 been cut.
17069
17070 2018-01-05 Joel Brobecker <brobecker@adacore.com>
17071
17072 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
17073 * version.in: Bump version to 8.1.50.DATE-git.
17074
17075 2018-01-03 Xavier Roirand <roirand@adacore.com>
17076
17077 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
17078 Add field.
17079 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
17080 Add field.
17081 (default_exception_support_info) <catch_handlers_sym>: Add field.
17082 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
17083 (ada_exception_name_addr_1): Add "catch handlers" handling.
17084 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
17085 Update all callers.
17086 (create_excep_cond_exprs) <ex>: Add parameter.
17087 (re_set_exception): Update create_excep_cond_exprs call.
17088 (print_it_exception, print_one_exception, print_mention_exception)
17089 (print_recreate_exception): Add "catch handler" handling.
17090 (allocate_location_catch_handlers, re_set_catch_handlers)
17091 (check_status_catch_handlers, print_it_catch_handlers)
17092 (print_one_catch_handlers, print_mention_catch_handlers)
17093 (print_recreate_catch_handlers): New function.
17094 (catch_handlers_breakpoint_ops): New variable.
17095 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
17096 Add parameter. Add "catch handler" handling.
17097 (ada_exception_sym_name, ada_exception_breakpoint_ops):
17098 Add "catch handler" handling.
17099 (ada_exception_catchpoint_cond_string): Add "catch handler"
17100 handling.
17101 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
17102 call.
17103 (catch_ada_handlers_command): New function.
17104 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
17105 operations structure.
17106 (_initialize_ada_language): Add "catch handlers" command entry.
17107 * NEWS: Document "catch handlers" feature.
17108
17109 2018-01-02 Joel Brobecker <brobecker@adacore.com>
17110
17111 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
17112 account when creating the array type of the slice.
17113 (ada_value_slice): Likewise.
17114
17115 2018-01-02 Joel Brobecker <brobecker@adacore.com>
17116
17117 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
17118 New enum value.
17119 (create_array_type_with_stride): Add byte_stride_prop parameter.
17120 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
17121 New parameter. Update all callers in this file.
17122 (array_type_has_dynamic_stride): New function.
17123 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
17124 of arrays with dynamic byte strides.
17125 * dwarf2read.c (read_array_type): Add support for dynamic
17126 DW_AT_byte_stride attributes.
17127
17128 2018-01-02 Joel Brobecker <brobecker@adacore.com>
17129
17130 * dwarf2read.c (read_unspecified_type): Treat
17131 DW_TAG_enumeration_type DIEs from Ada units as stubs.
17132
17133 2018-01-01 Joel Brobecker <brobecker@adacore.com>
17134
17135 Update copyright year range in all GDB files.
17136
17137 2018-01-01, 18 Joel Brobecker <brobecker@adacore.com>
17138
17139 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
17140 and gdb/testsuite/gdb.base/step-line.c.
17141
17142 2018-01-01 Joel Brobecker <brobecker@adacore.com>
17143
17144 * copyright.py (main): Dump the contents of
17145 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
17146 even if BY_HAND is empty.
17147
17148 2018-01-01 Joel Brobecker <brobecker@adacore.com>
17149
17150 * top.c (print_gdb_version): Update Copyright year in version
17151 message.
17152
17153 2018-01-01 Joel Brobecker <brobecker@adacore.com>
17154
17155 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
17156
17157 For older changes see ChangeLog-2017.
17158 \f
17159 Local Variables:
17160 mode: change-log
17161 left-margin: 8
17162 fill-column: 74
17163 version-control: never
17164 coding: utf-8
17165 End:
This page took 0.951154 seconds and 5 git commands to generate.