Fix a crash in jit.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2cd8cc0b
TT
12018-12-28 Tom Tromey <tom@tromey.com>
2
3 * jit.c (free_objfile_data): Only delete breakpoint if non-null.
4
140a4bc0
TT
52018-12-28 Tom Tromey <tom@tromey.com>
6
7 * NEWS: Mention terminal styling.
8
62f29fda
TT
92018-12-28 Tom Tromey <tom@tromey.com>
10
11 * utils.h (can_emit_style_escape): Declare.
12 * utils.c (can_emit_style_escape): No longer static.
13 * cli/cli-style.c (set_style_enabled): New function.
14 (_initialize_cli_style): Use it.
15 * tui/tui-winsource.c (tui_show_source_line): Use tui_puts.
16 (tui_alloc_source_buffer): Change how source lines are allocated.
17 * tui/tui-source.c (copy_source_line): New function.
18 (tui_set_source_content): Use source cache.
19 * tui/tui-io.h (tui_puts): Update.
20 * tui/tui-io.c (tui_puts_internal): Add window parameter.
21 (tui_puts): Likewise.
22 (tui_redisplay_readline): Update.
23 * tui/tui-data.c (free_content_elements): Change how source window
24 contents are freed.
25 * source.c (forget_cached_source_info): Clear the source cache.
26 (print_source_lines_base): Use the source cache.
27 * source-cache.h: New file.
28 * source-cache.c: New file.
29 * configure.ac: Check for GNU Source Highlight library.
30 * configure: Update.
31 * config.in: Update.
32 * Makefile.in (SRCHIGH_LIBS, SRCHIGH_CFLAGS): New variables.
33 (INTERNAL_CFLAGS_BASE): Add SRCHIGH_CFLAGS.
34 (CLIBS): Add SRCHIGH_LIBS.
35 (COMMON_SFILES): Add source-cache.c.
36 (HFILES_NO_SRCDIR): Add source-cache.h.
37
4a304592
TT
382018-12-28 Tom Tromey <tom@tromey.com>
39
40 * tui/tui-winsource.c (tui_show_source_line): Use wclrtoeol.
41
1d1d0bf7
TT
422018-12-28 Tom Tromey <tom@tromey.com>
43
44 PR tui/14126:
45 * tui/tui.c (tui_enable): Call start_color and
46 use_default_colors.
47 * tui/tui-io.c (struct color_pair): New.
48 (color_pair_map, last_color_pair, last_style): New globals.
49 (tui_setup_io): Clean up color map when shutting down.
50 (curses_colors): New constant.
51 (get_color_pair, apply_ansi_escape): New functions.
52 (tui_write): Rewrite.
53 (tui_puts_internal): New function, from tui_puts. Add "height"
54 parameter.
55 (tui_puts): Use tui_puts_internal.
56 (tui_redisplay_readline): Use tui_puts_internal.
57 (_initialize_tui_io): New function.
58 (color_map): New globals.
59 (get_color): New function.
60 * configure.ac: Check for use_default_colors.
61 * config.in, configure: Rebuild.
62
35fb8261
TT
632018-12-28 Tom Tromey <tom@tromey.com>
64
65 * ui-out.h (enum class ui_out_style_kind) <ADDRESS>: New
66 constant.
67 * ui-out.c (ui_out::field_core_addr): Add styling.
68 * stack.c (print_frame): Add styling.
69 * printcmd.c (print_address): Add styling.
70 (print_address_demangle, info_address_command): Likewise.
71 * cli/cli-style.h (address_style): Declare.
72 * cli/cli-style.c (address_style): New global.
73 (_initialize_cli_style): Register new commands.
74 * cli-out.c (cli_ui_out::do_field_string): Update.
75
47fd17cd
TT
762018-12-28 Tom Tromey <tom@tromey.com>
77
78 * symfile.c (symbol_file_add_with_addrs): Style file name.
79
d47032b7
TT
802018-12-28 Tom Tromey <tom@tromey.com>
81
82 * top.c (print_gdb_version): Style gdb version number.
83
af79b68d
TT
842018-12-28 Tom Tromey <tom@tromey.com>
85
86 * printcmd.c (print_address_symbolic): Style function name.
87
0bb296cb
TT
882018-12-28 Tom Tromey <tom@tromey.com>
89
90 * breakpoint.c (say_where): Style file name.
91
80ae2043
TT
922018-12-28 Tom Tromey <tom@tromey.com>
93
94 * ui-out.h (enum class ui_out_style_kind) <VARIABLE>: New global.
95 * stack.c (print_frame_arg): Style name.
96 * printcmd.c (print_variable_and_value): Style variable name.
97 * cli/cli-style.h (variable_name_style): Declare.
98 * cli/cli-style.c (variable_name_style): New global.
99 (_initialize_cli_style): Update.
100 * cli-out.c (cli_ui_out::do_field_string): Update.
101
ef1dfa36
TT
1022018-12-28 Tom Tromey <tom@tromey.com>
103
104 * utils.h (reset_terminal_style): Declare.
105 * utils.c (can_emit_style_escape): New function.
106 (set_output_style): Use it.
107 (reset_terminal_style): New function.
108 * printcmd.c (printf_command): Call reset_terminal_style.
109 * cli/cli-cmds.c (echo_command): Call reset_terminal_style.
110
cbe56571
TT
1112018-12-28 Tom Tromey <tom@tromey.com>
112
113 * utils.h (set_output_style, fprintf_styled)
114 (fputs_styled): Declare.
115 * utils.c (applied_style, desired_style): New globals.
116 (emit_style_escape, set_output_style): New function.
117 (prompt_for_continue): Emit style escapes.
118 (fputs_maybe_filtered): Likewise.
119 (fputs_styled, fprintf_styled): New functions.
120 * ui-out.h (enum class ui_out_style_kind): New.
121 (class ui_out) <field_string, field_stream, do_field_string>: Add
122 style parameter.
123 * ui-out.c (ui_out::field_stream, ui_out::field_string): Add style
124 parameter.
125 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Add style
126 parameter.
127 * tui/tui-out.c (tui_ui_out::do_field_string): Add style
128 parameter.
129 (tui_ui_out::do_field_string): Update.
130 * tracepoint.c (print_one_static_tracepoint_marker): Style
131 output.
132 * stack.c (print_frame_info, print_frame): Style output.
133 * source.c (print_source_lines_base): Style output.
134 * skip.c (info_skip_command): Style output.
135 * record-btrace.c (btrace_call_history_src_line): Style output.
136 (btrace_call_history): Likewise.
137 * python/py-framefilter.c (py_print_frame): Style output.
138 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Add style
139 parameter.
140 * mi/mi-out.c (mi_ui_out::do_table_header)
141 (mi_ui_out::do_field_int): Update.
142 (mi_ui_out::do_field_string): Update.
143 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
144 Style output.
145 * cli/cli-style.h: New file.
146 * cli/cli-style.c: New file.
147 * cli-out.h (class cli_ui_out) <do_field_string>: Add style
148 parameter.
149 * cli-out.c (cli_ui_out::do_table_header)
150 (cli_ui_out::do_field_int, cli_ui_out::do_field_skip): Update.
151 (cli_ui_out::do_field_string): Add style parameter. Style the
152 output.
153 * breakpoint.c (print_breakpoint_location): Style output.
154 (update_static_tracepoint): Likewise.
155 * Makefile.in (SUBDIR_CLI_SRCS): Add cli-style.c.
156 (HFILES_NO_SRCDIR): Add cli-style.h.
157
eedeedd2
TT
1582018-12-28 Tom Tromey <tom@tromey.com>
159
160 * unittests/style-selftests.c: New file.
161 * ui-style.c: New file.
162 * ui-style.h: New file.
163 * ui-file.h: Include ui-style.h.
164 * Makefile.in (COMMON_SFILES): Add ui-style.c.
165 (HFILES_NO_SRCDIR): Add ui-style.h.
166 (SUBDIR_UNITTESTS_SRCS): Add style-selftests.c.
167
7170dadf
TT
1682018-12-28 Tom Tromey <tom@tromey.com>
169
170 * command.h (add_setshow_enum_cmd): Add "context" argument.
171 * cli/cli-decode.c (add_setshow_enum_cmd): Add "context"
172 argument. Call set_cmd_context.
173
c5603d50
TT
1742018-12-28 Tom Tromey <tom@tromey.com>
175
176 * utils.c (filter_initialized): New global.
177 (wrap_buffer): Now a std::string.
178 (wrap_pointer): Remove.
179 (flush_wrap_buffer): New function.
180 (filtered_printing_initialized, set_width, wrap_here)
181 (fputs_maybe_filtered): Update.
182
156f2366
EZ
1832018-12-28 Eli Zaretskii <eliz@gnu.org>
184
185 * coffread.c (coff_symtab_read): Don't record in minsyms symbols
186 that are unresolved. This avoids triggering an internal error
187 when stepping outside of 'main' in MinGW programs.
188
bc543c90
TT
1892018-12-27 Tom Tromey <tom@tromey.com>
190
191 * python/py-utils.c (gdbpy_handle_exception): Translate
192 PyExc_KeyboardInterrupt to quit.
193
6ef2312a
TT
1942018-12-27 Tom Tromey <tom@tromey.com>
195
196 * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.
197 * python/py-unwind.c (pyuw_sniffer): Use
198 gdbpy_print_stack_or_quit.
199 * python/py-framefilter.c (throw_quit_or_print_exception):
200 Remove.
201 (gdbpy_apply_frame_filter): Use gdbpy_print_stack_or_quit.
202 * python/python.c (gdbpy_print_stack_or_quit): New function.
203
ec9c2750
TT
2042018-12-27 Tom Tromey <tom@tromey.com>
205
206 * python/py-value.c (convert_value_from_python): Use
207 gdbpy_convert_exception.
208 * python/py-param.c (parmpy_init): Use gdbpy_convert_exception.
209 * python/py-cmd.c (cmdpy_init): Use gdbpy_convert_exception.
210 * python/py-breakpoint.c (bppy_init): Use
211 gdbpy_convert_exception.
212
69872622
TT
2132018-12-27 Tom Tromey <tom@tromey.com>
214
215 * configure.nat (NATDEPFILES): Use nat/ prefix.
216 * Makefile.in (CONFIG_SRC_SUBDIR): Add nat.
217 (%.o: ${srcdir}/nat/%.c): Remove rule.
218 (INIT_FILES): Do not filter out NATDEPFILES.
219
b180d0a2
TT
2202018-12-27 Tom Tromey <tom@tromey.com>
221
222 * Makefile.in (INIT_FILES): Redefine.
223 (stamp-init): Remove sed, tr invocations. Use for loop. Don't
224 set LANG or LC_ALL.
225
c88c222e
TT
2262018-12-27 Tom Tromey <tom@tromey.com>
227
228 * Makefile.in (stamp-init): Remove gdbtypes special case.
229
47db57fd
JB
2302018-12-27 John Baldwin <jhb@FreeBSD.org>
231
232 * config/i386/nm-fbsd.h: Remove file.
233 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-fbsd.h.
234 * configure.nat: Remove NAT_FILE for FreeBSD/i386.
235
af9a2161
TT
2362018-12-27 Tom Tromey <tom@tromey.com>
237
238 * minsyms.h (class minimal_symbol_reader): Use
239 DISABLE_COPY_AND_ASSIGN.
240
075c55e0
TT
2412018-12-27 Tom Tromey <tom@tromey.com>
242
243 * python/python.c (python_interactive_command): Use std::string.
244 (gdbpy_parameter): Likewise.
245 * python/py-utils.c (unicode_to_encoded_string): Update comment.
246 * python/py-symtab.c (salpy_str): Use PyString_FromFormat.
247 * python/py-record-btrace.c (recpy_bt_insn_data): Use
248 byte_vector.
249 * python/py-objfile.c (objfpy_get_build_id): Use
250 unique_xmalloc_ptr.
251 * python/py-inferior.c (infpy_read_memory): Use
252 unique_xmalloc_ptr.
253 * python/py-cmd.c (gdbpy_parse_command_name): Use std::string.
254
84b68c77
SM
2552018-12-26 Simon Marchi <simon.marchi@polymtl.ca>
256
257 * target.c (target_terminal::restore_inferior): Remove struct keyword.
258
50794b45
SM
2592018-12-26 Simon Marchi <simon.marchi@ericsson.com>
260
261 * build-id.c (build_id_to_debug_bfd): Enhance debug output.
262 * symfile.c (separate_debug_file_exists): Likewise.
263
6f0ffe50
AB
2642018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * c-exp.y (field_name): Allow DOUBLE_KEYWORD, INT_KEYWORD, LONG,
267 SHORT, SIGNED_KEYWORD, and UNSIGNED tokens to act as a field
268 names.
269 (typename_stoken): New function.
270
0f5d3f63
AB
2712018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * c-exp.y (field_name): New %token, and new rule.
274 (exp): Replace uses of 'name' with 'field_name' where appropriate.
275
b6c95c0c
AB
2762018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 PR gdb/13368
279 * c-exp.y (typebase): Extend the comment.
280 (ident_tokens): Likewise.
281
45b8ae0c
TT
2822018-12-18 Tom Tromey <tom@tromey.com>
283
284 * dwarf2read.c (dwarf2_find_containing_comp_unit): Don't take
285 address of sect_off.
286
03eccf7a
JB
2872018-12-23 Joel Brobecker <brobecker@adacore.com>
288
289 GDB 8.2.1 released.
290
74e3300d
AB
2912018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * riscv-tdep.c (riscv_call_arg_struct): Don't adjust size before
294 assigning locations.
295 (riscv_return_value): Take more care not to read/write outside of
296 argument buffer. Cast return value between the declared type and
297 the abi type.
298
ecc82c05
AB
2992018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * riscv-tdep.c (riscv_register_reggroup_p): Save and restore fcsr,
302 fflags, and frm registers.
303
fb44d95a
AB
3042018-12-22 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * riscv-tdep.c (riscv_dwarf_reg_to_regnum): New function.
307 (riscv_gdbarch_init): Register new function with gdbarch.
308 * riscv-tdep.h: New enum to define RISC-V DWARF register numbers.
309
e08b849e
SM
3102018-12-21 Simon Marchi <simon.marchi@ericsson.com>
311
312 * minsyms.c (mst_str): New.
313 (minimal_symbol_reader::record_full): Add debug output.
314
6d78332e
JB
3152018-12-21 John Baldwin <jhb@FreeBSD.org>
316
317 * fbsd-nat.c (fbsd_handle_debug_trap): Require pl.pl_flags to
318 equal PL_FLAG_SI.
319 (fbsd_nat_target::stopped_by_sw_breakpoint): Likewise.
320
d00a27c5
PM
3212018-12-21 Paul Marechal <paul.marechal@ericsson.com>
322
323 PR gdb/23974
324 * target.c (target_read_stralloc): Check for empty vector.
325
50c7c5b8
ДП
3262018-12-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
327
328 * top.c (print_gdb_configuration): Print "--without-python"
329 if GDB was configured without Python.
330
a96bd1cc
AB
3312018-12-21 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * riscv-tdep.c (riscv_scan_prologue): Use plongest to format
334 a signed offset as a string.
335
3dcfdc58
DM
3362018-12-21 Dave Murphy <davem@devkitpro.org>
337
338 * dtrace-probe.c (dtrace_static_probe_ops): Explicit zero
339 initialise.
340 * probe.c (any_static_probe_ops): Ditto.
341 * record-btrace.c (record_btrace_thread_observer_token): Ditto.
342 * stap-probe.c (stap_static_probe_ops): Ditto.
343 * tui/tui-hooks.c (tui_observers_token): Ditto.
344 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
345
8bcb5208
AB
3462018-12-19 Andrew Burgess <andrew.burgess@embecosm.com>
347
348 * gdb/dummy-frame.c (default_dummy_id): Defined new function.
349 * gdb/dummy-frame.h (default_dummy_id): Declare new function.
350 * gdb/frame-unwind.c (default_unwind_pc): Define new function.
351 (default_unwind_sp): Define new function.
352 * gdb/frame-unwind.h (default_unwind_pc): Declare new function.
353 (default_unwind_sp): Declare new function.
354 * gdb/frame.c (frame_unwind_pc): Assume gdbarch_unwind_pc is
355 available.
356 (get_frame_sp): Assume that gdbarch_unwind_sp is available.
357 * gdb/gdbarch.c: Regenerate.
358 * gdb/gdbarch.h: Regenerate.
359 * gdb/gdbarch.sh: Update definition of dummy_id, unwind_pc, and
360 unwind_sp. Add additional header files to be included in
361 generated file.
362
7406a500
DD
3632018-12-19 Dimitar Dimitrov <dimitar@dinux.eu>
364
365 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Remove
366 sp clobbers.
367
9068261f
AB
3682018-12-17 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * dwarf2read.c (struct dwarf2_cu): Convert the fields 'mark',
371 'has_loclist', 'checked_producer', 'producer_is_gxx_lt_4_6',
372 'producer_is_gcc_lt_4_3', 'producer_is_icc_lt_14',
373 'processing_has_namespace_info' from unsigned int to bool. Update
374 comments.
375 (producer_is_icc_lt_14): Update return type.
376 (producer_is_gcc_lt_4_3): Likewise.
377 (producer_is_gxx_lt_4_6): Likewise.
378 (process_die): Write true instead of 1 into predicate fields.
379 (dwarf2_start_symtab): Likewise.
380 (var_decode_location): Likewise.
381 (dwarf2_mark_helper): Likewise.
382 (dwarf2_mark): Likewise.
383 (dwarf2_clear_marks): Write false instead of 0 into predicate
384 field.
385 (dwarf2_cu::dwarf2_cu): Initialise predicate fields to false, not
386 0.
387
51b4f73a
SN
3882018-12-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
389
390 * nat/aarch64-sve-linux-ptrace.h: Include signal.h instead of
391 asm/sigcontext.h.
392
4ef5dbe4
PW
3932018-12-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
394
395 * nat/linux-ptrace.c (kill_child): Fix ARI warning by removing
396 warning trailing new line.
397
a65f6835
PW
3982018-12-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
399
400 * nat/linux-ptrace.c (kill_child): New function.
401 (linux_ptrace_test_ret_to_nx): Use kill_child instead of local code.
402 Add a call to kill_child in case of early return after fork.
403 (linux_check_ptrace_features): Use kill_child instead of local code.
404 (linux_test_for_tracefork): Likewise.
405
7ff6138b
TT
4062018-12-14 Tom Tromey <tom@tromey.com>
407
408 * Makefile.in: Remove "alloca" comment.
409 (INFOFILES): Remove.
410 (local-maintainer-clean): Don't use INFOFILES.
411
64fdde09
JB
4122018-12-13 John Baldwin <jhb@FreeBSD.org>
413
414 * syscalls/update-freebsd.sh: New file.
415 * syscalls/freebsd.xml: Regenerate.
416
e9076973
JB
4172018-12-13 John Baldwin <jhb@FreeBSD.org>
418
419 * NEWS: Add entry documenting system call aliases.
420 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
421 to get_syscalls_by_name.
422 * gdbarch.sh (UNKNOWN_SYSCALL): Remove.
423 * gdbarch.h: Regenerate.
424 * syscalls/gdb-syscalls.dtd (syscall): Add alias attribute.
425 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_name): Rename
426 from get_syscall_by_name. Now accepts a pointer to a vector of
427 integers and returns a bool.
428 [HAVE_LIBEXPAT] (struct syscall_desc): Add alias member.
429 (syscall_create_syscall_desc): Add alias parameter and pass it to
430 syscall_desc constructor.
431 (syscall_start_syscall): Handle alias attribute.
432 (syscall_attr): Add alias attribute.
433 (xml_get_syscalls_by_name): Rename from xml_get_syscall_number.
434 Now accepts a pointer to a vector of integers and returns a
435 bool. Add syscalls whose alias or name matches the requested
436 name.
437 (get_syscalls_by_name): Rename from get_syscall_by_name. Now
438 accepts a pointer to a vector of integers and returns a bool.
439 * xml-syscall.h (get_syscalls_by_name): Likewise.
440
4794efbf
JB
4412018-12-13 John Baldwin <jhb@FreeBSD.org>
442
443 * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
444 to get_syscalls_by_group.
445 * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_group): Return
446 false.
447 [HAVE_LIBEXPAT] (xml_list_syscalls_by_group): Append syscall
448 numbers to an existing vector of integers and return a bool.
449 (get_syscalls_by_group): Accept pointer to vector of integers
450 and change return type to bool.
451 * xml-syscall.h (get_syscalls_by_group): Likewise.
452
b7c8601a
JW
4532018-12-13 Jim Wilson <jimw@sifive.com>
454
455 * riscv-tdep.c (riscv_print_one_register_info): For MSTATUS, add
456 comment for SD field, and correct xlen calculation. For MISA, add
457 comment for MXL field, add call to register_size, and correct base
458 calculation.
459
66ac1ae9
SH
4602018-12-13 Stafford Horne <shorne@gmail.com>
461
462 * NEWS(New targets): Add or1k*-*-linux*.
463
c8749e58
PW
4642018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
465
466 * nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
467 declare on one line to fix ARI warning.
468
6bf78e29
AB
4692018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * infrun.c (infcall_suspend_state::infcall_suspend_state): New.
472 (infcall_suspend_state::registers): New.
473 (infcall_suspend_state::restore): New.
474 (infcall_suspend_state::thread_suspend): Rename to...
475 (infcall_suspend_state::m_thread_suspend): ...this.
476 (infcall_suspend_state::registers): Rename to...
477 (infcall_suspend_state::m_registers): ...this.
478 (infcall_suspend_state::siginfo_gdbarch): Rename to...
479 (infcall_suspend_state::m_siginfo_gdbarch): ...this.
480 (infcall_suspend_state::siginfo_data): Rename to...
481 (infcall_suspend_state::m_siginfo_data): ...this.
482 (save_infcall_suspend_state): Rewrite to use infcall_suspend_state
483 constructor.
484 (restore_infcall_suspend_state): Rewrite to use
485 infcall_suspend_state::restore method.
486 (get_infcall_suspend_state_regcache): Use
487 infcall_suspend_state::registers method.
488
4de3d8d0
AB
4892018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * riscv-tdep.c (riscv_call_arg_scalar_float): Unnamed (variadic)
492 arguments are passed in integer registers.
493 (riscv_call_arg_complex_float): Likewise.
494
750b258e
PW
4952018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
496
497 * nat/linux-osdata.c (common_getter): New function.
498 (struct osdata_type): Change getter to take_snapshot.
499 Add LONGEST len_avail and struct buffer buffer.
500 Change all elements in the initializer.
501 Add an element for the list of types.
502 (linux_xfer_osdata_info_os_types): New function.
503 (linux_common_xfer_osdata): Use common_getter for the list of types.
504 Replace getter call by common_getter.
505 (linux_xfer_osdata_cpus): Remove args READBUF, OFFSET, LEN.
506 Add arg BUFFER. Only keep the code that adds data in BUFFER.
507 (linux_xfer_osdata_fds): Likewise.
508 (linux_xfer_osdata_modules): Likewise.
509 (linux_xfer_osdata_msg): Likewise.
510 (linux_xfer_osdata_processes): Likewise.
511 (linux_xfer_osdata_processgroups): Likewise.
512 (linux_xfer_osdata_sem): Likewise.
513 (linux_xfer_osdata_shm): Likewise.
514 (linux_xfer_osdata_isockets): Likewise.
515 (linux_xfer_osdata_threads): Likewise.
516
9f375018 5172018-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326b0c12
PW
518
519 * nat/linux-osdata.c: Removed various trailing spaces.
520
69cb2952
AB
5212018-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * riscv-tdep.c (riscv_register_name): Fix ARI warning by removing
524 leading whitespace before #include line.
525
2578ecb1
SM
5262018-12-08 Simon Marchi <simon.marchi@ericsson.com>
527 Дилян Палаузов <dilyan.palauzov@aegee.org>
528
529 PR gdb/23950
530 * configure.ac: Search for tgetent in libtinfow.
531 * configure: Re-generate.
532
a2419b98
PW
5332018-12-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
534
535 * linux-thread-db.c (struct thread_db_info): Add td_ta_delete_p.
536 (thread_db_err_str): Forward declare.
537 (delete_thread_db_info): Call td_ta_delete_p if available.
538 (try_thread_db_load_1): Acquire td_ta_delete address.
539 * nat/gdb_thread_db.h (td_ta_delete_ftype): Declare.
540
73e8dc90
PA
5412018-12-08 Pedro Alves <palves@redhat.com>
542
543 * source.c (forward_search_command): Rename to ...
544 (search_command_helper): ... this. Add 'forward' parameter.
545 Tweak to use a gdb::def_vector<char> instead of a xrealloc'ed
546 buffer. Handle backward searches too.
547 (forward_search_command, reverse_search_command): Reimplement by
548 calling search_command_helper.
549
d9c859da
AB
5502018-12-07 Andrew Burgess <andrew.burgess@embecosm.com>
551
552 * .dir-locals.el: Copy most of the settings from c-mode over to
553 c++-mode.
554
42e151bf
SH
5552018-12-08 Stafford Horne <shorne@gmail.com>
556
557 * Makefile.in (ALL_TARGET_OBS): Add or1k-linux-tdep.o.
558 * configure.tgt: Add or1k*-*-linux*.
559 * or1k-linux-tdep.c: New file.
560 * or1k-tdep.c (or1k_gdbarch_init): Call gdbarch_init_osabi.
561
8bebfcda
PA
5622018-12-07 Pedro Alves <palves@redhat.com>
563
564 * dwarf2read.c (get_gdb_index_contents_from_section): Use
565 gdb::make_array_view.
566
4a811000
PW
5672018-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
568
569 * language.c (_initialize_language): Fix leak by assigning
570 a static string to language. Same for range and case_sensitive,
571 even if no leak is detected for these variables.
572
2861ee4f
JB
5732018-12-05 John Baldwin <jhb@FreeBSD.org>
574
575 * configure: Re-generate.
576 * configure.ac: Use separate sed expressions to escape variables
577 in auto-load directories.
578
90af0679
AB
5792018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
582 (riscv_find_default_target_description): Use new function to
583 extract feature from gdbarch_info.
584 (riscv_gdbarch_init): Add error checks for xlen and flen between
585 target description and bfd headers. Be smarter about when we
586 think the hardware floating point abi should be used.
587
754e3168
AH
5882018-12-05 Alan Hayward <alan.hayward@arm.com>
589
590 * nat/aarch64-linux-hw-point.c
591 (aarch64_linux_any_set_debug_regs_state): New function.
592 * nat/aarch64-linux-hw-point.h
593 (aarch64_linux_any_set_debug_regs_state): New declaration.
594 * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
595 BPs or WPs are set.
596
93579f6f
JB
5972018-11-30 John Baldwin <jhb@FreeBSD.org>
598
599 * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
600 (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
601
4717cec4
SM
6022018-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
603 Simon Marchi <simon.marchi@ericsson.com>
604
605 * linespec.c (symtab_vector_up): Remove.
606 (symtabs_from_filename): Change return type to std::vector.
607 (collect_symtabs_from_filename): Likewise.
608 (create_sals_line_offset): Assign return value of
609 collect_symtabs_from_filename to *ls->file_symtabs.
610 (convert_explicit_location_to_linespec): Remove call to release.
611 (parse_linespec): Likewise.
612 (symtab_collector) <symtab_collector>: Remove initialization of
613 m_symtabs.
614 <release_symtabs>: Change return type to std::vector<symtab *>.
615 <operator ()>: Adjust.
616
f8eb6a9e
JB
6172018-11-30 John Baldwin <jhb@FreeBSD.org>
618
619 * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
620 defined.
621 (union sigval32, struct siginfo32, fbsd_siginfo_size)
622 (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
623 of KERN_PROC_AUXV and PT_LWPINFO.
624 (fbsd_nat_target::xfer_partial): Define method unconditionally.
625 Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
626 Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
627 Make TARGET_OBJECT_FREEBSD_VMMAP and
628 TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
629 and KERN_PROC_PS_STRINGS.
630 * fbsd-nat.h: Include <sys/proc.h>.
631 (fbsd_nat_target::xfer_partial): Declare method unconditionally.
632
92528b67
AB
6332018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
636 header files.
637 (riscv_linux_nat_target::read_description): New method.
638
63449436
AB
6392018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * arch/riscv.h (riscv_gdbarch_features::hash): New method.
642 * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
643 (riscv_tdesc_cache): New global.
644 (riscv_create_target_description): Look in the cache before
645 creating a new target description.
646
65a4b373
AB
6472018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * arch/riscv.h (riscv_gdb_features::operator==): New.
650 (riscv_gdb_features::operator!=): New.
651 * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
652 operator.
653
0ff80bf7
AB
6542018-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
655
656 * arch/riscv.h (riscv_create_target_description): Make return type
657 const.
658 * arch/riscv.c (riscv_create_target_description): Likewise.
659 * riscv-tdep.c (riscv_find_default_target_description): Likewise.
660
81fbbaf9
SDJ
6612018-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
662 Keith Seitz <keiths@redhat.com>
663 Tom Tromey <tom@tromey.com>
664 Sergio Durigan Junior <sergiodj@redhat.com>
665
666 https://bugzilla.redhat.com/show_bug.cgi?id=1613614
667 * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
668 'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
669 inside the CU.
670
66b4deae
PA
6712018-11-30 Pedro Alves <palves@redhat.com>
672
673 * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
674 <stratum>: New override.
675 * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
676 <stratum>: New override.
677 * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
678 <stratum>: New override.
679 * exec.c (exec_target) <exec_target>: Delete.
680 <stratum>: New override.
681 * gdbarch-selftests.c (register_to_value_test): Adjust to use the
682 stratum method instead of the to_stratum field.
683 * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
684 <stratum>: New override.
685 (thread_db_target::thread_db_target): Delete.
686 * make-target-delegates (print_class): Don't print a ctor
687 declaration. Print a stratum method override declaration.
688 * process-stratum-target.h (process_stratum_target)
689 <process_stratum_target>: Delete.
690 <stratum>: New override.
691 * ravenscar-thread.c (ravenscar_thread_target)
692 <ravenscar_thread_target>: Delete.
693 <stratum>: New override.
694 * record-btrace.c (record_btrace_target)
695 <record_btrace_target>: Delete.
696 <stratum>: New override.
697 * record-full.c (record_full_base_target)
698 <record_full_base_target>: Delete.
699 <stratum>: New override.
700 * record.c (record_disconnect, record_detach)
701 (record_mourn_inferior, record_kill): Adjust to use the stratum
702 method instead of the to_stratum field.
703 * regcache.c (cooked_read_test, cooked_write_test): Likewise.
704 * sol-thread.c (sol_thread_target)
705 <sol_thread_target>: Delete.
706 <stratum>: New override.
707 * spu-multiarch.c (spu_multiarch_target)
708 <spu_multiarch_target>: Delete.
709 <stratum>: New override.
710 * target-delegates.c: Regenerate.
711 * target.c (target_stack::push, target_stack::unpush)
712 (pop_all_targets_above, pop_all_targets_at_and_above)
713 (info_target_command, target_require_runnable)
714 (target_stack::find_beneath): Adjust to use the stratum method
715 instead of the to_stratum field.
716 (dummy_target::dummy_target): Delete.
717 (dummy_target::stratum): New.
718 (debug_target::debug_target): Delete.
719 (debug_target::stratum): New.
720 (maintenance_print_target_stack): Adjust to use the stratum method
721 instead of the to_stratum field.
722 * target.h (struct target_ops) <stratum>: New method.
723 <to_stratum>: Delete.
724 <is_pushed>: Adjust to use the stratum method
725 instead of the to_stratum field.
726
f3d11a9a
PA
7272018-11-30 Pedro Alves <palves@redhat.com>
728
729 * corelow.c (core_target) <has_all_memory, has_execution>: New
730 overrides.
731 * inf-child.c (inf_child_target::has_all_memory)
732 (inf_child_target::has_memory, inf_child_target::has_stack)
733 (inf_child_target::has_registers)
734 (inf_child_target::has_execution): Delete.
735 * inf-child.h (inf_child_target) <has_all_memory, has_memory,
736 has_stack, has_registers, has_execution>: Delete.
737 * process-stratum-target.c
738 (process_stratum_target::has_all_memory)
739 (process_stratum_target::has_memory)
740 (process_stratum_target::has_stack)
741 (process_stratum_target::has_registers)
742 (process_stratum_target::has_execution): New.
743 * process-stratum-target.h (process_stratum_target)
744 <has_all_memory, has_memory, has_stack, has_registers,
745 has_execution>: New method overrides.
746 * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
747 has_memory, has_stack, has_registers, has_execution>: Delete.
748 * remote-sim.c (gdbsim_target) <has_stack, has_registers,
749 has_execution>: Delete.
750 * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
751 has_registers, has_execution>: Delete.
752 * target.c (default_child_has_all_memory)
753 (default_child_has_memory, default_child_has_stack)
754 (default_child_has_registers, default_child_has_execution):
755 Delete.
756 * target.h (default_child_has_all_memory)
757 (default_child_has_memory, default_child_has_stack)
758 (default_child_has_registers, default_child_has_execution):
759 Delete.
760 * tracefile.h (tracefile_target) <has_execution>: New override.
761
3b3dac9b
PA
7622018-11-30 Pedro Alves <palves@redhat.com>
763
764 * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
765 * bsd-kvm.c: Include "process-stratum-target.h".
766 (bsd_kvm_target): Now inherits from process_stratum_target.
767 (bsd_kvm_target::bsd_kvm_target): Default it.
768 * corelow.c: Include "process-stratum-target.h".
769 (core_target): Now inherits from process_stratum_target.
770 (core_target::core_target): Don't set to_stratum here.
771 * inf-child.c (inf_child_target::inf_child_target): Delete.
772 * inf-child.h: Include "process-stratum-target.h".
773 (inf_child_target): Inherit from process_stratum_target.
774 (inf_child_target) <inf_child_target>: Default it.
775 <can_async_p, supports_non_stop, supports_disable_randomization>:
776 Delete overrides.
777 * process-stratum-target.c: New file.
778 * process-stratum-target.h: New file.
779 * remote-sim.c: Include "process-stratum-target.h".
780 (gdbsim_target): Inherit from process_stratum_target.
781 <gdbsim_target>: Default it.
782 * remote.c: Include "process-stratum-target.h".
783 (remote_target): Inherit from process_stratum_target.
784 <remote_target>: Default it.
785 * target.c (default_thread_address_space)
786 (default_thread_architecture): Delete.
787 * target.h (target_ops) <thread_architecture>: Now returns NULL by
788 default.
789 <thread_address_space>: Ditto.
790 * test-target.h: Include "process-stratum-target.h" instead of
791 "target.h".
792 (test_target_ops): Inherit from process_stratum_target.
793 <test_target_ops>: Default it.
794 * tracefile.c (tracefile_target::tracefile_target): Delete.
795 * tracefile.h: Include "process-stratum-target.h".
796 (tracefile_target): Inherit from process_stratum_target.
797 <tracefile_target>: Default it.
798 * target-delegates.c: Regenerate.
799
c180496d
PA
8002018-11-30 Pedro Alves <palves@redhat.com>
801
802 * Makefile.in (COMMON_SFILES): Add test-target.c.
803 * gdbarch-selftests.c: Include "test-target.h".
804 * regcache.c: Include "test-target.h".
805 * target.c (test_target_info, test_target_ops::info): Move to ...
806 * test-target.c: ... this new file.
807 * target.h (test_target_ops): Move to ...
808 * test-target.h: ... this new file.
809
95b1f9ac
PW
8102018-11-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
811
812 * source.c (forward_search_command): Fix leak by using
813 xrealloc even for the first allocation in the loop, as buf
814 is static.
815
e61667ef
RS
8162018-11-29 Rajendra SY <rajendra.sy@gmail.com>
817
818 PR gdb/23093
819 * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
820 (fbsd_gdb_signal_to_target): New.
821 (fbsd_init_abi): Install gdbarch "signal_from_target" and
822 "signal_to_target" methods.
823
3d5500e9
TT
8242018-11-29 Tom Tromey <tom@tromey.com>
825
826 * valarith.c (value_x_unop): Don't set argvec[3].
827
ed2df75c
SM
8282018-11-26 Simon Marchi <simon.marchi@ericsson.com>
829
830 PR gdb/23917
831 * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
832 semicolon.
833
24bce9bb
PA
8342018-11-26 Pedro Alves <palves@redhat.com>
835
836 * procfs.c (procfs_notice_thread): Replace uses of
837 in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
838 * sol-thread.c (sol_thread_target::wait)
839 (sol_update_thread_list_callback): Likewise.
840
b5b12e1d
TT
8412018-11-25 Tom Tromey <tom@tromey.com>
842
843 * ui-out.c (ui_out::field_fmt): Remove comment.
844 * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
845 * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
846
54460946
PW
8472018-11-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
848
849 * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
850 leak in open_source_file' has been partially undone by '2179fbc36d23
851 Return scoped_fd from open_source_file'. Re-add the transfer of
852 current s->fullname to the unique_xmalloc_ptr fullname given
853 to find_and_open_source.
854
6af05e64
PA
8552018-11-23 Pedro Alves <palves@redhat.com>
856
857 * gdbthread.h (enum thread_state): Move comments here.
858 (is_running, is_stopped, is_exited): Remove declarations.
859
08036331
PA
8602018-11-22 Pedro Alves <palves@redhat.com>
861
862 * Makefile.in (COMMON_SFILES): Add thread-iter.c.
863 * breakpoint.c (breakpoints_should_be_inserted_now): Replace
864 ALL_NON_EXITED_THREADS with all_non_exited_threads.
865 (print_one_breakpoint_location): Replace ALL_INFERIORS with
866 all_inferiors.
867 * bsd-kvm.c: Include inferior.h.
868 * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
869 with all_non_exited_threads.
870 * common/filtered-iterator.h: New.
871 * common/safe-iterator.h: New.
872 * corelow.c (core_target_open): Don't call init_thread_list here.
873 * darwin-nat.c (thread_info_from_private_thread_info): Replace
874 ALL_THREADS with all_threads.
875 * fbsd-nat.c (fbsd_nat_target::resume): Replace
876 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
877 * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
878 ALL_NON_EXITED_THREADS with inf->non_exited_threads.
879 * fork-child.c (postfork_hook): Don't call init_thread_list here.
880 * gdbarch-selftests.c (register_to_value_test): Adjust.
881 * gdbthread.h: Don't include "inferior.h" here.
882 (struct inferior): Forward declare.
883 (enum step_over_calls_kind): Moved here from inferior.h.
884 (thread_info::deletable): Definition moved to thread.c.
885 (find_thread_ptid (inferior *, ptid_t)): Declare.
886 (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
887 Include "thread-iter.h".
888 (all_threads, all_non_exited_threads, all_threads_safe): New.
889 (any_thread_p): Declare.
890 (thread_list): Delete.
891 * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
892 all_non_exited_threads.
893 (proceed_after_attach_callback): Delete.
894 (proceed_after_attach): Take an inferior pointer instead of an
895 integer PID. Adjust to use range-for.
896 (attach_post_wait): Pass down inferior pointer instead of pid.
897 Use range-for instead of ALL_NON_EXITED_THREADS.
898 (detach_command): Remove init_thread_list call.
899 * inferior-iter.h: New.
900 * inferior.c (struct delete_thread_of_inferior_arg): Delete.
901 (delete_thread_of_inferior): Delete.
902 (delete_inferior, exit_inferior_1): Use range-for with
903 inf->threads_safe() instead of iterate_over_threads.
904 (inferior_appeared): Call init_thread_list here.
905 (discard_all_inferiors): Use all_non_exited_inferiors.
906 (find_inferior_id, find_inferior_pid): Use all_inferiors.
907 (iterate_over_inferiors): Use all_inferiors_safe.
908 (have_inferiors, number_of_live_inferiors): Use
909 all_non_exited_inferiors.
910 (number_of_inferiors): Use all_inferiors and std::distance.
911 (print_inferior): Use all_inferiors.
912 * inferior.h: Include gdbthread.h.
913 (enum step_over_calls_kind): Moved to gdbthread.h.
914 (struct inferior) <thread_list>: New field.
915 <threads, non_exited_threads, threads_safe>: New methods.
916 (ALL_INFERIORS): Delete.
917 Include "inferior-iter.h".
918 (ALL_NON_EXITED_INFERIORS): Delete.
919 (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
920 functions.
921 * inflow.c (child_interrupt, child_pass_ctrlc): Replace
922 ALL_NON_EXITED_THREADS with all_non_exited_threads.
923 * infrun.c (follow_exec): Use all_threads_safe.
924 (clear_proceed_status, proceed): Use all_non_exited_threads.
925 (init_wait_for_inferior): Don't clear inline frame state here.
926 (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
927 all_threads instead of ALL_NON_EXITED_THREADS.
928 (random_pending_event_thread): Use all_non_exited_threads instead
929 of ALL_NON_EXITED_THREADS. Use a lambda for repeated code.
930 (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
931 instead of ALL_NON_EXITED_THREADS.
932 (handle_no_resumed): Use all_non_exited_threads instead of
933 ALL_NON_EXITED_THREADS. Use all_inferiors instead of
934 ALL_INFERIORS.
935 (restart_threads, switch_back_to_stepped_thread): Use
936 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
937 * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
938 all_inferiors.
939 (kill_unfollowed_fork_children): Use inf->non_exited_threads
940 instead of ALL_NON_EXITED_THREADS.
941 * linux-tdep.c (linux_make_corefile_notes): Use
942 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
943 * linux-thread-db.c (thread_db_target::update_thread_list):
944 Replace ALL_INFERIORS with all_inferiors.
945 (thread_db_target::thread_handle_to_thread_info): Use
946 inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
947 * mi/mi-interp.c (multiple_inferiors_p): New.
948 (mi_on_resume_1): Simplify using all_non_exited_threads and
949 multiple_inferiors_p.
950 * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
951 instead of ALL_NON_EXITED_THREADS.
952 * nto-procfs.c (nto_procfs_target::open): Don't call
953 init_thread_list here.
954 * record-btrace.c (record_btrace_target_open)
955 (record_btrace_target::stop_recording)
956 (record_btrace_target::close)
957 (record_btrace_target::record_is_replaying)
958 (record_btrace_target::resume, record_btrace_target::wait)
959 (record_btrace_target::record_stop_replaying): Use
960 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
961 * record-full.c (record_full_wait_1): Use all_non_exited_threads
962 instead of ALL_NON_EXITED_THREADS.
963 * regcache.c (cooked_read_test): Remove reference to global
964 thread_list.
965 * remote-sim.c (gdbsim_target::create_inferior): Don't call
966 init_thread_list here.
967 * remote.c (remote_target::update_thread_list): Use
968 all_threads_safe instead of ALL_NON_EXITED_THREADS.
969 (remote_target::process_initial_stop_replies): Replace
970 ALL_INFERIORS with all_non_exited_inferiors and use
971 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
972 (remote_target::open_1): Don't call init_thread_list here.
973 (remote_target::append_pending_thread_resumptions)
974 (remote_target::remote_resume_with_hc): Use all_non_exited_threads
975 instead of ALL_NON_EXITED_THREADS.
976 (remote_target::commit_resume)
977 (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
978 with all_non_exited_inferiors and use all_non_exited_threads
979 instead of ALL_NON_EXITED_THREADS.
980 (remote_target::kill_new_fork_children): Use
981 all_non_exited_threads instead of ALL_NON_EXITED_THREADS. Remove
982 init_thread_list and init_wait_for_inferior calls.
983 (remote_target::remote_btrace_maybe_reopen)
984 (remote_target::thread_handle_to_thread_info): Use
985 all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
986 * target.c (target_terminal::restore_inferior)
987 (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
988 all_non_exited_inferiors.
989 * thread-iter.c: New file.
990 * thread-iter.h: New file.
991 * thread.c: Include "inline-frame.h".
992 (thread_list): Delete.
993 (clear_thread_inferior_resources): Call clear_inline_frame_state.
994 (init_thread_list): Use all_threads_safe instead of
995 ALL_THREADS_SAFE. Adjust to per-inferior thread lists.
996 (new_thread): Adjust to per-inferior thread lists.
997 (add_thread_silent): Pass inferior to find_thread_ptid.
998 (thread_info::deletable): New, moved from the header.
999 (delete_thread_1): Adjust to per-inferior thread lists.
1000 (find_thread_global_id): Use inf->threads().
1001 (find_thread_ptid): Use find_inferior_ptid and pass inferior to
1002 find_thread_ptid.
1003 (find_thread_ptid(inferior*, ptid_t)): New overload.
1004 (iterate_over_threads): Use all_threads_safe.
1005 (any_thread_p): New.
1006 (thread_count): Use all_threads and std::distance.
1007 (live_threads_count): Use all_non_exited_threads and
1008 std::distance.
1009 (valid_global_thread_id): Use all_threads.
1010 (in_thread_list): Use find_thread_ptid.
1011 (first_thread_of_inferior): Adjust to per-inferior thread lists.
1012 (any_thread_of_inferior, any_live_thread_of_inferior): Use
1013 inf->non_exited_threads().
1014 (prune_threads, delete_exited_threads): Use all_threads_safe.
1015 (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
1016 (set_resumed, set_running): Use all_non_exited_threads.
1017 (is_thread_state, is_stopped, is_exited, is_running)
1018 (is_executing): Delete.
1019 (set_executing, set_stop_requested, finish_thread_state): Use
1020 all_non_exited_threads.
1021 (print_thread_info_1): Use all_inferiors and all_threads.
1022 (thread_apply_all_command): Use all_non_exited_threads.
1023 (thread_find_command): Use all_threads.
1024 (update_threads_executing): Use all_non_exited_threads.
1025 * tid-parse.c (parse_thread_id): Use inf->threads.
1026 * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
1027
c4c17fb0
PA
10282018-11-22 Pedro Alves <palves@redhat.com>
1029
1030 * infrun.c (follow_exec) <set follow-exec new>: Add thread and
1031 switch to it before calling into try_open_exec_file.
1032
151bb4a5
PA
10332018-11-22 Pedro Alves <palves@redhat.com>
1034
1035 * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
1036 inferior_thread instead of find_thread_ptid, and only when
1037 inferior_ptid is not null_ptid.
1038 * inferior.c (add_inferior): Don't include target_pid_to_str
1039 output when the inferior is not started.
1040 * python/py-inferior.c (python_on_normal_stop): Don't use
1041 find_thread_ptid.
1042 (tui_on_user_selected_context_changed): Use inferior_thread
1043 instead of find_thread_ptid, and only when inferior_ptid is not
1044 null_ptid.
1045
1c97054b
BF
10462018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1047
1048 PR python/23714
1049 * gdb/python/python.c (execute_gdb_command): Call
1050 prevent_dont_repeat earlier to avoid affecting dont_repeat.
1051
b5ffee31
AB
10522018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
1055 (HFILES_NO_SRCDIR): Add arch/riscv.h.
1056 * arch/riscv.c: New file.
1057 * arch/riscv.h: New file.
1058 * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
1059 this list, and add arch/riscv.o.
1060 * features/Makefile: Add riscv features.
1061 * features/riscv/32bit-cpu.c: New file.
1062 * features/riscv/32bit-cpu.xml: New file.
1063 * features/riscv/32bit-csr.c: New file.
1064 * features/riscv/32bit-csr.xml: New file.
1065 * features/riscv/32bit-fpu.c: New file.
1066 * features/riscv/32bit-fpu.xml: New file.
1067 * features/riscv/64bit-cpu.c: New file.
1068 * features/riscv/64bit-cpu.xml: New file.
1069 * features/riscv/64bit-csr.c: New file.
1070 * features/riscv/64bit-csr.xml: New file.
1071 * features/riscv/64bit-fpu.c: New file.
1072 * features/riscv/64bit-fpu.xml: New file.
1073 * features/riscv/rebuild-csr-xml.sh: New file.
1074 * riscv-tdep.c: Add 'arch/riscv.h' include.
1075 (riscv_gdb_reg_names): Delete.
1076 (csr_reggroup): New global.
1077 (struct riscv_register_alias): Delete.
1078 (struct riscv_register_feature): New structure.
1079 (riscv_register_aliases): Delete.
1080 (riscv_xreg_feature): New global.
1081 (riscv_freg_feature): New global.
1082 (riscv_virtual_feature): New global.
1083 (riscv_csr_feature): New global.
1084 (riscv_create_csr_aliases): New function.
1085 (riscv_read_misa_reg): Delete.
1086 (riscv_has_feature): Delete.
1087 (riscv_isa_xlen): Simplify, just return cached xlen.
1088 (riscv_isa_flen): Simplify, just return cached flen.
1089 (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
1090 (riscv_register_name): Update to make use of tdesc_register_name.
1091 Look up xreg and freg names in the new globals riscv_xreg_feature
1092 and riscv_freg_feature. Don't supply csr aliases here.
1093 (riscv_fpreg_q_type): Delete.
1094 (riscv_register_type): Use tdesc_register_type in almost all
1095 cases, override the returned type in a few specific cases only.
1096 (riscv_print_one_register_info): Handle errors reading registers.
1097 (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
1098 registers that are otherwise unknown to GDB. Also check the
1099 csr_reggroup.
1100 (riscv_print_registers_info): Remove assert about upper register
1101 number, and use gdbarch_register_reggroup_p instead of
1102 short-cutting.
1103 (riscv_find_default_target_description): New function.
1104 (riscv_check_tdesc_feature): New function.
1105 (riscv_add_reggroups): New function.
1106 (riscv_setup_register_aliases): New function.
1107 (riscv_init_reggroups): New function.
1108 (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
1109 setup register groups. Register new riscv debug variable.
1110 * riscv-tdep.h: Add 'arch/riscv.h' include.
1111 (struct gdbarch_tdep): Remove abi union, and add
1112 riscv_gdbarch_features field. Remove cached quad floating point
1113 type, and provide initialisation for double type field.
1114 * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
1115 the list of targets using the feature based target descriptions.
1116 * NEWS: Mention target description support.
1117
38139a96
PA
11182018-11-21 Pedro Alves <palves@redhat.com>
1119
1120 * valops.c (find_method_list, value_find_oload_method_list)
1121 (find_overload_match, find_oload_champ): Rename parameters and
1122 locals.
1123
85cca2bc
PA
11242018-11-21 Pedro Alves <palves@redhat.com>
1125
1126 * valops.c (find_method_list): Replace pointer and length
1127 parameters with an gdb::array_view. Adjust.
1128 (value_find_oload_method_list): Likewise.
1129 (find_overload_match): Use gdb::array_view for methods list.
1130 Adjust to find_oload_champ interface change.
1131 (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
1132 'num_fns' parameter now a size_t. Eliminate 'fn_count' local.
1133
82ceee50
PA
11342018-11-21 Pedro Alves <palves@redhat.com>
1135
1136 * gdbtypes.c (compare_badness): Change type of parameters to const
1137 reference. Adjust to badness_vector being a std::vector now.
1138 (rank_function): Adjust to badness_vector being a std::vector now.
1139 * gdbtypes.h (badness_vector): Now a typedef to std::vector.
1140 (LENGTH_MATCH): Delete.
1141 (compare_badness): Change type of parameters to const reference.
1142 (rank_function): Return a badness_vector by value now.
1143 (find_overload_match): Adjust to badness_vector being a
1144 std::vector now. Remove cleanups.
1145 (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
1146 badness_vector pointer.
1147 (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
1148 a badness_vector pointer. Adjust to badness_vector being a
1149 std::vector now. Remove cleanups.
1150 (find_oload_champ): 'oload_champ_bv' parameter now
1151 a badness_vector pointer. Adjust to badness_vector being a
1152 std::vector now. Remove cleanups.
1153
0891c3cc
PA
11542018-11-21 Pedro Alves <palves@redhat.com>
1155
1156 * cp-support.c (sym_return_val_size, sym_return_val_index)
1157 (sym_return_val): Delete.
1158 (overload_list_add_symbol): Add std::vector parameter. Adjust to
1159 add to the vector.
1160 (make_symbol_overload_list): Adjust to return a std::vector
1161 instead of maintaining a global open coded vector.
1162 (make_symbol_overload_list_block): Add std::vector parameter.
1163 (make_symbol_overload_list_block): Rename to ...
1164 (add_symbol_overload_list_block): ... this and add std::vector
1165 parameter.
1166 (make_symbol_overload_list_namespace): Rename to ...
1167 (add_symbol_overload_list_namespace): ... this and add std::vector
1168 parameter.
1169 (make_symbol_overload_list_adl_namespace): Rename to ...
1170 (add_symbol_overload_list_adl_namespace): ... this and add
1171 std::vector parameter.
1172 (make_symbol_overload_list_adl): Delete.
1173 (add_symbol_overload_list_adl): New.
1174 (make_symbol_overload_list_using): Rename to ...
1175 (add_symbol_overload_list_using): ... this and add std::vector
1176 parameter.
1177 (make_symbol_overload_list_qualified): Rename to ...
1178 (add_symbol_overload_list_qualified): ... this and add std::vector
1179 parameter.
1180 * cp-support.h: Include "common/array-view.h" and <vector>.
1181 (make_symbol_overload_list): Change return type to std::vector.
1182 (make_symbol_overload_list_adl): Delete declaration.
1183 (add_symbol_overload_list_adl): New declaration.
1184 * valops.c (find_overload_match): Local 'oload_syms' now a
1185 std::vector.
1186 (find_oload_champ_namespace): 'oload_syms' parameter now a
1187 std::vector pointer.
1188 (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
1189 std::vector pointer. Adjust to new make_symbol_overload_list
1190 interface.
1191
6b1747cd
PA
11922018-11-21 Pedro Alves <palves@redhat.com>
1193
1194 * common/array-view.h (array_view::splice(size_type, size_t)): New.
1195 (array_view::splice(size_type)): New.
1196 * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
1197 * extension.c (xmethod_worker::get_arg_types): Adjust to return an
1198 std::vector.
1199 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1200 * extension.h: Include "common/array-view.h".
1201 (xmethod_worker::invoke): Adjust to use gdb::array_view.
1202 (xmethod_worker::get_arg_types): Adjust to return an std::vector.
1203 (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1204 (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
1205 (xmethod_worker::do_get_result_type): Adjust to use
1206 gdb::array_view.
1207 * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
1208 * gdbtypes.h: Include "common/array-view.h".
1209 (rank_function): Adjust to use gdb::array_view.
1210 * python/py-xmethods.c (python_xmethod_worker::invoke)
1211 (python_xmethod_worker::do_get_arg_types)
1212 (python_xmethod_worker::do_get_result_type)
1213 (python_xmethod_worker::invoke): Adjust to new interfaces.
1214 * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
1215 (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
1216 * valops.c (find_overload_match, find_oload_champ_namespace)
1217 (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
1218 gdb:array_view and the new xmethod_worker interfaces.
1219 * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
1220 gdb::array_view.
1221 * value.h (find_overload_match, result_type_of_xmethod)
1222 (call_xmethod): Adjust to use gdb::array_view.
1223 * unittests/array-view-selftests.c: Add slicing tests.
1224
e71585ff
PA
12252018-11-21 Pedro Alves <palves@redhat.com>
1226
1227 * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
1228 * common/array-view.h (make_array_view): New.
1229 * compile/compile-object-run.c (compile_object_run): Adjust to
1230 pass an array_view.
1231 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
1232 * eval.c (eval_call): Adjust to pass an array_view.
1233 (evaluate_subexp_standard): Adjust to pass an array_view.
1234 * gcore.c (call_target_sbrk): Adjust to pass an array_view.
1235 * guile/scm-value.c (gdbscm_value_call): Likewise.
1236 * infcall.c (push_dummy_code): Replace pointer + size parameters
1237 with an array_view parameter.
1238 (call_function_by_hand, call_function_by_hand_dummy): Likewise and
1239 adjust.
1240 * infcall.h: Include "common/array-view.h".
1241 (call_function_by_hand, call_function_by_hand_dummy): Replace
1242 pointer + size parameters with an array_view parameter.
1243 * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
1244 * linux-tdep.c (linux_infcall_mmap): Likewise.
1245 * objc-lang.c (lookup_objc_class, lookup_child_selector)
1246 (value_nsstring, print_object_command): Likewise.
1247 * python/py-value.c (valpy_call): Likewise.
1248 * rust-lang.c (rust_evaluate_funcall): Likewise.
1249 * spu-tdep.c (flush_ea_cache): Likewise.
1250 * valarith.c (value_x_binop, value_x_unop): Likewise.
1251 * valops.c (value_allocate_space_in_inferior): Likewise.
1252 * unittests/array-view-selftests.c (run_tests): Add
1253 gdb::make_array_view test.
1254
d63095c4
AB
12552018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
1258 than a fixed size buffer.
1259
1871a62d
AB
12602018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
1263 and remove insertion of extra spaces in GDB's output.
1264 * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
1265 Layout field into a temporary buffer, and then output it as a
1266 string field.
1267
604c4ca9
PW
12682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1269
1270 * NEWS: Document the language choice done by
1271 'info [types|functions|variables]|rbreak'.
1272
43d397ca
PW
12732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1274
1275 * symtab.c (treg_matches_sym_type_name): Use
1276 scoped_switch_to_sym_language_if_auto instead of local logic.
1277 (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
1278 to switch to SYM language when language mode is auto.
1279
9e6a1ab6
PW
12802018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1281
1282 * language.h (scoped_switch_to_sym_language_if_auto): New class.
1283
a8462bbf
PW
12842018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1285
1286 * symtab.c (search_symbols): Properly check absence of type regexp
1287 before entering the loop scanning the minimal symbols.
1288
4399bce9 12892018-11-20 John Darrington <john@darrington.wattle.id.au>
c3247a98
JD
1290
1291 * s12z-tdep.c (s12z_extract_return_value): New function.
1292 (inv_reg_perm) New array.
1293 (s12z_return_value): Populate readbuf if non-null.
1294
970d89d8
EZ
12952018-11-20 Eli Zaretskii <eliz@gnu.org>
1296
1297 * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
1298 with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
1299 to MinGW fixed by Gnulib.
2fa1b319 1300 (O_NOINHERIT): Define if not defined.
970d89d8 1301
4399bce9 13022018-11-19 John Darrington <john@darrington.wattle.id.au>
7b5227d1 1303
4399bce9 1304 * s12z-tdep.c (s12z_frame_cache): Add an assertion.
7b5227d1 1305
dbe4e654
SM
13062018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
1307
1308 * infrun.c (displaced_step_inferior_state) <next>: Remove.
1309
0614ef69
TT
13102018-11-19 Tom Tromey <tom@tromey.com>
1311
1312 * source.c (get_filename_and_charpos): Return void.
1313
261f6f79
SM
13142018-11-19 Simon Marchi <simon.marchi@polymtl.ca>
1315
1316 * skip.c (_initialize_step_skip): Fix "info skip" help.
1317
73fc52c4
TT
13182018-11-16 Tom Tromey <tom@tromey.com>
1319
1320 PR rust/23625:
1321 * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
1322
39a36629
SM
13232018-11-19 Simon Marchi <simon.marchi@ericsson.com>
1324
1325 * infrun.c (displaced_step_inferior_states): Change type to
1326 std::forward_list.
1327 (get_displaced_stepping_state): Adjust.
1328 (displaced_step_in_progress_any_inferior): Adjust.
1329 (add_displaced_stepping_state): Adjust.
1330 (remove_displaced_stepping_state): Adjust.
1331
c2a6c5da
TT
13322018-11-18 Tom Tromey <tom@tromey.com>
1333
1334 PR build/23814:
1335 * target-delegates.c: Rebuild.
1336 * ia64-linux-nat.c (class ia64_linux_nat_target)
1337 <have_steppable_watchpoint>: Use override. Return true, not 1.
1338 (ia64_linux_nat_target::can_use_hw_breakpoint): Rename. Remove
1339 "self" argument.
1340 (ia64_linux_nat_target::low_new_thread): Rename.
1341 (class ia64_linux_nat_target) <read_description>: Don't declare.
1342 * target.h (struct target_ops) <have_steppable_watchpoint>: Return
1343 bool.
1344
38a72da0
AH
13452018-11-16 Alan Hayward <alan.hayward@arm.com>
1346
1347 PR gdb/22736:
1348 * aarch64-tdep.c (aarch64_push_dummy_call): Remove
1349 lang_struct_return code.
1350
cf84fa6b
AH
13512018-11-16 Alan Hayward <alan.hayward@arm.com>
1352
1353 * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
1354 return_method.
1355 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
1356 * amd64-tdep.c (amd64_push_arguments): Likewise.
1357 (amd64_push_dummy_call): Likewise.
1358 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
1359 * arc-tdep.c (arc_push_dummy_call): Likewise.
1360 * arm-tdep.c (arm_push_dummy_call): Likewise.
1361 * avr-tdep.c (avr_push_dummy_call): Likewise.
1362 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1363 * cris-tdep.c (cris_push_dummy_call): Likewise.
1364 * csky-tdep.c (csky_push_dummy_call): Likewise.
1365 * frv-tdep.c (frv_push_dummy_call): Likewise.
1366 * gdbarch.c: Regenerate.
1367 * gdbarch.h: Regenerate.
1368 * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
1369 return_method.
1370 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1371 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
1372 (hppa64_push_dummy_call): Likewise.
1373 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1374 * i386-tdep.c (i386_push_dummy_call): Likewise.
1375 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1376 * infcall.c (call_function_by_hand_dummy): Likewise.
1377 * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
1378 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1379 * m32c-tdep.c (m32c_push_dummy_call): Likewise.
1380 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1381 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1382 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1383 * mep-tdep.c (mep_push_dummy_call): Likewise.
1384 * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
1385 (mips_n32n64_push_dummy_call): Likewise.
1386 (mips_o32_push_dummy_call): Likewise.
1387 (mips_o64_push_dummy_call): Likewise.
1388 * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
1389 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
1390 * nds32-tdep.c (nds32_push_dummy_call): Likewise.
1391 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
1392 * or1k-tdep.c (or1k_push_dummy_call): Likewise.
1393 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
1394 (ppc64_sysv_abi_push_dummy_call): Likewise.
1395 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
1396 (ppc64_sysv_abi_push_dummy_call): Likewise.
1397 * riscv-tdep.c (riscv_push_dummy_call): Likewise.
1398 * rl78-tdep.c (rl78_push_dummy_call): Likewise.
1399 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
1400 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
1401 * rx-tdep.c (rx_push_dummy_call): Likewise.
1402 * s390-tdep.c (s390_push_dummy_call): Likewise.
1403 * score-tdep.c (score_push_dummy_call): Likewise.
1404 * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
1405 (sh_push_dummy_call_nofpu): Likewise.
1406 * sparc-tdep.c (sparc32_store_arguments): Likewise.
1407 (sparc32_push_dummy_call): Likewise.
1408 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
1409 (sparc64_push_dummy_call): Likewise.
1410 * spu-tdep.c (spu_push_dummy_call): Likewise.
1411 * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
1412 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1413 * v850-tdep.c (v850_push_dummy_call): Likewise.
1414 * vax-tdep.c (vax_push_dummy_call): Likewise.
1415 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1416 * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1417
c5ac5cbb
AH
14182018-11-16 Alan Hayward <alan.hayward@arm.com>
1419
1420 * gdbarch.sh (enum function_call_return_method): Add enum.
1421 * gdbarch.h: Regenerate.
1422 * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
1423
f9db0c4c
JB
14242018-11-15 Joel Brobecker <brobecker@adacore.com>
1425
1426 * unittests/copy_bitwise-selftests.c: New file.
1427 * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
1428 (selftests::copy_bitwise_tests): Delete, moving this code to
1429 unittests/copy_bitwise-selftests.c instead.
1430 (_initialize_utils): Do not register copy_bitwise tests.
1431 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1432 unittests/copy_bitwise-selftests.c.
1433
a99bc3d2
JB
14342018-11-14 Joel Brobecker <brobecker@adacore.com>
1435
1436 * ada-lang.c (move_bits): Delete. Update all callers to use
1437 copy_bitwise instead.
1438 * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
1439 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1440 Move from here to utils.c.
1441 (_initialize_dwarf2loc): Remove call to register copy_bitwise
1442 selftests.
1443 * utils.h (copy_bitwise): Add declaration.
1444 * utils.c (copy_bitwise, bits_to_str::bits_to_str)
1445 (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1446 Moved here from dwarf2loc.c.
1447 (_initialize_utils): Register copy_bitwise selftests.
1448
174f8ac8
JW
14492018-11-14 Jim Wilson <jimw@sifive.com>
1450
8b2d40cb
JW
1451 * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
1452 (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
1453 then increment next_regnum if odd.
1454 (riscv_arg_location): New arg is_unnamed. Set ainfo->is_unnamed.
1455 (riscv_push_dummy_call): New local ftype. Call check_typedef to set
1456 function type. Pass new arg to riscv_arg_location based on function
1457 type.
1458 (riscv_return_value): Pass new arg to riscv_arg_location.
1459
ef2de9e7
JW
1460 * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
1461 (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
1462 of TYPE_LENGTH and BIGGEST_ALIGNMENT.
1463
174f8ac8
JW
1464 * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
1465 setting len. New local align, set to max of arg align and xlen,
1466 and pass to first riscv_assign_stack_location call.
1467
53a89d6e
SM
14682018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1469
1470 * skip.c (complete_skip_number): New function.
1471 (_initialize_step_skip): Add completers to some skip commands.
1472
eefce37f
TT
14732018-11-09 Tom Tromey <tom@tromey.com>
1474
1475 * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
1476 (struct remote_g_packet_data): Derive from allocate_on_obstack.
1477 <guesses>: Now a std::vector.
1478 (remote_g_packet_data_init, register_remote_g_packet_guess):
1479 Update.
1480 (remote_read_description_p): Update. Return bool.
1481 (remote_target::read_description): Update.
1482 (struct remote_g_packet_guess): Add constructor.
1483
2179fbc3
TT
14842018-11-09 Tom Tromey <tom@tromey.com>
1485
1486 * common/scoped_fd.h (class scoped_fd): Add move constructor and
1487 move assignment operator.
1488 * psymtab.c (psymtab_to_fullname): Update.
1489 * source.h (open_source_file): Return scoped_fd.
1490 (find_and_open_source): Likewise.
1491 * source.c (open_source_file): Return scoped_fd.
1492 (get_filename_and_charpos): Update.
1493 (print_source_lines_base): Update. Use scoped_fd::to_file.
1494 (forward_search_command): Likewise.
1495 (reverse_search_command): Likewise.
1496 (find_and_open_source): Return scoped_fd.
1497 * tui/tui-source.c (tui_set_source_content): Update. Use
1498 gdb_file_up.
1499
9c122c7f
JB
15002018-11-09 John Baldwin <jhb@FreeBSD.org>
1501
1502 * minsyms.c (minimal_symbol_reader::install): Fix unsigned
1503 overflow.
1504
5d762de0
HAQ
15052018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1506
1507 * configure: Regenerate.
1508
9325300d
TV
15092018-11-09 Tom de Vries <tdevries@suse.de>
1510
1511 * symtab.c (symbol_set_names): Call symbol_find_demangled_name
1512 unconditionally, to set the language of the symbol. Manage freeing
1513 returned pointer using gdb::unique_xmalloc_ptr.
1514
9c710e11
TT
15152018-11-08 Tom Tromey <tom@tromey.com>
1516
1517 * record.c (require_record_target): Upper-case "<TAB>".
1518
3c6618cd
TT
15192018-11-08 Tom Tromey <tom@tromey.com>
1520
1521 * python/lib/gdb/command/pretty_printers.py
1522 (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
1523
20f0d60d
TT
15242018-11-08 Tom Tromey <tom@tromey.com>
1525
1526 PR gdb/23555:
1527 PR gdb/23838:
1528 * target.h (target_supports_terminal_ours): Return bool.
1529 * target.c (target_supports_terminal_ours): Handle case where
1530 current_top_target returns nullptr. Return bool.
1531
d4718d5c
JB
15322018-11-08 Joel Brobecker <brobecker@adacore.com>
1533
1534 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
1535 return the correct count for potential HFAs.
1536
b5420128
JB
15372018-11-08 Jan Beulich <jbeulich@suse.com>
1538
1539 * i387-tdep.c (i387_supply_xsave): Split handling of
1540 X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
1541 (i387_collect_xsave): Likewise.
1542
17cf2897
AB
15432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * riscv-tdep.c (riscv_insn::decode): Update header comment.
1546 (riscv_frame_this_id): Catch errors thrown while building the
1547 frame cache, leave the frame id as the default, which is the outer
1548 frame id.
1549
76136aed
JB
15502018-11-07 Joel Brobecker <brobecker@adacore.com>
1551
1552 * ada-lang.c (read_atcb): Only set task_info->called_task if
1553 task_info->state == Entry_Caller_Sleep.
1554 (print_ada_task_info): Do not check task_info->state before
1555 checking task_info->called_task.
1556 (info_task): Likewise.
1557
07deea26
JB
15582018-11-07 Joel Brobecker <brobecker@adacore.com>
1559
1560 * ada-tasks.c (read_atcb): Clear task_info before computing
1561 the value of each of its fields.
1562
35ee2dc2
AB
15632018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1566 NULL before dereferencing it.
1567
31aceee8
TV
15682018-11-06 Tom de Vries <tdevries@suse.de>
1569
1570 * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1571 program headers.
1572
f11acc5e
MF
15732018-11-06 Max Filippov <jcmvbkbc@gmail.com>
1574
1575 * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1576 so that it applies to uclinux as well.
1577
9e237747
MM
15782018-11-06 Marius Muench <marius.muench@eurecom.fr>
1579
1580 * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1581 when on AAPCS.
1582
bcecc11d
JB
15832018-11-06 John Baldwin <jhb@FreeBSD.org>
1584
1585 * riscv-fbsd-nat.c (getregs_supplies): Return true for
1586 RISCV_CSR_SSTATUS_REGNUM.
1587
bb20ccab
PW
15882018-11-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1589
1590 * source.c (open_source_file): Fix leak by transferring the
1591 current s->fullname to the unique_xmalloc_ptr fullname given
1592 to find_and_open_source.
1593
a31abe80
TT
15942018-11-04 Tom Tromey <tom@tromey.com>
1595
1596 * varobj.c (install_default_visualizer): Update.
1597 * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1598 Return gdbpy_ref.
1599 * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1600 (find_pretty_printer_from_progspace)
1601 (find_pretty_printer_from_gdb, find_pretty_printer)
1602 (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1603 (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1604 Update.
1605
833d985d
TT
16062018-11-04 Tom Tromey <tom@tromey.com>
1607
1608 * python/python.c (gdbpy_parameter_value): Update.
1609 * python/python-internal.h (python_string_to_unicode)
1610 (python_string_to_target_python_string)
1611 (host_string_to_python_string): Return gdbpy_ref.
1612 * python/py-utils.c (python_string_to_unicode)
1613 (unicode_to_encoded_python_string)
1614 (unicode_to_target_python_string)
1615 (python_string_to_target_string)
1616 (python_string_to_target_python_string): Return gdbpy_ref.
1617 (python_string_to_host_string): Update.
1618 (host_string_to_python_string): Return gdbpy_ref.
1619 * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1620 (stpy_fullname): Update.
1621 * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1622 Update.
1623 * python/py-prettyprint.c (print_string_repr): Update.
1624 * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1625 (objfpy_get_build_id): Update.
1626 * python/py-breakpoint.c (bppy_get_location)
1627 (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1628 Update.
1629
12dfa12a
TT
16302018-11-04 Tom Tromey <tom@tromey.com>
1631
1632 * python/python-internal.h (gdb_py_object_from_longest)
1633 (gdb_py_object_from_ulongest): Return gdbpy_ref.
1634 * python/py-value.c (valpy_int): Update.
1635 * python/py-utils.c (gdb_py_object_from_longest): Return
1636 gdbpy_ref.
1637 (gdb_py_object_from_ulongest): Likewise.
1638 * python/py-type.c (typy_get_alignof): Update.
1639 * python/py-linetable.c (ltpy_get_all_source_lines)
1640 (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1641 * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1642
470678d7
PW
16432018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1644
1645 * ada-lang.c (_initialize_ada_language): Fix typo.
1646
814fa4f6
PW
16472018-11-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1648
1649 * language.c (type): Remove.
1650 (_initialize_language): Remove assignment to type.
1651
3c6dd3d1 16522018-11-02 Joel Brobecker <brobecker@adacore.com>
e8bf1ce4
JB
1653
1654 * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1655 * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1656 (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1657 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1658 (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1659 (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1660 * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1661 and aarch64-ravenscar-thread.o.
1662 * NEWS: Add entry documenting Ravenscar tasking support
1663 on AArch64 ELF.
1664
d54cfd76
PW
16652018-11-02 Matthew Malcomson <matthew.malcomson@arm.com>
1666
1667 * symtab.c (info_functions_command): Initialize quiet flag.
1668 * stack.c (info_args_command): Likewise.
1669
3ba2ee38
JW
16702018-11-01 Jim Wilson <jimw@sifive.com>
1671
1672 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1673 Set if pcptr if unaligned. Return 2 if unaligned_p true. Update
1674 debugging messages.
1675
e2b7af72
JB
16762018-11-01 Joel Brobecker <brobecker@adacore.com>
1677
1678 * ada-lang.c (ada_watch_location_expression): New function.
1679 (ada_language_defn): Set la_watch_location_expression to
1680 ada_watch_location_expression.
1681
8b578f9c
JB
16822018-11-01 Joel Brobecker <brobecker@adacore.com>
1683
1684 * print-utils.c (int_string): Remove unnecessary trailing spaces.
1685
1cc62f2e
JB
16862018-11-01 Joel Brobecker <brobecker@adacore.com>
1687
1688 * rs6000-tdep.c (skip_prologue): Fix potential negative left
1689 shifting.
1690
e1c3a373
JG
16912018-11-01 Jerome Guitton <guitton@adacore.com>
1692 Joel Brobecker <brobecker@adacore.com>
1693
1694 * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1695 * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1696 * arm-pikeos-tdep.c: New file.
1697 * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1698 embedded system.
1699 * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1700
e8d8cce6
SM
17012018-11-01 Simon Marchi <simon.marchi@ericsson.com>
1702
1703 * common/pathstuff.c (get_standard_temp_dir): New.
1704 * common/pathstuff.h (get_standard_temp_dir): New.
1705 * config.in: Re-generate.
1706 * configure: Re-generate.
1707 * configure.ac: Don't check for mkdtemp.
1708 * gnulib/aclocal-m4-deps.mk: Re-generate.
1709 * gnulib/aclocal.m4: Re-generate.
1710 * gnulib/config.in: Re-generate.
1711 * gnulib/configure: Re-generate.
1712 * gnulib/import/Makefile.am: Re-generate.
1713 * gnulib/import/Makefile.in: Re-generate.
1714 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1715 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1716 * gnulib/import/m4/mkdtemp.m4: New file.
1717 * gnulib/import/mkdtemp.c: New file.
1718 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1719 Add mkdtemp module.
1720 * unittests/mkdir-recursive-selftests.c (test): Use
1721 get_standard_temp_dir.
1722 (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1723 ifdef.
1724 * compile/compile.c (get_compile_file_tempdir): Likewise.
1725
cdcda965
SM
17262018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1727
1728 * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1729 (SIG_FRAME_LR_OFFSET64): New define.
1730 (SIG_FRAME_FP_OFFSET64): New define.
1731 (aix_sighandle_frame_cache): New Function.
1732 (aix_sighandle_frame_this_id): New Function.
1733 (aix_sighandle_frame_prev_register): New Function.
1734 (aix_sighandle_frame_sniffer): New Function.
1735 (aix_sighandle_frame_unwind): New global variable.
1736 (rs6000_aix_init_osabi): Install new frame unwinder.
1737
656efb5e
SDJ
17382018-10-31 Sergio Durigan Junior <sergiodj@redhat.com>
1739
1740 PR gdb/23835
1741 * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1742 already defined.
1743
64f57f3d
PFC
17442018-10-31 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1745
1746 * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1747
eb77c9df
AB
17482018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1751 (producer_is_icc): New function.
1752 (check_producer): Set producer_is_icc field on dwarf2_cu.
1753 (dwarf2_init_integer_type): New function.
1754 (read_base_type): Call dwarf2_init_integer_type instead of
1755 init_integer_type in all cases.
1756 (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1757 * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1758 LEN is greater than 0.
1759
4d5d1049
TT
17602018-10-30 Tom Tromey <tom@tromey.com>
1761
1762 * main.c (captured_main_1): Check return value of bfd_init.
1763
fd332753
SDJ
17642018-10-29 Sergio Durigan Junior <sergiodj@redhat.com>
1765
1766 * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1767 Adjust comments.
1768
30a7953d
RO
17692018-10-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1770
1771 * procfs.c: Include common/pathstuff.h.
1772
a3d72268
AB
17732018-10-28 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1776 Add missing braces. No functional change.
1777
cd948f5b
PW
17782018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1779
1780 * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1781 to report a bad option and fix indentation.
1782 * demangle.c (demangle_command): Use report_unrecognized_option_error
1783 to report a bad option and correctly report the bad option.
1784
b50a8b9a
TT
17852018-10-27 Tom Tromey <tom@tromey.com>
1786
1787 PR cli/23364:
1788 * darwin-nat.c (copied_shell): New global.
1789 (may_have_sip): Rename from should_disable_startup_with_shell.
1790 (copy_shell_to_cache, maybe_cache_shell): New functions.
1791 (darwin_nat_target::create_inferior): Update. Use
1792 copied_shell.
1793
36033ef5
TT
17942018-10-27 Tom Tromey <tom@tromey.com>
1795
1796 * unittests/scoped_fd-selftests.c (test_to_file): New function.
1797 (run_tests): Call test_to_file.
1798 * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1799 temporary files.
1800 * common/scoped_fd.h (scoped_fd::to_file): New method.
1801
b3279b60
TT
18022018-10-27 Tom Tromey <tom@tromey.com>
1803
1804 * unittests/scoped_mmap-selftests.c (test_normal): Use
1805 gdb_mkostemp_cloexec.
1806 * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1807 Use gdb_mkostemp_cloexec.
1808 * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1809 gnulib/config.in, gnulib/configure,
1810 gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1811 gnulib/import/m4/gnulib-cache.m4,
1812 gnulib/import/m4/gnulib-comp.m4: Update.
1813 * gnulib/import/m4/mkostemp.m4: New file.
1814 * gnulib/import/m4/mkstemp.m4: Remove.
1815 * gnulib/import/mkostemp.c: New file.
1816 * gnulib/import/mkstemp.m4: Remove.
1817 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1818 mkstemp, add mkostemp. Apply new patch.
1819 * gnulib/import/stdlib.in.h: Apply patch.
1820 * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1821 New file.
1822 * dwarf-index-write.c (write_psymtabs_to_index): Use
1823 gdb_mkostemp_cloexec.
1824 * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1825
e418a61a
TT
18262018-10-27 Tom Tromey <tom@tromey.com>
1827
1828 * unittests/mkdir-recursive-selftests.c: New file.
1829 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1830 unittests/mkdir-recursive-selftests.c.
1831 * dwarf-index-cache.c (mkdir_recursive): Move to
1832 common/filestuff.c.
1833 (index_cache::store): Check return value of mkdir_recursive.
1834 (create_dir_and_check, test_mkdir_recursive): Move to new file.
1835 (_initialize_index_cache): Don't register test.
1836 * common/filestuff.h (mkdir_recursive): Declare.
1837 * common/filestuff.c (mkdir_recursive): Move from
1838 dwarf-index-cache.c. Return bool.
1839
29be4d9d
TT
18402018-10-27 Tom Tromey <tom@tromey.com>
1841
1842 * dwarf-index-write.c (write_psymtabs_to_index): Move
1843 make_temp_filename to common/pathstuff.c.
1844 * common/pathstuff.h (make_temp_filename): Declare.
1845 * common/pathstuff.c (make_temp_filename): New function, moved
1846 from dwarf-index-write.c.
1847
974e6844
TT
18482018-10-27 Tom Tromey <tom@tromey.com>
1849
1850 * procfs.c (procfs_target::create_inferior): Use get_shell.
1851 * cli/cli-cmds.c (shell_escape): Use get_shell.
1852 * windows-nat.c (windows_nat_target::create_inferior): Use
1853 get_shell.
1854 * common/pathstuff.c (get_shell): New function.
1855 * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1856 (fork_inferior): Use get_shell.
1857 * common/pathstuff.h (get_shell): Declare.
1858
e0a7911f
PW
18592018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1860
1861 * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1862
12615cba
PW
18632018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1864
1865 * stack.c (print_variable_and_value_data): Add preg and treg.
1866 (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1867 and update callers.
1868 (print_frame_arg_vars): Likewise.
1869 (prepare_reg): New function.
1870 (info_locals_command): Extract info print args and use them.
1871 (info_args_command): Likewise.
1872 (_initialize_stack): Modify on-line help.
1873 * symtab.c (treg_matches_sym_type_name): New function.
1874 (search_symbols): New arg t_regexp.
1875 (symtab_symbol_info): New args quiet, regexp, t_regexp.
1876 (info_variables_command): Extract info print args and use them.
1877 (info_functions_command): Likewise.
1878 (info_types_command): Update call to symtab_symbol_info.
1879 (_initialize_symtab): Modify on-line help.
1880 * symtab.h (treg_matches_sym_type_name): New function.
1881 (search_symbols): New t_regexp arg.
1882
0d4cad90
PW
18832018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1884
1885 * cli-utils.c (extract_arg_maybe_quoted): New function.
1886 (extract_info_print_args): New function.
1887 (info_print_args_help): New function.
1888 (report_unrecognized_option_error): New function.
1889 * cli-utils.h (extract_arg_maybe_quoted): New function.
1890 (extract_info_print_args): New function.
1891 (info_print_args_help): New function.
1892 (report_unrecognized_option_error): New function.
1893
4c39bc03
TT
18942018-10-26 Tom Tromey <tom@tromey.com>
1895
1896 * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1897 (compute_compunit_symtab_includes): Update.
1898 * symtab.h: (symtab_ptr): Remove typedef. Don't define a VEC.
1899 (compunit_symtab_ptr): Likewise.
1900
fd2b4de5
JB
19012018-10-26 John Baldwin <jhb@FreeBSD.org>
1902
1903 * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1904 default_print_auxv_entry for specific tag values.
1905
d7ded98f
JB
19062018-10-26 John Baldwin <jhb@FreeBSD.org>
1907
1908 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1909
8a613826
JW
19102018-10-26 Jim Wilson <jimw@sifive.com>
1911
77c6f5fc
JW
1912 * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1913 (riscv_linux_sigframe_init): Declare.
1914 (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1915 (riscv_linux_sigframe): New.
1916 (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1917 (riscv_linux_sigframe_init): Define.
1918 (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1919
8a613826
JW
1920 * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1921 (riscv_isa_flen): Likewise. Drop static.
1922 * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1923 (riscv_isa_flen): Likewise. Declare.
1924
8d619c01
EBM
19252018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1926 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1927
1928 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1929 (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1930 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1931 (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1932 (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1933 (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1934 (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1935 Define.
1936 (struct ppc_linux_features) <htm>: New field.
1937 (ppc_linux_no_features): Add initializer for htm field.
1938 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1939 new tdescs.
1940 * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1941 (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1942 (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1943 Define if not already defined.
1944 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1945 and rs6000/powerpc-isa207-htm-vsx64l.
1946 (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1947 rs6000/powerpc-isa207-htm-vsx64l.xml.
1948 * features/rs6000/power-htm-spr.xml: New file.
1949 * features/rs6000/power-htm-core.xml: New file.
1950 * features/rs6000/power64-htm-core.xml: New file.
1951 * features/rs6000/power-htm-fpu.xml: New file.
1952 * features/rs6000/power-htm-altivec.xml: New file.
1953 * features/rs6000/power-htm-vsx.xml: New file.
1954 * features/rs6000/power-htm-ppr.xml: New file.
1955 * features/rs6000/power-htm-dscr.xml: New file.
1956 * features/rs6000/power-htm-tar.xml: New file.
1957 * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1958 * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1959 * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1960 * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1961 * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1962 * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1963 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1964 fetch_regset with HTM regsets.
1965 (store_register, store_ppc_registers): Call store_regset with HTM
1966 regsets.
1967 (ppc_linux_nat_target::read_description): Set htm field in the
1968 features struct if needed.
1969 * ppc-linux-tdep.c: Include
1970 features/rs6000/powerpc-isa207-htm-vsx32l.c and
1971 features/rs6000/powerpc-isa207-htm-vsx64l.c.
1972 (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1973 (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1974 (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1975 (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1976 (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1977 (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1978 (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1979 (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1980 (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1981 (ppc32_linux_ctarregset): New globals.
1982 (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1983 (ppc_linux_collect_core_cpgrregset): New function.
1984 (ppc_linux_iterate_over_regset_sections): Call back with the htm
1985 regsets.
1986 (ppc_linux_core_read_description): Check if the tm spr section is
1987 present and set htm in the features struct.
1988 (_initialize_ppc_linux_tdep): Call
1989 initialize_tdesc_powerpc_isa207_htm_vsx32l and
1990 initialize_tdesc_powerpc_isa207_htm_vsx64l.
1991 * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1992 Declare.
1993 (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1994 (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1995 (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1996 * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1997 New fields.
1998 <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1999 Likewise.
2000 <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
2001 <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
2002 (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
2003 New enum fields.
2004 <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
2005 <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
2006 <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
2007 <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
2008 <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
2009 <PPC_CTAR_REGNUM>: Likewise.
2010 (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
2011 (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
2012 * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
2013 (IS_CEFP_PSEUDOREG): Define.
2014 (rs6000_register_name): Hide the upper halves of checkpointed VSX
2015 registers. Return names for the checkpointed DFP, VSX, and EFP
2016 pseudo registers.
2017 (rs6000_pseudo_register_type): Remove initial assert and raise an
2018 internal error in the else clause instead. Return types for the
2019 checkpointed DFP, VSX, and EFP pseudo registers.
2020 (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
2021 checkpointed DFP pseudo registers.
2022 (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
2023 checkpointed VSX pseudo registers.
2024 (efp_pseudo_register_read, efp_pseudo_register_write): Rename
2025 from efpr_pseudo_register_read and
2026 efpr_pseudo_register_write. Handle checkpointed EFP pseudo
2027 registers.
2028 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
2029 Handle checkpointed DFP, VSX, and EFP registers.
2030 (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
2031 (efp_ax_pseudo_register_collect): New functions.
2032 (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
2033 register logic to new functions. Handle checkpointed DFP, VSX,
2034 and EFP pseudo registers.
2035 (rs6000_gdbarch_init): Look for and validate the htm features.
2036 Include checkpointed DFP, VSX and EFP pseudo-registers.
2037 * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
2038 HTM registers.
2039
81ab84fd
PFC
20402018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2041
2042 * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
2043 without altivec or fpu.
2044
232bfb86
EBM
20452018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2046 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2047
2048 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
2049 (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
2050 * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
2051 Define if not already defined.
2052 * features/rs6000/power-ebb.xml: New file.
2053 * features/rs6000/power-linux-pmu.xml: New file.
2054 * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
2055 features.
2056 * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
2057 * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
2058 * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
2059 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
2060 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
2061 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
2062 fetch_regset with ebb and pmu regsets.
2063 (store_register, store_ppc_registers): Call store_regset with ebb
2064 and pmu regsets.
2065 (ppc_linux_nat_target::read_description): Set isa207 field in the
2066 features struct if ebb and pmu are avaiable.
2067 * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
2068 (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
2069 (ppc_linux_iterate_over_regset_sections): Call back with the ebb
2070 and pmu regsets.
2071 (ppc_linux_core_read_description): Check if the pmu section is
2072 present and set isa207 in the features struct.
2073 * ppc-linux-tdep.h (ppc32_linux_ebbregset)
2074 (ppc32_linux_pmuregset): Declare.
2075 * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
2076 <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
2077 <ppc_sier_regnum>: New field.
2078 (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
2079 New enum values.
2080 <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
2081 values.
2082 <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
2083 (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
2084 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
2085 ebb and pmu features.
2086
f2cf6173
EBM
20872018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2088 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2089
2090 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
2091 (tdesc_powerpc_isa207_vsx64l): Declare.
2092 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
2093 (struct ppc_linux_features) <isa207>: New field.
2094 (ppc_linux_no_features): Add initializer for isa207 field.
2095 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
2096 new tdescs.
2097 * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
2098 (NT_PPC_TAR): Define if not already defined.
2099 * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
2100 rs6000/powerpc-isa207-vsx64l.
2101 (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
2102 rs6000/powerpc-isa207-vsx64l.xml.
2103 * features/rs6000/power-tar.xml: New file.
2104 * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
2105 * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
2106 * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
2107 * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
2108 * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
2109 * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
2110 * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
2111 fetch_regset with the TAR regset.
2112 (store_register, store_ppc_registers): Call store_regset with the
2113 TAR regset.
2114 (ppc_linux_nat_target::read_description): Set isa207 field in the
2115 features struct if needed.
2116 * ppc-linux-tdep.c: Include
2117 features/rs6000/powerpc-isa207-vsx32l.c and
2118 features/rs6000/powerpc-isa207-vsx64l.c.
2119 (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
2120 (ppc_linux_iterate_over_regset_sections): Call back with the tar
2121 regset.
2122 (ppc_linux_core_read_description): Check if the tar section is
2123 present and set isa207 in the features struct.
2124 (_initialize_ppc_linux_tdep): Call
2125 initialize_tdesc_powerpc_isa207_vsx32l and
2126 initialize_tdesc_powerpc_isa207_vsx64l.
2127 * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
2128 * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
2129 (enum) <PPC_TAR_REGNUM>: New enum value.
2130 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
2131 feature.
2132 (ppc_process_record_op31): Record changes to TAR.
2133
7ca18ed6
EBM
21342018-10-26 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2135 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2136
2137 * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
2138 (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
2139 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
2140 (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
2141 (struct ppc_linux_features) <ppr_dscr>: New field.
2142 (ppc_linux_no_features): Add initializer for ppr_dscr field.
2143 * arch/ppc-linux-common.c (ppc_linux_match_description): Return
2144 new tdescs.
2145 * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
2146 Define if not already defined.
2147 * features/Makefile (WHICH): Add
2148 rs6000/powerpc-isa205-ppr-dscr-vsx32l and
2149 rs6000/powerpc-isa205-ppr-dscr-vsx64l.
2150 (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
2151 rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
2152 * features/rs6000/power-dscr.xml: New file.
2153 * features/rs6000/power-ppr.xml: New file.
2154 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
2155 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
2156 * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
2157 * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
2158 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
2159 * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
2160 * ppc-linux-nat.c: Include <sys/uio.h>.
2161 (fetch_regset, store_regset, check_regset): New functions.
2162 (fetch_register, fetch_ppc_registers): Call fetch_regset with
2163 DSCR and PPR regsets.
2164 (store_register, store_ppc_registers): Call store_regset with
2165 DSCR and PPR regsets.
2166 (ppc_linux_get_hwcap2): New function.
2167 (ppc_linux_nat_target::read_description): Call
2168 ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
2169 features struct if needed.
2170 * ppc-linux-tdep.c: Include
2171 features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
2172 features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
2173 (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
2174 (ppc32_linux_dscrregset): New globals.
2175 (ppc_linux_iterate_over_regset_sections): Call back with the ppr
2176 and dscr regsets.
2177 (ppc_linux_core_read_description): Check if the ppr and dscr
2178 sections are present and set ppr_dscr in the features struct.
2179 (_initialize_ppc_linux_tdep): Call
2180 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
2181 initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
2182 * ppc-linux-tdep.h (ppc32_linux_pprregset)
2183 (ppc32_linux_dscrregset): Declare.
2184 * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
2185 <ppc_dscr_regnum>: New field.
2186 (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
2187 * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
2188 and dscr features.
2189 (ppc_process_record_op31): Record changes to PPR and DSCR.
2190
93b4691f
PFC
21912018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2192
2193 * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
2194 second initializer line for the have_* variables. Initialize
2195 have_fpu to 0 instead of 1.
2196
71733a7b
PFC
21972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2198
2199 * arch/ppc-linux-common.c (ppc_linux_match_description):
2200 Parenthesize tdesc assignements and indent them properly.
2201
3d907528
PFC
22022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2203
2204 * ppc-linux-nat.c (fetch_register): Change if statement to else
2205 if.
2206 (store_register): Likewise.
2207
500f01a0
PFC
22082018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2209
2210 * rs6000-tdep.c: Remove reggroups.h include.
2211 (rs6000_pseudo_register_reggroup_p): Remove.
2212 (rs6000_gdbarch_init): Remove call to
2213 set_tdesc_pseudo_register_reggroup_p.
2214
7ed29001
PFC
22152018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2216
2217 * reggroups.c (default_register_reggroup_p): Return true for
2218 decfloat registers and float_reggroup.
2219
5c849b22
PFC
22202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2221
2222 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
2223 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
2224 ppc_linux_collect_vrregset by regcache_collect_regset.
2225
afde3032
PFC
22262018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2227
2228 * linux-tdep.c (linux_collect_regset_section_cb): Use
2229 std::vector<gdb_byte> instead of char * and malloc for buf.
2230 Remove xfree.
2231
b9718991
SM
22322018-10-26 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2233
2234 * xcoffread.c (read_xcoff_symtab): Pass deduced language to
2235 symtab_start instead of always using language_unknown.
2236
0b0eff8b
AB
22372018-10-26 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
2240 READ_P parameter, catch and ignore register access errors from
2241 either the old or new MISA location.
2242 (riscv_has_feature): Update call to riscv_read_misa_reg.
2243
b352ceb6
AB
22442018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * python/py-function.c (convert_values_to_python): Return
2247 gdbpy_ref<>. Add header comment.
2248 (fnpy_call): Adjust.
2249
50db9ef4
AB
22502018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
2253 (cmdpy_completer_handle_brkchars): Adjust.
2254 (cmdpy_completer): Adjust.
2255
ee67fd7f
AB
22562018-10-25 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
2259 Pass correct regnum to raw_supply_zeroed.
2260
bea556ab
HAQ
22612018-10-23 Hafiz Abid Qadeer <abidh@codesourcery.com>
2262
2263 * regcache.c (cooked_read_test): Add CSKY to the list of
2264 architectures with a save_reggroup
2265
35ed81d4
SM
22662018-10-23 Simon Marchi <simon.marchi@polymtl.ca>
2267
2268 PR gdb/23368
2269 * infrun.c (follow_exec): In the follow_exec_mode_new case,
2270 transfer terminal state from old new new inferior.
2271 * terminal.h (swap_terminal_info): New function.
2272 * inflow.c (swap_terminal_info): New function.
2273
79b8d3b0
TT
22742018-10-23 Tom Tromey <tom@tromey.com>
2275
2276 * record-btrace.c (get_thread_current_frame_id): Rename from
2277 get_thread_current_frame. Return a frame_id.
2278 (record_btrace_start_replaying): Update.
2279
420ecd9c
AB
22802018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2281
2282 * riscv-tdep.c (riscv_register_name): Use the user-friendly names
2283 for CSRs.
2284
5a77b1b4
JB
22852018-10-23 Joel Brobecker <brobecker@adacore.com>
2286
2287 * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
2288 have_nonsteppable_watchpoint attribute to 1.
2289
0dbfcfff
AB
22902018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
2293 register names.
2294 (struct register_alias): Rename to...
2295 (struct riscv_register_alias): ...this, and update comment.
2296 (riscv_register_aliases): Update type, and alias names. Remove
2297 CSR names from this list.
2298 (riscv_register_name): Use riscv_gdb_reg_names for int and float
2299 register names. Add an extra assertion.
2300 (riscv_is_regnum_a_named_csr): New function.
2301 (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
2302
32641fa9
JD
23032018-10-23 John Darrington <john@darrington.wattle.id.au>
2304
2305 * configure.tgt: Add configuration for s12z.
2306 * s12z-tdep.c: New file.
2307 * NEWS: Mention new target.
2308
270b9329
JW
23092018-10-22 Jim Wilson <jimw@sifive.com>
2310
3399f1b3
JW
2311 * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
2312 FP reg smaller than FP reg size, and fill with -1 instead of 0.
2313
270b9329
JW
2314 * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
2315 (riscv_register_type): Use them.
2316 (riscv_print_one_register_info): Handle union of floats same as float.
2317 * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
2318 riscv_fpreg_q_type fields.
2319
f6efe3f8
SM
23202018-10-21 Simon Marchi <simon.marchi@ericsson.com>
2321
2322 * gdbarch.sh (gdbarch_num_cooked_regs): New.
2323 * gdbarch.h: Re-generate.
2324 * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
2325 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2326 * eval.c (evaluate_subexp_standard): Likewise.
2327 * findvar.c (value_of_register): Likewise.
2328 (value_of_register_lazy): Likewise.
2329 (address_from_register): Likewise.
2330 * frame.c (get_frame_register_bytes): Likewise.
2331 * gdbarch-selftests.c (register_to_value_test): Likewise.
2332 * h8300-tdep.c (h8300_register_type): Likewise.
2333 * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
2334 (i386_svr4_reg_to_regnum): Likewise.
2335 * infcmd.c (default_print_registers_info): Likewise.
2336 (registers_info): Likewise.
2337 (print_vector_info): Likewise.
2338 (default_print_float_info): Likewise.
2339 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2340 * mdebugread.c (mdebug_reg_to_regnum): Likewise.
2341 * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
2342 (mi_cmd_data_list_changed_registers): Likewise.
2343 (mi_cmd_data_list_register_values): Likewise.
2344 (mi_cmd_data_write_register_values): Likewise.
2345 (mi_cmd_trace_frame_collected): Likewise.
2346 * mips-tdep.c (print_gp_register_row): Likewise.
2347 (mips_print_registers_info): Likewise.
2348 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
2349 * regcache.c (init_regcache_descr): Likewise.
2350 (register_size): Likewise.
2351 (register_dump::dump): Likewise.
2352 (cooked_read_test): Likewise.
2353 (cooked_write_test): Likewise.
2354 * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2355 (rs6000_gdbarch_init): Likewise.
2356 * stabsread.c (stab_reg_to_regnum): Likewise.
2357 * stack.c (info_frame_command): Likewise.
2358 * target-descriptions.c (tdesc_register_name): Likewise.
2359 * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2360 * tui/tui-regs.c (tui_show_register_group): Likewise.
2361 * user-regs.c (user_reg_map_name_to_regnum): Likewise.
2362 (user_reg_map_regnum_to_name): Likewise.
2363 (value_of_user_reg): Likewise.
2364 (maintenance_print_user_registers): Likewise.
2365 * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
2366 (xtensa_register_name): Likewise.
2367 (xtensa_register_type): Likewise.
2368 (xtensa_reg_to_regnum): Likewise.
2369 (xtensa_pseudo_register_read): Likewise.
2370 (xtensa_pseudo_register_write): Likewise.
2371
925047fe
SM
23722018-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 * amd64-tdep.c (amd64_pseudo_register_read_value): Use
2375 correctly-sized buffer with raw_read.
2376 (amd64_pseudo_register_write): Use correctly-sized buffer for
2377 raw_read/raw_write.
2378
4051d2d6
PW
23792018-10-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2380
2381 * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
2382 in add_prefix_cmd of set print type.
2383
7806cea7
TT
23842018-10-19 Tom Tromey <tom@tromey.com>
2385
2386 PR tui/18388:
2387 * NEWS: Mention tabset deprecation.
2388 * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
2389 (update_tab_width): New function.
2390 (tui_set_tab_width, tui_show_tab_width): New functions.
2391 (tui_set_tab_width_command): Use update_tab_width.
2392 (_initialize_tui_win): Move to end of file. Deprecate "tabset".
2393 Add new "set tui tab-width" command.
2394 * tui/tui-source.c (tui_set_source_content): Update.
2395 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2396 * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
2397 Don't declare.
2398 (tui_tab_width): Declare.
2399 * tui/tui-data.c (default_tab_len, tui_default_tab_len)
2400 (tui_set_default_tab_len): Remove.
2401
84371624
TT
24022018-10-19 Tom Tromey <tom@tromey.com>
2403
2404 * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
2405 (key_is_backspace, tui_getc): Don't declare.
2406 * tui/tui-io.c (key_is_start_sequence): Now static.
2407 (key_is_end_sequence, key_is_backspace): Remove.
2408 (tui_getc): Now static.
2409
22ad8107
TT
24102018-10-19 Tom Tromey <tom@tromey.com>
2411
2412 * symfile.c (reread_symbols): Clear "static_links".
2413
74b3c713
AH
24142018-10-19 Alan Hayward <alan.hayward@arm.com>
2415
2416 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
2417 define.
2418 (aarch64_linux_sigframe_init): Extra boundary checks.
2419
0667c506
AA
24202018-10-19 Andreas Arnez <arnez@linux.ibm.com>
2421
2422 * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
2423 the possibly non-existent tdesc type 'vec128', but the type of raw
2424 register v16 instead.
2425
ba543ca5
GB
24262018-10-19 Gary Benson <gbenson@redhat.com>
2427
2428 * cli/cli-interp.c (cli_interp::~cli_interp): New function.
2429
94c18618
SDJ
24302018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2431
2432 PR cli/23785
2433 * cli/cli-dump.c (restore_binary_file): Check if "file" is
2434 NULL.
2435
89eb3c54
PK
24362018-10-17 Paul Koning <paul_koning@dell.com>
2437
2438 * charset.c (convert_between_encodings): Fix unsigned overflow.
2439
6f3b1098
JB
24402018-10-17 John Baldwin <jhb@FreeBSD.org>
2441
2442 * fbsd-nat.c (fbsd_nat_target::info_proc) Use
2443 fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
2444 * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
2445 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2446 New functions.
2447 (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
2448 and fbsd_info_proc_mappings_header.
2449 * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
2450 (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2451 New.
2452
d500b4f2
JB
24532018-10-17 Joel Brobecker <brobecker@adacore.com>
2454
2455 * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
2456 Solaris Maintainer.
2457
63a33118
TT
24582018-10-15 Tom Tromey <tom@tromey.com>
2459
2460 * tui/tui.c (strcat_to_buf): Remove casts.
2461 * tui/tui-winsource.c (tui_show_source_line)
2462 (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
2463 * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
2464 * tui/tui-windata.c (tui_first_data_item_displayed)
2465 (tui_delete_data_content_windows, tui_erase_data_content)
2466 (tui_display_all_data, tui_display_data_from)
2467 (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
2468 * tui/tui-win.c (tui_set_win_height)
2469 (make_invisible_and_set_new_height, parse_scrolling_args): Remove
2470 casts.
2471 * tui/tui-win.c (tui_resize_all): Remove casts.
2472 (tui_scroll_backward_command, tui_set_focus)
2473 (tui_set_tab_width_command): Likewise.
2474 * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
2475 * tui/tui-regs.c (tui_show_register_group): Remove cast.
2476 * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
2477 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
2478 * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
2479 Remove casts.
2480
933e62b1
SM
24812018-10-15 Simon Marchi <simon.marchi@ericsson.com>
2482
2483 * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
2484 AArch64/ARM maintainer.
2485
fbe61a36
GB
24862018-10-11 Gary Benson <gbenson@redhat.com>
2487
2488 * interps.h (interp::m_name): Make private and mutable.
2489 * interps.c (interp::~interp): Free m_name.
2490
8ecfd7bd
SDJ
24912018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2492 Simon Marchi <simark@simark.ca>
2493
2494 * README (`configure' options): Add documentation for new
2495 "--enable-unit-tests" option.
2496 * acinclude.m4: Include "selftest.m4".
2497 * configure: Regenerate.
2498 * configure.ac: Use "GDB_AC_SELFTEST".
2499 * maint.c (maintenance_selftest): Update message informing
2500 that selftests have been disabled.
2501 (maintenance_info_selftests): Likewise.
2502 * selftest.m4: New file.
2503
33b031ce
GB
25042018-10-10 Gary Benson <gbenson@redhat.com>
2505
2506 * remote.c (remote_target::remote_send_printf): Add
2507 missing va_end found by Coverity.
2508
2cb2ba9a
MM
25092018-10-10 Markus Metzger <markus.t.metzger@intel.com>
2510
2511 * btrace.c (ftrace_update_function): Add indirect jump heuristic.
2512
eff98030
TT
25132018-10-09 Tom Tromey <tom@tromey.com>
2514
2515 * configure: Rebuild.
2516 * sanitize.m4 (AM_GDB_UBSAN): Default to no.
2517 * NEWS: Update --enable-ubsan documentation.
2518
04fd5eed
GB
25192018-10-09 Gary Benson <gbenson@redhat.com>
2520
2521 * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
2522 found by Coverity.
2523
a0c3048e
TT
25242018-10-08 Tom Tromey <tom@tromey.com>
2525
2526 * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
2527 variable.
2528 (riscv_fbsd_init_abi): Likewise.
2529
a51bb70c
WP
25302018-10-08 Weimin Pan <weimin.pan@oracle.com>
2531 * valops.c (value_struct_elt_for_reference): Rename local variable
2532 to work around the shadowing a previous local warning.
2533
74792ff7
JB
25342018-10-08 John Baldwin <jhb@FreeBSD.org>
2535
2536 * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
2537 * NEWS: Mention new FreeBSD/riscv native configuration.
2538 * configure.host: Add riscv*-*-freebsd*.
2539 * configure.nat: Likewise.
2540 * riscv-fbsd-nat.c: New file.
2541
ed65e20b
JB
25422018-10-08 John Baldwin <jhb@FreeBSD.org>
2543
2544 * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
2545 (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
2546 (ALLDEPFILES): Add riscv-fbsd-tdep.c.
2547 * NEWS: Mention new FreeBSD/riscv target.
2548 * configure.tgt: Add riscv*-*-freebsd*.
2549 * riscv-fbsd-tdep.c: New file.
2550 * riscv-fbsd-tdep.h: New file.
2551
498f7407
JB
25522018-10-08 John Baldwin <jhb@FreeBSD.org>
2553
2554 * regcache.h (struct regcache_map_entry): Note that this type can
2555 be used with traditional frame caches.
2556 * trad-frame.c (trad_frame_set_reg_regmap): New.
2557 * trad-frame.h (trad_frame_set_reg_regmap): New.
2558
9f6b697b
WP
25592018-10-08 Weimin Pan <weimin.pan@oracle.com>
2560
2561 PR c++/16841
2562 * valops.c (get_virtual_base_offset): New function.
2563 (value_struct_elt_for_reference): Use it to get virtual base offset
2564 and add it in calculating class member address.
2565
4399bce9 25662018-10-08 John Darrington <john@darrington.wattle.id.au>
c258c396 2567
4399bce9
PA
2568 * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2569 (check_producer): Check if the producer is codewarrior.
2570 (producer_is_codewarrior): New function.
2571 (lnp_state_machine::record_line): Ignore is_stmt flag for records
2572 produced by codewarrior.
2573 (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
c258c396 2574
add5ded5
TT
25752018-10-06 Tom Tromey <tom@tromey.com>
2576
2577 PR python/19399:
2578 * python/py-inferior.c: Add "architecture" entry.
2579 (infpy_architecture): New function.
2580
51e78fc5
TT
25812018-10-06 Tom Tromey <tom@tromey.com>
2582
2583 PR python/21765:
2584 * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2585 SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2586 SYMBOL_TYPES_DOMAIN. Define SYMBOL_MODULE_DOMAIN,
2587 SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2588
a8a5dbca
TT
25892018-10-06 Tom Tromey <tom@tromey.com>
2590
2591 PR build/17077:
2592 * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2593 * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2594 microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2595 #include.
2596
2a8be203
TT
25972018-10-06 Tom Tromey <tom@tromey.com>
2598
2599 * python/py-breakpoint.c (bppy_get_location): Handle a
2600 bp_breakpoint without a location.
2601
2fb009bb
TT
26022018-10-06 Tom Tromey <tom@tromey.com>
2603
2604 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2605 (_RegEx): Reformat help text.
2606 * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2607 (AnyCallerIs, AnyCallerMatches): Reformat help text.
2608 * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2609 text.
2610 * python/lib/gdb/command/xmethods.py (InfoXMethod)
2611 (EnableXMethod, DisableXMethod): Remove help indentation.
2612 Capitalize meta-syntactic variables.
2613 * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2614 (EnableUnwinder, DisableUnwinder): Remove help indentation.
2615 Capitalize meta-syntactic variables.
2616 * python/lib/gdb/command/explore.py (ExploreCommand)
2617 (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2618 * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2619 (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2620 * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2621 Remove help indentation.
2622 (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2623 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2624 (DisableFrameFilter, SetFrameFilterPriority)
2625 (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2626
7a956928
TT
26272018-10-06 Tom Tromey <tom@tromey.com>
2628
2629 PR tui/28819:
2630 * tui/tui-io.c (gdb_wgetch): New function.
2631 (tui_mld_getc, tui_getc): Use it.
2632
f8740dc5
TT
26332018-10-05 Tom Tromey <tom@tromey.com>
2634
2635 * sol-thread.c (sol_thread_target::wait): Rename inner
2636 "save_ptid".
2637
96643e35
TT
26382018-10-04 Tom Tromey <tom@tromey.com>
2639
2640 * configure: Rebuild.
2641 * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2642
d951f98b
TT
26432018-10-04 Tom Tromey <tom@tromey.com>
2644
2645 * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2646 declaration of "block".
2647
b8c88847
TT
26482018-10-04 Tom Tromey <tom@tromey.com>
2649
2650 * common/filestuff.c (fdwalk): Remove inner declaration of
2651 "result".
2652
ef789dc4
TT
26532018-10-04 Tom Tromey <tom@tromey.com>
2654
2655 * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2656 "structs_addr" and hoist declaration.
2657
3fba72f7
TT
26582018-10-04 Tom Tromey <tom@tromey.com>
2659
2660 * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2661 variable "size".
2662
795afcbb
TT
26632018-10-04 Tom Tromey <tom@tromey.com>
2664
2665 * mdebugread.c (parse_partial_symbols): Use std::string.
2666
b926417a
TT
26672018-10-04 Tom Tromey <tom@tromey.com>
2668
2669 * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2670 * p-valprint.c (pascal_val_print): Split inner "i" variable.
2671 * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2672 header.
2673 * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2674 more inner scope.
2675 * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2676 * varobj.c (varobj_update): Rename inner "newobj",
2677 "type_changed".
2678 * valprint.c (generic_emit_char): Rename inner "buf".
2679 * valops.c (find_overload_match): Rename inner "temp".
2680 (value_struct_elt_for_reference): Declare "v" in more inner
2681 scope.
2682 * v850-tdep.c (v850_push_dummy_call): Rename "len".
2683 * unittests/array-view-selftests.c (run_tests): Rename inner
2684 "vec".
2685 * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2686 header.
2687 * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2688 "tsv" in more inner scope.
2689 (print_one_static_tracepoint_marker): Rename inner
2690 "tuple_emitter".
2691 * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2692 (tic6x_push_dummy_call): Don't redeclare "addr".
2693 * target-float.c: Declare "dto" lower.
2694 * symtab.c (lookup_local_symbol): Rename inner "sym".
2695 (find_pc_sect_line): Rename inner "pc".
2696 * stack.c (print_frame): Don't redeclare "gdbarch".
2697 (return_command): Rename inner "gdbarch".
2698 * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2699 "sp".
2700 * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2701 header.
2702 * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2703 * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2704 scope.
2705 * remote.c (remote_target::update_thread_list): Don't redeclare
2706 "tp".
2707 (remote_target::process_initial_stop_replies): Rename inner
2708 "thread".
2709 (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2710 (remote_target::wait_as): Don't redeclare "stop_reply".
2711 (remote_target::get_thread_local_address): Rename inner
2712 "result".
2713 (remote_target::get_tib_address): Likewise.
2714
2715 * regcache.c (cooked_read_test): Rename "regnum".
2716 * record-btrace.c (cmd_record_btrace_start): Rename inner
2717 "exception".
2718 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2719 loop header.
2720 * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2721 header.
2722 (ppu2spu_sniffer): Rename inner "buf".
2723 * parse.c (operator_check_standard): Rename inner "type",
2724 "objfile".
2725 * p-valprint.c (pascal_val_print): Introduce new scope for
2726 "low_bound", "high_bound".
2727 * p-exp.y (yylex): Declare "i" in loop header.
2728 * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2729 Lower declaration of "s".
2730 * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2731 header.
2732 (nios2_push_dummy_call): Rename "len".
2733 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2734 "buf".
2735 (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2736 (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2737 (linux_xfer_osdata_modules): Likewise.
2738 * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2739 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2740 (mips_o64_push_dummy_call): Likewise.
2741 * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2742 "op".
2743 * mi/mi-main.c (list_available_thread_groups): Rename inner
2744 "tuple_emitter".
2745 (mi_cmd_data_read_memory): Rename inner "opts".
2746 * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2747 "tuple_emitter".
2748 * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2749 * mdebugread.c (parse_symbol): Rename inner "b". Declare "f" in
2750 more inner scope.
2751 (parse_partial_symbols): Rename inner "pst", "p", "name"
2752 * main.c (captured_main_1): Rename inner "i"s.
2753 * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2754 "oso2".
2755 * linux-tdep.c (linux_info_proc): Rename inner "filename".
2756 * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2757 * infrun.c (handle_no_resumed): Don't redeclare "thread".
2758 (handle_signal_stop): Rename inner "gdbarch".
2759 (handle_command): Declare "signum" in loop header.
2760 * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2761 "status".
2762 (examine_prologue): Rename inner "sol" and "sof".
2763 (ia64_extract_return_value): Rename inner "val". Declare another
2764 "val" in a more inner scope.
2765 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2766 inner scope.
2767 * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2768 "except".
2769 * findvar.c (default_read_var_value): Don't redeclare "addr".
2770 * f-exp.y (yylex): Declare "i" in loop header.
2771 * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2772 Rename inner "type", "expect_type".
2773 (evaluate_subexp_for_sizeof): Rename inner "pc".
2774 * elfread.c (elf_symfile_read): Rename inner "abfd".
2775 * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2776 "bytes_read".
2777 (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2778 (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2779 (dwarf_decode_line_header): Rename inner "lh".
2780 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2781 "offset". Declare "i" in loop header.
2782 (disassemble_dwarf_expression): Rename inner "addr_size".
2783 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2784 inner "result".
2785 (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2786 * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2787 * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2788 "inner_list_emitter".
2789 (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2790 * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2791 declaration in a block.
2792 * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2793 * cp-valprint.c (cp_print_value_fields): Don't redeclare
2794 "obstack_final_size".
2795 * cp-support.c (inspect_type): Declare "i" in loop header.
2796 * compile/compile.c (compile_instance::insert_symbol_error):
2797 Rename inner "e".
2798 * common/agent.c (agent_run_command): Remove inner "ret"
2799 declaration.
2800 * coffread.c (coff_symfile_read): Rename inner "name".
2801 (coff_symfile_read): Rename inner "abfd".
2802 * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2803 * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2804 "high".
2805 * c-exp.y (lex_one_token): Move "len" declaration lower.
2806 * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2807 "gdbarch".
2808 (create_exception_master_breakpoint): Likewise. Don't redeclare
2809 "b".
2810 (watch_command_1): Declare "mark" later.
2811 (clear_command): Don't shadow "a" or "b".
2812 (delete_command): Rename inner "b".
2813 (delete_trace_command): Likewise.
2814 * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2815 "op".
2816 (arm_gdbarch_init): Remove inner "e_flags".
2817 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2818 "offset" in inner blocks.
2819
1f88d0c8
SM
28202018-10-04 Simon Marchi <simon.marchi@ericsson.com>
2821
2822 * dwarf-index-write.c (file_write): Don't write if the vector is
2823 empty.
2824
5c4481cc
TV
28252018-10-05 Tom de Vries <tdevries@suse.de>
2826
2827 * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2828 PyArg_ParseTuple call.
2829
96b1ad86
TV
28302018-10-05 Tom de Vries <tdevries@suse.de>
2831
2832 * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2833 PyArg_ParseTuple call.
2834
d2f7dcb2
JB
28352018-10-04 Joel Brobecker <brobecker@adacore.com>
2836
2837 * psymtab.c (recursively_search_psymtabs): Reformat parameters
2838 to avoid exceeding 80 characters per line limit.
2839
5ca8c39f
TT
28402018-10-04 Tom Tromey <tom@tromey.com>
2841
2842 * symfile.c (syms_from_objfile_1, finish_new_objfile)
2843 (reread_symbols): Update.
2844 * complaints.h (clear_complaints): Remove argument.
2845 * complaints.c (enum complaint_series): Remove.
2846 (series): Remove global.
2847 (complaint_internal): Update.
2848 (clear_complaints): Remove argument.
2849
e79497a1
TT
28502018-10-04 Tom Tromey <tom@tromey.com>
2851
2852 * symfile.c (symbol_file_add_with_addrs): Do not print "no
2853 debugging symbols" message if there is a separate debug objfile.
2854
3453e7e4
TT
28552018-10-04 Tom Tromey <tom@tromey.com>
2856
2857 PR cli/19551:
2858 * symfile.c (symbol_file_add_with_addrs): Update output.
2859 * psymtab.c (require_partial_symbols): Update output.
2860
6afcf761
TT
28612018-10-04 Tom Tromey <tom@tromey.com>
2862
2863 PR cli/22234:
2864 * complaints.c: Emit \n.
2865
22068491
TT
28662018-10-04 Tom Tromey <tom@tromey.com>
2867
2868 * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2869 (separate_debug_file_exists, find_separate_debug_file)
2870 (add_symbol_file_command, reread_symbols, allocate_symtab)
2871 (allocate_compunit_symtab): Use filtered printing, not
2872 unfiltered.
2873 * psymtab.c (require_partial_symbols, dump_psymtab)
2874 (allocate_psymtab): Use filtered printing, not unfiltered.
2875
9fdd7193
TT
28762018-10-04 Tom Tromey <tom@tromey.com>
2877
2878 * complaints.c (complaint_internal): Correctly check complaint
2879 count.
2880
3f2cf4dc
TT
28812018-10-04 Tom Tromey <tom@tromey.com>
2882
2883 * complaints.h (struct complaints): Remove declaration.
2884 * complaints.c (clear_complaints): Remove an unused variable.
2885
4f9bdf7f
RO
28862018-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2887
2888 * MAINTAINERS (Write After Approval): Add self.
2889
875e5398
TT
28902018-10-03 Tom Tromey <tom@tromey.com>
2891
2892 * guile/scm-value.c (gdbscm_value_to_string): Initialize
2893 "buffer_contents".
2894 * coffread.c (coff_symtab_read): Initialize "newobj".
2895
8634679f
SM
28962018-10-03 Simon Marchi <simon.marchi@polymtl.ca>
2897
2898 * dwarf2read.c (read_func_scope): Remove struct keyword in
2899 range-based for.
2900
f35d5ade
TT
29012018-10-03 Tom Tromey <tom@tromey.com>
2902
2903 * README: Mention --enable-ubsan.
2904 * NEWS: Mention --enable-ubsan.
2905 * acinclude.m4: Include sanitize.m4.
2906 * configure: Rebuild.
2907 * configure.ac: Call AM_GDB_UBSAN.
2908 * sanitize.m4: New file.
2909
1dffa580
TT
29102018-10-03 Tom Tromey <tom@tromey.com>
2911
2912 * expression.h (enum exp_opcode): Use uint8_t as base type.
2913 * expprint.c (op_name): Handle invalid opcodes.
2914
5e70ee09
TT
29152018-10-03 Tom Tromey <tom@tromey.com>
2916
2917 * parse.c (prefixify_expression): Add assert.
2918 (parse_exp_in_context_1): Throw exception if the expression is
2919 empty.
2920
4dd1b460
TT
29212018-10-03 Tom Tromey <tom@tromey.com>
2922
2923 * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2924
20562150
TT
29252018-10-03 Tom Tromey <tom@tromey.com>
2926
2927 * c-exp.y (parse_number): Work in unsigned. Remove casts.
2928
d359392f
TT
29292018-10-03 Tom Tromey <tom@tromey.com>
2930
2931 * dwarf2read.c (read_subrange_type): Make "negative_mask"
2932 unsigned.
2933
0101665f
TT
29342018-10-03 Tom Tromey <tom@tromey.com>
2935
2936 * findvar.c (extract_integer): Do work in an unsigned type.
2937
ad69edbb
TT
29382018-10-03 Tom Tromey <tom@tromey.com>
2939
2940 * common/enum-flags.h (enum_flags::operator~): Add static assert.
2941 * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2942 base type.
2943 * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2944 * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2945 type.
2946 * c-lang.h (enum c_string_type_values): Use unsigned as base
2947 type.
2948 * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2949
780942fc
TT
29502018-10-03 Tom Tromey <tom@tromey.com>
2951
2952 * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2953 <~dwarf2_frame_state_reg_info>: Update.
2954 <dwarf2_frame_state_reg_info>: Update.
2955 <alloc_regs>: Add assertion. Update.
2956 <reg>: Now a std::vector.
2957 <num_regs>: Remove.
2958 <swap>: Update.
2959 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2960 (execute_cfa_program_test, dwarf2_frame_cache): Update.
2961
10657c04
TT
29622018-10-03 Tom Tromey <tom@tromey.com>
2963
2964 * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2965
34c0fc00
PW
29662018-10-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2967
2968 * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2969
2398abf8
TT
29702018-10-02 Tom Tromey <tom@tromey.com>
2971
2972 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2973
4399bce9 29742018-10-02 John Darrington <john@darrington.wattle.id.au>
c1168a2f
JD
2975
2976 * NEWS: Mention changed commands.
2977 * ser-uds.c: New file.
2978 * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2979 * configure: Regenerate.
2980 * Makefile.in: Add new file.
2981 * serial.c (serial_open): Check if filename is a socket
4399bce9 2982 and lookup the appropriate interface accordingly.
c1168a2f 2983
05c71722
AH
29842018-10-01 Alan Hayward <alan.hayward@arm.com>
2985
2986 * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2987 define.
2988 (AARCH64_EXTRA_MAGIC): Likewise.
2989 (AARCH64_FPSIMD_MAGIC): Likewise.
2990 (AARCH64_SVE_MAGIC): Likewise.
2991 (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2992 (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2993 (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2994 (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2995 (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2996 (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2997 (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2998 (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2999 (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
3000 (AARCH64_SVE_CONTEXT_SIZE): Likewise.
3001 (read_aarch64_ctx): Add function.
3002 (aarch64_linux_sigframe_init): Detect FP registers.
3003
c74e7cb9
AH
30042018-10-01 Alan Hayward <alan.hayward@arm.com>
3005
3006 * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
3007 (AARCH64_D0_REGNUM): Likewise.
3008 (AARCH64_S0_REGNUM): Likewise.
3009 (AARCH64_H0_REGNUM): Likewise.
3010 (AARCH64_B0_REGNUM): Likewise.
3011 (AARCH64_SVE_V0_REGNUM): Likewise.
3012 * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
3013 (AARCH64_D0_REGNUM): Likewise.
3014 (AARCH64_S0_REGNUM): Likewise.
3015 (AARCH64_H0_REGNUM): Likewise.
3016 (AARCH64_B0_REGNUM): Likewise.
3017 (AARCH64_SVE_V0_REGNUM): Likewise.
3018
12b164e9
GB
30192018-10-01 Gary Benson <gbenson@redhat.com>
3020
3021 * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
3022 * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
3023 prfpregset_t instead of gdb_prfpregset_t.
3024 * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
3025 * configure, config.in: Rebuild.
3026
7c619dbd
GB
30272018-10-01 Gary Benson <gbenson@redhat.com>
3028
3029 * common/gdb_proc_service.h: New file, factored out from...
3030 * gdb_proc_service.h: Moved common code to the above file.
3031 * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
3032
358ffcf2
GB
30332018-10-01 Gary Benson <gbenson@redhat.com>
3034
3035 * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
3036 undefined. Use elf_fpregset_t if prfpregset_t is undefined.
3037
43b7e92b
GB
30382018-10-01 Gary Benson <gbenson@redhat.com>
3039
3040 * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
3041 (AC_CHECK_HEADERS): Check for linux/elf.h.
3042 * configure, config.in: Rebuild.
3043 * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
3044 doesn't define elf_fpregset_t.
3045
3795e814
GB
30462018-10-01 Gary Benson <gbenson@redhat.com>
3047
3048 * gdb_proc_service.h: Whitespace change.
3049
4176f14d
TT
30502018-10-01 Tom Tromey <tom@tromey.com>
3051
3052 * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
3053 * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
3054 * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
3055
a95746f9
TT
30562018-10-01 Tom Tromey <tom@tromey.com>
3057
3058 * README: Minor change.
3059
dd203782
PA
30602018-09-30 Pedro Alves <palves@redhat.com>
3061
3062 * darwin-nat-info.c (darwin_debug_regions_recurse)
3063 (info_mach_exceptions_command): Remove unused local variables.
3064 * darwin-nat.c (darwin_decode_notify_message)
3065 (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
3066 (darwin_stop_inferior, darwin_setup_exceptions)
3067 (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
3068 (darwin_nat_target::attach, darwin_nat_target::detach)
3069 (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
3070 local variables.
3071 * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
3072 variables.
3073
c82a2e6f
TT
30742018-09-29 Tom Tromey <tom@tromey.com>
3075
3076 * README: Remove some leftover text.
3077
7f0bd420
TT
30782018-09-29 Tom Tromey <tom@tromey.com>
3079
3080 * PROBLEMS: Rewrite.
3081 * README: Update.
3082
f37bc8b1
JB
30832018-09-28 John Baldwin <jhb@FreeBSD.org>
3084
3085 * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
3086 case with explicit breakpoint kind.
3087 * riscv-tdep.c (show_use_compressed_breakpoints): Remove
3088 'additional_info' and related logic.
3089 (riscv_debug_breakpoints): New variable.
3090 (riscv_breakpoint_kind_from_pc): Use the length of the existing
3091 instruction to determine the breakpoint kind.
3092 (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
3093 flag. Update description of 'set/show riscv
3094 use-compressed-breakpoints' flag.
3095
f67ffa6a
AB
30962018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 (NEWS): Mention changes to frame related commands.
3099 * cli/cli-decode.c (add_cmd_suppress_notification): New function.
3100 (add_prefix_cmd_suppress_notification): New function.
3101 (add_com_suppress_notification): Call
3102 add_cmd_suppress_notification.
3103 * command.h (add_cmd_suppress_notification): Declare.
3104 (add_prefix_cmd_suppress_notification): Declare.
3105 * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
3106 (parse_frame_specification): Moved from stack.c, with
3107 simplification to handle a single argument.
3108 (mi_cmd_stack_select_frame): Use parse_frame_specification, the
3109 switch to the selected frame. Add a header comment.
3110 * stack.c: Remove 'safe-ctype.h' include.
3111 (find_frame_for_function): Add declaration.
3112 (find_frame_for_address): New function.
3113 (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
3114 (frame_selection_by_function_completer): New function.
3115 (info_frame_command): Rename to...
3116 (info_frame_command_core): ...this, and update parameter types.
3117 (select_frame_command): Rename to...
3118 (select_frame_command_core): ...this, and update parameter types.
3119 (frame_command): Rename to...
3120 (frame_command_core): ...this, and update parameter types.
3121 (class frame_command_helper): New class to wrap implementations of
3122 frame related sub-commands.
3123 (frame_apply_cmd_list): New static global.
3124 (frame_cmd_list): Make static.
3125 (select_frame_cmd_list): New global for sub-commands.
3126 (info_frame_cmd_list): New global for sub-commands.
3127 (_initialize_stack): Register sub-commands for 'frame',
3128 'select-frame', and 'info frame'. Update 'frame apply' commands
3129 to use frame_apply_cmd_list. Move function local static
3130 frame_apply_list to file static frame_apply_cmd_list for
3131 consistency.
3132 * stack.h (select_frame_command): Delete declarationn.
3133 (select_frame_for_mi): Declare new function.
3134
d354055e
AB
31352018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
3138 (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
3139 and NOP.
3140
85392414
SM
31412018-09-26 Simon Marchi <simon.marchi@ericsson.com>
3142
3143 * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
3144
896ee098
TT
31452018-09-26 Tom Tromey <tom@tromey.com>
3146
3147 * valops.c (auto_abandon): Remove dead code.
3148
57dbb3af
TT
31492018-09-26 Tom Tromey <tom@tromey.com>
3150
3151 * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
3152
b5a9bfbe
TT
31532018-09-24 Tom Tromey <tom@tromey.com>
3154
3155 * common/pathstuff.c (get_standard_cache_dir): Make
3156 "xdg_cache_home" and "home" const.
3157 * top.c (init_history): Make "tmpenv" const.
3158 * main.c (get_init_files): Make "homedir" const.
3159
ae778caf
TT
31602018-09-23 Tom Tromey <tom@tromey.com>
3161
3162 PR python/18852:
3163 * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
3164
2b4ad2fe
TT
31652018-09-23 Tom Tromey <tom@tromey.com>
3166
3167 * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
3168 * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
3169 * python/python-internal.h (gdbpy_handle_exception): Declare.
3170 * python/py-utils.c (gdbpy_handle_exception): New function.
3171
fd3ba736
TT
31722018-09-23 Tom Tromey <tom@tromey.com>
3173
3174 PR python/17284:
3175 * python/py-type.c (typy_template_argument): Check for negative
3176 argument number.
3177
39a24317
TT
31782018-09-23 Tom Tromey <tom@tromey.com>
3179
3180 PR python/14062:
3181 * python/python.c (gdbpy_run_events): Do not ignore exceptions.
3182
f5769a2c
TT
31832018-09-23 Tom Tromey <tom@tromey.com>
3184
3185 PR python/18170:
3186 * python/py-value.c (valpy_int): Allow conversion from pointer
3187 type.
3188
1c1e54f6
TT
31892018-09-23 Tom Tromey <tom@tromey.com>
3190
3191 PR python/20126:
3192 * python/py-value.c (valpy_int): Respect type sign.
3193
fb4fa946
TT
31942018-09-23 Tom Tromey <tom@tromey.com>
3195
3196 PR python/18352;
3197 * python/py-value.c (valpy_float): Allow conversions from int or
3198 char.
3199 (valpy_int, valpy_long): Allow conversions from float.
3200
65773341
TT
32012018-09-23 Tom Tromey <tom@tromey.com>
3202
3203 * ctf.c (ctf_start): Use gdb_fopen_cloexec.
3204 * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
3205
1db88d22
RO
32062018-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3207
3208 * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
3209 __sighndlr.
3210 * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
3211
a44294f5
JT
32122018-08-02 Jon Turney <jon.turney@dronecode.org.uk>
3213
3214 * windows-nat.c (windows_nat_target::wait): Remove a spurious
3215 target_terminal::ours().
3216
0c0a40e0
SM
32172018-09-23 Simon Marchi <simon.marchi@ericsson.com>
3218
3219 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
3220 of vl to ULONGEST.
3221
4daf1902
YS
32222018-09-21 Yacov Simhony <ysimhony@gmail.com>
3223
3224 * breakpoint.c (update_inserted_breakpoint_locations): Remove
3225 redundant condition.
3226
c475f569
RO
32272018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3228
3229 * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
3230
3231 * procfs.c: Don't check for PR_MODEL_NATIVE definition.
3232 * sparc-sol2-nat.c: Likewise. Remove Linux, __arch64__ references.
3233 * sol-thread.c (ps_pdmodel): Don't guard definition.
3234
3235 * procfs.c: Fix formatting.
3236
3237 * procfs.c (sysset_t_alloc): Remove.
3238 (create_procinfo): Use XNEW instead of sysset_t_alloc.
3239 (procfs_debug_inferior): Likewise.
3240 (procfs_set_exec_trap): Likewise.
3241 (proc_set_traced_sysentry): Don't allocate argp dynamically.
3242 (proc_set_traced_sysexit): Likewise.
3243
3244 * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
3245 (dead_procinfo): Likewise.
3246 (proc_warn): Likewise.
3247 (proc_error): Likewise.
3248 (proc_get_LDT_entry): Likewise.
3249 (do_attach): Likewise.
3250 (procfs_target::pid_to_str): Likewise.
3251 (iterate_over_mappings): Likewise.
3252
3253 * procfs.c (create_procinfo): Fix ARI warning.
3254 (proc_get_status): Likewise.
3255 (proc_stop_process): Likewise.
3256 (proc_run_process): Likewise.
3257 (proc_kill): Likewise.
3258 (proc_get_LDT_entry): Likewise.
3259 (procfs_find_LDT_entry): Likewise.
3260 (proc_update_threads): Likewise.
3261 (proc_iterate_over_threads): Likewise.
3262 (do_attach): Likewise.
3263 (procfs_xfer_memory): Likewise.
3264 (invalidate_cache): Likewise.
3265 (procfs_target::resume): Likewise.
3266 (procfs_init_inferior): Likewise.
3267 (procfs_set_exec_trap): Likewise.
3268 (procfs_target::thread_alive): Likewise.
3269 (procfs_target::pid_to_exec_file): Likewise.
3270 (iterate_over_mappings): Likewise.
3271 (procfs_target::make_corefile_notes): Likewise.
3272 * sol-thread.c (sol_thread_target::thread_alive): Likewise.
3273
3274 * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
3275 (procfs_find_LDT_entry): Likewise.
3276 * sol-thread.c (ps_lgetLDT): Likewise.
3277
4206c05e
RO
32782018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3279
3280 PR tdep/17903
3281 * procfs.c (procfs_target): Declare pid_to_exec_file.
3282 (procfs_target::pid_to_exec_file): New.
3283
3d282ac3
RO
32842018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3285
3286 * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
3287 renaming.
3288 Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
3289 AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
3290
8c93fae6
RO
32912018-09-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3292
3293 * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
3294 (supply_fpregset, fill_fpregset): Move ...
3295 * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
3296 Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
3297 Remove references to ioctl-based procfs.
3298 Include <sys/reg.h>.
3299 Remove PR_MODEL_NATIVE guards.
3300 * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
3301 * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
3302
79b32f4a
XR
33032018-09-19 Xavier Roirand <roirand@adacore.com>
3304
3305 PR gdb/20981:
3306 * solib-darwin.c (darwin_get_dyld_bfd): New function.
3307 (darwin_solib_get_all_image_info_addr_at_init): Update call.
3308 (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
3309
07147793
JB
33102018-09-19 John Baldwin <jhb@FreeBSD.org>
3311
3312 * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
3313 (fbsd_print_sockaddr_in6): Likewise.
3314
23be8da7
RB
33152018-09-19 Richard Bunt <richard.bunt@arm.com>
3316 Chris January <chris.january@arm.com>
3317
3318 * eval.c (skip_undetermined_arglist): Skip argument list helper.
3319 (evaluate_subexp_standard): Return a dummy type when
3320 honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
3321 OP_F77_UNDETERMINED_ARGLIST case.
3322 * expression.h (enum noside): Update comment.
3323
7307a73a
RO
33242018-09-19 George Vasick <george.vasick@oracle.com>
3325
3326 * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
3327
13db92d3
RO
33282018-09-19 Stefan Teleman <stefan.teleman@oracle.com>
3329 April Chin <april.chin@oracle.com>
3330 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3331
3332 * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
3333 uint_t lwpid_t.
3334 (create_procinfo): Print pids in /proc without leading zeros.
3335
3d50f170
SL
33362018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3337
3338 * nios2-tdep.c (nios2_gcc_target_options): New.
3339 (nios2_gdb_arch_init): Install new hook.
3340
b567ca63
SM
33412018-09-18 Simon Marchi <simon.marchi@ericsson.com>
3342
3343 * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
3344 New file.
3345 * update-gnulib.sh: Apply patch.
3346 * configure: Re-generate.
3347
73f1bd76
JB
33482018-09-18 John Baldwin <jhb@FreeBSD.org>
3349
3350 * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
3351 description. Make "info proc" command descriptions more
3352 consistent.
3353
8b113111
JB
33542018-09-18 John Baldwin <jhb@FreeBSD.org>
3355
3356 * NEWS: Mention 'info proc files' command.
3357
7e69672e
JB
33582018-09-18 John Baldwin <jhb@FreeBSD.org>
3359
3360 * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
3361 descriptors for IP_FILES and IP_ALL.
3362
57c2a98a
JB
33632018-09-18 John Baldwin <jhb@FreeBSD.org>
3364
3365 * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
3366 (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
3367 (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
3368 (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
3369 (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
3370 (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
3371 (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
3372 (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
3373 (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
3374 (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
3375 (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
3376 (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
3377 (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
3378 (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
3379 (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
3380 (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
3381 (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
3382 (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
3383 (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
3384 (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
3385 (struct fbsd_sockaddr_un): New types.
3386 (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
3387 (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
3388 (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
3389 (fbsd_core_info_proc_files): New functions.
3390 (fbsd_core_info_proc): List open file descriptors for IP_FILES and
3391 IP_ALL.
3392 * fbsd-tdep.h (fbsd_info_proc_files_header)
3393 (fbsd_info_proc_files_entry): New.
3394
e98ee8c4
JB
33952018-09-18 John Baldwin <jhb@FreeBSD.org>
3396
3397 * defs.h (enum info_proc_what) [IP_FILES]: New value.
3398 * infcmd.c (info_proc_cmd_files): New function.
3399 (_initialize_infcmd): Register 'info proc files' command.
3400
725e2999
JB
34012018-09-18 John Baldwin <jhb@FreeBSD.org>
3402
3403 * gnulib/aclocal-m4-deps.mk: Re-generate.
3404 * gnulib/aclocal.m4: Re-generate.
3405 * gnulib/config.in: Re-generate.
3406 * gnulib/configure: Re-generate.
3407 * gnulib/import/Makefile.am: Re-generate.
3408 * gnulib/import/Makefile.in: Re-generate.
3409 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
3410 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
3411 * gnulib/import/arpa_inet.in.h: New file.
3412 * gnulib/import/inet_ntop.c: New file.
3413 * gnulib/import/m4/arpa_inet_h.m4: New file.
3414 * gnulib/import/m4/inet_ntop.m4: New file.
3415 * gnulib/import/m4/netinet_in_h.m4: New file.
3416 * gnulib/import/m4/socklen.m4: New file.
3417 * gnulib/import/m4/sockpfaf.m4: New file.
3418 * gnulib/import/m4/stdalign.m4: New file.
3419 * gnulib/import/m4/sys_uio_h.m4: New file.
3420 * gnulib/import/netinet_in.in.h: New file.
3421 * gnulib/import/stdalign.in.h: New file.
3422 * gnulib/import/sys_socket.c: New file.
3423 * gnulib/import/sys_socket.in.h: New file.
3424 * gnulib/import/sys_uio.in.h: New file.
3425 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
3426 module.
3427
2afffa7f
JB
34282018-09-18 John Baldwin <jhb@FreeBSD.org>
3429
3430 * gnulib/aclocal-m4-deps.mk: New file.
3431 * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
3432 deterministically.
3433
9f235e09
JB
34342018-09-18 John Baldwin <jhb@FreeBSD.org>
3435
3436 * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
3437 KVE_PATH.
3438
40f03055
TT
34392018-09-18 Tom Tromey <tom@tromey.com>
3440
3441 * compile/compile-object-load.c (struct
3442 link_hash_table_cleanup_data): Add constructor and destructor.
3443 Use DISABLE_COPY_AND_ASSIGN.
3444 (~link_hash_table_cleanup_data): Rename from
3445 link_hash_table_free. Now a destructor.
3446 (copy_sections): Use gdb::unique_xmalloc_ptr. Remove cleanups.
3447
c9e0a7e3
TT
34482018-09-18 Tom Tromey <tom@tromey.com>
3449
3450 * compile/compile-object-run.c (do_module_cleanup): Use delete.
3451 * compile/compile-object-load.c (struct munmap_list): Move to
3452 header file.
3453 (munmap_list::add): Rename from munmap_list_add; rewrite.
3454 (munmap_list::~munmap_list): Rename from munmap_list_free.
3455 (munmap_listp_free_cleanup): Remove.
3456 (compile_object_load): Update.
3457 * compile/compile-object-load.h (struct munmap_list): Move from
3458 compile-object-load.c. Rewrite.
3459
3ff2c72e
AH
34602018-09-18 Alan Hayward <alan.hayward@arm.com>
3461
3462 * aarch64-tdep.c (pass_in_v): Use register size.
3463 (aarch64_extract_return_value): Likewise.
3464 (aarch64_store_return_value): Likewise.
3465
206c1947
RO
34662018-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3467
3468 * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
3469 rlim_t.
3470
6eb5dbce
PW
34712018-09-17 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3472
3473 * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
3474 Fix short help line.
3475
ae292b3a
TT
34762018-09-17 Tom Tromey <tom@tromey.com>
3477
3478 PR python/20445:
3479 * configure: Rebuild.
3480 * configure.ac: Conditionally use -DNDEBUG for Python.
3481
da658607
TT
34822018-09-17 Tom Tromey <tom@tromey.com>
3483
3484 * configure: Rebuild.
3485 * configure.ac: Use gmp as a library dependency when checking for
3486 mpfr.
3487
d35da542
PA
34882018-09-17 Pedro Alves <palves@redhat.com>
3489
3490 * python/py-inferior.c (find_inferior_object): Delete.
3491
461464f2
SM
34922018-09-17 Simon Marchi <simon.marchi@ericsson.com>
3493
3494 * compile/compile-cplus-types.c
3495 (compile_cplus_instance::enter_scope): Don't use new_scope after
3496 std::move.
3497
e6cd1dc1
TT
34982018-09-17 Tom Tromey <tom@tromey.com>
3499
3500 * common/pathstuff.c (get_standard_cache_dir): Use
3501 ~/Library/Caches on macOS.
3502 * common/pathstuff.h (get_standard_cache_dir): Update comment.
3503
8588b356
SM
35042018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3505
3506 PR python/23669
3507 * breakpoint.c (commands_cmd_element): New.
3508 (_initialize_breakpoint): Assign commands_cmd_element.
3509 * breakpoint.h (commands_cmd_element): New.
3510 * cli/cli-script.c (while_cmd_element, if_command,
3511 define_cmd_element): New.
3512 (command_name_equals): Remove.
3513 (process_next_line): Compare commands by pointer, not by name.
3514 (_initialize_cli_script): Assign the various cmd_list_element
3515 variables.
3516 * compile/compile.c (compile_cmd_element): New.
3517 (_initialize_compile): Assign compile_cmd_element.
3518 * compile/compile.h (compile_cmd_element): New.
3519 * guile/guile.c (guile_cmd_element): New.
3520 (install_gdb_commands): Assign guile_cmd_element.
3521 * guile/guile.h (guile_cmd_element): New.
3522 * python/python.c (python_cmd_element): New.
3523 (_initialize_python): Assign python_cmd_element.
3524 * python/python.h (python_cmd_element): New.
3525 * tracepoint.c (while_stepping_cmd_element): New.
3526 (_initialize_tracepoint): Assign while_stepping_cmd_element.
3527 * tracepoint.h (while_stepping_cmd_element): New.
3528
cb524840
TT
35292018-09-17 Tom Tromey <tom@tromey.com>
3530
3531 * infrun.c (save_infcall_suspend_state): Return
3532 infcall_suspend_state_up.
3533 (save_infcall_control_state): Return infcall_control_state_up.
3534 * inferior.h (save_infcall_suspend_state)
3535 (save_infcall_control_state): Declare later. Return unique
3536 pointers.
3537
2d844eaf
TT
35382018-09-17 Tom Tromey <tom@tromey.com>
3539
3540 * infrun.c (struct stop_context): Declare constructor,
3541 destructor, "changed" method.
3542 (stop_context::stop_context): Rename from save_stop_context.
3543 (stop_context::~stop_context): Rename from
3544 release_stop_context_cleanup.
3545 (normal_stop): Update.
3546 (stop_context::changed): Rename from stop_context_changed. Return
3547 bool.
3548
c7c4d3fa
TT
35492018-09-17 Tom Tromey <tom@tromey.com>
3550
3551 * inferior.h (struct infcall_suspend_state_deleter): New.
3552 (infcall_suspend_state_up): New typedef.
3553 (struct infcall_control_state_deleter): New.
3554 (infcall_control_state_up): New typedef.
3555 (make_cleanup_restore_infcall_suspend_state)
3556 (make_cleanup_restore_infcall_control_state): Don't declare.
3557 * infcall.c (call_function_by_hand_dummy): Update.
3558 * infrun.c (do_restore_infcall_suspend_state_cleanup)
3559 (make_cleanup_restore_infcall_suspend_state): Remove.
3560 (do_restore_infcall_control_state_cleanup)
3561 (make_cleanup_restore_infcall_control_state): Remove.
3562
ee841dd8
TT
35632018-09-17 Tom Tromey <tom@tromey.com>
3564
3565 * gdbthread.h (struct thread_control_state): Add initializer.
3566 (class thread_info) <control>: Remove initializer.
3567 * inferior.h (struct inferior_control_state): Add initializer.
3568 (class inferior) <control>: Remove initializer.
3569 (exit_inferior_1): Update.
3570 * infrun.c (struct infcall_control_state): Add constructors.
3571 (save_infcall_control_state): Use new.
3572 (restore_infcall_control_state, discard_infcall_control_state):
3573 Use delete.
3574
117f580a
TT
35752018-09-17 Tom Tromey <tom@tromey.com>
3576
3577 * infrun.c (struct infcall_suspend_state) <registers>: Now a
3578 unique_ptr.
3579 <siginfo_data>: Now a unique_xmalloc_ptr.
3580 (save_infcall_suspend_state, restore_infcall_suspend_state)
3581 (discard_infcall_suspend_state)
3582 (get_infcall_suspend_state_regcache): Update.
3583
dd848631
TT
35842018-09-17 Tom Tromey <tom@tromey.com>
3585
3586 * gdbthread.h (struct thread_suspend_state): Add initializers.
3587 (class thread_info) <suspend>: Remove initializer.
3588 * infrun.c (struct infcall_suspend_state): Add initializers.
3589 (save_infcall_suspend_state): Use new.
3590 (discard_infcall_suspend_state): Use delete.
3591
1a338907
TT
35922018-09-16 Tom Tromey <tom@tromey.com>
3593
3594 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3595 Remove.
3596 * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3597 rvalue reference. Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3598 (py_varobj_iter_new): Likewise.
3599 (py_varobj_get_iterator): Use gdbpy_ref.
3600
4a137fec
TT
36012018-09-16 Tom Tromey <tom@tromey.com>
3602
3603 * python/py-threadevent.c (py_get_event_thread): Simplify.
3604 * python/py-inferior.c (infpy_thread_from_thread_handle):
3605 Return immediately after calling thread_to_thread_object. Use
3606 Py_RETURN_NONE.
3607 (thread_to_thread_object): Set the exception on a NULL return.
3608
8ff03f0b
SM
36092018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
3610
3611 * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3612
94c8b725
TT
36132018-09-16 Tom Tromey <tom@tromey.com>
3614
3615 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3616 Remove.
3617
db1337cc
TT
36182018-09-16 Tom Tromey <tom@tromey.com>
3619
3620 * python/python-internal.h (thread_to_thread_object): Change
3621 return type.
3622 * python/py-inferior.c (thread_to_thread_object): Return a new
3623 reference.
3624 (infpy_thread_from_thread_handle): Update.
3625 * python/py-infthread.c (gdbpy_selected_thread): Update.
3626 * python/py-stopevent.c (create_stop_event_object): Update.
3627 * python/py-threadevent.c (py_get_event_thread): Return a new
3628 reference.
3629 (py_get_event_thread): Update.
3630 * python/py-event.h (py_get_event_thread): Change return type.
3631 * python/py-continueevent.c (create_continue_event_object):
3632 Update.
3633
0a9db5ad
TT
36342018-09-16 Tom Tromey <tom@tromey.com>
3635
3636 * python/py-progspace.c (pspy_get_objfiles): Update.
3637 * python/python-internal.h (objfile_to_objfile_object): Change
3638 return type.
3639 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3640 Update.
3641 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3642 Update.
3643 * python/python.c (gdbpy_get_current_objfile): Update.
3644 (gdbpy_objfiles): Update.
3645 * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3646 Update.
3647 (objfile_to_objfile_object): Return a new reference.
3648 * python/py-symtab.c (stpy_get_objfile): Update.
3649 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3650 Update.
3651
3c7aa307
TT
36522018-09-16 Tom Tromey <tom@tromey.com>
3653
3654 * python/py-inferior.c (infpy_get_progspace): Update.
3655 * python/python-internal.h (pspace_to_pspace_object): Change
3656 return type.
3657 * python/py-newobjfileevent.c
3658 (create_clear_objfiles_event_object): Update.
3659 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3660 Update.
3661 * python/python.c (gdbpy_get_current_progspace): Update.
3662 (gdbpy_progspaces): Update.
3663 * python/py-progspace.c (pspace_to_pspace_object): Return a new
3664 reference.
3665 * python/py-objfile.c (objfpy_get_progspace): Update.
3666 * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3667 Update.
3668
8743a9cd
TT
36692018-09-16 Tom Tromey <tom@tromey.com>
3670
3671 * python/lib/gdb/__init__.py (current_progspace, objfiles)
3672 (solib_name, block_for_pc, find_pc_line): New functions.
3673 (execute_unwinders): Update.
3674 * python/py-block.c (gdbpy_block_for_pc): Remove.
3675 * python/py-inferior.c (infpy_get_progspace): New function.
3676 (inferior_object_getset) <progspace>: Add.
3677 * python/py-progspace.c (pspy_objfiles): Rewrite.
3678 (pspy_solib_name, pspy_block_for_pc)
3679 (pspy_find_pc_line, pspy_is_valid): New functions.
3680 (progspace_object_methods): Add entries for solib_name,
3681 block_for_pc, find_pc_line, is_valid.
3682 * python/python-internal.h (gdbpy_block_for_pc)
3683 (build_objfiles_list): Don't declare.
3684 * python/python.c: Don't include solib.h.
3685 (gdbpy_solib_name, gdbpy_find_pc_line)
3686 (gdbpy_get_current_progspace, build_objfiles_list)
3687 (gdbpy_objfiles): Remove.
3688 (GdbMethods) <current_progspace, objfiles, block_for_pc,
3689 solib_name, find_pc_line>: Remove entries.
3690
65e65158
TT
36912018-09-16 Tom Tromey <tom@tromey.com>
3692
3693 * top.c (new_ui_command): Use GNU style for metasyntactic
3694 variables.
3695 * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3696 variables.
3697 * maint.c (maintenance_translate_address): Remove "<>" around
3698 text.
3699 * interps.c (interpreter_exec_cmd): Use GNU style for
3700 metasyntactic variables.
3701 * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3702 metasyntactic variables.
3703 * tracepoint.c (tfind_range_command): Use GNU style for
3704 metasyntactic variables.
3705 (tfind_outside_command): Likewise.
3706 (_initialize_tracepoint): Likewise.
3707 * remote.c (extended_remote_target::create_inferior): Use GNU
3708 style for metasyntactic variables.
3709 * sparc64-tdep.c (adi_examine_command): Use GNU style for
3710 metasyntactic variables.
3711 (adi_assign_command): Likewise.
3712
f4bab6ff
TT
37132018-09-16 Tom Tromey <tom@tromey.com>
3714
3715 * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3716 metasyntactic variables. Print message if no disassembler options
3717 are available.
3718
cbaaa0ca
TT
37192018-09-15 Tom Tromey <tom@tromey.com>
3720
3721 * infcmd.c (get_inferior_args): Return const char *.
3722 * inferior.h (get_inferior_args): Return type now const.
3723 * linux-tdep.c (linux_fill_prpsinfo): Update.
3724 * procfs.c (procfs_target::make_corefile_notes): Update.
3725
a3a6aef4
TT
37262018-09-07 Tom Tromey <tom@tromey.com>
3727
3728 * python/python.c (execute_gdb_command): Call bpstat_do_actions
3729 inside the TRY.
3730
f70e088f
SL
37312018-09-14 Sandra Loosemore <sandra@codesourcery.com>
3732
3733 * nios2-tdep.c (nios2_type_align): New.
3734 (nios2_gdb_arch_init): Install type_align hook.
3735
2fabdf33
AB
37362018-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
3737
3738 * eval.c (fake_method::fake_method): Call xzalloc directly for a
3739 type that is neither object file owned, nor gdbarch owned.
3740 * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3741 gdbarch is non-NULL.
3742 (alloc_type_instance): Allocate non-objfile owned types on the
3743 gdbarch obstack.
3744 (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3745 using TYPE_ALLOC to ensure memory is allocated on the correct
3746 obstack.
3747 * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3748 obstack, or the gdbarch obstack.
3749 (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3750
b4b08fa2
TT
37512018-09-14 Tom Tromey <tom@tromey.com>
3752
3753 * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3754 block.
3755
87b240d4
TT
37562018-09-14 Tom Tromey <tom@tromey.com>
3757
3758 * nat/fork-inferior.c (get_startup_shell): Remove "static".
3759
7d221512
TT
37602018-09-13 Tom Tromey <tom@tromey.com>
3761
3762 * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3763 static.
3764
97e67fc6
TT
37652018-09-13 Tom Tromey <tom@tromey.com>
3766
3767 * exec.c (try_open_exec_file): Use std::string.
3768
803c08d0
TT
37692018-09-13 Tom Tromey <tom@tromey.com>
3770
3771 * utils.h (gdb_bfd_errmsg): Return std::string.
3772 * exec.c (exec_file_attach): Update.
3773 * compile/compile-object-load.c (compile_object_load): Update.
3774 * utils.c (gdb_bfd_errmsg): Return std::string.
3775
5b4cbbe3
TT
37762018-09-13 Tom Tromey <tom@tromey.com>
3777
3778 * procfs.c (struct procinfo_deleter): New.
3779 (procinfo_up): New typedef.
3780 (do_destroy_procinfo_cleanup): Remove.
3781 (procfs_target::info_proc): Use procinfo_up. Remove cleanups.
3782
db68fbe2
TT
37832018-09-13 Tom Tromey <tom@tromey.com>
3784
3785 * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3786
0ae1a321
SM
37872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
37882018-09-13 Tom Tromey <tom@tromey.com>
3789
3790 * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3791 (pspy_get_objfiles): New function.
3792 (progspace_object_methods): New.
3793 (pspace_object_type): Add tp_methods callback.
3794 * python/python-internal.h (build_objfiles_list): New
3795 declaration.
3796 * python/python.c (build_objfiles_list): New function.
3797 (gdbpy_objfiles): Implement using build_objfiles_list.
3798 * NEWS: Mention the Progspace.objfiles method.
3799
a40bf0c2
SM
38002018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3801
3802 * python/py-inferior.c (infpy_get_progspace): New function.
3803 (inferior_object_getset): Add progspace property.
3804 * NEWS: Mention the new property.
3805
4a3fe98f
TT
38062018-09-13 Tom Tromey <tom@tromey.com>
3807
3808 PR rust/23650:
3809 * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3810
098b2108
TT
38112018-09-13 Tom Tromey <tom@tromey.com>
3812
3813 PR rust/23626:
3814 * rust-lang.c (rust_enum_variant): Now static.
3815 (rust_empty_enum_p): New function.
3816 (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3817 Handle empty enum.
3818
1256af7d
SM
38192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3820
3821 * python/py-inferior.c (infpy_repr): New.
3822 (inferior_object_type): Register infpy_repr.
3823 * python/py-objfile.c (objfpy_repr): New.
3824 (objfile_object_type): Register objfpy_repr.
3825
f117a62c
JB
38262018-09-12 John Baldwin <jhb@FreeBSD.org>
3827
3828 * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3829
88f22c34
JB
38302018-09-12 John Baldwin <jhb@FreeBSD.org>
3831
3832 * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3833 typo.
3834
3c025cfe
SDJ
38352018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
3836
3837 * common/common-utils.c: Don't include '<sys/stat.h>'.
3838 (is_regular_file): Move to...
3839 * common/filestuff.c (is_regular_file): ... here.
3840 * common/common-utils.h (is_regular_file): Move to...
3841 * common/filestuff.h (is_regular_file): ... here.
3842
3e68067f
SM
38432018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3844
3845 * skip.c (debug_skip): New variable.
3846 (skiplist_entry::do_skip_file_p): Add debug output.
3847 (skiplist_entry::do_skip_gfile_p): Likewise.
3848 (skiplist_entry::skip_function_p): Likewise.
3849 (_initialize_step_skip): Create debug command.
3850 * NEWS: Mention set/show debug skip.
3851
d6be54ef
XR
38522018-09-11 Xavier Roirand <roirand@adacore.com>
3853
3854 * darwin-nat.c (should_disable_startup_with_shell):
3855 New function.
3856 (darwin_nat_target::create_inferior): Add call.
3857
de1ec836
XR
38582018-09-11 Xavier Roirand <roirand@adacore.com>
3859
3860 * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3861 inf_port, msg_state>: Initialize.
3862 (struct darwin_thread_info) <signaled, single_step>: Change
3863 type and initialize.
3864 (struct darwin_thread_info) <event>: Initialize.
3865
e2fc52e7
SDJ
38662018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3867
3868 PR gdb/23555
3869 PR gdb/23558
3870 * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3871 guesses.
3872
5e8754f9
SDJ
38732018-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
3874
3875 Revert:
3876 2018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
3877
3878 PR gdb/23555
3879 PR gdb/23558
3880 * gnulib/aclocal.m4: Regenerate.
3881 * gnulib/config.in: Regenerate.
3882 * gnulib/configure: Regenerate.
3883 * gnulib/import/Makefile.am: Update.
3884 * gnulib/import/Makefile.in: Update.
3885 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3886 * gnulib/import/_Noreturn.h: ... this.
3887 * gnulib/import/alloca.in.h: Update.
3888 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3889 * gnulib/import/arg-nonnull.h: ... this.
3890 * gnulib/import/assure.h: Update.
3891 * gnulib/import/at-func.c: Update.
3892 * gnulib/import/basename-lgpl.c: Update.
3893 * gnulib/import/extra/snippet/c++defs.h: Rename to...
3894 * gnulib/import/c++defs.h: ... this.
3895 * gnulib/import/canonicalize-lgpl.c: Update.
3896 * gnulib/import/cdefs.h: Update.
3897 * gnulib/import/chdir-long.c: Update.
3898 * gnulib/import/chdir-long.h: Update.
3899 * gnulib/import/cloexec.c: Update.
3900 * gnulib/import/cloexec.h: Update.
3901 * gnulib/import/close.c: Update.
3902 * gnulib/import/closedir.c: Update.
3903 * gnulib/import/config.charset: Update.
3904 * gnulib/import/dirent-private.h: Update.
3905 * gnulib/import/dirent.in.h: Update.
3906 * gnulib/import/dirfd.c: Update.
3907 * gnulib/import/dirname-lgpl.c: Update.
3908 * gnulib/import/dirname.h: Update.
3909 * gnulib/import/dosname.h: Update.
3910 * gnulib/import/dup-safer-flag.c: Update.
3911 * gnulib/import/dup-safer.c: Update.
3912 * gnulib/import/dup.c: Update.
3913 * gnulib/import/dup2.c: Update.
3914 * gnulib/import/errno.in.h: Update.
3915 * gnulib/import/error.c: Update.
3916 * gnulib/import/error.h: Update.
3917 * gnulib/import/exitfail.c: Update.
3918 * gnulib/import/exitfail.h: Update.
3919 * gnulib/import/extra/update-copyright: Update.
3920 * gnulib/import/fchdir.c: Update.
3921 * gnulib/import/fcntl.c: Update.
3922 * gnulib/import/fcntl.in.h: Update.
3923 * gnulib/import/fd-hook.c: Update.
3924 * gnulib/import/fd-hook.h: Update.
3925 * gnulib/import/fd-safer-flag.c: Update.
3926 * gnulib/import/fd-safer.c: Update.
3927 * gnulib/import/fdopendir.c: Update.
3928 * gnulib/import/filename.h: Update.
3929 * gnulib/import/filenamecat-lgpl.c: Update.
3930 * gnulib/import/filenamecat.h: Update.
3931 * gnulib/import/flexmember.h: Update.
3932 * gnulib/import/float+.h: Update.
3933 * gnulib/import/float.c: Update.
3934 * gnulib/import/float.in.h: Update.
3935 * gnulib/import/fnmatch.c: Update.
3936 * gnulib/import/fnmatch.in.h: Update.
3937 * gnulib/import/fnmatch_loop.c: Update.
3938 * gnulib/import/fpucw.h: Update.
3939 * gnulib/import/frexp.c: Update.
3940 * gnulib/import/frexpl.c: Update.
3941 * gnulib/import/fstat.c: Update.
3942 * gnulib/import/fstatat.c: Update.
3943 * gnulib/import/getcwd-lgpl.c: Update.
3944 * gnulib/import/getcwd.c: Update.
3945 * gnulib/import/getdtablesize.c: Update.
3946 * gnulib/import/getlogin_r.c: Update.
3947 * gnulib/import/getprogname.c: Update.
3948 * gnulib/import/getprogname.h: Update.
3949 * gnulib/import/gettext.h: Update.
3950 * gnulib/import/gettimeofday.c: Update.
3951 * gnulib/import/glob-libc.h: Update.
3952 * gnulib/import/glob.c: Update.
3953 * gnulib/import/glob.in.h: Update.
3954 * gnulib/import/glob_internal.h: Update.
3955 * gnulib/import/glob_pattern_p.c: Update.
3956 * gnulib/import/globfree.c: Update.
3957 * gnulib/import/hard-locale.c: Update.
3958 * gnulib/import/hard-locale.h: Update.
3959 * gnulib/import/intprops.h: Update.
3960 * gnulib/import/inttypes.in.h: Update.
3961 * gnulib/import/isnan.c: Update.
3962 * gnulib/import/isnand-nolibm.h: Update.
3963 * gnulib/import/isnand.c: Update.
3964 * gnulib/import/isnanl-nolibm.h: Update.
3965 * gnulib/import/isnanl.c: Update.
3966 * gnulib/import/itold.c: Update.
3967 * gnulib/import/libc-config.h: Update.
3968 * gnulib/import/limits.in.h: Update.
3969 * gnulib/import/localcharset.c: Update.
3970 * gnulib/import/localcharset.h: Update.
3971 * gnulib/import/localtime-buffer.c: Update.
3972 * gnulib/import/localtime-buffer.h: Update.
3973 * gnulib/import/lstat.c: Update.
3974 * gnulib/import/m4/00gnulib.m4: Update.
3975 * gnulib/import/m4/__inline.m4: Update.
3976 * gnulib/import/m4/absolute-header.m4: Update.
3977 * gnulib/import/m4/alloca.m4: Update.
3978 * gnulib/import/m4/builtin-expect.m4: Update.
3979 * gnulib/import/m4/canonicalize.m4: Update.
3980 * gnulib/import/m4/chdir-long.m4: Update.
3981 * gnulib/import/m4/close.m4: Update.
3982 * gnulib/import/m4/closedir.m4: Update.
3983 * gnulib/import/m4/configmake.m4: Update.
3984 * gnulib/import/m4/d-ino.m4: Update.
3985 * gnulib/import/m4/d-type.m4: Update.
3986 * gnulib/import/m4/dirent_h.m4: Update.
3987 * gnulib/import/m4/dirfd.m4: Update.
3988 * gnulib/import/m4/dirname.m4: Update.
3989 * gnulib/import/m4/double-slash-root.m4: Update.
3990 * gnulib/import/m4/dup.m4: Update.
3991 * gnulib/import/m4/dup2.m4: Update.
3992 * gnulib/import/m4/eealloc.m4: Update.
3993 * gnulib/import/m4/environ.m4: Update.
3994 * gnulib/import/m4/errno_h.m4: Update.
3995 * gnulib/import/m4/error.m4: Update.
3996 * gnulib/import/m4/exponentd.m4: Update.
3997 * gnulib/import/m4/exponentl.m4: Update.
3998 * gnulib/import/m4/extensions.m4: Update.
3999 * gnulib/import/m4/extern-inline.m4: Update.
4000 * gnulib/import/m4/fchdir.m4: Update.
4001 * gnulib/import/m4/fcntl-o.m4: Update.
4002 * gnulib/import/m4/fcntl.m4: Update.
4003 * gnulib/import/m4/fcntl_h.m4: Update.
4004 * gnulib/import/m4/fdopendir.m4: Update.
4005 * gnulib/import/m4/filenamecat.m4: Update.
4006 * gnulib/import/m4/flexmember.m4: Update.
4007 * gnulib/import/m4/float_h.m4: Update.
4008 * gnulib/import/m4/fnmatch.m4: Update.
4009 * gnulib/import/m4/fnmatch_h.m4: Update.
4010 * gnulib/import/m4/fpieee.m4: Update.
4011 * gnulib/import/m4/frexp.m4: Update.
4012 * gnulib/import/m4/frexpl.m4: Update.
4013 * gnulib/import/m4/fstat.m4: Update.
4014 * gnulib/import/m4/fstatat.m4: Update.
4015 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4016 * gnulib/import/m4/getcwd-path-max.m4: Update.
4017 * gnulib/import/m4/getcwd.m4: Update.
4018 * gnulib/import/m4/getdtablesize.m4: Update.
4019 * gnulib/import/m4/getlogin.m4: Update.
4020 * gnulib/import/m4/getlogin_r.m4: Update.
4021 * gnulib/import/m4/getpagesize.m4: Update.
4022 * gnulib/import/m4/getprogname.m4: Update.
4023 * gnulib/import/m4/gettimeofday.m4: Update.
4024 * gnulib/import/m4/glibc21.m4: Update.
4025 * gnulib/import/m4/glob.m4: Update.
4026 * gnulib/import/m4/glob_h.m4: Update.
4027 * gnulib/import/m4/gnulib-cache.m4: Update.
4028 * gnulib/import/m4/gnulib-common.m4: Update.
4029 * gnulib/import/m4/gnulib-comp.m4: Update.
4030 * gnulib/import/m4/gnulib-tool.m4: Update.
4031 * gnulib/import/m4/hard-locale.m4: Update.
4032 * gnulib/import/m4/include_next.m4: Update.
4033 * gnulib/import/m4/inttypes-pri.m4: Update.
4034 * gnulib/import/m4/inttypes.m4: Update.
4035 * gnulib/import/m4/isnand.m4: Update.
4036 * gnulib/import/m4/isnanl.m4: Update.
4037 * gnulib/import/m4/largefile.m4: Update.
4038 * gnulib/import/m4/limits-h.m4: Update.
4039 * gnulib/import/m4/localcharset.m4: Update.
4040 * gnulib/import/m4/locale-fr.m4: Update.
4041 * gnulib/import/m4/locale-ja.m4: Update.
4042 * gnulib/import/m4/locale-zh.m4: Update.
4043 * gnulib/import/m4/localtime-buffer.m4: Update.
4044 * gnulib/import/m4/longlong.m4: Update.
4045 * gnulib/import/m4/lstat.m4: Update.
4046 * gnulib/import/m4/malloc.m4: Update.
4047 * gnulib/import/m4/malloca.m4: Update.
4048 * gnulib/import/m4/math_h.m4: Update.
4049 * gnulib/import/m4/mbrtowc.m4: Update.
4050 * gnulib/import/m4/mbsinit.m4: Update.
4051 * gnulib/import/m4/mbsrtowcs.m4: Update.
4052 * gnulib/import/m4/mbstate_t.m4: Update.
4053 * gnulib/import/m4/memchr.m4: Update.
4054 * gnulib/import/m4/memmem.m4: Update.
4055 * gnulib/import/m4/mempcpy.m4: Update.
4056 * gnulib/import/m4/memrchr.m4: Update.
4057 * gnulib/import/m4/mkdir.m4: Update.
4058 * gnulib/import/m4/mkstemp.m4: Update.
4059 * gnulib/import/m4/mmap-anon.m4: Update.
4060 * gnulib/import/m4/mode_t.m4: Update.
4061 * gnulib/import/m4/msvc-inval.m4: Update.
4062 * gnulib/import/m4/msvc-nothrow.m4: Update.
4063 * gnulib/import/m4/multiarch.m4: Update.
4064 * gnulib/import/m4/nocrash.m4: Update.
4065 * gnulib/import/m4/off_t.m4: Update.
4066 * gnulib/import/m4/onceonly.m4: Update.
4067 * gnulib/import/m4/open-cloexec.m4: Update.
4068 * gnulib/import/m4/open.m4: Update.
4069 * gnulib/import/m4/openat.m4: Update.
4070 * gnulib/import/m4/opendir.m4: Update.
4071 * gnulib/import/m4/pathmax.m4: Update.
4072 * gnulib/import/m4/rawmemchr.m4: Update.
4073 * gnulib/import/m4/readdir.m4: Update.
4074 * gnulib/import/m4/readlink.m4: Update.
4075 * gnulib/import/m4/realloc.m4: Update.
4076 * gnulib/import/m4/rename.m4: Update.
4077 * gnulib/import/m4/rewinddir.m4: Update.
4078 * gnulib/import/m4/rmdir.m4: Update.
4079 * gnulib/import/m4/save-cwd.m4: Update.
4080 * gnulib/import/m4/secure_getenv.m4: Update.
4081 * gnulib/import/m4/setenv.m4: Update.
4082 * gnulib/import/m4/signal_h.m4: Update.
4083 * gnulib/import/m4/ssize_t.m4: Update.
4084 * gnulib/import/m4/stat-time.m4: Update.
4085 * gnulib/import/m4/stat.m4: Update.
4086 * gnulib/import/m4/std-gnu11.m4: Update.
4087 * gnulib/import/m4/stdbool.m4: Update.
4088 * gnulib/import/m4/stddef_h.m4: Update.
4089 * gnulib/import/m4/stdint.m4: Update.
4090 * gnulib/import/m4/stdio_h.m4: Update.
4091 * gnulib/import/m4/stdlib_h.m4: Update.
4092 * gnulib/import/m4/strchrnul.m4: Update.
4093 * gnulib/import/m4/strdup.m4: Update.
4094 * gnulib/import/m4/strerror.m4: Update.
4095 * gnulib/import/m4/string_h.m4: Update.
4096 * gnulib/import/m4/strstr.m4: Update.
4097 * gnulib/import/m4/strtok_r.m4: Update.
4098 * gnulib/import/m4/sys_socket_h.m4: Update.
4099 * gnulib/import/m4/sys_stat_h.m4: Update.
4100 * gnulib/import/m4/sys_time_h.m4: Update.
4101 * gnulib/import/m4/sys_types_h.m4: Update.
4102 * gnulib/import/m4/tempname.m4: Update.
4103 * gnulib/import/m4/time_h.m4: Update.
4104 * gnulib/import/m4/unistd-safer.m4: Update.
4105 * gnulib/import/m4/unistd_h.m4: Update.
4106 * gnulib/import/m4/warn-on-use.m4: Update.
4107 * gnulib/import/m4/wchar_h.m4: Update.
4108 * gnulib/import/m4/wchar_t.m4: Update.
4109 * gnulib/import/m4/wctype_h.m4: Update.
4110 * gnulib/import/m4/wint_t.m4: Update.
4111 * gnulib/import/malloc.c: Update.
4112 * gnulib/import/malloc/scratch_buffer.h: Update.
4113 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4114 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4115 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4116 * gnulib/import/malloca.c: Update.
4117 * gnulib/import/malloca.h: Update.
4118 * gnulib/import/malloca.valgrind: Update.
4119 * gnulib/import/math.in.h: Update.
4120 * gnulib/import/mbrtowc.c: Update.
4121 * gnulib/import/mbsinit.c: Update.
4122 * gnulib/import/mbsrtowcs-impl.h: Update.
4123 * gnulib/import/mbsrtowcs-state.c: Update.
4124 * gnulib/import/mbsrtowcs.c: Update.
4125 * gnulib/import/memchr.c: Update.
4126 * gnulib/import/memmem.c: Update.
4127 * gnulib/import/mempcpy.c: Update.
4128 * gnulib/import/memrchr.c: Update.
4129 * gnulib/import/mkdir.c: Update.
4130 * gnulib/import/mkstemp.c: Update.
4131 * gnulib/import/msvc-inval.c: Update.
4132 * gnulib/import/msvc-inval.h: Update.
4133 * gnulib/import/msvc-nothrow.c: Update.
4134 * gnulib/import/msvc-nothrow.h: Update.
4135 * gnulib/import/open.c: Update.
4136 * gnulib/import/openat-die.c: Update.
4137 * gnulib/import/openat-priv.h: Update.
4138 * gnulib/import/openat-proc.c: Update.
4139 * gnulib/import/openat.c: Update.
4140 * gnulib/import/openat.h: Update.
4141 * gnulib/import/opendir.c: Update.
4142 * gnulib/import/pathmax.h: Update.
4143 * gnulib/import/pipe-safer.c: Update.
4144 * gnulib/import/rawmemchr.c: Update.
4145 * gnulib/import/readdir.c: Update.
4146 * gnulib/import/readlink.c: Update.
4147 * gnulib/import/realloc.c: Update.
4148 * gnulib/import/ref-add.sin: Update.
4149 * gnulib/import/ref-del.sin: Update.
4150 * gnulib/import/rename.c: Update.
4151 * gnulib/import/rewinddir.c: Update.
4152 * gnulib/import/rmdir.c: Update.
4153 * gnulib/import/same-inode.h: Update.
4154 * gnulib/import/save-cwd.c: Update.
4155 * gnulib/import/save-cwd.h: Update.
4156 * gnulib/import/scratch_buffer.h: Update.
4157 * gnulib/import/secure_getenv.c: Update.
4158 * gnulib/import/setenv.c: Update.
4159 * gnulib/import/signal.in.h: Update.
4160 * gnulib/import/stat-time.c: Update.
4161 * gnulib/import/stat-time.h: Update.
4162 * gnulib/import/stat-w32.c: Update.
4163 * gnulib/import/stat-w32.h: Update.
4164 * gnulib/import/stat.c: Update.
4165 * gnulib/import/stdbool.in.h: Update.
4166 * gnulib/import/stddef.in.h: Update.
4167 * gnulib/import/stdint.in.h: Update.
4168 * gnulib/import/stdio.in.h: Update.
4169 * gnulib/import/stdlib.in.h: Update.
4170 * gnulib/import/str-two-way.h: Update.
4171 * gnulib/import/strchrnul.c: Update.
4172 * gnulib/import/strdup.c: Update.
4173 * gnulib/import/streq.h: Update.
4174 * gnulib/import/strerror-override.c: Update.
4175 * gnulib/import/strerror-override.h: Update.
4176 * gnulib/import/strerror.c: Update.
4177 * gnulib/import/string.in.h: Update.
4178 * gnulib/import/stripslash.c: Update.
4179 * gnulib/import/strnlen1.c: Update.
4180 * gnulib/import/strnlen1.h: Update.
4181 * gnulib/import/strstr.c: Update.
4182 * gnulib/import/strtok_r.c: Update.
4183 * gnulib/import/sys_stat.in.h: Update.
4184 * gnulib/import/sys_time.in.h: Update.
4185 * gnulib/import/sys_types.in.h: Update.
4186 * gnulib/import/tempname.c: Update.
4187 * gnulib/import/tempname.h: Update.
4188 * gnulib/import/time.in.h: Update.
4189 * gnulib/import/unistd--.h: Update.
4190 * gnulib/import/unistd-safer.h: Update.
4191 * gnulib/import/unistd.in.h: Update.
4192 * gnulib/import/unsetenv.c: Update.
4193 * gnulib/import/verify.h: Update.
4194 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4195 * gnulib/import/wchar.in.h: Update.
4196 * gnulib/import/wctype.in.h: Update.
4197 * gnulib/import/xalloc-oversized.h: Update.
4198 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4199 "53e2c179f26a890fa6685af4b6c1397ee370433b".
4200
8ec23583
SM
42012018-09-10 Simon Marchi <simon.marchi@ericsson.com>
4202
4203 * record-btrace.c (get_thread_current_frame): Remove
4204 old_inferior_ptid.
4205
1f5d1570
JG
42062018-09-10 Jerome Guitton <guitton@adacore.com>
4207
4208 * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
4209 with check_tag to 1 if and only if the type is tagged and the
4210 component being searched cannot been found in the current
4211 view. Otherwise, always call ada_to_fixed_type with
4212 check_tag to 0.
4213
d91e9ea8
XR
42142018-09-10 Xavier Roirand <roirand@adacore.com>
4215
4216 * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
4217 declaration.
4218 * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
4219 * ada-varobj.c (ada_varobj_get_number_of_children,
4220 ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
4221
cc330e39
XR
42222018-09-10 Xavier Roirand <roirand@adacore.com>
4223
4224 * ada-valprint.c (ada_value_print): Use type instead of
4225 enclosing type.
4226
b9c50e9a
XR
42272018-09-10 Xavier Roirand <roirand@adacore.com>
4228
4229 * ada-lang.c (ada_value_subscript): Handle case when parameter is
4230 an array of access to unconstrained array.
4231
736ade86
XR
42322018-09-10 Xavier Roirand <roirand@adacore.com>
4233
4234 * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
4235 (ada_check_typedef): Use it.
4236
2963898f
XR
42372018-09-10 Xavier Roirand <roirand@adacore.com>
4238
4239 * ada-varobj.c (ada_varobj_describe_struct_child)
4240 (ada_varobj_describe_child): Handle union case like struct one.
4241
a154931e
TT
42422018-09-10 Tom Tromey <tom@tromey.com>
4243
4244 PR python/18380:
4245 * python/python.c (_initialize_python): Make example in "python"
4246 help work in Python 3.
4247
23c4651c
EZ
42482018-09-10 Eli Zaretskii <eliz@gnu.org>
4249
4250 * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
4251 INSTALL_PROGRAM to install gdb-add-index.sh. Don't append
4252 $(EXEEXT) to the script, as it is not a program.
4253
a5c5eda7
SM
42542018-09-09 Simon Marchi <simon.marchi@ericsson.com>
4255
4256 * python/py-prettyprint.c (pretty_print_one_value): Return
4257 gdbpy_ref<>.
4258 (print_string_repr): Adjust.
4259 (apply_varobj_pretty_printer): Return gdbpy_ref<>.
4260 * python/python-internal.h (apply_varobj_pretty_printer): Return
4261 gdbpy_ref<>.
4262 * varobj.c (varobj_value_get_print_value): Adjust.
4263
332cf4c9
TT
42642018-09-08 Tom Tromey <tom@tromey.com>
4265
4266 PR python/16047:
4267 * python/py-prettyprint.c (pretty_print_one_value): Check for
4268 to_string method.
4269
424da6cf
JB
42702018-09-08 Joel Brobecker <brobecker@adacore.com>
4271
4272 * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
4273 replace_operator_with_call.
4274
95f39a5b
JB
42752018-09-08 Joel Brobecker <brobecker@adacore.com>
4276
4277 * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
4278
16b9eb7b
JB
42792018-09-08 Joel Brobecker <brobecker@adacore.com>
4280
4281 * ada-typeprint.c (print_range): Print the bounds using TYPE
4282 rather than its TYPE_TARGET_TYPE.
4283
d8ce9127
JB
42842018-09-08 Joel Brobecker <brobecker@adacore.com>
4285
4286 * ada-lang.c (ada_to_fixed_value): Minor reformatting in
4287 call to ada_to_fixed_value_create.
4288
0d81f350
JG
42892018-09-08 Jerome Guitton <guitton@adacore.com>
4290
4291 * ada-lang.c (ada_decode): strip dot prefix in symbol name.
4292
57aff202
JB
42932018-09-08 Joel Brobecker <brobecker@adacore.com>
4294
4295 * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
4296 by calls to error.
4297
fb44b1a7
JB
42982018-09-08 Joel Brobecker <brobecker@adacore.com>
4299
4300 * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
4301 Move update of loop variable "fi".
4302
2a62dfa9
JB
43032018-09-08 Joel Brobecker <brobecker@adacore.com>
4304
4305 * ada-lang.c (value_assign_to_component): In the case of
4306 big-endian targets, extract the bits of the given VAL
4307 using an src_offset of zero if container is not a scalar.
4308
739ab2e9
SS
43092018-09-06 Simon Ser <contact@emersion.fr>
4310
4311 PR gdb/23105
4312 * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
4313 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4314 * fbsd-tdep.c (fbsd_make_note_desc): New.
4315 (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
4316 NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
4317 * target.h (enum target_object) Add FreeBSD-specific
4318 TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4319
d82b3862
SM
43202018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4321
4322 * compile/compile-c.h (generate_c_for_variable_locations):
4323 Change reference to pointer.
4324 * compile/compile-c-support.c (compile_program) <compute>:
4325 Likewise.
4326 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
4327 (generate_c_for_for_one_variable): Likewise
4328 (generate_c_for_variable_locations): Likewise
4329 * compile/compile-c-types.c (compile_c_instance::convert_type):
4330 Likewise
4331 * compile/compile-cplus-symbols.c (convert_one_symbol):
4332 std::move the scope passed to enter_scope.
4333 * compile/compile-cplus-types.c
4334 (compile_cplus_instance::enter_scope): Make parameter
4335 rvalue-reference.
4336 (compile_cplus_instance::new_scope): Change reference to
4337 pointer.
4338 (compile_cplus_instance::convert_type): Likewise
4339 (compile_cplus_convert_typedef): std::move the scope passed to
4340 enter_scope.
4341 (compile_cplus_convert_struct_or_union): Likewise.
4342 (compile_cplus_convert_enum): Likewise.
4343 (compile_cplus_convert_namespace): Likewise.
4344 * compile/compile-cplus.h (compile_cplus_instance)
4345 <enter_scope>: Make parameter rvalue-reference.
4346 * compile/compile-internal.h (compile_instance)
4347 <get_cached_type>: Likewise
4348 * compile/compile-loc2c.c (push): Likewise
4349 (pushf): Likewise
4350 (unary): Likewise
4351 (binary): Likewise
4352 (print_label): Likewise
4353 (pushf_register_address): Likewise
4354 (pushf_register): Likewise
4355 (do_compile_dwarf_expr_to_c): Likewise
4356 (compile_dwarf_expr_to_c): Likewise
4357 (compile_dwarf_bounds_to_c): Likewise
4358 * compile/compile.c (compile_instance::get_cached_type):
4359 Likewise
4360 * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
4361 (compile_dwarf_bounds_to_c): Likewise
4362 * dwarf2loc.c (locexpr_generate_c_location): Likewise.
4363 (dwarf2_compile_property_to_c): Likewise
4364 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
4365 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
4366 Likewise
4367
cc5a5ae5
SM
43682018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4369
4370 * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
4371 * tui/tui-data.c (init_content_element): Don't initialize it.
4372
137be540
SM
43732018-09-06 Simon Marchi <simon.marchi@ericsson.com>
4374
4375 * tui/tui-data.h (struct tui_win_info)
4376 <detail::opaque>: Remove.
4377 * tui/tui-data.c (init_win_info): Remove assignment.
4378
f1628857
TT
43792018-09-05 Tom Tromey <tom@tromey.com>
4380
4381 * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
4382 -Wformat-nonliteral.
4383 * target-float.c (host_float_ops<T>::to_string)
4384 (host_float_ops<T>::from_string): Use
4385 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4386 * configure: Rebuild.
4387
af39b1c2
SM
43882018-09-05 Simon Marchi <simon.marchi@ericsson.com>
4389
4390 * printcmd.c (printf_c_string): Use
4391 DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4392 (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
4393
081bca4d
TT
43942018-09-05 Tom Tromey <tom@tromey.com>
4395
4396 * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
4397
e4a62c65
TV
43982018-09-05 Tom de Vries <tdevries@suse.de>
4399
4400 * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
4401 with resolve_abstract_p == true.
4402 (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
4403 defaulting to false. Propagate resolve_abstract_p to
4404 dwarf2_fetch_die_loc_sect_off.
4405 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
4406 parameter, defaulting to false.
4407 * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
4408 (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
4409 parameter.
4410 * dwarf2read.h (struct die_info): Forward-declare.
4411 (die_info_ptr): New typedef.
4412 (struct dwarf2_per_objfile): Add abstract_to_concrete field.
4413
2b69821e
JB
44142018-09-05 Joel Brobecker <brobecker@adacore.com>
4415
4416 GDB 8.2 released.
4417
fcc9b044
SDJ
44182018-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4419 Pedro Alves <palves@redhat.com>
4420
4421 * gnulib/Makefile.in (aclocal_m4_deps): Move to
4422 "aclocal-m4-deps.mk". Include file here.
4423 $(srcdir)/aclocal.m4: Add "configure.ac".
4424 * gnulib/aclocal-m4-deps.mk: New file.
4425 * gnulib/update-gnulib.sh: Automatically update
4426 "aclocal-m4-deps.mk".
4427
d53d5436
TT
44282018-09-04 Tom Tromey <tom@tromey.com>
4429
4430 * configure: Rebuild.
4431 * configure.ac: Remove multi-ice code.
4432
8dc9fd87
TT
44332018-09-04 Tom Tromey <tom@tromey.com>
4434
4435 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
4436 (ada-exp.o): Update.
4437
3322c5d9
TT
44382018-09-04 Tom Tromey <tom@tromey.com>
4439
4440 * Makefile.in (printcmd.o, target-float.o): Remove.
4441 (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
4442
ba2bf2aa
TT
44432018-09-04 Tom Tromey <tom@tromey.com>
4444
4445 * gnulib/Makefile.in: Remove obsolete comment.
4446 * Makefile.in: Remove obsolete comment.
4447
6c9d681b
AB
44482018-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
4451 line with '+'.
4452
78a3b0fa
AB
44532018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * riscv-tdep.c: Add 'prologue-value.h' include.
4456 (struct riscv_unwind_cache): New struct.
4457 (riscv_debug_unwinder): New global.
4458 (riscv_scan_prologue): Update arguments, capture register details
4459 from prologue scan.
4460 (riscv_skip_prologue): Reformat arguments line, move end of
4461 prologue calculation into riscv_scan_prologue.
4462 (riscv_frame_cache): Update return type, create
4463 riscv_unwind_cache, scan the prologue, and fill in remaining cache
4464 details.
4465 (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
4466 (riscv_frame_prev_register): Use the trad_frame within the
4467 riscv_unwind_cache.
4468 (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
4469 flag.
4470
23e60e7a
AB
44712018-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4472
4473 * trad-frame.h (trad_frame_set_realreg): Declare.
4474 (trad_frame_set_addr): Declare.
4475 * trad-frame.c (trad_frame_set_realreg): Define new function.
4476 (trad_frame_set_addr): Define new function.
4477 (trad_frame_set_reg_realreg): Use new function.
4478 (trad_frame_set_reg_addr): Use new function.
4479
5c889512
KS
44802018-09-01 Keith Seitz <keiths@redhat.com>
4481
4482 * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
4483 pulongest instead of "%lld".
4484 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
4485 ATTRIBUTE_UNUSED.
4486
c8c81635
TT
44872018-08-31 Tom Tromey <tom@tromey.com>
4488
4489 * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
4490 variant part type.
4491
0c888588
PA
44922018-08-31 Pedro Alves <palves@redhat.com>
4493
4494 * gdbarch.h: Regenerate.
4495
7ea65f08
PA
44962018-08-31 Pedro Alves <palves@redhat.com>
4497
4498 * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
4499 * target.h (Hardware watchpoint interfaces): Describe
4500 continuable/steppable/non-steppable watchpoints.
4501 * gdbarch.h, gdbarch.c: Regenerate.
4502
7eb65faf
PA
45032018-08-31 Pedro Alves <palves@redhat.com>
4504
4505 * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
4506 Delete.
4507 * s390-linux-nat.c
4508 (s390_linux_nat_target::have_continuable_watchpoint): Delete.
4509 * target.h (target_ops::have_continuable_watchpoint): Delete.
4510 (target_have_continuable_watchpoint): Delete.
4511 * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
4512 * target-delegates.c: Regenerate.
4513
dab999b1
SDJ
45142018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4515
4516 * gnulib/Makefile.in (aclocal_m4_deps): Update according to
4517 the files present in "gnulib/import/m4/".
4518
ff3a05b3
AB
45192018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
4522 c.sw, c.swsp, and c.sdsp.
4523
0b3f9efc
AB
45242018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * riscv-tdep.c (struct riscv_inferior_data): Delete.
4527 (riscv_read_misa_reg): Don't cache value read into inferior data.
4528 (riscv_new_inferior_data): Delete.
4529 (riscv_inferior_data_cleanup): Delete.
4530 (riscv_inferior_data): Delete.
4531 (riscv_invalidate_inferior_data): Delete.
4532 (_initialize_riscv_tdep): Remove initialisation of inferior data.
4533
a0dc02a6
SM
45342018-08-30 Simon Marchi <simon.marchi@ericsson.com>
4535
4536 * compile/compile-cplus-types.c
4537 (compile_cplus_instance::leave_scope): Take the address of scope
4538 object.
4539 (compile_cplus_instance::convert_qualified_base): Compare quals
4540 to 0.
4541
fdad7678
KS
45422018-08-30 Keith Seitz <keiths@redhat.com>
4543
4544 * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
4545 Use "%s" and host_address_to_string instead of "%p" in printf.
4546
078a0207
KS
45472018-08-29 Keith Seitz <keiths@redhat.com>
4548
4549 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
4550 and compile-cplus-types.c.
4551 (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
4552 * c-lang.c (cplus_language_defn): Set C++ compile functions.
4553 * c-lang.h (cplus_get_compile_context, cplus_compute_program):
4554 Declare.
4555 * compile/compile-c-support.c: Include compile-cplus.h.
4556 (load_libcompile): Templatize.
4557 (get_compile_context): "New" function.
4558 (c_get_compile_context): Use get_compile_context.
4559 (cplus_get_compile_context): New function.
4560 (cplus_push_user_expression, cplus_pop_user_expression)
4561 (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4562 (cplus_compute_program): Define new structs/functions.
4563 * compile/compile-cplus-symmbols.c: New file.
4564 * compile/compile-cplus-types.c: New file.
4565 * compile/compile-cplus.h: New file.
4566 * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4567 Declare.
4568 * compile/compile-object-load.c (get_out_value_type): Use
4569 strncmp_iw when comparing symbol names.
4570 (compile_object_load): Add mst_bss and mst_data.
4571 * compile/compile.c (_initialize_compile): Remove
4572 -Wno-implicit-function-declaration from `compile_args'.
4573 * compile/gcc-cp-plugin.h: New file.
4574 * NEWS: Mention C++ compile support and new debug options.
4575
fcaad03c
KS
45762018-08-29 Keith Seitz <keiths@redhat.com>
4577
4578 * linespec.c (collect_info::add_symbol): Make virtual.
4579 (struct symbol_searcher_collect_info): New struct.
4580 (symbol_searcher::find_all_symbols): New method.
4581 * symtab.h (class symbol_searcher): New class.
4582
7e41c8db
KS
45832018-08-29 Keith Seitz <keiths@redhat.com>
4584
4585 * linespec.c (struct linespec) <function_symbols, label_symbols>:
4586 Change to vector of block_symbol. Update all users.
4587 (struct collect_info) <symbols>: Likewise.
4588 (collect_info::add_symbol): Take block_symbol as argument.
4589 Update all callers.
4590 (decode_compound_collector) <m_symbols>: Change type to vector
4591 of block_symbol. Update all users.
4592 (decode_compound_collector::operator ()): Change parameter type
4593 to block_symbol.
4594 (find_method, find_function_symbols, find_linespec_symbols)
4595 (find_label_symbols_in_block, find_label_symbols): Change symbol
4596 vectors to block_symbol vectors.
4597 * symtab.h (symbol_found_callback_ftype): Change parameter type to
4598 block_symbol.
4599
63e8c3da
KS
46002018-08-29 Keith Seitz <keiths@redhat.com>
4601
4602 * linespec.c (symbolp): Remove typedef and VEC definitions.
4603 (bound_minimal_symbol_d): Likewise.
4604
4dedf84d
KS
46052018-08-29 Keith Seitz <keiths@redhat.com>
4606
4607 * linespec.c (decode_compound_collector::decode_compound_collector):
4608 Remove initialization for `m_symtabs'.
4609 (decode_compound_collector::release_symbols): Change return type
4610 to std::vector. Update all callers.
4611 (class decode_compound_collector) <m_symbols>: Change type to
4612 std::vector.
4613 (lookup_prefix_sym): Change return type to std::vector. Update all
4614 callers.
4615 (compare_symbols): Remove.
4616 (std_compare_symbols): Rename to `compare_symbols'.
4617 (find_method): Change `sym_classes' parameter to std::vector.
4618 Update all callers. Use std::sort to sort sym_classes.
4619 (find_linespec_symbols): Remove cleanup.
4620
c2a031c5
KS
46212018-08-29 Keith Seitz <keiths@redhat.com>
4622
4623 * linespec.c (struct linespec) <minimal_symbols>: Change type to
4624 std::vector. Update all users.
4625 (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4626 (struct collect_info) <minimal_symbols>: Likewise.
4627 (compare_msymbols): Return bool. Change parameters to const
4628 bound_minimal_symbol references.
4629 (find_method, find_function_symbols, find_linespec_symbols): Change
4630 `minsyms' parameter to std::vector. Update all callers.
4631
3553eadc
KS
46322018-08-29 Keith Seitz <keiths@redhat.com>
4633
4634 * linespec.c (struct linespec) <label_symbols>: Change type to
4635 std::vector. Update all users.
4636 (find_label_symbols_in_block): Change `result' parameter to
4637 std::vector. Update all callers.
4638 (find_label_symbols): Return std::vector. Update all callers.
4639
7243d011
KS
46402018-08-29 Keith Seitz <keiths@redhat.com>
4641
4642 * linespec.c (struct linespec) <function_symbols>: Change type to
4643 std::vector. Update all users.
4644 (struct collect_info) <function_symbols>: Likewise.
4645 (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4646 (std_compare_symbols): New function.
4647 (find_method, find_function_symbols, find_linespec_symbols)
4648 (find_label_symbols_in_block): Change `symbols' parameter to
4649 std::vector. Update all callers.
4650 (find_label_symbols): Likewise for `function_symbols' and
4651 `label_funcs_ret'.
4652
2a908241
KS
46532018-08-29 Keith Seitz <keiths@redhat.com>
4654
4655 * linespec.c (symtab_vector_up): Define.
4656 (struct linespec) <file_symtabs>: Change type to std::vector *.
4657 Update all uses.
4658 (struct collect_info) <file_symtabs>: Likewise.
4659 (collect_symtabs_from_filename): Return symtab_vector_up.
4660 Update all callers.
4661 (decode_objc): Remove cleanup.
4662 (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4663 (symtab_collector::release_symtabs): Return symtab_vector_up.
4664 Update all callers.
4665 (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4666 Update all users.
4667 (collect_symtabs_from_filename, symtabs_from_filename): Return
4668 symtab_vector_up. Update all callers.
4669
f6c4e3e8
TT
46702018-08-29 Tom Tromey <tom@tromey.com>
4671
4672 * csky-tdep.c (csky_analyze_prologue): Use
4673 core_addr_to_string_nz.
4674
73c13fe6
TT
46752018-08-29 Tom Tromey <tom@tromey.com>
4676
4677 * windows-nat.c (struct xlate_exception) <them>: Change type to
4678 DWORD.
4679 (xlate): Fix formatting. Remove last entry.
4680 (struct xlate_exception, xlate): Comment out.
4681 (windows_nat_target::resume): Use ranged for.
4682
4d3928d7
JW
46832018-08-29 Jim Wilson <jimw@sifive.com>
4684
4685 * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4686 (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4687 of NT_PRFPREG.
4688 (riscv_linux_nat_target::store_registers): Likewise.
4689
7a6dbc2f
SDJ
46902018-08-29 Sergio Durigan Junior <sergiodj@redhat.com>
4691
4692 PR gdb/23555
4693 PR gdb/23558
4694 * gnulib/aclocal.m4: Regenerate.
4695 * gnulib/config.in: Regenerate.
4696 * gnulib/configure: Regenerate.
4697 * gnulib/import/Makefile.am: Update.
4698 * gnulib/import/Makefile.in: Update.
4699 * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4700 * gnulib/import/_Noreturn.h: ... this.
4701 * gnulib/import/alloca.in.h: Update.
4702 * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4703 * gnulib/import/arg-nonnull.h: ... this.
4704 * gnulib/import/assure.h: Update.
4705 * gnulib/import/at-func.c: Update.
4706 * gnulib/import/basename-lgpl.c: Update.
4707 * gnulib/import/extra/snippet/c++defs.h: Rename to...
4708 * gnulib/import/c++defs.h: ... this.
4709 * gnulib/import/canonicalize-lgpl.c: Update.
4710 * gnulib/import/cdefs.h: Update.
4711 * gnulib/import/chdir-long.c: Update.
4712 * gnulib/import/chdir-long.h: Update.
4713 * gnulib/import/cloexec.c: Update.
4714 * gnulib/import/cloexec.h: Update.
4715 * gnulib/import/close.c: Update.
4716 * gnulib/import/closedir.c: Update.
4717 * gnulib/import/config.charset: Update.
4718 * gnulib/import/dirent-private.h: Update.
4719 * gnulib/import/dirent.in.h: Update.
4720 * gnulib/import/dirfd.c: Update.
4721 * gnulib/import/dirname-lgpl.c: Update.
4722 * gnulib/import/dirname.h: Update.
4723 * gnulib/import/dosname.h: Update.
4724 * gnulib/import/dup-safer-flag.c: Update.
4725 * gnulib/import/dup-safer.c: Update.
4726 * gnulib/import/dup.c: Update.
4727 * gnulib/import/dup2.c: Update.
4728 * gnulib/import/errno.in.h: Update.
4729 * gnulib/import/error.c: Update.
4730 * gnulib/import/error.h: Update.
4731 * gnulib/import/exitfail.c: Update.
4732 * gnulib/import/exitfail.h: Update.
4733 * gnulib/import/extra/update-copyright: Update.
4734 * gnulib/import/fchdir.c: Update.
4735 * gnulib/import/fcntl.c: Update.
4736 * gnulib/import/fcntl.in.h: Update.
4737 * gnulib/import/fd-hook.c: Update.
4738 * gnulib/import/fd-hook.h: Update.
4739 * gnulib/import/fd-safer-flag.c: Update.
4740 * gnulib/import/fd-safer.c: Update.
4741 * gnulib/import/fdopendir.c: Update.
4742 * gnulib/import/filename.h: Update.
4743 * gnulib/import/filenamecat-lgpl.c: Update.
4744 * gnulib/import/filenamecat.h: Update.
4745 * gnulib/import/flexmember.h: Update.
4746 * gnulib/import/float+.h: Update.
4747 * gnulib/import/float.c: Update.
4748 * gnulib/import/float.in.h: Update.
4749 * gnulib/import/fnmatch.c: Update.
4750 * gnulib/import/fnmatch.in.h: Update.
4751 * gnulib/import/fnmatch_loop.c: Update.
4752 * gnulib/import/fpucw.h: Update.
4753 * gnulib/import/frexp.c: Update.
4754 * gnulib/import/frexpl.c: Update.
4755 * gnulib/import/fstat.c: Update.
4756 * gnulib/import/fstatat.c: Update.
4757 * gnulib/import/getcwd-lgpl.c: Update.
4758 * gnulib/import/getcwd.c: Update.
4759 * gnulib/import/getdtablesize.c: Update.
4760 * gnulib/import/getlogin_r.c: Update.
4761 * gnulib/import/getprogname.c: Update.
4762 * gnulib/import/getprogname.h: Update.
4763 * gnulib/import/gettext.h: Update.
4764 * gnulib/import/gettimeofday.c: Update.
4765 * gnulib/import/glob-libc.h: Update.
4766 * gnulib/import/glob.c: Update.
4767 * gnulib/import/glob.in.h: Update.
4768 * gnulib/import/glob_internal.h: Update.
4769 * gnulib/import/glob_pattern_p.c: Update.
4770 * gnulib/import/globfree.c: Update.
4771 * gnulib/import/hard-locale.c: Update.
4772 * gnulib/import/hard-locale.h: Update.
4773 * gnulib/import/intprops.h: Update.
4774 * gnulib/import/inttypes.in.h: Update.
4775 * gnulib/import/isnan.c: Update.
4776 * gnulib/import/isnand-nolibm.h: Update.
4777 * gnulib/import/isnand.c: Update.
4778 * gnulib/import/isnanl-nolibm.h: Update.
4779 * gnulib/import/isnanl.c: Update.
4780 * gnulib/import/itold.c: Update.
4781 * gnulib/import/libc-config.h: Update.
4782 * gnulib/import/limits.in.h: Update.
4783 * gnulib/import/localcharset.c: Update.
4784 * gnulib/import/localcharset.h: Update.
4785 * gnulib/import/localtime-buffer.c: Update.
4786 * gnulib/import/localtime-buffer.h: Update.
4787 * gnulib/import/lstat.c: Update.
4788 * gnulib/import/m4/00gnulib.m4: Update.
4789 * gnulib/import/m4/__inline.m4: Update.
4790 * gnulib/import/m4/absolute-header.m4: Update.
4791 * gnulib/import/m4/alloca.m4: Update.
4792 * gnulib/import/m4/builtin-expect.m4: Update.
4793 * gnulib/import/m4/canonicalize.m4: Update.
4794 * gnulib/import/m4/chdir-long.m4: Update.
4795 * gnulib/import/m4/close.m4: Update.
4796 * gnulib/import/m4/closedir.m4: Update.
4797 * gnulib/import/m4/configmake.m4: Update.
4798 * gnulib/import/m4/d-ino.m4: Update.
4799 * gnulib/import/m4/d-type.m4: Update.
4800 * gnulib/import/m4/dirent_h.m4: Update.
4801 * gnulib/import/m4/dirfd.m4: Update.
4802 * gnulib/import/m4/dirname.m4: Update.
4803 * gnulib/import/m4/double-slash-root.m4: Update.
4804 * gnulib/import/m4/dup.m4: Update.
4805 * gnulib/import/m4/dup2.m4: Update.
4806 * gnulib/import/m4/eealloc.m4: Update.
4807 * gnulib/import/m4/environ.m4: Update.
4808 * gnulib/import/m4/errno_h.m4: Update.
4809 * gnulib/import/m4/error.m4: Update.
4810 * gnulib/import/m4/exponentd.m4: Update.
4811 * gnulib/import/m4/exponentl.m4: Update.
4812 * gnulib/import/m4/extensions.m4: Update.
4813 * gnulib/import/m4/extern-inline.m4: Update.
4814 * gnulib/import/m4/fchdir.m4: Update.
4815 * gnulib/import/m4/fcntl-o.m4: Update.
4816 * gnulib/import/m4/fcntl.m4: Update.
4817 * gnulib/import/m4/fcntl_h.m4: Update.
4818 * gnulib/import/m4/fdopendir.m4: Update.
4819 * gnulib/import/m4/filenamecat.m4: Update.
4820 * gnulib/import/m4/flexmember.m4: Update.
4821 * gnulib/import/m4/float_h.m4: Update.
4822 * gnulib/import/m4/fnmatch.m4: Update.
4823 * gnulib/import/m4/fnmatch_h.m4: Update.
4824 * gnulib/import/m4/fpieee.m4: Update.
4825 * gnulib/import/m4/frexp.m4: Update.
4826 * gnulib/import/m4/frexpl.m4: Update.
4827 * gnulib/import/m4/fstat.m4: Update.
4828 * gnulib/import/m4/fstatat.m4: Update.
4829 * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4830 * gnulib/import/m4/getcwd-path-max.m4: Update.
4831 * gnulib/import/m4/getcwd.m4: Update.
4832 * gnulib/import/m4/getdtablesize.m4: Update.
4833 * gnulib/import/m4/getlogin.m4: Update.
4834 * gnulib/import/m4/getlogin_r.m4: Update.
4835 * gnulib/import/m4/getpagesize.m4: Update.
4836 * gnulib/import/m4/getprogname.m4: Update.
4837 * gnulib/import/m4/gettimeofday.m4: Update.
4838 * gnulib/import/m4/glibc21.m4: Update.
4839 * gnulib/import/m4/glob.m4: Update.
4840 * gnulib/import/m4/glob_h.m4: Update.
4841 * gnulib/import/m4/gnulib-cache.m4: Update.
4842 * gnulib/import/m4/gnulib-common.m4: Update.
4843 * gnulib/import/m4/gnulib-comp.m4: Update.
4844 * gnulib/import/m4/gnulib-tool.m4: Update.
4845 * gnulib/import/m4/hard-locale.m4: Update.
4846 * gnulib/import/m4/include_next.m4: Update.
4847 * gnulib/import/m4/inttypes-pri.m4: Update.
4848 * gnulib/import/m4/inttypes.m4: Update.
4849 * gnulib/import/m4/isnand.m4: Update.
4850 * gnulib/import/m4/isnanl.m4: Update.
4851 * gnulib/import/m4/largefile.m4: Update.
4852 * gnulib/import/m4/limits-h.m4: Update.
4853 * gnulib/import/m4/localcharset.m4: Update.
4854 * gnulib/import/m4/locale-fr.m4: Update.
4855 * gnulib/import/m4/locale-ja.m4: Update.
4856 * gnulib/import/m4/locale-zh.m4: Update.
4857 * gnulib/import/m4/localtime-buffer.m4: Update.
4858 * gnulib/import/m4/longlong.m4: Update.
4859 * gnulib/import/m4/lstat.m4: Update.
4860 * gnulib/import/m4/malloc.m4: Update.
4861 * gnulib/import/m4/malloca.m4: Update.
4862 * gnulib/import/m4/math_h.m4: Update.
4863 * gnulib/import/m4/mbrtowc.m4: Update.
4864 * gnulib/import/m4/mbsinit.m4: Update.
4865 * gnulib/import/m4/mbsrtowcs.m4: Update.
4866 * gnulib/import/m4/mbstate_t.m4: Update.
4867 * gnulib/import/m4/memchr.m4: Update.
4868 * gnulib/import/m4/memmem.m4: Update.
4869 * gnulib/import/m4/mempcpy.m4: Update.
4870 * gnulib/import/m4/memrchr.m4: Update.
4871 * gnulib/import/m4/mkdir.m4: Update.
4872 * gnulib/import/m4/mkstemp.m4: Update.
4873 * gnulib/import/m4/mmap-anon.m4: Update.
4874 * gnulib/import/m4/mode_t.m4: Update.
4875 * gnulib/import/m4/msvc-inval.m4: Update.
4876 * gnulib/import/m4/msvc-nothrow.m4: Update.
4877 * gnulib/import/m4/multiarch.m4: Update.
4878 * gnulib/import/m4/nocrash.m4: Update.
4879 * gnulib/import/m4/off_t.m4: Update.
4880 * gnulib/import/m4/onceonly.m4: Update.
4881 * gnulib/import/m4/open-cloexec.m4: Update.
4882 * gnulib/import/m4/open.m4: Update.
4883 * gnulib/import/m4/openat.m4: Update.
4884 * gnulib/import/m4/opendir.m4: Update.
4885 * gnulib/import/m4/pathmax.m4: Update.
4886 * gnulib/import/m4/rawmemchr.m4: Update.
4887 * gnulib/import/m4/readdir.m4: Update.
4888 * gnulib/import/m4/readlink.m4: Update.
4889 * gnulib/import/m4/realloc.m4: Update.
4890 * gnulib/import/m4/rename.m4: Update.
4891 * gnulib/import/m4/rewinddir.m4: Update.
4892 * gnulib/import/m4/rmdir.m4: Update.
4893 * gnulib/import/m4/save-cwd.m4: Update.
4894 * gnulib/import/m4/secure_getenv.m4: Update.
4895 * gnulib/import/m4/setenv.m4: Update.
4896 * gnulib/import/m4/signal_h.m4: Update.
4897 * gnulib/import/m4/ssize_t.m4: Update.
4898 * gnulib/import/m4/stat-time.m4: Update.
4899 * gnulib/import/m4/stat.m4: Update.
4900 * gnulib/import/m4/std-gnu11.m4: Update.
4901 * gnulib/import/m4/stdbool.m4: Update.
4902 * gnulib/import/m4/stddef_h.m4: Update.
4903 * gnulib/import/m4/stdint.m4: Update.
4904 * gnulib/import/m4/stdio_h.m4: Update.
4905 * gnulib/import/m4/stdlib_h.m4: Update.
4906 * gnulib/import/m4/strchrnul.m4: Update.
4907 * gnulib/import/m4/strdup.m4: Update.
4908 * gnulib/import/m4/strerror.m4: Update.
4909 * gnulib/import/m4/string_h.m4: Update.
4910 * gnulib/import/m4/strstr.m4: Update.
4911 * gnulib/import/m4/strtok_r.m4: Update.
4912 * gnulib/import/m4/sys_socket_h.m4: Update.
4913 * gnulib/import/m4/sys_stat_h.m4: Update.
4914 * gnulib/import/m4/sys_time_h.m4: Update.
4915 * gnulib/import/m4/sys_types_h.m4: Update.
4916 * gnulib/import/m4/tempname.m4: Update.
4917 * gnulib/import/m4/time_h.m4: Update.
4918 * gnulib/import/m4/unistd-safer.m4: Update.
4919 * gnulib/import/m4/unistd_h.m4: Update.
4920 * gnulib/import/m4/warn-on-use.m4: Update.
4921 * gnulib/import/m4/wchar_h.m4: Update.
4922 * gnulib/import/m4/wchar_t.m4: Update.
4923 * gnulib/import/m4/wctype_h.m4: Update.
4924 * gnulib/import/m4/wint_t.m4: Update.
4925 * gnulib/import/malloc.c: Update.
4926 * gnulib/import/malloc/scratch_buffer.h: Update.
4927 * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4928 * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4929 * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4930 * gnulib/import/malloca.c: Update.
4931 * gnulib/import/malloca.h: Update.
4932 * gnulib/import/malloca.valgrind: Update.
4933 * gnulib/import/math.in.h: Update.
4934 * gnulib/import/mbrtowc.c: Update.
4935 * gnulib/import/mbsinit.c: Update.
4936 * gnulib/import/mbsrtowcs-impl.h: Update.
4937 * gnulib/import/mbsrtowcs-state.c: Update.
4938 * gnulib/import/mbsrtowcs.c: Update.
4939 * gnulib/import/memchr.c: Update.
4940 * gnulib/import/memmem.c: Update.
4941 * gnulib/import/mempcpy.c: Update.
4942 * gnulib/import/memrchr.c: Update.
4943 * gnulib/import/mkdir.c: Update.
4944 * gnulib/import/mkstemp.c: Update.
4945 * gnulib/import/msvc-inval.c: Update.
4946 * gnulib/import/msvc-inval.h: Update.
4947 * gnulib/import/msvc-nothrow.c: Update.
4948 * gnulib/import/msvc-nothrow.h: Update.
4949 * gnulib/import/open.c: Update.
4950 * gnulib/import/openat-die.c: Update.
4951 * gnulib/import/openat-priv.h: Update.
4952 * gnulib/import/openat-proc.c: Update.
4953 * gnulib/import/openat.c: Update.
4954 * gnulib/import/openat.h: Update.
4955 * gnulib/import/opendir.c: Update.
4956 * gnulib/import/pathmax.h: Update.
4957 * gnulib/import/pipe-safer.c: Update.
4958 * gnulib/import/rawmemchr.c: Update.
4959 * gnulib/import/readdir.c: Update.
4960 * gnulib/import/readlink.c: Update.
4961 * gnulib/import/realloc.c: Update.
4962 * gnulib/import/ref-add.sin: Update.
4963 * gnulib/import/ref-del.sin: Update.
4964 * gnulib/import/rename.c: Update.
4965 * gnulib/import/rewinddir.c: Update.
4966 * gnulib/import/rmdir.c: Update.
4967 * gnulib/import/same-inode.h: Update.
4968 * gnulib/import/save-cwd.c: Update.
4969 * gnulib/import/save-cwd.h: Update.
4970 * gnulib/import/scratch_buffer.h: Update.
4971 * gnulib/import/secure_getenv.c: Update.
4972 * gnulib/import/setenv.c: Update.
4973 * gnulib/import/signal.in.h: Update.
4974 * gnulib/import/stat-time.c: Update.
4975 * gnulib/import/stat-time.h: Update.
4976 * gnulib/import/stat-w32.c: Update.
4977 * gnulib/import/stat-w32.h: Update.
4978 * gnulib/import/stat.c: Update.
4979 * gnulib/import/stdbool.in.h: Update.
4980 * gnulib/import/stddef.in.h: Update.
4981 * gnulib/import/stdint.in.h: Update.
4982 * gnulib/import/stdio.in.h: Update.
4983 * gnulib/import/stdlib.in.h: Update.
4984 * gnulib/import/str-two-way.h: Update.
4985 * gnulib/import/strchrnul.c: Update.
4986 * gnulib/import/strdup.c: Update.
4987 * gnulib/import/streq.h: Update.
4988 * gnulib/import/strerror-override.c: Update.
4989 * gnulib/import/strerror-override.h: Update.
4990 * gnulib/import/strerror.c: Update.
4991 * gnulib/import/string.in.h: Update.
4992 * gnulib/import/stripslash.c: Update.
4993 * gnulib/import/strnlen1.c: Update.
4994 * gnulib/import/strnlen1.h: Update.
4995 * gnulib/import/strstr.c: Update.
4996 * gnulib/import/strtok_r.c: Update.
4997 * gnulib/import/sys_stat.in.h: Update.
4998 * gnulib/import/sys_time.in.h: Update.
4999 * gnulib/import/sys_types.in.h: Update.
5000 * gnulib/import/tempname.c: Update.
5001 * gnulib/import/tempname.h: Update.
5002 * gnulib/import/time.in.h: Update.
5003 * gnulib/import/unistd--.h: Update.
5004 * gnulib/import/unistd-safer.h: Update.
5005 * gnulib/import/unistd.in.h: Update.
5006 * gnulib/import/unsetenv.c: Update.
5007 * gnulib/import/verify.h: Update.
5008 * gnulib/import/extra/snippet/warn-on-use.h: Update.
5009 * gnulib/import/wchar.in.h: Update.
5010 * gnulib/import/wctype.in.h: Update.
5011 * gnulib/import/xalloc-oversized.h: Update.
5012 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
5013 "53e2c179f26a890fa6685af4b6c1397ee370433b".
5014
b0f492b9
GB
50152018-08-16 Gary Benson <gbenson@redhat.com>
5016
5017 PR gdb/13000:
5018 * gdb/main.c (captured_main_1): Exit with nonzero status
5019 in batch mode if the last command to be executed failed.
5020 * NEWS: Mention the above.
5021
2362e7f7
SM
50222018-08-29 Simon Marchi <simon.marchi@ericsson.com>
5023
5024 * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
5025 end of warning message.
5026
4f4aedeb
AH
50272018-08-29 Alan Hayward <alan.hayward@arm.com>
5028
5029 PR gdb/22943:
5030 * aarch64-tdep.c (is_hfa_or_hva): Remove function.
5031 (aarch64_extract_return_value): Use
5032 aapcs_is_vfp_call_or_return_candidate.
5033 (aarch64_return_in_memory): Likewise.
5034 (aarch64_store_return_value): Likewise.
5035
0e745c60
AH
50362018-08-29 Alan Hayward <alan.hayward@arm.com>
5037
5038 * aarch64-tdep.c
5039 (aapcs_is_vfp_call_or_return_candidate): Make static
5040 (pass_in_v_or_stack): Remove function.
5041 (pass_in_v_vfp_candidate): New function.
5042 (aarch64_push_dummy_call): Check for float register candidates.
5043
ea92689a
AH
50442018-08-29 Alan Hayward <alan.hayward@arm.com>
5045
5046 * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
5047 (aapcs_is_vfp_call_or_return_candidate_1): New function.
5048 (aapcs_is_vfp_call_or_return_candidate): Likewise.
5049
ad202fcc
SM
50502018-08-28 Simon Marchi <simon.marchi@polymtl.ca>
5051
5052 PR build/23399
5053 * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
5054 (struct ipa_sym_addresses): Rename to...
5055 (struct ipa_sym_addresses_common): ... this.
5056 * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
5057
5fe3f3e4
TT
50582018-08-28 Tom Tromey <tom@tromey.com>
5059
5060 * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5061 (token_fifo): Now a std::vector.
5062 (yylex, c_parse): Update.
5063 * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5064 (token_fifo): Now a std::vector.
5065 (yylex, d_parse): Update.
5066 * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
5067 (token_fifo): Now a std::vector.
5068 (yylex, go_parse): Update.
5069
858d8004
SM
50702018-08-28 Simon Marchi <simon.marchi@ericsson.com>
5071
5072 * parser-defs.h (struct type_stack) <elements>: Change type to
5073 std::vector<union type_stack_elt>.
5074 <depth, size>: Remove.
5075 * parse.c (parse_exp_in_context_1): Adjust.
5076 (type_stack_reserve): Remove.
5077 (check_type_stack_depth): Remove.
5078 (insert_into_type_stack): Adjust to std::vector.
5079 (insert_type): Likewise.
5080 (push_type): Likewise.
5081 (push_type_int): Likewise.
5082 (insert_type_address_space): Likewise.
5083 (pop_type): Likewise.
5084 (pop_type_int): Likewise.
5085 (pop_typelist): Likewise.
5086 (pop_type_stack): Likewise.
5087 (append_type_stack): Likewise.
5088 (push_type_stack): Likewise.
5089 (get_type_stack): Likewise.
5090 (type_stack_cleanup): Likewise.
5091 (push_typelist): Likewise.
5092 (follow_types): Likewise.
5093 (_initialize_parse): Likewise.
5094
416a69af
HAQ
50952018-08-28 Hafiz Abid Qadeer <abidh@codesourcery.com>
5096
5097 * NEWS: Mention csky target.
5098
9d24df82
HAQ
50992018-08-28 Jiangshuai Li <jiangshuai_li@c-sky.com>
5100 Hafiz Abid Qadeer <abidh@codesourcery.com>
5101 Don Breazeal <donb@codesourcery.com>
5102
5103 * csky-linux-tdep.c: New file.
5104 * csky-tdep.c: Likewise.
5105 * csky-tdep.h: Likewise.
5106 * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
5107 csky-tdep.o.
5108 (HFILES_NO_SRCDIR): Add csky-tdep.h.
5109 (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
5110 * configure.tgt: Add csky support.
5111
3bf9c013
JV
51122018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5113
5114 * python/py-framefilter.c (py_print_frame): Print frame architecture
5115 when printing on an MI output.
5116
d3d8724a
TT
51172018-08-27 Tom Tromey <tom@tromey.com>
5118
5119 PR build/23087:
5120 * configure: Rebuild.
5121 * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
5122
1885053b
TT
51232018-08-27 Tom Tromey <tom@tromey.com>
5124
5125 * aarch64-linux-tdep.c
5126 (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
5127 casts to int.
5128
8406672e
TT
51292018-08-27 Tom Tromey <tom@tromey.com>
5130
5131 * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
5132 unsigned.
5133 (ppc64_standard_linkage1, ppc64_standard_linkage2)
5134 (ppc64_standard_linkage3, ppc64_standard_linkage4)
5135 (ppc64_standard_linkage5, ppc64_standard_linkage6)
5136 (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
5137 unsigned.
5138
ec40cf90
TT
51392018-08-27 Tom Tromey <tom@tromey.com>
5140
5141 * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
5142 (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
5143
7bc02706
TT
51442018-08-27 Tom Tromey <tom@tromey.com>
5145
5146 * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
5147 * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
5148 ULONGEST_MAX.
5149 * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
5150 ULONGEST_MAX.
5151 * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
5152 ULONGEST_MAX.
5153 * sparc-linux-tdep.c (sparc32_linux_sigframe)
5154 (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
5155 * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
5156 ULONGEST_MAX.
5157 * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
5158 (ppc64_linux_sigaction_tramp_frame)
5159 (ppc32_linux_sighandler_tramp_frame)
5160 (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
5161 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
5162 (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
5163 * mn10300-linux-tdep.c (am33_linux_sigframe)
5164 (am33_linux_rt_sigframe): Use ULONGEST_MAX.
5165 * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
5166 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5167 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5168 (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
5169 (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
5170 (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
5171 * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
5172 (mips64_fbsd_sigframe): Use ULONGEST_MAX.
5173 * microblaze-linux-tdep.c
5174 (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
5175 * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
5176 (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
5177 (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
5178 * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
5179 * common/common-types.h (ULONGEST_MAX): New define.
5180 (CORE_ADDR_MAX): Fix formatting.
5181 * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
5182 * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
5183 * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
5184 (arm_linux_rt_sigreturn_tramp_frame)
5185 (arm_eabi_linux_sigreturn_tramp_frame)
5186 (arm_eabi_linux_rt_sigreturn_tramp_frame)
5187 (thumb2_eabi_linux_sigreturn_tramp_frame)
5188 (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
5189 (arm_linux_restart_syscall_tramp_frame)
5190 (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
5191 * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
5192 * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
5193 ULONGEST_MAX.
5194 * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
5195
70ab8ccd
TT
51962018-08-27 Tom Tromey <tom@tromey.com>
5197
5198 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
5199 CORE_ADDR_MAX.
5200 * mips-tdep.c (mips_deal_with_atomic_sequence)
5201 (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
5202 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
5203 (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
5204 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
5205 CORE_ADDR_MAX.
5206 * aarch64-tdep.c (aarch64_software_single_step): Use
5207 CORE_ADDR_MAX.
5208
896a7aa6
TT
52092018-08-27 Tom Tromey <tom@tromey.com>
5210
5211 * linespec.c (complete_linespec_component): Add cast to "char".
5212 * completer.c (completion_tracker::build_completion_result): Add
5213 cast to "char".
5214
dd33d41d
SM
52152018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5216
5217 * solist.h (struct solist, struct target_so_ops): Fix
5218 indentation.
5219
c645cda4
SM
52202018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5221
5222 * ada-tasks.c (ada_task_info_s): Remove typedef.
5223 (DEF_VEC_O(ada_task_info_s)): Remove.
5224 (struct ada_tasks_inferior_data): Initialize fields.
5225 <task_list>: Make an std::vector.
5226 (get_ada_tasks_inferior_data): Allocate with new.
5227 (ada_get_task_number): Adjust.
5228 (get_task_number_from_id): Likewise.
5229 (valid_task_id): Likewise.
5230 (ada_get_task_info_from_ptid): Likewise.
5231 (iterate_over_live_ada_tasks): Likewise.
5232 (add_ada_task): Likewise.
5233 (read_known_tasks): Likewise.
5234 (ada_build_task_list): Likewise.
5235 (print_ada_task_info): Likewise.
5236 (info_task): Likewise.
5237 (task_command_1): Likewise.
5238
39e7af3e
SM
52392018-08-26 Simon Marchi <simon.marchi@polymtl.ca>
5240
5241 * ada-lang.c (add_angle_brackets): Return std::string.
5242
bbbbbcee
SM
52432018-08-25 Simon Marchi <simon.marchi@polymtl.ca>
5244
5245 * python/py-threadevent.c (py_get_event_thread): Initialize
5246 pythread.
5247
d98fc15b
PA
52482018-08-24 Pedro Alves <palves@redhat.com>
5249
5250 * python/py-bpevent.c (create_breakpoint_event_object): Use
5251 copy-initialization.
5252 * python/py-continueevent.c (emit_continue_event): Use
5253 copy-initialization.
5254 * python/py-exitedevent.c (create_exited_event_object): Return a
5255 gdbpy_ref<>.
5256 (emit_exited_event): Use copy-initialization.
5257 * python/py-inferior.c (python_new_inferior)
5258 (python_inferior_deleted, add_thread_object): Use
5259 copy-initialization.
5260 * python/py-infevents.c (create_inferior_call_event_object)
5261 (create_register_changed_event_object)
5262 (create_memory_changed_event_object): Return a gdbpy_ref<>.
5263 (emit_inferior_call_event, emit_memory_changed_event)
5264 (emit_register_changed_event): Use copy-initialization.
5265 * python/py-newobjfileevent.c (create_new_objfile_event_object):
5266 Return a gdbpy_ref<>.
5267 (emit_new_objfile_event): Use copy-initialization.
5268 (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
5269 (emit_clear_objfiles_event): Use copy-initialization.
5270 * python/py-signalevent.c (create_signal_event_object): Use
5271 copy-initialization.
5272 * python/py-threadevent.c (create_thread_event_object): Use
5273 copy-initialization.
5274
da3c8738
PA
52752018-08-24 Pedro Alves <palves@redhat.com>
5276 Simon Marchi <simon.marchi@ericsson.com>
5277
5278 PR gdb/23379
5279 * python/py-continueevent.c: Include "gdbthread.h".
5280 (create_continue_event_object): Add intro comment. Add 'ptid'
5281 parameter. Use it to find thread to pass to
5282 create_thread_event_object.
5283 (emit_continue_event): Pass PTID down to
5284 create_continue_event_object.
5285 * python/py-event.h (py_get_event_thread): Declare.
5286 (create_thread_event_object): Remove default from 'thread'
5287 parameter.
5288 * python/py-stopevent.c (create_stop_event_object): Use
5289 py_get_event_thread.
5290 * python/py-threadevent.c (get_event_thread): Rename to ...
5291 (py_get_event_thread): ... this, make extern, add 'ptid' parameter
5292 and use it to find the thread.
5293 (create_thread_event_object): Assert that THREAD isn't null.
5294 Don't find the event thread here.
5295
26457a9c
KB
52962018-08-23 Kevin Buettner <kevinb@redhat.com>
5297
5298 * block.h (blockrange, blockranges): New struct declarations.
5299 (struct block): Add new field named `ranges'.
5300 (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
5301 (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
5302 macros for accessing ranges in struct block.
5303 (make_blockranges): New declaration.
5304 block.c (make_blockranges): New function.
2d5f09ec
KB
5305 * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
5306 for block.
fc811edd
KB
5307 * symtab.h (find_pc_partial_function): Add new parameter `block'.
5308 * blockframe.c (cache_pc_function_block): New static global.
5309 (clear_pc_function_cache): Clear cache_pc_function_block.
5310 (find_pc_partial_function): Move comment to symtab.h. Add
5311 support for non-contiguous blocks.
e9480230
KB
5312 * cli/cli-cmds.c (block.h): Include.
5313 (print_disassembly): Handle printing of non-contiguous blocks.
5314 (disassemble_current_function): Likewise.
5315 (disassemble_command): Likewise.
26457a9c 5316
2b1ffcfd
KB
5317 * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
5318 BLOCK_START.
5319 * blockframe.c (get_pc_function_start): Likewise.
5320 * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
5321 (gcc_symbol_address): Likewise.
5322 * compile/compile-object-run.c (compile_object_run): Likewise.
5323 * compile/compile.c (get_expr_block_and_pc): Likewise.
5324 * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
5325 (func_addr_to_tail_call_list): Likewise.
5326 * findvar.c (default_read_var_value): Likewise.
5327 * inline-frame.c (inline_frame_this_id): Likewise.
5328 (skip-inline_frames): Likewise.
5329 * infcmd.c (until_next_command): Likewise.
5330 * linespec.c (convert_linespec_to_sals): Likewise.
5331 * parse.c (parse_exp_in_context_1): Likewise.
5332 * printcmd.c (build_address_symbolic): likewise.
5333 (info_address_command): Likewise.
5334 symtab.c (find_function_start_sal): Likewise.
5335 (skip_prologue_sal): Likewise.
5336 (find_function_alias_target): Likewise.
5337 (find_gnu_ifunc): Likewise.
5338 * stack.c (find_frame_funname): Likewise.
5339 * symtab.c (fixup_symbol_section): Likewise.
5340 (find_function_start_sal): Likewise.
5341 (skip_prologue_sal): Likewsie.
5342 (find_function_alias_target): Likewise.
5343 (find_gnu_ifunc): Likewise.
5344 * tracepoint.c (info_scope_command): Likewise.
5345 * value.c (value_fn_field): Likewise.
5346
9644dc3a
KB
5347 * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
5348 in place of find_pc_partial_function.
5349 * blockframe.c (find_function_entry_range_from_pc): New function.
5350 * symtab.h (find_function_entry_range_from_pc): Declare and document.
5351 * objfiles.c (objfile_relocate1): Relocate start and end addresses
5352 for each range in a block.
5353
5354
12a0d0f6
XR
53552018-08-23 Xavier Roirand <roirand@adacore.com>
5356
5357 * machoread.c (macho_symfile_read_all_oso): Remove uneeded
5358 incrementation.
5359
d1012b8e
SM
53602018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5361
5362 * solib-svr4.c (read_program_headers_from_bfd): Return
5363 gdb::optional<gdb::byte_vector>.
5364 (svr4_exec_displacement): Adjust.
5365
17658d46
SM
53662018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5367
5368 * solib-svr4.c (read_program_header): Return
5369 gdb::optional<gdb::byte_vector>, remove p_sect_size param.
5370 (find_program_interpreter): Return
5371 gdb::optional<gdb::byte_vector>.
5372 (scan_dyntag_auxv): Adjust.
5373 (enable_break): Adjust.
5374 (svr4_exec_displacement): Adjust.
5375
ae739fe7
SM
53762018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5377
5378 * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
5379 * inf-child.c (inf_child_target::terminal_save_inferior): New.
5380
467dc1e2
SM
53812018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5382
5383 * guile/scm-string.c (gdbscm_scm_from_printf): Use
5384 string_vprintf.
5385 * guile/scm-utils.c (gdbscm_printf): Likewise.
5386 * serial.c (serial_printf): Likewise.
5387 * xml-support.c (gdb_xml_parser::vdebug): Likewise.
5388
6d52907e
JV
53892018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5390
5391 * stack.c (print_frame): Print frame architecture when printing on
5392 an MI output.
5393 * NEWS: Mention new "arch" attribute in frame output.
5394
9758a8f8
AH
53952018-08-21 Alan Hayward <alan.hayward@arm.com>
5396
5397 * arch/aarch64.h (aarch64_regnum): Update comment.
5398
1461bdac
AH
53992018-08-21 Alan Hayward <alan.hayward@arm.com>
5400
5401 * NEWS: Add SVE to 8.2 section.
5402
4895f384
PA
54032018-08-21 Pedro Alves <palves@redhat.com>
5404
5405 * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
5406 out from gdbscm_parse_function_args.
5407 (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
5408 gdbscm_parse_function_args_1.
5409
a4497d2f
SM
54102018-08-21 Simon Marchi <simon.marchi@ericsson.com>
5411
5412 PR gdb/17816
5413 * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
5414 operator.
5415
c44deb73
SM
54162018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
5417
5418 * solib-svr4.c (svr4_exec_displacement): Fix formatting.
5419
be2d111a
MS
54202018-08-19 Michael Spang <spang@google.com>
5421
5422 PR gdb/11786
5423 * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
5424 for PT_TLS segments.
5425
a6b786da
KB
54262018-08-18 Kevin Buettner <kevinb@redhat.com>
5427
5428 * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
5429 dwarf_variable_value.
5430 * dwarf2-frame.c (class dwarf_expr_executor):
5431 Add override for dwarf_variable_value.
5432 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
5433 (class symbol_needs_eval_context): Likewise.
5434 (indirect_synthetic_pointer): Add forward declaration.
5435 (sect_variable_value): New function.
5436 (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
5437 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
5438 for DW_OP_GNU_variable_value.
5439
89fbedf3
TT
54402018-08-16 Tom Tromey <tom@tromey.com>
5441
5442 * top.c (read_command_file): Update.
5443 (command_line_input): Remove "repeat" argument.
5444 * ada-lang.c (get_selections): Update.
5445 * linespec.c (decode_line_2): Update.
5446 * defs.h (command_line_input): Remove argument.
5447 * cli/cli-script.c (read_next_line): Update.
5448 * python/py-gdb-readline.c: Update.
5449
12582533
TT
54502018-08-17 Tom Tromey <tom@tromey.com>
5451
5452 * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
5453 command_line_input.
5454
49514353
TT
54552018-08-15 Tom Tromey <tom@tromey.com>
5456
5457 * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
5458
26fb3983
JV
54592018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5460
5461 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
5462 If used, use find_pc_partial_function to find address range
5463 to disassemble.
5464 * mi/mi-main.c (mi_cmd_list_features): Report
5465 "data-disassemble-a-option" feature.
5466 * NEWS: Mention new -data-disassemble option -a.
5467
a97b53dd
TT
54682018-08-13 Tom Tromey <tom@tromey.com>
5469
5470 * common/common-defs.h (_FORTIFY_SOURCE): Define.
5471
0c76e06d
AH
54722018-08-13 Alan Hayward <alan.hayward@arm.com>
5473
5474 * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
5475 (aarch64_linux_collect_sve_regset): Likewise.
5476 (aarch64_linux_iterate_over_regset_sections): Check for SVE.
5477 * regcache.h (regcache_map_entry_size): New function.
5478
b7fd65b9
AH
54792018-08-13 Alan Hayward <alan.hayward@arm.com>
5480
5481 * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
5482 (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
5483 (SVE_HEADER_VL_LENGTH): Likewise.
5484 (SVE_HEADER_MAX_VL_LENGTH): Likewise.
5485 (SVE_HEADER_FLAGS_LENGTH): Likewise.
5486 (SVE_HEADER_RESERVED_LENGTH): Likewise.
5487 (SVE_HEADER_SIZE_OFFSET): Likewise.
5488 (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
5489 (SVE_HEADER_VL_OFFSET): Likewise.
5490 (SVE_HEADER_MAX_VL_OFFSET): Likewise.
5491 (SVE_HEADER_FLAGS_OFFSET): Likewise.
5492 (SVE_HEADER_RESERVED_OFFSET): Likewise.
5493 (SVE_HEADER_SIZE): Likewise.
5494 (aarch64_linux_core_read_vq): Add function.
5495 (aarch64_linux_core_read_description): Check for SVE section.
5496
a616bb94
AH
54972018-08-13 Alan Hayward <alan.hayward@arm.com>
5498
5499 * aarch64-fbsd-tdep.c
5500 (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
5501 collect_size.
5502 * aarch64-linux-tdep.c
5503 (aarch64_linux_iterate_over_regset_sections): Likewise.
5504 * alpha-linux-tdep.c
5505 (alpha_linux_iterate_over_regset_sections):
5506 * alpha-nbsd-tdep.c
5507 (alphanbsd_iterate_over_regset_sections): Likewise.
5508 * amd64-fbsd-tdep.c
5509 (amd64fbsd_iterate_over_regset_sections): Likewise.
5510 * amd64-linux-tdep.c
5511 (amd64_linux_iterate_over_regset_sections): Likewise.
5512 * arm-bsd-tdep.c
5513 (armbsd_iterate_over_regset_sections): Likewise.
5514 * arm-fbsd-tdep.c
5515 (arm_fbsd_iterate_over_regset_sections): Likewise.
5516 * arm-linux-tdep.c
5517 (arm_linux_iterate_over_regset_sections): Likewise.
5518 * corelow.c (get_core_registers_cb): Likewise.
5519 (core_target::fetch_registers): Likewise.
5520 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
5521 * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
5522 * gdbarch.h (void): Regenerate.
5523 * gdbarch.sh: Add supply_size and collect_size.
5524 * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
5525 * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
5526 * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
5527 * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
5528 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
5529 * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
5530 * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
5531 * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
5532 * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
5533 * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
5534 * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
5535 * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
5536 * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
5537 * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
4399bce9
PA
5538 * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
5539 Likewise.
a616bb94
AH
5540 * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
5541 * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
5542 * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
5543 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
5544 * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
5545 * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
4399bce9
PA
5546 * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
5547 Likewise.
a616bb94
AH
5548 * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
5549 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
5550 * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
5551 * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
5552 * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
5553 * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
5554 * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
5555 * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
5556
a9925d4f
SM
55572018-08-10 Simon Marchi <simon.marchi@ericsson.com>
5558
5559 * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
5560 with string_printf.
5561
ad3a68e9
KS
55622018-08-10 Keith Seitz <keiths@redhat.com>
5563
5564 * compile/compile-c-support.c (add_code_header, add_code_footer):
5565 Move into policy class.
5566 (c_push_user_expression, pop_user_expression_nop)
5567 (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5568 (compile_program): New host class.
5569 (c_compile_program): New typedef.
5570 (c_compute_porgram): Use c_compile_program.
5571
0cfbf430
KS
55722018-08-10 Keith Seitz <keiths@redhat.com>
5573
5574 * compile/compile-internal.h (compile_instance::~compile_instance):
5575 Remove calls to htab_delete.
5576 <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5577 * compile.c (compile_instance::compile_instance): Initialize
5578 htab unique pointers.
5579 (compile_instance::get_cached_type, compile_instance::insert_type)
5580 (compile_instance::error_symbol_once): Update for unique_ptr.
5581
946d3d10
KS
55822018-08-10 Keith Seitz <keiths@redhat.com>
5583
5584 * compile/compile-c-symbols.c (struct symbol_error)
5585 (hash_symbol_error, eq_symbol_error, del_symbol_error)
5586 (compile_instance::insert_symbol_error)
5587 (compile_instance::error_symbol_once): Move to ...
5588 * compile/compile.c: ... here.
5589
9cdfd9a2
KS
55902018-08-10 Keith Seitz <keiths@redhat.com>
5591
5592 * compile/compile-c-support.c (c_get_compile_context): Use `new'
5593 instead of `new_compile_instance'.
5594 * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5595 Update description.
5596 If the symbol error map is not initialized, create it.
5597 (generate_c_for_for_one_symbol): Do not check/initialize
5598 the symbol error map.
5599 * compile/compile-c-types.c (compile_c_instance): Make a class.
5600 Update all callers.
5601 (compile_instance::compile_instance): Initialize the type cache.
5602 (get_cached_type): New function.
5603 (insert_type): Update description.
5604 (compile_c_instance::m_default_cflags): Define.
5605 (convert_type): Update description. Use get_cached_type.
5606 (delete_instance): Moved to destructor.
5607 (new_compile_instance): Moved to constructor.
5608 * compile/compile-c.h (compile_c_instance): Make class inheriting
5609 from compile_instance.
5610 <base>: Remove field.
5611 <type_map, symbol_err_map>: Move to base class.
5612 <c_plugin>: Rename to `m_plugin' and remove pointer type.
5613 * compile/compile-internal.h (compile_instance): Make class.
5614 <type_map_t, symbol_err_map_t>: Define.
5615 <fe>: Rename to `m_gcc_fe'.
5616 <scope, block, gcc_target_options>: Add `m_' prefix.
5617 <m_type_map, m_symbol_err_map>: New fields, moved from
5618 compile_c_instance.
5619 <destroy>: Remove.
5620 (convert_type, new_compile_instance): Remove.
5621 * compile/compile.c (cleanup_compile_instance): Remove.
5622 (compile_to_object): Use unique_ptr to eliminate cleanups.
5623 (compile_instance::set_print_callback, compile_instance::version)
5624 (compile_instance::set_verbose)
5625 (compile_instance::set_driver_filename)
5626 (compile_instance::set_triplet_regexp)
5627 (compile_instance::set_arguments)
5628 (compile_instance::set_source_file)
5629 (compile_instance::compile): Define.
5630
18cdc6d8
KS
56312018-08-10 Keith Seitz <keiths@redhat.com>
5632
5633 * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5634 * compile/compile-c-types.c: Define GCC_METHODN macros and include
5635 gcc-c-fe.def to define C plugin.
5636 (delete_instance): Delete `c_plugin'.
5637 (new_compile_instance): Initialize `c_plugin'.
5638 * compile/compile-c.h: Include gcc_c_plugin.h.
5639 (struct compile_c_instance) <c_plugin>: New member.
5640 * gcc-c-plugin.h: New file.
5641 Update all callers with API change.
5642
b7dc48b4
KS
56432018-08-10 Keith Seitz <keiths@redhat.com>
5644
5645 * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5646 (HFILES_NO_SRCDIR): ... to here.
5647 Add compile-internal.h and compile-c.h.
5648 * compile/compile-c-support.c: Include compile-c.h.
5649 * compile/compile-c-symbols.c: Include compile-c.h.
5650 (generate_c_for_variable_locations): Update comment.
5651 * compile/compile-c-types.c: Include compile-c.h.
5652 * compile/compile-c.h: New file -- moved C language declarations
5653 from other files here.
5654 * compile/compile-internal.h: Do not include hashtab.h or
5655 common/enum-flags.h.
5656 (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5657 (gcc_convert_symbol, gcc_symbol_address)
5658 (generate_c_for_variable_locations, c_get_mode_for_size)
5659 (c_get_range_decl_name): Definitions moved to compile-c.h.
5660 * compile/compile-loc2c.c: Include compile-c.h.
5661
6f36b6d2
KS
56622018-08-10 Keith Seitz <keiths@redhat.com>
5663
5664 * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5665 (c_symbol_substitution_name): ... this.
5666 Update all callers.
5667
bd923e51
KS
56682018-08-10 Keith Seitz <keiths@redhat.com>
5669
5670 * compile/compile-c-support.c (c_compute_program): Use
5671 unique_xmalloc_ptr to eliminate cleanup.
5672 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5673 Return a unique_xmalloc_ptr and eliminate cleanup.
5674 * compile/compile-internal.h (generate_c_for_variable_locations):
5675 Return unique_xmalloc_ptr and update description.
5676
dbd534fe
AH
56772018-08-10 Alan Hayward <alan.hayward@arm.com>
5678
5679 * corelow.c (core_target::get_core_register_section): Rename
5680 min_size to section_min_size.
5681
90ad3654
JW
56822018-08-09 Jim Wilson <jimw@sifive.com>
5683
52a187f8
JW
5684 * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5685 (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5686 * NEWS: Mention new GNU/Linux RISC-V target.
5687 * configure.host: Add riscv*-*-linux*.
5688 * configure.nat: Add riscv*.
5689 * configure.tgt: Add riscv*-*-linux*.
3c77f97e 5690 * riscv-linux-nat.c: New file.
90ad3654
JW
5691 * riscv-linux-tdep.c: New file.
5692
aff4e175
AB
56932018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * infrun.c (resume): Make static, add forward declaration.
5696 (proceed): Update header comment.
5697 * infrun.h (resume): Delete declaration.
5698
06ab9219
TT
56992018-08-09 Tom Tromey <tom@tromey.com>
5700
5701 * riscv-tdep.h: Minor formatting fixes.
5702
83c8d318
SM
57032018-08-09 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5706 * dwarf-index-cache.c (create_dir_and_check): Likewise.
5707 (test_mkdir_recursive): Likewise.
5708 * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5709
5ff2bbae
AB
57102018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * valarith.c (value_subscripted_rvalue): If an array is not in
5713 memory, and we don't know the upper bound, then we can't know that
5714 the requested element exists or not.
5715
fdbac7d8
SM
57162018-08-08 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * target.c (str_comma_list_concat_elem): Fix typo in comment.
5719 (target_options_to_string): Add comment.
5720
83202f7a
TT
57212018-08-08 Tom Tromey <tom@tromey.com>
5722
5723 * unittests/scoped_mmap-selftests.c: Check result of "write".
5724
411baa47
JW
57252018-08-08 Jim Wilson <jimw@sifive.com>
5726
5c720ed8
JW
5727 * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5728 (decode_register_index_short): New.
5729 (decode_j_type_insn, decode_cj_type_insn): New.
5730 (decode_b_type_insn, decode_cb_type_insn): New.
5731 (riscv_insn::decode): Add support for jumps, branches, lr, and sc. New
5732 local xlen. Check xlen when decoding ambiguous compressed insns. In
5733 compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5734 is_c_sw_insn instead of is_sw_insn.
5735 (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5736 (riscv_software_single_step): New.
5737 * riscv-tdep.h (riscv_software_single_step): Declare.
5738
411baa47
JW
5739 * riscv-tdep.c (riscv_isa_xlen): Drop static.
5740 * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5741
9d4a934c
AB
57422018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 PR gdb/18050:
5745 * target.c (dispose_inferior): Don't dispose of inferiors that are
5746 already killed.
5747
ff36536c
SN
57482018-08-08 Szabolcs Nagy <szabolcs.nagy@arm.com>
5749
5750 * remote.c (remote_target::download_tracepoint): Change char* to
5751 const char*.
5752
09ce46f2
SM
57532018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5754
5755 * target.h (target_options_to_string): Return an std::string.
5756 * target.c (str_comma_list_concat_elem): Return void, use
5757 std::string.
5758 (do_option): Likewise.
5759 (target_options_to_string): Return an std::string.
5760 * linux-nat.c (linux_nat_target::wait): Adjust.
5761 * target-debug.h (target_debug_print_options): Adjust.
5762
9c612964
TT
57632018-08-07 Tom Tromey <tom@tromey.com>
5764
5765 * Makefile.in (CPPFLAGS): New variable.
5766 (INTERNAL_CPPFLAGS): Use it.
5767
7d11235d
SM
57682018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5769
5770 * NEWS: Mention the index cache.
5771
87d6a7aa
SM
57722018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 * common/pathstuff.h (get_standard_cache_dir): New.
5775 * common/pathstuff.c (get_standard_cache_dir): New.
5776 * build-id.h (build_id_to_string): New.
5777 * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5778 DEBUG_STR_SUFFIX): Move to here.
5779 * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5780 DEBUG_STR_SUFFIX): Move from there.
5781 (write_psymtabs_to_index): Make non-static, add basename
5782 parameter. Write to temporary files, rename when done.
5783 (save_gdb_index_command): Adjust call to
5784 write_psymtabs_to_index.
5785 * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5786 field.
5787 * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5788 (get_gdb_index_contents_from_cache): New.
5789 (get_gdb_index_contents_from_cache_dwz): New.
5790 (dwarf2_initialize_objfile): Read index from cache.
5791 (dwarf2_build_psymtabs): Save to index.
5792 * dwarf-index-cache.h: New file.
5793 * dwarf-index-cache.c: New file.
5794 * dwarf-index-write.h: New file.
5795
8a99096f
SM
57962018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5797
5798 * gnulib/aclocal.m4: Re-generate.
5799 * gnulib/config.in: Re-generate.
5800 * gnulib/configure: Re-generate.
5801 * gnulib/import/Makefile.am: Re-generate.
5802 * gnulib/import/Makefile.in: Re-generate.
5803 * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5804 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5805 * gnulib/import/m4/mkdir.m4: New file.
5806 * gnulib/import/mkdir.c: New file.
5807 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5808 module.
5809
5c831bb1
SM
58102018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5813 * common/scoped_mmap.c: New file.
5814 * common/scoped_mmap.h (destroy): New method.
5815 (~scoped_mmap, reset): Use destroy.
5816 (scoped_mmap): New move constructor.
5817 (mmap_file): New declaration.
5818 * unittests/scoped_mmap-selftests.c (test_normal,
5819 test_invalid_filename, run_tests): New functions.
5820 (_initialize_scoped_mmap_selftests): Register selftest.
5821
4485a1c1
SM
58222018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * dwarf2read.c (read_gdb_index_from_section): Rename to...
5825 (read_gdb_index_from_buffer): ... this. Remove section
5826 parameter, add buffer parameter.
5827 (get_gdb_index_contents_ftype,
5828 get_gdb_index_contents_dwz_ftype): New typedefs.
5829 (dwarf2_read_gdb_index): Add callback parameters to get the
5830 index contents.
5831 (get_gdb_index_contents_from_section): New.
5832 (dwarf2_initialize_objfile): Update call to
5833 dwarf2_read_gdb_index.
5834
528e1572
SM
58352018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5836
5837 * common/filestuff.h (gdb_fopen_cloexec): New overload.
5838 (gdb_open_cloexec): Likewise.
5839 * nat/linux-osdata.c (command_from_pid): Use string_printf.
5840 (commandline_from_pid): Likewise.
5841 (linux_xfer_osdata_threads): Likewise.
5842 (linux_xfer_osdata_fds): Likewise.
5843 * ada-lang.c (is_package_name): Likewise.
5844 * auxv.c (procfs_xfer_auxv): Likewise.
5845 * breakpoint.c (print_one_breakpoint_location): Use
5846 uiout::field_fmt.
5847 (print_one_catch_solib): Use string_printf.
5848 * coff-pe-read.c (add_pe_exported_sym): Likewise.
5849 (add_pe_forwarded_sym): Likewise.
5850 * dwarf2read.c (create_type_unit_group): Likewise.
5851 (build_error_marker_type): Likewise.
5852 * infcall.c (get_function_name): Likewise.
5853 * valprint.c (print_converted_chars_to_obstack): Likewise.
5854 * xtensa-tdep.c (xtensa_register_type): Likewise.
5855
a7f25a84
SM
58562018-08-06 Simon Marchi <simon.marchi@ericsson.com>
5857
5858 * remote.c (remote_target::download_tracepoint): Fix format
5859 string errors.
5860
296956be
PFC
58612018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5862
5863 * tracefile.c: Include common/byte-vector.h.
5864 (trace_save): Change type of buf to gdb::byte_vector. Initialize
5865 with trace_regblock_size if needed. Update uses of buf.
5866
a04b9d62
PFC
58672018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5868
5869 * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5870 std::vector<unsigned char>.
5871 * tracepoint.c (collection_list::collection_list): Remove
5872 m_regs_mask initializer from initializer list. Resize
5873 m_regs_mask using the largest remote register number.
5874 (collection_list::add_remote_register): Remove size check on
5875 m_regs_mask. Use at to access element.
5876 (collection_list::stringify): Change type of temp_buf to
5877 gdb::char_vector. Update uses of temp_buf. Resize if needed to
5878 stringify the register mask. Use pack_hex_byte for the register
5879 mask.
5880
4277c4b8
PFC
58812018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5882
5883 * tracepoint.h (class collection_list) <add_register>: Remove.
5884 <add_remote_register, add_ax_registers, add_local_register>:
5885 Declare.
5886 <add_memrange>: Add scope parameter.
5887 * tracepoint.c (encode_actions_1): Likewise.
5888 (collection_list::add_register): Rename to ...
5889 (collection_list::add_remote_register): ... this. Update
5890 comment.
5891 (collection_list::add_ax_registers, add_local_register): New
5892 methods.
5893 (collection_list::add_memrange): Add scope parameter. Call
5894 add_local_register instead of add_register.
5895 (finalize_tracepoint_aexpr): New function.
5896 (collection_list::collect_symbol): Update calls to add_memrange.
5897 Call add_local_register instead of add_register. Call
5898 add_ax_registers. Call finalize_tracepoint_aexpr.
5899 (encode_actions_1): Get remote regnos for $reg action. Call
5900 add_remote_register, add_ax_registers, and add_local_register.
5901 Update call to add_memrange. Call finalize_tracepoint_aexpr.
5902 (validate_actionline): Call finalize_tracepoint_aexpr.
5903
3df3a985
PFC
59042018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5905
5906 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5907 Replace array buf with gdb::char_vector buf, of size
5908 get_remote_packet_size (). Replace references to buf and
5909 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
5910 and xsnprintf with snprintf. Raise errors if the buffer is too
5911 small.
5912
aa6f3694
PFC
59132018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5914
5915 * remote.c (remote_target::download_tracepoint): Fix the has_more
5916 predicate in the QTDP action list iteration.
5917
05abfc39
PFC
59182018-08-06 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5919
5920 * remote.c (remote_target::download_tracepoint): Fix indentation
5921 in for block.
5922
821a2682
RO
59232018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5924
5925 * proc-api.c (_initialize_proc_api): Remove c, unused.
5926 * procfs.c (procfs_init_inferior): Remove signals, unused.
5927 (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5928 unused.
5929
95347337
AB
59302018-08-06 Sergey Korolev <s.korolev@ndmsystems.com>
5931 Andrew Burgess <andrew.burgess@embecosm.com>
5932
5933 * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5934 'W_STOPCODE (0)' as this could be ambiguous.
5935
425699f5
SDJ
59362018-08-03 Sergio Durigan Junior <sergiodj@redhat.com>
5937
5938 * ser-tcp.c (net_open): Fix thinko when deciding whether to
5939 disable TCP's Nagle algorithm (use "ai_protocol" instead of
5940 "ai_socktype").
5941
3e1d3d8c
TT
59422018-08-02 Tom Tromey <tom@tromey.com>
5943
5944 PR symtab/16842.
5945 * dwarf2read.c (read_func_scope): Set symtab on template parameter
5946 symbols.
5947 (process_structure_scope): Likewise.
5948
15843549
XR
59492018-08-02 Xavier Roirand <roirand@adacore.com>
5950
5951 PR gdb/22629:
4399bce9
PA
5952 * darwin-nat.c (darwin_kill_inferior): Fix handling of
5953 kill inferior.
15843549 5954
b5bddbbb
TT
59552018-08-02 Tom Tromey <tom@tromey.com>
5956
5957 * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5958 (darwin_suspend_inferior, darwin_resume_inferior)
5959 (darwin_decode_notify_message, darwin_resume_inferior_threads)
5960 (darwin_check_new_threads): Check result of get_darwin_inferior.
5961
f61cfa07
JB
59622018-07-31 Joel Brobecker <brobecker@adacore.com>
5963
5964 GDB 8.1.1 released.
5965
5abe0f0c
JV
59662018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5967
5968 * varobj.c (varobj_get_path_expr_parent): Report an error if
5969 parent is a dynamic varobj.
5970
472fa5ee
SM
59712018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5972
5973 * gnulib/aclocal.m4: Re-generate.
5974 * gnulib/config.in: Re-generate.
5975 * gnulib/configure: Re-generate.
5976 * gnulib/import/Makefile.in: Re-generate.
5977 * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5978 * gnulib/import/m4/onceonly.m4: Re-generate.
5979
1c28969e
SM
59802018-07-31 Simon Marchi <simon.marchi@ericsson.com>
5981
5982 * target-descriptions.c (struct xml_test_tdesc): New.
5983 (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5984 (record_xml_tdesc): Update.
5985 (maintenance_check_xml_descriptions): Update.
5986 * target-descriptions.h (record_xml_tdesc): Update comment.
5987
c8f2dc0d
AB
59882018-07-30 Andrew Burgess <andrew.burgess@embecosm.com>
5989
5990 * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5991 checking array bounds are defined.
5992
463c08d1
TT
59932018-07-30 Tom Tromey <tom@tromey.com>
5994
5995 * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5996 irreflexivity violation.
5997
dba7455e
TT
59982018-07-30 Tom Tromey <tom@tromey.com>
5999
6000 * cli/cli-decode.c (lookup_cmd): Remove lint code.
6001 * value.c (unpack_long): Remove lint code.
6002 * valops.c (value_ind): Remove lint code.
6003 * valarith.c (value_x_binop, value_x_unop, value_equal)
6004 (value_pos): Remove lint code.
6005
37cc0cae
TV
60062018-07-28 Tom de Vries <tdevries@suse.de>
6007
6008 * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
6009 with undefined upper bound as <optimized out>.
6010
129eb0f1
SDJ
60112018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
6012
6013 * gcore.in: Rename variable "name" to "prefix". Expand
6014 "usage" text.
6015
6af79d7b
JT
60162018-07-14 Jon Turney <jon.turney@dronecode.org.uk>
6017
6018 * windows-nat.c (windows_nat_target::create_inferior): Update to
6019 call close() in global namespace.
6020
79748972
TT
60212018-07-26 Tom Tromey <tom@tromey.com>
6022
6023 * dwarf-index-write.c (add_address_entry): Don't add objfile
6024 offsets.
6025 * dbxread.c (find_stab_function): Rename from
6026 find_stab_function_addr. Return a bound_minimal_symbol.
6027 (read_dbx_symtab): Use raw_text_low, raw_text_high.
6028 Don't add objfile offsets.
6029 (end_psymtab): Use raw_text_low, raw_text_high,
6030 MSYMBOL_VALUE_RAW_ADDRESS.
6031 (read_ofile_symtab): Update.
6032 (process_one_symbol): Update.
6033 * dwarf2read.c (create_addrmap_from_index): Don't add objfile
6034 offsets.
6035 (dw2_relocate): Remove.
6036 (dw2_find_pc_sect_symtab): Bias PC by the text offset before
6037 searching addrmap.
6038 (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
6039 Update.
6040 (process_psymtab_comp_unit_reader, add_partial_symbol)
6041 (add_partial_subprogram, dwarf2_ranges_read): Update.
6042 (load_partial_dies): Update.
6043 (add_address_entry): Don't add objfile offsets.
6044 (dwarf2_build_include_psymtabs): Update.
6045 (create_addrmap_from_aranges): Don't add objfile offsets.
6046 (dw2_find_pc_sect_compunit_symtab): Update.
6047 * mdebugread.c (parse_symbol): Don't add objfile offsets.
6048 (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
6049 Update.
6050 (parse_partial_symbols): Don't add objfile offsets. Use
6051 raw_text_low, raw_text_high. Update.
6052 (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
6053 * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
6054 or call 'relocate' quick function. Clear psymbol_map.
6055 * psympriv.h (struct partial_symbol) <address>: Add section
6056 offset.
6057 <set_unrelocated_address>: Rename from set_address.
6058 <raw_text_low, raw_text_high>: New methods.
6059 <text_low, text_high>: Add objfile parameter.
6060 (add_psymbol_to_bcache): Add 'section' parameter. Call
6061 set_unrelocated_address.
6062 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6063 (find_pc_psymbol): Update.
6064 (fixup_psymbol_section, relocate_psymtabs): Remove.
6065 (dump_psymtab, psym_functions): Update.
6066 (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
6067 parameter.
6068 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
6069 (start_psymtab_common): Update.
6070 * symfile-debug.c (debug_qf_relocate): Remove.
6071 (debug_sym_quick_functions): Update.
6072 * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
6073 * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
6074 Update.
6075
52948f01
TT
60762018-07-26 Tom Tromey <tromey@redhat.com>
6077
6078 * dbxread.c (end_psymtab): Use text_high_valid and
6079 text_low_valid.
6080 * mdebugread.c (parse_partial_symbols): Use text_low_valid.
6081 (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
6082 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
6083 Update comment.
6084 <text_low_valid, text_high_valid>: New fields.
6085 <set_text_low, set_text_high>: Update.
6086 * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
6087
4ae976d1
TT
60882018-07-26 Tom Tromey <tom@tromey.com>
6089
6090 * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
6091 Update.
6092 * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
6093 textlow and texthigh fields.
6094 (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
6095 Update.
6096 * mdebugread.c (parse_lines, parse_partial_symbols)
6097 (psymtab_to_symtab_1): Update.
6098 * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
6099 Rename fields. Update comment. Now private.
6100 <text_low, text_high, set_text_low, set_text_high>: New methods.
6101 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6102 (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
6103 (start_psymtab_common, maintenance_info_psymtabs)
6104 (maintenance_check_psymtabs): Update.
6105 * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
6106 texthigh fields.
6107 (scan_xcoff_symtab): Update.
6108
02e9e7f7
TT
61092018-07-26 Tom Tromey <tromey@redhat.com>
6110
6111 * psympriv.h (struct partial_symbol) <unrelocated_address,
6112 address, set_address>: New methods.
6113 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
6114 (fixup_psymbol_section, relocate_psymtabs): Update.
6115 (print_partial_symbols): Add 'objfile' parameter. Update.
6116 (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
6117 Update.
6118
8a6d4234
TT
61192018-07-26 Tom Tromey <tom@tromey.com>
6120
6121 * dwarf-index-write.c (write_psymbols, debug_names::insert)
6122 (debug_names::write_psymbols): Update.
6123 * psympriv.h (struct partial_symbol): Derive from
6124 general_symbol_info.
6125 <obj_section>: New method.
6126 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
6127 * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
6128 (find_pc_sect_psymbol, fixup_psymbol_section)
6129 (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
6130 (print_partial_symbols, recursively_search_psymtabs)
6131 (compare_psymbols, psymbol_hash, psymbol_compare)
6132 (add_psymbol_to_bcache, maintenance_check_psymtabs)
6133 (psymbol_name_matches, psym_fill_psymbol_map): Update.
6134
08994e1d
TT
61352018-07-26 Tom Tromey <tromey@redhat.com>
6136
6137 * dbxread.c (end_psymtab): Remove dead code.
6138
3c3bb058
AB
61392018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6140
6141 * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
6142 DWARF unwinders are disabled.
6143 * dwarf2-frame.c: Add dwarf2read.h include.
6144 (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
6145 disabled.
6146 (dwarf2_frame_unwinders_enabled_p): Define.
6147 (show_dwarf_unwinders_enabled_p): New function.
6148 (_initialize_dwarf2_frame): Register switch to control DWARF
6149 unwinder use.
6150 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
6151 * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
6152 (show_dwarf_cmdlist): Remove static keyword.
6153 * dwarf2read.h (set_dwarf_cmdlist): Declare.
6154 (show_dwarf_cmdlist): Declare.
6155 * NEWS: Document new feature.
6156
9e7f3bbb
TV
61572018-07-26 Tom de Vries <tdevries@suse.de>
6158
6159 PR breakpoints/23366
6160 * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
6161
506f5c41
TV
61622018-07-26 Tom de Vries <tdevries@suse.de>
6163
6164 * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
6165 DW_AT_count can't be translated to a dynamic prop.
6166
16f808ec
TV
61672018-07-25 Tom de Vries <tdevries@suse.de>
6168
6169 * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
6170 try/catch.
6171
d7154a8d
JV
61722018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6173
6174 * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
6175
a45389f6
JB
61762018-07-25 Joel Brobecker <brobecker@adacore.com>
6177
6178 * MAINTAINERS (Global Maintainers): Add Tom Tromey.
6179
380618d6
KS
61802018-07-24 Keith Seitz <keiths@redhat.comt
6181
6182 PR symtab/23010
6183 * dwarf2read.c (dw2_add_symbol_to_list): New function.
6184 (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
6185 instead of add_symbol_to_list.
6186 (read_file_scope): Call prepare_one_comp_unit before reading
6187 any other DIEs.
6188
4b17aefe
SM
61892018-07-24 Simon Marchi <simon.marchi@ericsson.com>
6190
6191 * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
6192
29d17e47
TT
61932018-07-24 Tom Tromey <tom@tromey.com>
6194
6195 * utils.c (malloc, realloc, free): Don't declare.
6196 * configure, config.in: Rebuild.
6197 * configure.ac: Don't check for declarations of free, malloc, or
6198 realloc.
6199
cf4088a9
SM
62002018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
6201
6202 * aarch64-linux-nat.c
6203 (aarch64_linux_nat_target::stopped_data_address): Remove unused
6204 variable.
6205 * arm-linux-nat.c (fetch_regs): Likewise.
6206 (store_regs): Likewise.
6207 (fetch_vfp_regs): Likewise.
6208 (store_vfp_regs): Likewise.
6209 (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
6210 (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
6211 (arm_linux_nat_target::insert_watchpoint): Likewise.
6212 (arm_linux_nat_target::remove_watchpoint): Likewise.
6213 * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
6214 Likewise.
6215 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
6216 Likewise.
6217 * ppc-linux-nat.c (fetch_register): Likewise.
6218 (fetch_all_gp_regs): Likewise.
6219 (fetch_ppc_registers): Likewise.
6220 (store_all_gp_regs): Likewise.
6221 (store_ppc_registers): Likewise.
6222 (hwdebug_insert_point): Likewise.
6223 (can_use_watchpoint_cond_accel): Likewise.
6224 * remote-sim.c (gdb_os_write_stdout): Likewise.
6225
a0de763e
TT
62262018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
6227 Tom Tromey <tom@tromey.com>
6228
6229 * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
6230 test for it.
6231 * configure: Rebuild.
6232
3b20124b
TT
62332018-07-22 Tom Tromey <tom@tromey.com>
6234
6235 * regformats/regdat.sh: Define xmltarget_${name} inside
6236 #ifndef IN_PROCESS_AGENT.
6237
8c8807f4
TT
62382018-07-22 Tom Tromey <tom@tromey.com>
6239
6240 * value.c (value_fetch_lazy_bitfield): Remove unused variable.
6241
c486b610
TT
62422018-07-22 Tom Tromey <tom@tromey.com>
6243
6244 * symfile.c (reread_symbols): Notify iter, not objfile.
6245
494f80a9
TT
62462018-07-22 Tom Tromey <tom@tromey.com>
6247
6248 * ravenscar-thread.c (ravenscar_thread_target::store_registers):
6249 Use arch_ops.
6250 (ravenscar_thread_target::prepare_to_store): Likewise.
6251
c51f6a54
TT
62522018-07-22 Tom Tromey <tom@tromey.com>
6253
6254 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
6255 unused variable. Call value_fetch_lazy when needed.
6256 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
6257 Remove unused variable. Call value_fetch_lazy when needed.
6258
374fd1fd
TT
62592018-07-22 Tom Tromey <tom@tromey.com>
6260
6261 * m32c-tdep.c (mark_dma): Return void.
6262 (make_regs): Remove unused declarations.
6263
d5e9a511
TT
62642018-07-22 Tom Tromey <tom@tromey.com>
6265
6266 * guile/scm-cmd.c (gdbscm_dont_repeat): Call
6267 cmdscm_get_valid_command_smob_arg_unsafe for effect.
6268 * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
6269 bkscm_get_valid_block_smob_arg_unsafe for effect.
6270
996d693a
TT
62712018-07-22 Tom Tromey <tom@tromey.com>
6272
6273 * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
6274 value_type.
6275
15766370
TT
62762018-07-22 Tom Tromey <tom@tromey.com>
6277
6278 * windows-nat.c (saved_context): Conditionally define.
6279 * remote.c (remote_target::remote_btrace_maybe_reopen):
6280 Conditionally declare "warned".
6281 * inflow.c (sigquit_ours): Conditionally define.
6282 (new_tty): Move "tty" declaration inside #if.
6283 * guile/guile.c (guile_datadir): Conditionally define.
6284 * charset.c (set_be_le_names): Move some declarations inside #if.
6285 * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
6286 #if.
6287 (parse_xml_btrace_conf): Likewise.
6288
f4e80e13
TT
62892018-07-22 Tom Tromey <tom@tromey.com>
6290
6291 * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
6292
8d49165d
TT
62932018-07-22 Tom Tromey <tom@tromey.com>
6294
6295 * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
6296 * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
6297 (vlscm_convert_typed_value_from_scheme): Remove unused variable.
6298 * buildsym-legacy.c (get_macro_table): Remove unused variable.
6299 * stack.c (frame_apply_level_command): Remove unused variable.
6300 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
6301 * sparc64-tdep.c (adi_examine_command): Remove unused variable.
6302 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
6303 unused variable.
6304 * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
6305 * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
6306 * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
6307 variable.
6308 * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
6309 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
6310 variable.
6311 * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
6312 Remove unused variable.
6313 * cli/cli-script.c (recurse_read_control_structure): Remove unused
6314 variable.
6315 * common/tdesc.c (print_xml_feature::visit): Remove unused
6316 variable.
6317 * compile/compile-object-load.c (store_regs): Remove unused
6318 variables.
6319 * complaints.c (clear_complaints): Remove unused variable.
6320 * corelow.c (core_target_open): Remove unused variable.
6321 * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
6322 variable.
6323 * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
6324 variable.
6325 * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
6326 variable.
6327 * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
6328 variable.
6329 * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
6330 variable.
6331 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
6332 variable.
6333 * ia64-tdep.c (examine_prologue): Remove unused variable.
6334 * infcall.c (run_inferior_call): Remove unused variable.
6335 * inferior.c (exit_inferior): Remove unused variable.
6336 * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
6337 * linespec.c (decode_line_2): Remove unused variable.
6338 * linux-nat.c (super_close): Remove.
6339 * linux-tdep.c (linux_info_proc): Remove unused variable.
6340 * mi/mi-main.c (mi_execute_command): Remove unused variable.
6341 * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
6342 Remove unused variable.
6343 * parse.c (find_minsym_type_and_address): Remove unused variable.
6344 * printcmd.c (info_symbol_command, printf_floating): Remove unused
6345 variable.
6346 * python/py-breakpoint.c (bppy_set_commands): Remove unused
6347 variable.
6348 * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
6349 variables.
6350 * record-btrace.c (record_btrace_target::store_registers): Remove
6351 unused variable.
6352 (cmd_show_record_btrace_cpu): Remove unused variable.
6353 * riscv-tdep.c (riscv_register_reggroup_p)
6354 (riscv_push_dummy_call, riscv_return_value): Remove unused
6355 variable.
6356 * rust-exp.y (literal): Remove unused variable.
6357 * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
6358 unused variable.
6359 <STRUCTOP_ANONYMOUS>: Likewise.
6360 * s390-linux-tdep.c (s390_linux_init_abi_31)
6361 (s390_linux_init_abi_64): Remove unused variable.
6362 * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
6363 (file_select_thread, net_windows_open, _initialize_ser_windows):
6364 Remove unused variables.
6365 * symtab.c (find_pc_sect_line): Remove unused variable.
6366 * target-memory.c (compute_garbled_blocks): Remove unused
6367 variable.
6368 (target_write_memory_blocks): Remove unused variable.
6369 * target.c (target_stack::unpush): Remove unused variables.
6370 * tracepoint.c (start_tracing, all_tracepoint_actions)
6371 (merge_uploaded_trace_state_variables)
6372 (print_one_static_tracepoint_marker): Remove unused variable.
6373 * unittests/basic_string_view/element_access/char/1.cc (test01):
6374 Remove unused variable.
6375 * windows-nat.c (windows_continue, windows_add_all_dlls)
6376 (do_initial_windows_stuff, windows_nat_target::create_inferior):
6377 Remove unused variables.
6378
17cbafdb
SM
63792018-07-21 Simon Marchi <simon.marchi@polymtl.ca>
6380
6381 * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
6382 attr_profile in HAVE_ELF.
6383 * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
6384 HAVE_ELF.
6385
0ee6c332
SM
63862018-07-20 Simon Marchi <simon.marchi@polymtl.ca>
6387
6388 * frame.c (frame_register_unwind): Change parameter name.
6389 (frame_unwind_register): Likewise.
6390 (frame_unwind_register_value): Likewise.
6391 (frame_unwind_register_signed): Likewise.
6392 (frame_unwind_register_unsigned): Likewise.
6393 * frame.h (frame_register_unwind): Likewise.
6394 (frame_unwind_register): Likewise.
6395 (frame_unwind_register_value): Likewise.
6396 (frame_unwind_register_signed): Likewise.
6397 (frame_unwind_register_unsigned): Likewise.
6398 (frame_unwind_arch): Likewise.
6399
e2e31f10
MR
64002018-07-20 Maciej W. Rozycki <macro@mips.com>
6401
6402 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
6403 ISA maintenance.
6404
2d389915
MR
64052018-07-20 Maciej W. Rozycki <macro@mips.com>
6406
6407 * mips-linux-nat.c (mips_linux_nat_target::read_description):
6408 Call `get_ptrace_pid' rather than extracting the ptrace PID by
6409 hand.
6410
cbb09508
KS
64112018-07-20 Keith Seitz <keiths@redhat.com>
6412
6413 * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
6414 m_main_subfile, m_comp_dir, m_producer, m_debugformat,
6415 m_compunit_symtab, m_language>: Add "m_" prefix.
6416 Update all uses.
6417 * buildsym.c: Update all uses.
6418
bfe2e011
TT
64192018-07-20 Tom Tromey <tom@tromey.com>
6420
6421 * buildsym-legacy.h (record_line): Don't use record_line_ftype.
6422 * buildsym.h (record_line_ftype): Remove typedef.
6423
0e6f3061
TT
64242018-07-20 Tom Tromey <tom@tromey.com>
6425
6426 * buildsym-legacy.h (augment_type_symtab): Don't declare.
6427 (end_expandable_symtab): Likewise.
6428 (end_symtab_get_static_block): Likewise.
6429 (end_symtab_from_static_block): Likewise.
6430 * buildsym-legacy.c (augment_type_symtab): Remove.
6431 (end_expandable_symtab): Remove.
6432 (end_symtab_get_static_block): Remove.
6433 (end_symtab_from_static_block): Remove.
6434
804d2729
TT
64352018-07-20 Tom Tromey <tom@tromey.com>
6436
6437 * dwarf2read.c: Include buildsym.h.
6438 (struct dwarf2_cu) <builder>: New method.
6439 (fixup_go_packaging): Update.
6440 (process_full_comp_unit, process_full_type_unit): Update. Don't
6441 use scoped_free_pendings.
6442 (using_directives): Add "cu" parameter, remove "language".
6443 (read_import_statement, setup_type_unit_groups, )
6444 (read_func_scope, read_lexical_block_scope)
6445 (dwarf2_record_block_ranges, read_namespace): Update.
6446 (lnp_state_machine::lnp_state_machine): Add cu parameter.
6447 (lnp_state_machine::handle_end_sequence): Update.
6448 (class lnp_state_machine) <m_cu>: New member.
6449 <m_record_line_callback>: Remove.
6450 <m_currently_recording_lines>: New member.
6451 (lnp_state_machine::handle_set_file): Update.
6452 (noop_record_line): Remove.
6453 (dwarf_record_line_p): Add cu parameter.
6454 (dwarf_record_line_1, dwarf_finish_line): Likewise.
6455 (lnp_state_machine::record_line)
6456 (lnp_state_machine::lnp_state_machine)
6457 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
6458 (dwarf_decode_lines): Update.
6459 (dwarf2_start_subfile): Add cu parameter.
6460 (dwarf2_start_symtab, new_symbol): Update.
6461 (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
6462 Remove dwarf2_per_objfile parameter.
6463 (dwarf_decode_macros): Update.
6464
80e649fc
TT
64652018-07-20 Tom Tromey <tom@tromey.com>
6466
6467 * stabsread.c (define_symbol): Update.
6468 * buildsym-legacy.h (get_buildsym_compunit): Declare.
6469 * dwarf2read.c (new_symbol): Update.
6470 * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
6471 * cp-namespace.c: Include buildsym.h.
6472 (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
6473 * buildsym-legacy.c (get_buildsym_compunit): New function.
6474
0baae8db
TT
64752018-07-20 Tom Tromey <tom@tromey.com>
6476
6477 * xcoffread.c: Include buildsym-legacy.h.
6478 * windows-nat.c: Include buildsym-legacy.h.
6479 * stabsread.c: Include buildsym-legacy.h.
6480 * mdebugread.c: Include buildsym-legacy.h.
6481 * buildsym-legacy.h: New file.
6482 * buildsym-legacy.c: New file, from buildsym.c.
6483 * go32-nat.c: Include buildsym-legacy.h.
6484 * dwarf2read.c: Include buildsym-legacy.h.
6485 * dbxread.c: Include buildsym-legacy.h.
6486 * cp-namespace.c: Include buildsym-legacy.h.
6487 * coffread.c: Include buildsym-legacy.h.
6488 * buildsym.h: Move some contents to buildsym-legacy.h.
6489 * buildsym.c: Include buildsym-legacy.h. Move many functions to
6490 buildsym-legacy.c.
6491 * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
6492
ab209f6f
TT
64932018-07-20 Tom Tromey <tom@tromey.com>
6494
6495 * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
6496 * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
6497 (buildsym_compunit::buildsym_compunit)
6498 (buildsym_compunit::~buildsym_compunit)
6499 (buildsym_compunit::get_macro_table): Define.
6500
74c72eac
TT
65012018-07-20 Tom Tromey <tom@tromey.com>
6502
6503 * buildsym.c (reset_symtab_globals): Remove.
6504 (buildsym_compunit::end_symtab_from_static_block): Update.
6505 (buildsym_compunit::augment_type_symtab): Update.
6506 (end_symtab_from_static_block): Call free_buildsym_compunit.
6507 (augment_type_symtab, end_symtab, end_expandable_symtab):
6508 Likewise.
6509
da6580e5
TT
65102018-07-20 Tom Tromey <tom@tromey.com>
6511
6512 * arch-utils.c: Do not include buildsym.h.
6513 * mipsread.c: Do not include buildsym.h.
6514 * machoread.c: Do not include buildsym.h.
6515 * elfread.c: Do not include buildsym.h.
6516
4a2125f5
TT
65172018-07-20 Tom Tromey <tom@tromey.com>
6518
6519 * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
6520 initialization.
6521 (buildsym_compunit): Add new constructor.
6522 (struct buildsym_compunit) <get_last_source_file, finish_block,
6523 record_block_range, start_subfile, patch_subfile_names,
6524 push_subfile, pop_subfile, record_line, get_compunit_symtab,
6525 set_last_source_start_addr, get_last_source_start_addr,
6526 get_local_using_directives, set_local_using_directives,
6527 get_global_using_directives, outermost_context_p,
6528 get_current_context_stack, get_context_stack_depth,
6529 get_current_subfile, get_local_symbols, get_file_symbols,
6530 get_global_symbols, record_debugformat, record_producer,
6531 push_context, pop_context, end_symtab_get_static_block,
6532 end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
6533 New public methods.
6534 <record_pending_block, finish_block_internal, make_blockvector,
6535 watch_main_source_file_lossage, end_symtab_with_blockvector>: New
6536 private methods.
6537 Update all users.
6538
65392018-05-22 Tom Tromey <tom@tromey.com>
6540
6541 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6542 parameter.
6543 (finish_block_internal): Update.
6544
6b213a47
TT
65452018-07-20 Tom Tromey <tom@tromey.com>
6546
6547 * buildsym.c (record_pending_block): Move earlier. Remove objfile
6548 parameter.
6549 (finish_block_internal): Update.
6550
b80a981d
TT
65512018-07-20 Tom Tromey <tom@tromey.com>
6552
6553 * buildsym.h (EXTERN): Don't define or undef.
6554 * buildsym.c (EXTERN): Don't define.
6555
ddb70602
TT
65562018-07-20 Tom Tromey <tom@tromey.com>
6557
6558 * buildsym.c: Remove TODO comment.
6559
b37dd3bc
TT
65602018-07-20 Tom Tromey <tom@tromey.com>
6561
6562 * coffread.c (coff_symtab_read): Update.
6563 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6564 (xcoff_new_init): Update.
6565 * mipsread.c (mipscoff_new_init): Update.
6566 * mdebugread.c (mdebug_build_psymtabs): Update.
6567 * elfread.c (elf_new_init): Update.
6568 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6569 Update.
6570 * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6571 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6572 (stabsect_build_psymtabs): Update.
6573 * buildsym.h (buildsym_init): Don't declare.
6574 * buildsym.c: Update comment.
6575 (prepare_for_building): Remove.
6576 (start_symtab, restart_symtab): Update.
6577 (reset_symtab_globals): Update comment.
6578 (buildsym_init): Remove.
6579
e148f09d
TT
65802018-07-20 Tom Tromey <tom@tromey.com>
6581
6582 * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6583 * stabsread.c (patch_block_stabs, define_symbol, read_type)
6584 (read_enum_type, common_block_start, common_block_end)
6585 (cleanup_undefined_types_1, finish_global_stabs): Update.
6586 * mdebugread.c (psymtab_to_symtab_1): Update.
6587 * dwarf2read.c (fixup_go_packaging, read_func_scope)
6588 (read_lexical_block_scope, new_symbol): Update.
6589 * dbxread.c (process_one_symbol): Update.
6590 * coffread.c (coff_symtab_read, process_coff_symbol)
6591 (coff_read_enum_type): Update.
6592 * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6593 declare.
6594 (get_local_symbols, get_file_symbols, get_global_symbols): New
6595 functions.
6596 * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6597 m_global_symbols.
6598 <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6599 (~scoped_free_pendings): Update.
6600 (finish_block, prepare_for_building, reset_symtab_globals)
6601 (end_symtab_get_static_block, end_symtab_with_blockvector)
6602 (augment_type_symtab, push_context): Update.
6603 (get_local_symbols, get_file_symbols, get_global_symbols): New
6604 functions.
6605 (buildsym_init): Update.
6606
93b8bea4
TT
66072018-07-20 Tom Tromey <tom@tromey.com>
6608
6609 * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6610 (process_full_type_unit): Likewise.
6611 (dwarf2_start_symtab): Set list_in_scope.
6612
f62f6af5
TT
66132018-07-20 Tom Tromey <tom@tromey.com>
6614
6615 * dwarf2read.c (process_psymtab_comp_unit_reader)
6616 (build_type_psymtabs_reader): Do not set list_in_scope.
6617
1d376700
TT
66182018-07-20 Tom Tromey <tom@tromey.com>
6619
6620 * buildsym.c (free_pendings): Remove.
6621 (add_symbol_to_list, scoped_free_pendings)
6622 (finish_block_internal, buildsym_init): Update.
6623
c233e9c6
TT
66242018-07-20 Tom Tromey <tom@tromey.com>
6625
6626 * xcoffread.c (read_xcoff_symtab): Update.
6627 * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6628 Update.
6629 * dbxread.c (process_one_symbol): Update.
6630 * coffread.c (coff_symtab_read): Update.
6631 * buildsym.h (finish_block): Update.
6632 * buildsym.c (finish_block): Remove "listhead" argument.
6633 (end_symtab_get_static_block): Update.
6634
5ac04550
TT
66352018-07-20 Tom Tromey <tom@tromey.com>
6636
6637 * buildsym.h (class scoped_free_pendings): Remove constructor.
6638 * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6639 method.
6640 <m_pending_block_obstack, m_pending_blocks>: New members.
6641 (pending_block_obstack, pending_blocks): Remove.
6642 (scoped_free_pendings::scoped_free_pendings): Default.
6643 (~scoped_free_pendings): Update.
6644 (free_pending_blocks): Remove.
6645 (finish_block_internal, record_pending_block, make_blockvector)
6646 (end_symtab_get_static_block, augment_type_symtab, push_context)
6647 (buildsym_init): Update.
6648
7ea05a7b
TT
66492018-07-20 Tom Tromey <tom@tromey.com>
6650
6651 * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6652 m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6653 members.
6654 (pending_addrmap, pending_addrmap_obstack)
6655 (pending_addrmap_interesting): Remove.
6656 (scoped_free_pendings, record_block_range, make_blockvector)
6657 (prepare_for_building, reset_symtab_globals, buildsym_init):
6658 Update.
6659
3c65e5b3
TT
66602018-07-20 Tom Tromey <tom@tromey.com>
6661
6662 * xcoffread.c (process_linenos): Update.
6663 * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6664 * mdebugread.c (psymtab_to_symtab_1): Update.
6665 * dwarf2read.c (setup_type_unit_groups)
6666 (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6667 (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6668 * dbxread.c (process_one_symbol): Update.
6669 * coffread.c (coff_symtab_read, enter_linenos)
6670 (process_coff_symbol): Update.
6671 * buildsym.h (current_subfile): Don't declare.
6672 (get_current_subfile): Declare.
6673 * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6674 member.
6675 (start_subfile, free_buildsym_compunit, push_subfile)
6676 (prepare_for_building, start_symtab): Update.
6677 (get_current_subfile): New function.
6678
a60f3166
TT
66792018-07-20 Tom Tromey <tom@tromey.com>
6680
6681 * coffread.c (coff_symtab_read): Update.
6682 * xcoffread.c (read_xcoff_symtab): Update.
6683 * dwarf2read.c (new_symbol): Update.
6684 (read_func_scope, read_lexical_block_scope): Update.
6685 * dbxread.c (process_one_symbol): Update.
6686 * buildsym.h (context_stack, context_stack_depth): Don't declare.
6687 (outermost_context_p): Remove macro.
6688 (outermost_context_p, get_current_context_stack)
6689 (get_context_stack_depth): Declare.
6690 (pop_context): Return struct context_stack.
6691 * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6692 member.
6693 (context_stack_size): Remove.
6694 (INITIAL_CONTEXT_STACK_SIZE): Remove.
6695 (prepare_for_building, end_symtab_get_static_block)
6696 (augment_type_symtab, push_context): Update.
6697 (pop_context): Return struct context_stack.
6698 (outermost_context_p, get_current_context_stack)
6699 (get_context_stack_depth): New functions.
6700 (buildsym_init): Update.
6701
56ba65a0
TT
67022018-07-20 Tom Tromey <tom@tromey.com>
6703
6704 * rust-exp.y: Now a pure parser. Update all rules.
6705 (%union): Move earlier.
6706 (current_parser, work_obstack): Remove globals.
6707 (rust_parser, ~rust_parser): Update.
6708 (class rust_parser) <copy_name, concat3, crate_name, super_name,
6709 lex_character, lex_number, lex_string, lex_identifier,
6710 rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6711 convert_name, convert_params_to_expression,
6712 convert_ast_to_expression, ast_basic_type, ast_operation,
6713 ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6714 ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6715 ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6716 ast_array_type, ast_slice_type, ast_reference_type,
6717 ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6718 (rust_parse): Update.
6719 (rustyyerror, rustyylex): Add parser parameter.
6720 (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6721 (rust_lex_stringish_test, rust_lex_test_sequence)
6722 (rust_lex_test_trailing_dot, rust_lex_test_completion)
6723 (rust_lex_test_push_back, rust_lex_tests): Update.
6724
4c693332
PA
67252018-07-19 Pedro Alves <palves@redhat.com>
6726
6727 * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6728 gdb::unique_xmalloc_ptr.
6729 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6730 Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6731 * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6732 copy-initialization.
6733 * guile/scm-pretty-print.c (ppscm_print_children): Use
6734 gdb::unique_xmalloc_ptr instead of cleanups.
6735 (gdbscm_apply_val_pretty_printer): Remove cleanups.
6736 * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6737 gdb::unique_xmalloc_ptr.
6738 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6739 Adjust to use gdb::unique_xmalloc_ptr.
6740 * guile/scm-utils.c (extract_arg): Adjust.
6741 * guile/scm-value.c (gdbscm_value_field): Adjust to use
6742 gdb::unique_xmalloc_ptr instead of a cleanup.
6743
4581dc82
TT
67442018-07-19 Tom Tromey <tom@tromey.com>
6745
6746 * utils.c (do_value_free_to_mark)
6747 (make_cleanup_value_free_to_mark): Remove.
6748 * utils.h (make_cleanup_value_free_to_mark): Remove.
6749
43cc6c3a
PA
67502018-07-19 Pedro Alves <palves@redhat.com>
6751
6752 * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6753 forwarding reference.
6754
3a5f2a48
PA
67552018-07-18 Pedro Alves <palves@redhat.com>
6756
6757 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6758 gdbscm_wrap. Use gdb::unique_xmalloc_ptr<char> instead of a
6759 cleanup.
6760
557e56be
PA
67612018-07-18 Pedro Alves <palves@redhat.com>
6762
6763 * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6764 exceptions.
6765 (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6766 (gdbscm_wrap): New.
6767 * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6768 directly instead of a cleanup.
6769 * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6770 (vlscm_unop): ... this. Reimplement using gdbscm_wrap.
6771 (vlscm_binop_gdbthrow): New, factored out from ...
6772 (vlscm_binop): ... this. Reimplement using gdbscm_wrap.
6773 (vlscm_rich_compare): Use gdbscm_wrap.
6774 * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6775 instead of a cleanup.
6776 (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6777 cleanup.
6778 * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6779 Use xfree directly instead of a cleanup.
6780 * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6781 Adjust to use gdbscm_wrap and scoped_value_mark.
6782 (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6783 (gdbscm_value_address, gdbscm_value_dereference)
6784 (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6785 scoped_value_mark.
6786 (gdbscm_value_dynamic_type): Use scoped_value_mark.
6787 (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6788 scoped_value_mark.
6789 (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6790 gdbscm_wrap and scoped_value_mark.
6791 (gdbscm_value_to_string): Use xfree directly instead of a
6792 cleanup. Move 'buffer' unique_ptr to TRY scope.
6793 (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6794 cleanup. Move 'buffer' unique_ptr to TRY scope. Use
6795 scoped_value_mark.
6796 (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6797 (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6798 scoped_value_mark.
6799 (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6800 gdbscm_wrap.
6801
42dc7699
TV
68022018-07-18 Tom de Vries <tdevries@suse.de>
6803
6804 * findvar.c (default_read_var_value): Also resolve dynamic type for
6805 LOC_OPTIMIZED_OUT vars.
6806
6592ceed
MR
68072018-07-18 Maciej W. Rozycki <macro@mips.com>
6808
6809 * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6810 decoding.
6811
c6c6149a
TT
68122018-07-17 Tom Tromey <tom@tromey.com>
6813
6814 * guile/scm-param.c (pascm_set_func, pascm_show_func)
6815 (compute_enum_list, pascm_set_param_value_x)
6816 (gdbscm_parameter_value): Update.
6817 * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6818 (gdbscm_scm_to_host_string): Update.
6819 * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6820 Update.
6821 * guile/scm-cmd.c (cmdscm_add_completion): Update.
6822 * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6823 * guile/scm-string.c (gdbscm_scm_to_string): Return
6824 unique_xmalloc_ptr.
6825 (gdbscm_scm_to_host_string): Likewise.
6826
a1a31cb8
TT
68272018-07-17 Tom Tromey <tom@tromey.com>
6828
6829 * guile/guile.c (gdbscm_eval_from_control_command): Update.
6830 * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6831 * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6832 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6833 unique_xmalloc_ptr.
6834
15bf3002
TT
68352018-07-17 Tom Tromey <tom@tromey.com>
6836
6837 * guile/scm-param.c (pascm_signal_setshow_error): Update.
6838 * guile/guile-internal.h (gdbscm_exception_message_to_string):
6839 Update.
6840 * guile/scm-cmd.c (cmdscm_function): Update.
6841 * guile/scm-pretty-print.c
6842 (ppscm_print_exception_unless_memory_error): Update.
6843 * guile/scm-exception.c (gdbscm_exception_message_to_string):
6844 Return unique_xmalloc_ptr.
6845
7eb1a66c
TT
68462018-07-17 Tom Tromey <tom@tromey.com>
6847
6848 * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6849 Use string_printf.
6850
ce73f310
JW
68512018-07-17 Jim Wilson <jimw@sifive.com>
6852
27724bad
JW
6853 * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6854 set_gdbarch_decr_pc_after_break. Call riscv_read_misa_reg always.
6855 (riscv_gdbarch_init): Delete local has_compressed_isa. Delete now
6856 unecessary braces after EF_RISCV_RVC test. Delete call to
6857 set_gdbarch_decr_pc_after_break.
6858
ce73f310
JW
6859 * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6860 RISCV_LAST_FP_REGNUM + 1.
6861 (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6862
056dec39
TT
68632018-07-17 Tom Tromey <tom@tromey.com>
6864
6865 * configure.ac: Remove --disable-gdbcli.
6866 * configure: Rebuild.
6867 * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6868 (SUBDIR_CLI_CFLAGS): Remove.
6869 (SFILES): Use SUBDIR_CLI_SRCS.
6870 (COMMON_OBS): Use SUBDIR_CLI_OBS.
6871
4735f0ed
TT
68722018-07-17 Tom Tromey <tom@tromey.com>
6873
6874 PR gdb/18624:
6875 * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6876
117a0e99
JW
68772018-07-16 Jim Wilson <jimw@sifive.com>
6878
6879 * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6880
8a67aaa8
SM
68812018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6882
6883 * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6884 variable.
6885 (libunwind_frame_sniffer): Likewise.
6886 (libunwind_frame_prev_register): Likewise.
6887 (libunwind_sigtramp_frame_sniffer): Likewise.
6888 * ia64-tdep.c (ia64_access_reg): Likewise.
6889 (ia64_access_rse_reg): Likewise.
6890 (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6891 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6892
ec74dcd8
SM
68932018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6896
a700e753
SM
68972018-07-16 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * remote-sim.c (gdbsim_target::close,
6900 gdbsim_target::mourn_inferior): Remove unused variables.
6901
8b411ff8
SM
69022018-07-16 Simon Marchi <simon.marchi@polymtl.ca>
6903
6904 * ia64-tdep.c (ktab_buf): New global.
6905 (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6906 (get_kernel_table): Adjust.
6907
edb0470b
TT
69082018-07-16 Tom Tromey <tom@tromey.com>
6909
6910 * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6911 * dwarf2read.c (using_directives, new_symbol): Use
6912 outermost_context_p.
6913 * dbxread.c (process_one_symbol): Use outermost_context_p.
6914 * coffread.c (coff_symtab_read): Use outermost_context_p.
6915
6cccc9a8
TT
69162018-07-16 Tom Tromey <tom@tromey.com>
6917
6918 * dwarf2read.c (using_directives, read_func_scope)
6919 (read_lexical_block_scope): Update.
6920 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6921 * buildsym.h (local_using_directives, global_using_directives):
6922 Don't declare.
6923 (get_local_using_directives, set_local_using_directives)
6924 (get_global_using_directives): Declare.
6925 * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6926 m_global_using_directives>: New members.
6927 (finish_block_internal, prepare_for_building)
6928 (reset_symtab_globals, end_symtab_get_static_block)
6929 (push_context): Update.
6930 (get_local_using_directives, set_local_using_directives)
6931 (get_global_using_directives): New functions.
6932 (buildsym_init): Update.
6933
652788a7
TT
69342018-07-16 Tom Tromey <tom@tromey.com>
6935
6936 * xcoffread.c (xcoff_initial_scan): Don't call
6937 free_pending_blocks.
6938 * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6939 * buildsym.h (class scoped_free_pendings): Add constructor.
6940 (free_pending_blocks): Don't declare.
6941 * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6942 (free_pending_blocks): Now static.
6943
8419ee53
TT
69442018-07-16 Tom Tromey <tom@tromey.com>
6945
6946 * buildsym.h (push_subfile, pop_subfile): Update declarations.
6947 * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6948 member.
6949 (struct subfile_stack): Remove.
6950 (subfile_stack): Remove.
6951 (push_subfile, pop_subfile, buildsym_init): Update.
6952
ccdac490
TT
69532018-07-16 Tom Tromey <tom@tromey.com>
6954
6955 * buildsym.c (push_subfile): Use gdb_assert.
6956 (pop_subfile): Use gdb_assert.
6957
43130d6f
TT
69582018-07-16 Tom Tromey <tom@tromey.com>
6959
6960 * buildsym.h (merge_symbol_lists): Remove.
6961 * buildsym.c (merge_symbol_lists): Remove.
6962
77d6f1aa
TT
69632018-07-16 Tom Tromey <tom@tromey.com>
6964
6965 * stabsread.c (scan_file_globals): Update comment.
6966 * stabsread.h (scan_file_globals): Move from buildsym.h.
6967 * buildsym.h (scan_file_globals): Move to stabsread.h.
6968
2c722d18
TT
69692018-07-16 Tom Tromey <tom@tromey.com>
6970
6971 * xcoffread.c (xcoff_new_init): Update.
6972 * mipsread.c (mipscoff_new_init): Update.
6973 * mdebugread.c (mdebug_build_psymtabs): Update.
6974 * elfread.c (elf_new_init): Update.
6975 * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6976 (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6977 * buildsym.h (buildsym_new_init): Don't declare.
6978 * buildsym.c (buildsym_new_init): Remove.
6979
5985ac61
TT
69802018-07-16 Tom Tromey <tom@tromey.com>
6981
6982 * stabsread.h (within_function): Move from buildsym.h.
6983 * stabsread.c (start_stabs): Clear within_function.
6984 * coffread.c (coff_start_symtab): Clear within_function.
6985 * buildsym.h (within_function): Move to stabsread.h.
6986 * buildsym.c (prepare_for_building): Update.
6987
6b84eeb2
TT
69882018-07-16 Tom Tromey <tom@tromey.com>
6989
6990 * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6991 * dwarf2read.c (dwarf2_start_symtab): Don't set
6992 processing_gcc_compilation.
6993 * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6994
2150c3ef
TT
69952018-07-16 Tom Tromey <tom@tromey.com>
6996
6997 * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6998 (next_symbol_text_func): Move from buildsym.h.
6999 * stabsread.c (hashname): Move from buildsym.c.
7000 * buildsym.h (HASHSIZE, symnum, next_symbol_text)
7001 (next_symbol_text_func, hashname): Move to stabsread.h.
7002 * buildsym.c: Don't include bcache.h
7003 (hashname): Move to stasbread.c.
7004
0ec44fc0
TT
70052018-07-16 Tom Tromey <tom@tromey.com>
7006
7007 * buildsym.h (context_stack_size): Don't declare.
7008 * buildsym.c (context_stack_size): New global.
7009
81cc346d
TT
70102018-07-16 Tom Tromey <tom@tromey.com>
7011
7012 * dbxread.c (processing_acc_compilation): New global.
7013 * buildsym.h (processing_acc_compilation): Don't declare.
7014
2c99ee5c
TT
70152018-07-16 Tom Tromey <tom@tromey.com>
7016
7017 * xcoffread.c (aix_process_linenos, complete_symtab): Update.
7018 * dbxread.c (read_ofile_symtab): Update.
7019 * coffread.c (coff_start_symtab, coff_end_symtab): Update.
7020 * buildsym.h (last_source_start_addr): Remove.
7021 (set_last_source_start_addr, get_last_source_start_addr):
7022 Declare.
7023 * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
7024 parameter.
7025 (struct buildsym_compunit) <m_last_source_start_addr>: New
7026 member.
7027 (prepare_for_building): Remove start_addr parameter.
7028 (start_symtab, restart_symtab, end_symtab_get_static_block)
7029 (end_symtab_with_blockvector): Update.
7030 (set_last_source_start_addr, get_last_source_start_addr): New
7031 functions.
7032
530fedbc
TT
70332018-07-16 Tom Tromey <tom@tromey.com>
7034
7035 * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
7036 member.
7037 (have_line_numbers): Remove.
7038 (record_line, prepare_for_building, end_symtab_get_static_block)
7039 (augment_type_symtab): Update.
7040
6a976300
TT
70412018-07-16 Tom Tromey <tom@tromey.com>
7042
7043 * buildsym.c (~buildsym_compunit): Free the macro table.
7044 (struct buildsym_compunit) <get_macro_table, release_macros>: New
7045 methods.
7046 <m_pending_macros>: New member.
7047 (pending_macros): Remove.
7048 (~scoped_free_pendings, get_macro_table, prepare_for_building)
7049 (reset_symtab_globals, end_symtab_get_static_block)
7050 (end_symtab_with_blockvector, augment_type_symtab)
7051 (buildsym_init): Update.
7052
c0015d44
TT
70532018-07-16 Tom Tromey <tom@tromey.com>
7054
7055 * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
7056 parameter.
7057 (buildsym_compunit::set_last_source_file): New method.
7058 <m_last_source_file>: New member.
7059 (prepare_for_building): Remove "name" parameter.
7060 (start_symtab, restart_symtab, reset_symtab_globals): Update.
7061 (last_source_file): Remove.
7062 (set_last_source_file, get_last_source_file): Update.
7063
e62cca7c
TT
70642018-07-16 Tom Tromey <tom@tromey.com>
7065
7066 * buildsym.c (prepare_for_building): Add assert.
7067
905eb0e2
TT
70682018-07-16 Tom Tromey <tom@tromey.com>
7069
7070 * buildsym.c (~buildsym_compunit): Update.
7071 (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
7072 (start_subfile, patch_subfile_names)
7073 (end_symtab_with_blockvector): Update.
7074
b248663f
TT
70752018-07-16 Tom Tromey <tom@tromey.com>
7076
7077 * buildsym.c (struct buildsym_compunit): Add constructor,
7078 destructor, initializers.
7079 (start_buildsym_compunit): Remove.
7080 (free_buildsym_compunit): Use "delete".
7081 (start_symtab, restart_symtab): Use "new".
7082
ff27d073
SM
70832018-07-13 Simon Marchi <simon.marchi@polymtl.ca>
7084
7085 * symfile.c (set_objfile_default_section_offset): Remove struct
7086 keyword.
7087
6a15ecf5
SH
70882018-07-14 Stafford Horne <shorne@gmail.com>
7089
7090 * (Responsible Maintainers): Add myself as or1k maintainer.
7091
027a4c30
TT
70922018-07-13 Tom Tromey <tom@tromey.com>
7093
7094 * symfile.c (set_objfile_default_section_offset): Use extra braces
7095 around initializer.
7096
5c1eda30
AA
70972018-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7098
7099 * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
7100 non-branching basr.
7101
bc7b042b
PW
71022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7103
7104 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7105 unittests/cli-utils-selftests.c
7106 * unittests/cli-utils-selftests.c: New file.
7107
a14c4daa
PW
71082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7109
7110 * NEWS: Mention new commands. Mention change to 'thread apply'.
7111
1fe75df7
PW
71122018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7113
7114 * thread.c (thr_try_catch_cmd): New function.
7115 (thread_apply_all_command): Handle qcs flags.
7116 (thread_apply_command): Handle qcs flags.
7117 (taas_command): New function.
7118 (tfaas_command): New function.
7119 (_initialize_thread): Update to setup the new commands 'taas
7120 and 'tfaas'. Change doc string for 'thread apply'.
7121
6a70eb7d
PW
71222018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7123
7124 * stack.c: (trailing_outermost_frame): New function, mostly
7125 extracted from backtrace_command_1.
7126 (leading_innermost_frame): New function.
7127 (backtrace_command_1): Update to call trailing_outermost_frame.
7128 (frame_apply_command_count): New function.
7129 (frame_apply_level_command): New function.
7130 (frame_apply_all_command): New function.
7131 (frame_apply_command): New function.
7132 (faas_command): New function.
7133 (frame_cmd_list): New variable.
7134 (_initialize_stack): Update to setup the new commands 'frame apply'
7135 and 'faas'.
7136
529c08b2
PW
71372018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7138
7139 * cli-utils.c (number_or_range_parser::get_number): Only handle
7140 numbers or convenience var as numbers.
7141 (parse_flags): New function.
7142 (parse_flags_qcs): New function.
7143 (number_or_range_parser::finished): Ensure parsing end is detected
7144 before end of string.
7145 * cli-utils.h (parse_flags): New function.
7146 (parse_flags_qcs): New function.
7147 (number_or_range_parser): Remove m_finished bool.
7148 (number_or_range_parser::skip_range): Set m_in_range to false.
7149
64b58472
SDJ
71502018-07-12 Sergio Durigan Junior <sergiodj@redhat.com>
7151
7152 * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
7153 on Windows.
7154
c7ab0aef
SDJ
71552018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7156 Jan Kratochvil <jan.kratochvil@redhat.com>
7157 Paul Fertser <fercerpav@gmail.com>
7158 Tsutomu Seki <sekiriki@gmail.com>
7159 Pedro Alves <palves@redhat.com>
7160
7161 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7162 'unittests/parse-connection-spec-selftests.c'.
7163 (COMMON_SFILES): Add 'common/netstuff.c'.
7164 (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
7165 * NEWS (Changes since GDB 8.2): Mention IPv6 support.
7166 * common/netstuff.c: New file.
7167 * common/netstuff.h: New file.
7168 * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
7169 (wait_for_connect): Update comment. New parameter
7170 'gdb::optional<int> sock' instead of 'struct serial *scb'.
7171 Use 'sock' directly instead of 'scb->fd'.
7172 (try_connect): New function, with code from 'net_open'.
7173 (net_open): Rewrite main loop to deal with multiple
7174 sockets/addresses. Handle IPv6-style hostnames; implement
7175 support for IPv6 connections.
7176 * unittests/parse-connection-spec-selftests.c: New file.
7177
4c7333b3
PA
71782018-07-11 Pedro Alves <palves@redhat.com>
7179
7180 PR gdb/23377
7181 * remote.c (remote_target::remote_detach_pid): Call
7182 set_current_process.
7183
a6f88f6e
PA
71842018-07-11 Pedro Alves <palves@redhat.com>
7185
7186 * h8300-tdep.c (h8300_gdbarch_init): Remove
7187 set_gdbarch_ecoff_reg_to_regnum calls.
7188
16ff70dd
SDJ
71892018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7190
7191 PR c++/23373
7192 * c-typeprint.c (c_type_print_base_struct_union): Don't print
7193 offsets/sizes for static members of a class/struct.
7194
12863263
AH
71952018-07-11 Alan Hayward <alan.hayward@arm.com>
7196
7197 * target-descriptions.c (tdesc_register_bitsize): Rename.
7198 * target-descriptions.h (tdesc_register_bitsize): Likewise.
7199 * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
7200 * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
7201
1123588c
TT
72022018-07-10 Tom Tromey <tom@tromey.com>
7203
7204 * breakpoint.c (moribund_locations): Now static and a
7205 std::vector.
7206 (breakpoint_init_inferior, moribund_breakpoint_here_p)
7207 (build_bpstat_chain, update_global_location_list)
7208 (breakpoint_retire_moribund): Update.
7209 * breakpoint.h (bp_location_p): Remove typedef. Don't declare
7210 VEC.
7211
8c49aa89
AB
72122018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7213
7214 * riscv-tdep.c (riscv_is_fp_regno_p): New function.
7215 (riscv_register_reggroup_p): Use new function, remove unneeded
7216 parenthesis.
7217 (riscv_push_dummy_call): Extend assert to compare against xlen or
7218 flen based on register type.
7219
42ecac17
AB
72202018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
7223
055303e2
AB
72242018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7225
7226 * remote.c (show_hardware_watchpoint_limit): New function.
7227 (show_hardware_watchpoint_length_limit): New function.
7228 (show_hardware_breakpoint_limit): New function.
7229 (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
7230 where appropriate, update help text.
7231
8fd32c1c
TT
72322018-07-09 Tom Tromey <tom@tromey.com>
7233
7234 * Makefile.in (CDEPS): Don't mention XM_CDEPS.
7235 (CLIBS): Don't mention NAT_CLIBS.
7236
31278b51
TT
72372018-07-09 Tom Tromey <tom@tromey.com>
7238
7239 * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
7240 (LIBGDB_OBS, clean mostlyclean): Update.
7241 (gdb$(EXEEXT), insight$(EXEEXT)): Update.
7242
e5fd1493
TT
72432018-07-09 Tom Tromey <tom@tromey.com>
7244
7245 * Makefile.in (%.c: %.y): Use ECHO_YACC.
7246 (%.c: %.l): Use ECHO_LEX. Just fail if flex not available.
7247 * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
7248
981e0c0c
TT
72492018-07-09 Tom Tromey <tom@tromey.com>
7250
7251 * Makefile.in (ALLDEPFILES): Remove exec.c.
7252 (COMMON_OBS): Remove exec.o.
7253 (COMMON_SFILES): Add exec.c.
7254
14ccceb2
TT
72552018-07-09 Tom Tromey <tom@tromey.com>
7256
7257 * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
7258
5d3c3a68
TT
72592018-07-09 Tom Tromey <tom@tromey.com>
7260
7261 * Makefile.in (clean mostlyclean): Remove stamp-version.
7262 (version.c): Depend on stamp-version.
7263 (stamp-version): New rule, from version.c rule.
7264
1998086d
TT
72652018-07-09 Tom Tromey <tom@tromey.com>
7266
7267 * Makefile.in (init.c): Depend on stamp-init.
7268 (stamp-init): New rule, from init.c rule.
7269 (clean mostlyclean): Remove stamp-init.
7270
4c754949
TT
72712018-07-09 Tom Tromey <tom@tromey.com>
7272
7273 * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
7274 SUBDIR_GCC_COMPILE_SRCS.
7275
6497f1dd
TT
72762018-07-09 Tom Tromey <tom@tromey.com>
7277
7278 * Makefile.in (init.c): Remove some unused sed rules.
7279
97a34db9
TT
72802018-07-09 Tom Tromey <tom@tromey.com>
7281
7282 * Makefile.in (TSOBS): Remove.
7283 (INIT_FILES): Update.
7284 (LIBGDB_OBS): Update.
7285 (COMMON_SFILES): Add inflow.c.
7286 (SFILES): Remove inflow.c.
7287
25289ac1
JK
72882018-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7289
7290 * contrib/gdb-add-index.sh ($dwarf5): New, use it.
7291
e83f4d97
SM
72922018-07-07 Simon Marchi <simon.marchi@polymtl.ca>
7293
4869c585
SM
7294 * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
7295 get_saveloc_name, is_signal_frame_name, step_name,
7296 init_remote_name, create_addr_space_name,
7297 destroy_addr_space_name, search_unwind_table_name,
7298 find_dyn_list_name): Constify.
e83f4d97 7299
6821842f
SM
73002018-07-05 Simon Marchi <simon.marchi@polymtl.ca>
7301
7302 * darwin-nat.c (darwin_pthread_kill): New function.
7303 (darwin_resume_thread): Use darwin_pthread_kill.
7304
c530603c
TV
73052018-07-05 Tom de Vries <tdevries@suse.de>
7306
7307 * macroexp.c (macro_buffer) <operator=>: New member function.
7308
a7d0f0f0
TT
73092018-07-04 Tom Tromey <tom@tromey.com>
7310
7311 * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
7312
6242c6a6
SM
73132018-07-04 Simon Marchi <simon.marchi@polymtl.ca>
7314
7315 * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
7316 * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
7317 * maint.c: Likewise.
7318 * top.c: Likewise.
7319
4e5b2f89
JB
73202018-07-04 Joel Brobecker <brobecker@adacore.com>
7321
7322 * NEWS: Create a new section for the next release branch.
7323 Rename the section of the current branch, now that it has
7324 been cut.
7325
538ccc4a
JB
73262018-07-04 Joel Brobecker <brobecker@adacore.com>
7327
7328 GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
7329 * version.in: Bump version to 8.2.50.DATE-git.
7330
1b919490
VB
73312018-07-04 Vyacheslav Barinov <v.barinov@samsung.com>
7332 Pedro Alves <palves@redhat.com>
7333
7334 * linux-nat.c (linux_init_ptrace): Rename to ...
7335 (linux_init_ptrace_procfs): ... this. Call
7336 linux_proc_init_warnings.
7337 (linux_nat_target::post_attach)
7338 (linux_nat_target::post_startup_inferior): Adjust.
7339 * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
7340 * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
7341
1ea5da02
TV
73422018-07-04 Tom de Vries <tdevries@suse.de>
7343
7344 * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
7345 check ...
7346 (read_comp_unit_head): ... here.
7347
f51e0e20
TT
73482018-07-03 Tom Tromey <tom@tromey.com>
7349
7350 * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
7351 (stop_tracing, tstatus_command)
7352 (find_matching_tracepoint_location, merge_uploaded_tracepoints)
7353 (print_one_static_tracepoint_marker): Update.
7354 * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
7355 std::vector.
7356 * breakpoint.h (breakpoint_p): Remove typedef. Don't declare
7357 VEC.
7358 (all_tracepoints, static_tracepoints_here): Return std::vector.
7359
d7e15655
TT
73602018-07-03 Tom Tromey <tom@tromey.com>
7361
7362 * common/ptid.c (ptid_equal): Remove.
7363 * common/ptid.h (ptid_equal): Don't declare.
7364 * ada-tasks.c: Update.
7365 * breakpoint.c: Update.
7366 * common/agent.c: Update.
7367 * corelow.c: Update.
7368 * darwin-nat-info.c: Update.
7369 * darwin-nat.c: Update.
7370 * dcache.c: Update.
7371 * dtrace-probe.c: Update.
7372 * dummy-frame.c: Update.
7373 * fbsd-nat.c: Update.
7374 * frame.c: Update.
7375 * gdbthread.h: Update.
7376 * gnu-nat.c: Update.
7377 * go32-nat.c: Update.
7378 * inf-loop.c: Update.
7379 * inf-ptrace.c: Update.
7380 * infcall.c: Update.
7381 * infcmd.c: Update.
7382 * inflow.c: Update.
7383 * infrun.c: Update.
7384 * linux-fork.c: Update.
7385 * linux-nat.c: Update.
7386 * linux-thread-db.c: Update.
7387 * mi/mi-cmd-var.c: Update.
7388 * mi/mi-interp.c: Update.
7389 * mi/mi-main.c: Update.
7390 * nto-procfs.c: Update.
7391 * ppc-linux-tdep.c: Update.
7392 * procfs.c: Update.
7393 * python/py-inferior.c: Update.
7394 * python/py-record-btrace.c: Update.
7395 * python/py-record.c: Update.
7396 * ravenscar-thread.c: Update.
7397 * regcache.c: Update.
7398 * remote-sim.c: Update.
7399 * remote.c: Update.
7400 * sol-thread.c: Update.
7401 * solib.c: Update.
7402 * target.c: Update.
7403 * tui/tui-stack.c: Update.
7404 * varobj.c: Update.
7405 * windows-nat.c: Update.
7406 * windows-tdep.c: Update.
7407
26a57c92
TT
74082018-07-03 Tom Tromey <tom@tromey.com>
7409
7410 * common/ptid.c (ptid_match): Remove.
7411 * common/ptid.h (ptid_match): Don't declare.
7412 * fbsd-nat.c: Update.
7413 * infcmd.c: Update.
7414 * infrun.c: Update.
7415 * linux-nat.c: Update.
7416 * record-btrace.c: Update.
7417 * regcache.c: Update.
7418 * remote.c: Update.
7419
d2a107e3
TT
74202018-07-03 Tom Tromey <tom@tromey.com>
7421
7422 * common/ptid.c (ptid_tid_p): Remove.
7423 * common/ptid.h (ptid_tid_p): Don't declare.
7424 * sol-thread.c: Update.
7425
15a9e13e
TT
74262018-07-03 Tom Tromey <tom@tromey.com>
7427
7428 * common/ptid.c (ptid_lwp_p): Remove.
7429 * common/ptid.h (ptid_lwp_p): Don't declare.
7430 * fbsd-nat.c: Update.
7431 * linux-nat.c: Update.
7432 * nat/linux-procfs.c: Update.
7433 * nat/x86-linux-dregs.c: Update.
7434 * sol-thread.c: Update.
7435
0e998d96
TT
74362018-07-03 Tom Tromey <tom@tromey.com>
7437
7438 * common/ptid.c (ptid_is_pid): Remove.
7439 * common/ptid.h (ptid_is_pid): Don't declare.
7440 * infrun.c: Update.
7441 * linux-nat.c: Update.
7442 * mi/mi-interp.c: Update.
7443 * remote.c: Update.
7444 * thread.c: Update.
7445
cc6bcb54
TT
74462018-07-03 Tom Tromey <tom@tromey.com>
7447
7448 * common/ptid.c (ptid_get_tid): Remove.
7449 * common/ptid.h (ptid_get_tid): Don't declare.
7450 * ada-tasks.c: Update.
7451 * aix-thread.c: Update.
7452 * bsd-uthread.c: Update.
7453 * darwin-nat.c: Update.
7454 * fbsd-nat.c: Update.
7455 * i386-darwin-nat.c: Update.
7456 * infrun.c: Update.
7457 * linux-tdep.c: Update.
7458 * nto-procfs.c: Update.
7459 * ppc-ravenscar-thread.c: Update.
7460 * python/py-infthread.c: Update.
7461 * ravenscar-thread.c: Update.
7462 * sol-thread.c: Update.
7463 * sparc-ravenscar-thread.c: Update.
7464 * windows-nat.c: Update.
7465
e38504b3
TT
74662018-07-03 Tom Tromey <tom@tromey.com>
7467
7468 * common/ptid.c (ptid_get_lwp): Remove.
7469 * common/ptid.h (ptid_get_lwp): Don't declare.
7470 * aarch64-linux-nat.c: Update.
7471 * ada-tasks.c: Update.
7472 * aix-thread.c: Update.
7473 * amd64-linux-nat.c: Update.
7474 * arm-linux-nat.c: Update.
7475 * corelow.c: Update.
7476 * fbsd-nat.c: Update.
7477 * fbsd-tdep.c: Update.
7478 * gnu-nat.c: Update.
7479 * i386-cygwin-tdep.c: Update.
7480 * i386-gnu-nat.c: Update.
7481 * i386-linux-nat.c: Update.
7482 * ia64-linux-nat.c: Update.
7483 * inf-ptrace.c: Update.
7484 * infrun.c: Update.
7485 * linux-fork.c: Update.
7486 * linux-nat.c: Update.
7487 * linux-tdep.c: Update.
7488 * linux-thread-db.c: Update.
7489 * mips-linux-nat.c: Update.
7490 * nat/aarch64-linux-hw-point.c: Update.
7491 * nat/aarch64-linux.c: Update.
7492 * nat/linux-btrace.c: Update.
7493 * nat/linux-osdata.c: Update.
7494 * nat/linux-procfs.c: Update.
7495 * nat/x86-linux-dregs.c: Update.
7496 * obsd-nat.c: Update.
7497 * ppc-fbsd-nat.c: Update.
7498 * ppc-linux-nat.c: Update.
7499 * procfs.c: Update.
7500 * python/py-infthread.c: Update.
7501 * ravenscar-thread.c: Update.
7502 * remote.c: Update.
7503 * s390-linux-nat.c: Update.
7504 * sol-thread.c: Update.
7505 * sol2-tdep.c: Update.
7506 * spu-linux-nat.c: Update.
7507 * x86-linux-nat.c: Update.
7508 * xtensa-linux-nat.c: Update.
7509
e99b03dc
TT
75102018-07-03 Tom Tromey <tom@tromey.com>
7511
7512 * common/ptid.c (ptid_get_pid): Remove.
7513 * common/ptid.h (ptid_get_pid): Don't declare.
7514 * aarch64-linux-nat.c: Update.
7515 * ada-lang.c: Update.
7516 * aix-thread.c: Update.
7517 * alpha-bsd-nat.c: Update.
7518 * amd64-fbsd-nat.c: Update.
7519 * amd64-linux-nat.c: Update.
7520 * arm-linux-nat.c: Update.
7521 * arm-nbsd-nat.c: Update.
7522 * auxv.c: Update.
7523 * break-catch-syscall.c: Update.
7524 * breakpoint.c: Update.
7525 * bsd-uthread.c: Update.
7526 * corelow.c: Update.
7527 * ctf.c: Update.
7528 * darwin-nat.c: Update.
7529 * fbsd-nat.c: Update.
7530 * fbsd-tdep.c: Update.
7531 * gcore.c: Update.
7532 * gnu-nat.c: Update.
7533 * hppa-nbsd-nat.c: Update.
7534 * hppa-obsd-nat.c: Update.
7535 * i386-fbsd-nat.c: Update.
7536 * ia64-linux-nat.c: Update.
7537 * inf-ptrace.c: Update.
7538 * infcmd.c: Update.
7539 * inferior.c: Update.
7540 * inferior.h: Update.
7541 * inflow.c: Update.
7542 * infrun.c: Update.
7543 * linux-fork.c: Update.
7544 * linux-nat.c: Update.
7545 * linux-tdep.c: Update.
7546 * linux-thread-db.c: Update.
7547 * m68k-bsd-nat.c: Update.
7548 * mi/mi-interp.c: Update.
7549 * mi/mi-main.c: Update.
7550 * mips-linux-nat.c: Update.
7551 * mips-nbsd-nat.c: Update.
7552 * mips64-obsd-nat.c: Update.
7553 * nat/aarch64-linux-hw-point.c: Update.
7554 * nat/aarch64-linux.c: Update.
7555 * nat/linux-btrace.c: Update.
7556 * nat/linux-osdata.c: Update.
7557 * nat/linux-procfs.c: Update.
7558 * nat/x86-linux-dregs.c: Update.
7559 * nto-procfs.c: Update.
7560 * obsd-nat.c: Update.
7561 * ppc-linux-nat.c: Update.
7562 * ppc-nbsd-nat.c: Update.
7563 * ppc-obsd-nat.c: Update.
7564 * proc-service.c: Update.
7565 * procfs.c: Update.
7566 * python/py-inferior.c: Update.
7567 * python/py-infthread.c: Update.
7568 * ravenscar-thread.c: Update.
7569 * record.c: Update.
7570 * remote-sim.c: Update.
7571 * remote.c: Update.
7572 * rs6000-nat.c: Update.
7573 * s390-linux-nat.c: Update.
7574 * sh-nbsd-nat.c: Update.
7575 * sol-thread.c: Update.
7576 * sparc-nat.c: Update.
7577 * sparc64-tdep.c: Update.
7578 * spu-linux-nat.c: Update.
7579 * spu-tdep.c: Update.
7580 * target-debug.h: Update.
7581 * target.c: Update.
7582 * thread.c: Update.
7583 * tid-parse.c: Update.
7584 * tracefile-tfile.c: Update.
7585 * vax-bsd-nat.c: Update.
7586 * windows-nat.c: Update.
7587 * x86-linux-nat.c: Update.
7588 * x86-nat.c: Update.
7589
f2907e49
TT
75902018-07-03 Tom Tromey <tom@tromey.com>
7591
7592 * common/ptid.c (pid_to_ptid): Remove.
7593 * common/ptid.h (pid_to_ptid): Don't declare.
7594 * aix-thread.c: Update.
7595 * arm-linux-nat.c: Update.
7596 * common/ptid.c: Update.
7597 * common/ptid.h: Update.
7598 * corelow.c: Update.
7599 * ctf.c: Update.
7600 * darwin-nat.c: Update.
7601 * fbsd-nat.c: Update.
7602 * fork-child.c: Update.
7603 * gnu-nat.c: Update.
7604 * go32-nat.c: Update.
7605 * inf-ptrace.c: Update.
7606 * infcmd.c: Update.
7607 * inferior.c: Update.
7608 * infrun.c: Update.
7609 * linux-fork.c: Update.
7610 * linux-nat.c: Update.
7611 * nat/aarch64-linux-hw-point.c: Update.
7612 * nat/fork-inferior.c: Update.
7613 * nat/x86-linux-dregs.c: Update.
7614 * nto-procfs.c: Update.
7615 * obsd-nat.c: Update.
7616 * procfs.c: Update.
7617 * progspace.c: Update.
7618 * remote.c: Update.
7619 * rs6000-nat.c: Update.
7620 * s390-linux-nat.c: Update.
7621 * sol-thread.c: Update.
7622 * spu-linux-nat.c: Update.
7623 * target.c: Update.
7624 * top.c: Update.
7625 * tracefile-tfile.c: Update.
7626 * windows-nat.c: Update.
7627
fd79271b
TT
76282018-07-03 Tom Tromey <tom@tromey.com>
7629
7630 * common/ptid.h (ptid_build): Don't declare.
7631 * common/ptid.c (ptid_build): Remove.
7632 * aix-thread.c: Update.
7633 * bsd-kvm.c: Update.
7634 * bsd-uthread.c: Update.
7635 * common/agent.c: Update.
7636 * common/ptid.c: Update.
7637 * common/ptid.h: Update.
7638 * corelow.c: Update.
7639 * darwin-nat.c: Update.
7640 * fbsd-nat.c: Update.
7641 * gnu-nat.c: Update.
7642 * linux-fork.c: Update.
7643 * linux-nat.c: Update.
7644 * linux-thread-db.c: Update.
7645 * nat/linux-osdata.c: Update.
7646 * nat/linux-procfs.c: Update.
7647 * nto-procfs.c: Update.
7648 * obsd-nat.c: Update.
7649 * proc-service.c: Update.
7650 * procfs.c: Update.
7651 * ravenscar-thread.c: Update.
7652 * remote-sim.c: Update.
7653 * remote.c: Update.
7654 * sol-thread.c: Update.
7655 * target.c: Update.
7656 * windows-nat.c: Update.
7657
057302ce
TT
76582018-07-03 Tom Tromey <tom@tromey.com>
7659
7660 * infrun.c (follow_exec): Use exit_inferior_silent.
7661 * inferior.c (exit_inferior_num_silent): Remove.
7662 * inferior.h (exit_inferior_num_silent): Don't declare.
7663
a50c11c6
TT
76642018-07-03 Tom Tromey <tom@tromey.com>
7665
7666 PR cli/23340:
7667 * darwin-nat.c (darwin_attach_pid): Reset inferior and
7668 inferior_ptid on error.
7669
471b9d15
MR
76702018-07-02 Maciej W. Rozycki <macro@mips.com>
7671 Simon Marchi <simon.marchi@polymtl.ca>
7672
7673 PR tdep/8282
7674 * disasm.h (gdb_disassembler): Add
7675 `m_disassembler_options_holder'. member
7676 * disasm.c (get_all_disassembler_options): New function.
7677 (gdb_disassembler::gdb_disassembler): Use it.
7678 (gdb_buffered_insn_length_init_dis): Likewise.
7679 (gdb_buffered_insn_length): Adjust accordingly.
7680 (set_disassembler_options): Handle options with arguments.
7681 (show_disassembler_options_sfunc): Likewise. Add a leading new
7682 line if showing options with descriptions.
7683 (disassembler_options_completer): Adapt to using the
7684 `disasm_options_and_args_t' structure.
7685 * mips-tdep.c (mips_disassembler_options): New variable.
7686 (mips_disassembler_options_o32): Likewise.
7687 (mips_disassembler_options_n32): Likewise.
7688 (mips_disassembler_options_n64): Likewise.
7689 (gdb_print_insn_mips): Don't set `disassembler_options'.
7690 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7691 functions.
7692 (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7693 `gdb_print_insn_mips'. Set `gdbarch_disassembler_options',
7694 `gdbarch_disassembler_options_implicit' and
7695 `gdbarch_valid_disassembler_options'.
7696 * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7697 `disasm_options_and_args_t' structure.
7698 * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7699 method.
7700 (valid_disassembler_options): Switch from `disasm_options_t' to
7701 the `disasm_options_and_args_t' structure.
7702 * NEWS: Document `set disassembler-options' support for the MIPS
7703 target.
7704 * gdbarch.h: Regenerate.
7705 * gdbarch.c: Regenerate.
7706
41823f29
SH
77072018-07-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
7708
7709 * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7710
41206e32
JB
77112018-06-29 Joel Brobecker <brobecker@adacore.com>
7712
7713 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7714 parameter in call to amd64_target_description.
7715 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7716 * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7717 (amd64fbsd_init_abi): Likewise.
7718 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7719 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7720 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7721 * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7722
de52b960
PA
77232018-06-29 Pedro Alves <palves@redhat.com>
7724
7725 * gdb/amd64-tdep.h (amd64_create_target_description): Add
7726 "segments" parameter.
7727 * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7728 (_initialize_amd64_tdep): Update call to
7729 amd64_create_target_description.
7730 (amd64_target_description): Add "segments" parameter. Adjust
7731 the implementation to use it.
7732 * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7733 call to amd64_create_target_description.
7734 * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7735 * gdb/arch/amd64.h (amd64_create_target_description): Add
7736 "segments" register.
7737 * gdb/arch/amd64.c (amd64_create_target_description): Add
7738 "segments" parameter. Call create_feature_i386_64bit_segments
7739 only if SEGMENTS is true.
7740 * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7741 call to amd64_create_target_description.
7742
75acb486
PA
77432018-06-29 Pedro Alves <palves@redhat.com>
7744
7745 * thread.c (thread_target_id_str): New, factored out from ...
7746 (print_thread_info_1): ... here. Use it to compute the max
7747 "Target Id" column width.
7748
c76a8ea3
PA
77492018-06-29 Pedro Alves <palves@redhat.com>
7750
7751 * remote.c (remote_target::extra_thread_info): Delete
7752 'display_buf' and 'n' locals. from the cache, regardless of
7753 packet mechanims is in use. Use cache for qThreadExtra and qP
7754 methods too.
7755
cd2bb709
PA
77562018-06-29 Pedro Alves <palves@redhat.com>
7757
7758 * blockframe.c (find_pc_sect_containing_function): New function.
7759 * breakpoint.c (print_breakpoint_location): Don't call
7760 find_pc_sect_function.
7761 * linespec.c (create_sals_line_offset): Record the location's
7762 symbol in the sal.
7763 * linespec.c (convert_address_location_to_sals): Fill in sal's
7764 symbol with find_pc_sect_containing_function.
7765 * symtab.c (find_function_start_sal): Rename to ...
7766 (find_function_start_sal_1): ... this.
7767 (find_function_start_sal): Reimplement as wrapper around
7768 find_function_start_sal_1, and use
7769 find_pc_sect_containing_function to fill in the sal's symbol.
7770 (find_function_start_sal(symbol*, bool)): Adjust.
7771 * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7772 comments.
7773 (find_pc_sect_containing_function): Declare.
7774
991ff292
PA
77752018-06-29 Pedro Alves <palves@redhat.com>
7776
7777 * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7778 true if the the location has no symbol.
7779
44cee4fd
TT
77802018-06-28 Tom Tromey <tom@tromey.com>
7781
7782 * NEWS: Mention --enable-codesign.
7783 * silent-rules.mk (ECHO_SIGN): New variable.
7784 * configure.ac: Add --enable-codesign.
7785 * configure: Rebuild.
7786 * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7787 (gdb$(EXEEXT)): Optionally invoke codesign.
7788
f2ffa92b
PA
77892018-06-28 Pedro Alves <palves@redhat.com>
7790
7791 * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7792 comments.
7793 (switch_to_thread_no_regs): Adjust comment.
7794 * infcmd.c (stop_pc): Delete.
7795 (post_create_inferior, info_program_command): Replace references
7796 to stop_pc with references to thread_info->suspend.stop_pc.
7797 * inferior.h (stop_pc): Delete declaration.
7798 * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7799 (handle_inferior_event_1, handle_signal_stop)
7800 (process_event_stop_test, keep_going_stepped_thread)
7801 (handle_step_into_function, handle_step_into_function_backward)
7802 (print_stop_location): Replace references to stop_pc with
7803 references to thread_info->suspend.stop_pc.
7804 (struct infcall_suspend_state) <stop_pc>: Delete field.
7805 (save_infcall_suspend_state, restore_infcall_suspend_state):
7806 Remove references to inf_stat->stop_pc.
7807 * linux-fork.c (fork_load_infrun_state): Likewise.
7808 * record-btrace.c (record_btrace_set_replay): Likewise.
7809 * record-full.c (record_full_goto_entry): Likewise.
7810 * remote.c (print_one_stopped_thread): Likewise.
7811 * target.c (target_resume): Extend comment.
7812 * thread.c (set_executing_thread): New.
7813 (set_executing): Use it.
7814 (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7815 Remove references to stop_pc.
7816
ecdc3a72
PA
78172018-06-28 Pedro Alves <palves@redhat.com>
7818
7819 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7820 Moving fetching stop_pc until after ecs->event_thread is refreshed.
7821
d95d3aef
TT
78222018-06-28 Tom Tromey <tom@tromey.com>
7823
7824 * coffread.c (coff_symfile_finish): Update.
7825 * xcoffread.c (xcoff_symfile_finish): Update.
7826 * elfread.c (elf_symfile_finish): Update.
7827 * symfile.h (dwarf2_free_objfile): Don't declare.
7828 * dwarf2read.c (_initialize_dwarf2_read): Use
7829 register_objfile_data_with_cleanup.
7830 (dwarf2_free_objfile): Now static. Change signature.
7831
291f9a96
PT
78322018-06-28 Petr Tesarik <ptesarik@suse.cz>
7833
7834 * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7835 option "-o" to add-symbol-file-load to add an offset to each
7836 section's load address.
7837 * symfile.c (set_objfile_default_section_offset): New function.
7838
d81a3eaf
PT
78392018-06-28 Petr Tesarik <ptesarik@suse.cz>
7840
7841 * symfile.c (add_symbol_file_command): Make sure that sections
7842 with the same name are sorted in the same order.
7843
ed6dfe51
PT
78442018-06-28 Petr Tesarik <ptesarik@suse.cz>
7845
7846 * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7847 require the second argument. If omitted, load sections at the
7848 addresses specified in the file.
7849
d4d429d5
PT
78502018-06-28 Petr Tesarik <ptesarik@suse.cz>
7851
7852 * symfile.c (symbol_file_command, symbol_file_add_main_1)
7853 (_initialize_symfile): Add option "-o" to symbol-file to add an
7854 offset to each section of the symbol file.
7855
39b27ab6
PT
78562018-06-28 Petr Tesarik <ptesarik@suse.cz>
7857
7858 * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7859
41827fc3
TT
78602018-06-27 Tom Tromey <tom@tromey.com>
7861
7862 * stack.c (_initialize_stack): Update "func" help text.
7863
0c6aef22
TT
78642018-06-27 Tom Tromey <tom@tromey.com>
7865
7866 * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7867 std::vector.
7868 (unwind_infopy_str, pyuw_create_unwind_info)
7869 (unwind_infopy_add_saved_register, pyuw_sniffer)
7870 (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7871 Update.
7872 (struct saved_reg): Add constructor.
7873 <value>: Now a gdbpy_ref<>.
7874
63177289
TT
78752018-06-27 Tom Tromey <tom@tromey.com>
7876
7877 * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7878
e76f78a0
SM
78792018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * gdb-gdb.py.in: Format using autopep8.
7882
9a14af7b
SM
78832018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7884
7885 * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7886 (type_lookup_function): Recognize CORE_ADDR values.
7887
189366cd
SM
78882018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7889
7890 * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7891 print tag_name.
7892
68ad5fb9
SM
78932018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7896 <__lt__>: Add.
7897
141ec9f6
SM
78982018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7899
7900 * gdb-gdb.py: Move to...
7901 * gdb-gdb.py.in: ... here.
7902 * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7903 * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7904 dependencies.
7905 (distclean): Remove gdb-gdb.py when cleaning.
7906 (gdb-gdb.py, gdb-gdb.gdb): New rules.
7907 * configure: Re-generate.
7908
4c4e7ad4
PA
79092018-06-27 Pedro Alves <palves@redhat.com>
7910
7911 * proc-service.c (get_ps_regcache): New.
7912 (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7913 (ps_lsetfpregs): Use it.
7914
7ab6656f
OJ
79152018-06-27 Omair Javaid <omair.javaid@linaro.org>
7916
7917 PR gdb/21695
4399bce9
PA
7918 * dwarf2read.c (lnp_state_machine::check_line_address): Update
7919 declaration.
7ab6656f
OJ
7920 (dwarf_decode_lines_1): Adjust.
7921
bd583225
SM
79222018-06-27 Simon Marchi <simon.marchi@ericsson.com>
7923
7924 * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7925 override.
7926 <info_proc>: Likewise.
7927
9a325b7b
JB
79282018-06-26 Joel Brobecker <brobecker@adacore.com>
7929
7930 * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7931 to windows_fetch_one_register, and only handle the case of
7932 fetching one register. Move the code that reloads the context
7933 and iterates over all registers if R is negative to...
7934 (windows_nat_target::fetch_registers): ... here.
7935 (do_windows_store_inferior_registers): Rename to
7936 windows_store_one_register, and only handle the case of storing
7937 one register. Move the code that handles the case where r is
7938 negative to...
7939 (windows_nat_target::store_registers) ... here.
7940
a33ccfc7
TT
79412018-06-26 Tom Tromey <tom@tromey.com>
7942
7943 PR rust/22574:
7944 * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7945 * rust-lang.c (rust_print_struct_def): Add podata parameter.
7946 Update.
7947 (rust_internal_print_type): Add podata parameter.
7948 (rust_print_type): Update.
7949
e0c547d1
TT
79502018-06-26 Tom Tromey <tom@tromey.com>
7951
7952 * typeprint.h (struct print_offset_data) <update, finish,
7953 maybe_print_hole>: New methods.
7954 <indentation>: New constant.
7955 * typeprint.c (print_offset_data::indentation): Define.
7956 (print_offset_data::maybe_print_hole, print_offset_data::update)
7957 (print_offset_data::finish): Move from c-typeprint.c and rename.
7958 * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7959 (print_spaces_filtered_with_print_options): Update.
7960 (c_print_type_union_field_offset, maybe_print_hole)
7961 (c_print_type_struct_field_offset): Move to typeprint.c and
7962 rename.
7963 (c_type_print_base_struct_union): Update.
7964
75cbc781
PA
79652018-06-25 Pedro Alves <palves@redhat.com>
7966
7967 * gdbthread.h (thread_info_ref, delete_thread)
7968 (delete_thread_silent, first_thread_of_inferior)
7969 (any_thread_of_inferior, switch_to_thread)
7970 (enable_thread_stack_temporaries)
7971 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7972 (get_last_thread_stack_temporary)
7973 (value_in_thread_stack_temporaries, can_access_registers_thread):
7974 Spell out "struct thread_info" instead of just "thread_info".
7975 * inferior.h (notice_new_inferior): Likewise.
7976
b7a08269
PA
79772018-06-25 Pedro Alves <palves@redhat.com>
7978
7979 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7980 pass thread_info pointer to delete_thread.
7981 (windows_nat_target::detach): Pass inferior pointer to
7982 detach_inferior.
7983 * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7984 delete_thread.
7985 * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7986 * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7987 and pass a thread_info pointer to delete_thread.
7988 * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7989 pass thread_info pointer to delete_thread.
7990 * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7991 delete_thread_silent call.
7992 * procfs.c (procfs_target::detach): Pass inferior pointer to
7993 detach_inferior.
7994 (procfs_target::wait): Pass thread_info pointer to delete_thread.
7995 * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7996 delete_thread_silent call.
7997 * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7998 pass thread_info pointer to delete_thread.
7999 (windows_nat_target::detach): Pass inferior pointer to
8000 delete_inferior.
8001
8e7767e3
AH
80022018-06-22 Alan Hayward <alan.hayward@arm.com>
8003
8004 * regcache.c (readable_regcache::read_part): Fix asserts.
8005 (reg_buffer::raw_collect_part): New function.
8006 (regcache::write_part): Fix asserts.
8007 (reg_buffer::raw_supply_part): New function.
8008 (regcache::transfer_regset_register): New helper function.
8009 (regcache::transfer_regset): Call new functions.
8010 (regcache_supply_regset): Use gdb_byte*.
8011 (regcache::supply_regset): Likewise.
8012 (regcache_collect_regset): Likewise.
8013 (regcache::collect_regset): Likewise.
8014 * regcache.h (reg_buffer::raw_collect_part): New declaration.
8015 (reg_buffer::raw_supply_part): Likewise.
8016 (regcache::transfer_regset_register): Likewise.
8017 (regcache::transfer_regset): Use gdb_byte*.
8018
bfd60e34
AH
80192018-06-22 Alan Hayward <alan.hayward@arm.com>
8020
8021 * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
8022
00431a78
PA
80232018-06-21 Pedro Alves <palves@redhat.com>
8024
8025 * ada-lang.h (ada_get_task_number): Take a thread_info pointer
8026 instead of a ptid_t. All callers adjusted.
8027 * ada-tasks.c (ada_get_task_number): Likewise. All callers
8028 adjusted.
8029 (print_ada_task_info, display_current_task_id, task_command_1):
8030 Adjust.
8031 * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
8032 inferior_thread.
8033 (breakpoint_kind): Adjust.
8034 (remove_breakpoints_pid): Rename to ...
8035 (remove_breakpoints_inf): ... this. Adjust to take an inferior
8036 pointer. All callers adjusted.
8037 (bpstat_clear_actions): Use inferior_thread.
8038 (get_bpstat_thread): New.
8039 (bpstat_do_actions): Use it.
8040 (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
8041 to take a thread_info pointer. All callers adjusted.
8042 (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
8043 (breakpoint_re_set_thread): Use inferior_thread.
8044 * breakpoint.h (struct inferior): Forward declare.
8045 (bpstat_stop_status): Update.
8046 (remove_breakpoints_pid): Delete.
8047 (remove_breakpoints_inf): New.
8048 * bsd-uthread.c (bsd_uthread_target::wait)
8049 (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
8050 * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
8051 (maint_btrace_packet_history_cmd)
8052 (maint_btrace_clear_packet_history_cmd): Adjust.
8053 (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
8054 inferior_thread.
8055 * cli/cli-interp.c: Include "inferior.h".
8056 * common/refcounted-object.h (struct
8057 refcounted_object_ref_policy): New.
8058 * compile/compile-object-load.c: Include gdbthread.h.
8059 (store_regs): Use inferior_thread.
8060 * corelow.c (core_target::close): Use current_inferior.
8061 (core_target_open): Adjust to use first_thread_of_inferior and use
8062 the current inferior.
8063 * ctf.c (ctf_target::close): Adjust to use current_inferior.
8064 * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
8065 <thread>: ... this new field. All references adjusted.
8066 (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
8067 Take a thread_info pointer instead of a ptid_t.
8068 * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
8069 (dummy_frame_discard, register_dummy_frame_dtor): Take a
8070 thread_info pointer instead of a ptid_t.
8071 * elfread.c: Include "inferior.h".
8072 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
8073 Use inferior_thread.
8074 * eval.c (evaluate_subexp): Likewise.
8075 * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
8076 inferior_thread.
8077 * gdb_proc_service.h (struct thread_info): Forward declare.
8078 (struct ps_prochandle) <ptid>: Delete, replaced by ...
8079 <thread>: ... this new field. All references adjusted.
8080 * gdbarch.h, gdbarch.c: Regenerate.
8081 * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
8082 'thread' parameter. All implementations and callers adjusted.
8083 * gdbthread.h (thread_info) <set_running>: New method.
8084 (delete_thread, delete_thread_silent): Take a thread_info pointer
8085 instead of a ptid.
8086 (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
8087 (first_thread_of_process): Delete, replaced by ...
8088 (first_thread_of_inferior): ... this new function. All callers
8089 adjusted.
8090 (any_live_thread_of_process): Delete, replaced by ...
8091 (any_live_thread_of_inferior): ... this new function. All callers
8092 adjusted.
8093 (switch_to_thread, switch_to_no_thread): Declare.
8094 (is_executing): Delete.
8095 (enable_thread_stack_temporaries): Update comment.
8096 <enable_thread_stack_temporaries>: Take a thread_info pointer
8097 instead of a ptid_t. Incref the thread.
8098 <~enable_thread_stack_temporaries>: Decref the thread.
8099 <m_ptid>: Delete
8100 <m_thr>: New.
8101 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
8102 (get_last_thread_stack_temporary)
8103 (value_in_thread_stack_temporaries, can_access_registers_thread):
8104 Take a thread_info pointer instead of a ptid_t. All callers
8105 adjusted.
8106 * infcall.c (get_call_return_value): Use inferior_thread.
8107 (run_inferior_call): Work with thread pointers instead of ptid_t.
8108 (call_function_by_hand_dummy): Work with thread pointers instead
8109 of ptid_t. Use thread_info_ref.
8110 * infcmd.c (proceed_thread_callback): Access thread's state
8111 directly.
8112 (ensure_valid_thread, ensure_not_running): Use inferior_thread,
8113 access thread's state directly.
8114 (continue_command): Use inferior_thread.
8115 (info_program_command): Use find_thread_ptid and access thread
8116 state directly.
8117 (proceed_after_attach_callback): Use thread state directly.
8118 (notice_new_inferior): Take a thread_info pointer instead of a
8119 ptid_t. All callers adjusted.
8120 (exit_inferior): Take an inferior pointer instead of a pid. All
8121 callers adjusted.
8122 (exit_inferior_silent): New.
8123 (detach_inferior): Delete.
8124 (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
8125 (gdb_inferior_id_to_pid, in_inferior_list): Delete.
8126 (detach_inferior_command, kill_inferior_command): Use
8127 find_inferior_id instead of valid_gdb_inferior_id and
8128 gdb_inferior_id_to_pid.
8129 (inferior_command): Use inferior and thread pointers.
8130 * inferior.h (struct thread_info): Forward declare.
8131 (notice_new_inferior): Take a thread_info pointer instead of a
8132 ptid_t. All callers adjusted.
8133 (detach_inferior): Delete declaration.
8134 (exit_inferior, exit_inferior_silent): Take an inferior pointer
8135 instead of a pid. All callers adjusted.
8136 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
8137 (valid_gdb_inferior_id): Delete.
8138 * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
8139 (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
8140 (struct displaced_step_inferior_state) <pid>: Delete, replaced by
8141 ...
8142 <inf>: ... this new field.
8143 <step_ptid>: Delete, replaced by ...
8144 <step_thread>: ... this new field.
8145 (get_displaced_stepping_state): Take an inferior pointer instead
8146 of a pid. All callers adjusted.
8147 (displaced_step_in_progress_any_inferior): Adjust.
8148 (displaced_step_in_progress_thread): Take a thread pointer instead
8149 of a ptid_t. All callers adjusted.
8150 (displaced_step_in_progress, add_displaced_stepping_state): Take
8151 an inferior pointer instead of a pid. All callers adjusted.
8152 (get_displaced_step_closure_by_addr): Adjust.
8153 (remove_displaced_stepping_state): Take an inferior pointer
8154 instead of a pid. All callers adjusted.
8155 (displaced_step_prepare_throw, displaced_step_prepare)
8156 (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
8157 All callers adjusted.
8158 (start_step_over): Adjust.
8159 (infrun_thread_ptid_changed): Remove bit updating ptids in the
8160 displaced step queue.
8161 (do_target_resume): Adjust.
8162 (fetch_inferior_event): Use inferior_thread.
8163 (context_switch, get_inferior_stop_soon): Take an
8164 execution_control_state pointer instead of a ptid_t. All callers
8165 adjusted.
8166 (switch_to_thread_cleanup): Delete.
8167 (stop_all_threads): Use scoped_restore_current_thread.
8168 * inline-frame.c: Include "gdbthread.h".
8169 (inline_state) <inline_state>: Take a thread pointer instead of a
8170 ptid_t. All callers adjusted.
8171 <ptid>: Delete, replaced by ...
8172 <thread>: ... this new field.
8173 (find_inline_frame_state): Take a thread pointer instead of a
8174 ptid_t. All callers adjusted.
8175 (skip_inline_frames, step_into_inline_frame)
8176 (inline_skipped_frames, inline_skipped_symbol): Take a thread
8177 pointer instead of a ptid_t. All callers adjusted.
8178 * inline-frame.h (skip_inline_frames, step_into_inline_frame)
8179 (inline_skipped_frames, inline_skipped_symbol): Likewise.
8180 * linux-fork.c (delete_checkpoint_command): Adjust to use thread
8181 pointers directly.
8182 * linux-nat.c (get_detach_signal): Likewise.
8183 * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
8184 (thread_db_notice_clone): Adjust.
8185 (thread_db_find_new_threads_silently)
8186 (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
8187 a thread pointer instead of a ptid_t. All callers adjusted.
8188 * mi/mi-cmd-var.c: Include "inferior.h".
8189 (mi_cmd_var_update_iter): Update to use thread pointers.
8190 * mi/mi-interp.c (mi_new_thread): Update to use the thread's
8191 inferior directly.
8192 (mi_output_running_pid, mi_inferior_count): Delete, bits factored
8193 out to ...
8194 (mi_output_running): ... this new function.
8195 (mi_on_resume_1): Adjust to use it.
8196 (mi_user_selected_context_changed): Adjust to use inferior_thread.
8197 * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
8198 directly.
8199 (interrupt_thread_callback): : Adjust to use thread and inferior
8200 pointers.
8201 * proc-service.c: Include "gdbthread.h".
8202 (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
8203 * progspace-and-thread.c: Include "inferior.h".
8204 * progspace.c: Include "inferior.h".
8205 * python/py-exitedevent.c (create_exited_event_object): Adjust to
8206 hold a reference to an inferior_object.
8207 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
8208 inferior_thread.
8209 * python/py-inferior.c (struct inferior_object): Give the type a
8210 tag name instead of a typedef.
8211 (python_on_normal_stop): No need to check if the current thread is
8212 listed.
8213 (inferior_to_inferior_object): Change return type to
8214 inferior_object. All callers adjusted.
8215 (find_thread_object): Delete, bits factored out to ...
8216 (thread_to_thread_object): ... this new function.
8217 * python/py-infthread.c (create_thread_object): Use
8218 inferior_to_inferior_object.
8219 (thpy_is_stopped): Use thread pointer directly.
8220 (gdbpy_selected_thread): Use inferior_thread.
8221 * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
8222 field, replaced with ...
8223 <thread>: ... this new field. All users adjusted.
8224 (btpy_insn_or_gap_new): Drop const.
8225 (btpy_list_new): Take a thread pointer instead of a ptid_t. All
8226 callers adjusted.
8227 * python/py-record.c: Include "gdbthread.h".
8228 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8229 a ptid_t. All callers adjusted.
8230 (gdbpy_current_recording): Use inferior_thread.
8231 * python/py-record.h (recpy_record_object) <ptid>: Delete
8232 field, replaced with ...
8233 <thread>: ... this new field. All users adjusted.
8234 (recpy_element_object) <ptid>: Delete
8235 field, replaced with ...
8236 <thread>: ... this new field. All users adjusted.
8237 (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8238 a ptid_t. All callers adjusted.
8239 * python/py-threadevent.c: Include "gdbthread.h".
8240 (get_event_thread): Use thread_to_thread_object.
8241 * python/python-internal.h (struct inferior_object): Forward
8242 declare.
8243 (find_thread_object, find_inferior_object): Delete declarations.
8244 (thread_to_thread_object, inferior_to_inferior_object): New
8245 declarations.
8246 * record-btrace.c: Include "inferior.h".
8247 (require_btrace_thread): Use inferior_thread.
8248 (record_btrace_frame_sniffer)
8249 (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
8250 (get_thread_current_frame): Use scoped_restore_current_thread and
8251 switch_to_thread.
8252 (get_thread_current_frame): Use thread pointer directly.
8253 (record_btrace_replay_at_breakpoint): Use thread's inferior
8254 pointer directly.
8255 * record-full.c: Include "inferior.h".
8256 * regcache.c: Include "gdbthread.h".
8257 (get_thread_arch_regcache): Use the inferior's address space
8258 directly.
8259 (get_thread_regcache, registers_changed_thread): New.
8260 * regcache.h (get_thread_regcache(thread_info *thread)): New
8261 overload.
8262 (registers_changed_thread): New.
8263 (remote_target) <remote_detach_1>: Swap order of parameters.
8264 (remote_add_thread): <remote_add_thread>: Return the new thread.
8265 (get_remote_thread_info(ptid_t)): New overload.
8266 (remote_target::remote_notice_new_inferior): Use thread pointers
8267 directly.
8268 (remote_target::process_initial_stop_replies): Use
8269 thread_info::set_running.
8270 (remote_target::remote_detach_1, remote_target::detach)
8271 (extended_remote_target::detach): Adjust.
8272 * stack.c (frame_show_address): Use inferior_thread.
8273 * target-debug.h (target_debug_print_thread_info_pp): New.
8274 * target-delegates.c: Regenerate.
8275 * target.c (default_thread_address_space): Delete.
8276 (memory_xfer_partial_1): Use current_inferior.
8277 (target_detach): Use current_inferior.
8278 (target_thread_address_space): Delete.
8279 (generic_mourn_inferior): Use current_inferior.
8280 * target.h (struct target_ops) <thread_address_space>: Delete.
8281 (target_thread_address_space): Delete.
8282 * thread.c (init_thread_list): Use ALL_THREADS_SAFE. Use thread
8283 pointers directly.
8284 (delete_thread_1, delete_thread, delete_thread_silent): Take a
8285 thread pointer instead of a ptid_t. Adjust all callers.
8286 (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
8287 (first_thread_of_process): Delete, replaced by ...
8288 (first_thread_of_inferior): ... this new function. All callers
8289 adjusted.
8290 (any_thread_of_process): Rename to ...
8291 (any_thread_of_inferior): ... this, and take an inferior pointer.
8292 (any_live_thread_of_process): Rename to ...
8293 (any_live_thread_of_inferior): ... this, and take an inferior
8294 pointer.
8295 (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
8296 (value_in_thread_stack_temporaries)
8297 (get_last_thread_stack_temporary): Take a thread pointer instead
8298 of a ptid_t. Adjust all callers.
8299 (thread_info::set_running): New.
8300 (validate_registers_access): Use inferior_thread.
8301 (can_access_registers_ptid): Rename to ...
8302 (can_access_registers_thread): ... this, and take a thread
8303 pointer.
8304 (print_thread_info_1): Adjust to compare thread pointers instead
8305 of ptids.
8306 (switch_to_no_thread, switch_to_thread): Make extern.
8307 (scoped_restore_current_thread::~scoped_restore_current_thread):
8308 Use m_thread pointer directly.
8309 (scoped_restore_current_thread::scoped_restore_current_thread):
8310 Use inferior_thread.
8311 (thread_command): Use thread pointer directly.
8312 (thread_num_make_value_helper): Use inferior_thread.
8313 * top.c (execute_command): Use inferior_thread.
8314 * tui/tui-interp.c: Include "inferior.h".
8315 * varobj.c (varobj_create): Use inferior_thread.
8316 (value_of_root_1): Use find_thread_global_id instead of
8317 global_thread_id_to_ptid.
8318
33bab475
AH
83192018-06-21 Alan Hayward <alan.hayward@arm.com>
8320
4399bce9
PA
8321 * regcache.c (readable_regcache::read_part): Avoid memcpy when
8322 possible.
8323 (regcache::write_part): Likewise.
8324 (readable_regcache::cooked_read_part): Update comment.
8325 (readable_regcache::cooked_write_part): Likewise.
8326 * regcache.h: (readable_regcache::read_part): Likewise.
8327 (regcache::write_part): Likewise.
33bab475 8328
8363f9d5
RB
83292018-06-21 Richard Bunt <richard.bunt@arm.com>
8330 Dirk Schubert <dirk.schubert@arm.com>
8331
8332 * aarch64-linux-nat.c (post_attach): New.
8333 (aarch64_linux_nat_target::post_attach): Override post_attach to
8334 record the number of hardware debug registers.
8335
0d0b0ea2
TT
83362018-06-20 Tom Tromey <tom@tromey.com>
8337
8338 * python/py-param.c (add_setshow_generic): Make parameters const.
8339 (parmpy_init): Update.
8340
302abd6e
SM
83412018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8342
8343 * regcache.h (regcache_cooked_read_ftype): Rename to...
8344 (register_read_ftype): ...this, change type to function_view.
8345 (class reg_buffer) <save>: Remove src parameter.
8346 (readonly_detached_regcache) <readonly_detached_regcache>: Make
8347 parameter non-const in first overload. Remove src parameter in
8348 second overload.
8349 * regcache.c (do_cooked_read): Remove.
8350 (readonly_detached_regcache::readonly_detached_regcache): Make
8351 parameter non-const, adjust call to other constructor.
8352 (reg_buffer::save): Remove src parameter.
8353 * frame.c (do_frame_register_read): Remove.
8354 (frame_save_as_regcache): Use lambda function.
8355 * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
8356 parameter to ppu2spu_data *.
8357 (ppu2spu_sniffer): Use lambda function.
8358
19f3f25f
SM
83592018-06-20 Simon Marchi <simon.marchi@polymtl.ca>
8360
8361 * record-full.c (record_full_target::insert_breakpoint): Remove
8362 "struct" keyword, add const.
8363
d0ac1c44
SM
83642018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8365
8366 * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
8367 PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
8368 * configure.ac: Remove AC_PREREQ, add missing quoting.
8369 * gnulib/configure.ac: Modernize usage of
8370 AC_INIT/AM_INIT_AUTOMAKE. Remove AC_PREREQ.
8371 * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
8372 (AUTOMAKE_VERSION): Bump to 1.15.1.
8373 * configure: Re-generate.
8374 * config.in: Re-generate.
8375 * aclocal.m4: Re-generate.
8376 * gnulib/aclocal.m4: Re-generate.
8377 * gnulib/config.in: Re-generate.
8378 * gnulib/configure: Re-generate.
8379 * gnulib/import/Makefile.in: Re-generate.
8380
6ae50267
PA
83812018-06-19 Pedro Alves <palves@redhat.com>
8382
8383 * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
8384 (lookup_minimal_symbol_by_pc_section): ... here with
8385 gdb_assert_not_reached added.
8386
61b04dd0
PA
83872018-06-19 Pedro Alves <palves@redhat.com>
8388
8389 * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
8390 parameter with a block parameter. Compare location's block symbol
8391 with the frame's block instead of addresses.
8392 (skip_inline_frames): Pass the current block instead of the
8393 frame's address. Break out as soon as we determine the frame
8394 should not be skipped.
8395
f709fabb
TT
83962018-06-18 Tom Tromey <tom@tromey.com>
8397
8398 * solib-aix.c (solib_aix_get_section_offsets): Return
8399 unique_xmalloc_ptr.
8400 (solib_aix_solib_create_inferior_hook): Update.
8401
668eb2f0
TT
84022018-06-18 Tom Tromey <tom@tromey.com>
8403
8404 * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
8405
309822ca
TT
84062018-06-18 Tom Tromey <tom@tromey.com>
8407
8408 * solib-frv.c (frv_relocate_main_executable): Use
8409 unique_xmalloc_ptr.
8410 * solib-dsbt.c (dsbt_relocate_main_executable): Use
8411 unique_xmalloc_ptr.
8412
06424eac
TT
84132018-06-18 Tom Tromey <tom@tromey.com>
8414
8415 * objfiles.h (inhibit_section_map_updates): Update.
8416 (resume_section_map_updates, resume_section_map_updates_cleanup):
8417 Remove.
8418 * solib-svr4.c (svr4_handle_solib_event): Update.
8419 * objfiles.c (inhibit_section_map_updates): Return
8420 scoped_restore_tmpl<int>.
8421 (resume_section_map_updates, resume_section_map_updates_cleanup):
8422 Remove.
8423
b4be9fad
TT
84242018-06-18 Tom Tromey <tom@tromey.com>
8425
8426 * valprint.h (read_string): Update.
8427 * valprint.c (read_string): Change type of "buffer".
8428 (val_print_string): Update.
8429 * python/py-value.c (valpy_string): Update.
8430 * language.h (struct language_defn) <la_get_string>: Change
8431 type of "buffer".
8432 (default_get_string, c_get_string): Update.
8433 * language.c (default_get_string): Change type of "buffer".
8434 * guile/scm-value.c (gdbscm_value_to_string): Update.
8435 * c-lang.c (c_get_string): Change type of "buffer".
8436
3f0dbd67
TT
84372018-06-18 Tom Tromey <tom@tromey.com>
8438
8439 * ser-mingw.c (struct pipe_state_destroyer): New.
8440 (pipe_state_up): New typedef.
8441 (cleanup_pipe_state): Remove.
8442 (pipe_windows_open): Use pipe_state_up. Don't release argv.
8443
69d340c6
TT
84442018-06-18 Tom Tromey <tom@tromey.com>
8445
8446 * rust-lang.h (rust_yyerror): Don't declare.
8447 * rust-lang.c (rust_language_defn): Update.
8448 * rust-exp.y (yyerror): Now static.
8449 * parse.c (parse_exp_in_context_1): Update.
8450 * p-lang.h (p_yyerror): Don't declare.
8451 * p-lang.c (p_language_defn): Update.
8452 * p-exp.y (yyerror): Now static.
8453 * opencl-lang.c (opencl_language_defn): Update.
8454 * objc-lang.c (objc_language_defn): Update.
8455 * m2-lang.h (m2_yyerror): Don't declare.
8456 * m2-lang.c (m2_language_defn): Update.
8457 * m2-exp.y (yyerror): Now static.
8458 * language.h (struct language_defn) <la_error>: Remove.
8459 * language.c (unk_lang_error): Remove.
8460 (unknown_language_defn, auto_language_defn): Remove.
8461 * go-lang.h (go_yyerror): Don't declare.
8462 * go-lang.c (go_language_defn): Update.
8463 * go-exp.y (yyerror): Now static.
8464 * f-lang.h (f_yyerror): Don't declare.
8465 * f-lang.c (f_language_defn): Update.
8466 * f-exp.y (yyerror): Now static.
8467 * d-lang.h (d_yyerror): Don't declare.
8468 * d-lang.c (d_language_defn): Update.
8469 * d-exp.y (yyerror): Now static.
8470 * c-lang.h (c_yyerror): Don't declare.
8471 * c-lang.c (c_language_defn, cplus_language_defn)
8472 (asm_language_defn, minimal_language_defn): Update.
8473 * c-exp.y (yyerror): Now static.
8474 * ada-lang.h (ada_yyerror): Don't declare.
8475 * ada-lang.c (ada_language_defn): Update.
8476 * ada-exp.y (yyerror): Now static.
8477
e9902bfc
AH
84782018-06-18 Alan Hayward <alan.hayward@arm.com>
8479
8480 * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
8481 (store_sveregs_to_thread): Likewise.
8482 (aarch64_linux_fetch_inferior_registers): Check for SVE.
8483 (aarch64_linux_store_inferior_registers): Likewise.
8484 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
8485 function.
8486 (aarch64_sve_regs_copy_to_regcache): Likewise.
8487 (aarch64_sve_regs_copy_from_regcache): Likewise.
8488 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
8489 declaration.
8490 (aarch64_sve_regs_copy_to_regcache): Likewise.
8491 (aarch64_sve_regs_copy_from_regcache): Likewise.
8492 (sve_context): Structure from Linux headers.
8493 (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
8494 (SVE_SIG_ZREG_SIZE): Likewise.
8495 (SVE_SIG_PREG_SIZE): Likewise.
8496 (SVE_SIG_FFR_SIZE): Likewise.
8497 (SVE_SIG_REGS_OFFSET): Likewise.
8498 (SVE_SIG_ZREGS_OFFSET): Likewise.
8499 (SVE_SIG_ZREG_OFFSET): Likewise.
8500 (SVE_SIG_ZREGS_SIZE): Likewise.
8501 (SVE_SIG_PREGS_OFFSET): Likewise.
8502 (SVE_SIG_PREG_OFFSET): Likewise.
8503 (SVE_SIG_PREGS_SIZE): Likewise.
8504 (SVE_SIG_FFR_OFFSET): Likewise.
8505 (SVE_SIG_REGS_SIZE): Likewise.
8506 (SVE_SIG_CONTEXT_SIZE): Likewise.
8507 (SVE_PT_REGS_MASK): Likewise.
8508 (SVE_PT_REGS_FPSIMD): Likewise.
8509 (SVE_PT_REGS_SVE): Likewise.
8510 (SVE_PT_VL_INHERIT): Likewise.
8511 (SVE_PT_VL_ONEXEC): Likewise.
8512 (SVE_PT_REGS_OFFSET): Likewise.
8513 (SVE_PT_FPSIMD_OFFSET): Likewise.
8514 (SVE_PT_FPSIMD_SIZE): Likewise.
8515 (SVE_PT_SVE_ZREG_SIZE): Likewise.
8516 (SVE_PT_SVE_PREG_SIZE): Likewise.
8517 (SVE_PT_SVE_FFR_SIZE): Likewise.
8518 (SVE_PT_SVE_FPSR_SIZE): Likewise.
8519 (SVE_PT_SVE_FPCR_SIZE): Likewise.
8520 (__SVE_SIG_TO_PT): Likewise.
8521 (SVE_PT_SVE_OFFSET): Likewise.
8522 (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
8523 (SVE_PT_SVE_ZREG_OFFSET): Likewise.
8524 (SVE_PT_SVE_ZREGS_SIZE): Likewise.
8525 (SVE_PT_SVE_PREGS_OFFSET): Likewise.
8526 (SVE_PT_SVE_PREG_OFFSET): Likewise.
8527 (SVE_PT_SVE_PREGS_SIZE): Likewise.
8528 (SVE_PT_SVE_FFR_OFFSET): Likewise.
8529 (SVE_PT_SVE_FPSR_OFFSET): Likewise.
8530 (SVE_PT_SVE_FPCR_OFFSET): Likewise.
8531 (SVE_PT_SVE_SIZE): Likewise.
8532 (SVE_PT_SIZE): Likewise.
8533 (HAS_SVE_STATE): New define.
8534
17a1cc89
AH
85352018-06-18 Alan Hayward <alan.hayward@arm.com>
8536
8537 * nat/aarch64-sve-linux-sigcontext.h: New file.
8538 * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
8539 new files.
8540 (SVE_VQ_MIN): Likewise.
8541 (SVE_VQ_MAX): Likewise.
8542 (SVE_VL_MIN): Likewise.
8543 (SVE_VL_MAX): Likewise.
8544 (SVE_NUM_ZREGS): Likewise.
8545 (SVE_NUM_PREGS): Likewise.
8546 (sve_vl_valid): Likewise.
8547 (struct user_sve_header): Likewise.
8548
7010835a
AB
85492018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8550 Richard Bunt <Richard.Bunt@arm.com>
8551
8552 * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
8553 was requested by GDB.
8554
479b3ef4
TV
85552018-06-15 Tom de Vries <tdevries@suse.de>
8556
8557 * MAINTAINERS (Write After Approval): Add Tom de Vries.
8558
8199b8f4
SM
85592018-06-14 Simon Marchi <simon.marchi@polymtl.ca>
8560
8561 * gnulib/update-gnulib.sh: Print expected versions of
8562 autoconf/aclocal.
8563
55c748a1
SM
85642018-06-14 Simon Marchi <simon.marchi@ericsson.com>
8565
8566 * arch-utils.c (default_type_align): Use type_length_units.
8567 * gdbtypes.c (type_align): Use type_length_units.
8568
87a8eca7
PW
85692018-06-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8570
8571 * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8572 of 'define' command.
8573
5d9a0608
TV
85742018-06-14 Tom de Vries <tdevries@suse.de>
8575
8576 PR cli/22573
8577 * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8578 get_no_prettyformat_print_options.
8579
ab89b5a5
SM
85802018-06-13 Simon Marchi <simon.marchi@ericsson.com>
8581
8582 * sparc-nat.h: Include target.h.
8583 * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8584 <fetch_registers>: Remove this argument in function call.
8585 <store_registers>: Remove this argument in function call, remove
8586 extra semicolon.
8587 <low_forget_process>: Call sparc64_forget_process instead of
8588 sparc_forget_process.
8589
62c808ae
RO
85902018-06-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8591
8592 * procfs.c (_initialize_procfs): Use add_inf_child_target.
8593 (procfs_target::make_corefile_notes): Adjust to new
8594 target_read_alloc return type.
8595
1840d81a
AB
85962018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8597 Stephen Roberts <stephen.roberts@arm.com>
8598
8599 PR gdb/22882
8600 * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8601 run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8602 Move should_notify_stop local into more inner scope.
8603
9516f85a
AB
86042018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8605 Stephen Roberts <stephen.roberts@arm.com>
8606
8607 PR gdb/22882
8608 * infrun.c (resume_1): Add call to mark_async_event_handler.
8609
defd2172
AB
86102018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8611
8612 * infrun.c (do_target_wait): Change old version of $pc printed.
8613
7b23e087
SM
86142018-06-11 Simon Marchi <simon.marchi@ericsson.com>
8615
8616 * dwarf2read.c (read_index_from_section): Rename to...
8617 (read_gdb_index_from_section): ... this, update all callers.
8618 (dwarf2_read_index): Rename to...
8619 (dwarf2_read_gdb_index): ... this, update all callers.
8620
69c67a0b
JDA
86212018-06-11 John David Anglin <danglin@gcc.gnu.org>
8622
4399bce9 8623 * hppa-linux-nat.c
69c67a0b
JDA
8624 (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8625 hppa_linux_nat_target::fetch_registers.
8626
65d4cada
AH
86272018-06-11 Alan Hayward <alan.hayward@arm.com>
8628
8629 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8630 * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8631 (AARCH64_DWARF_SVE_FFR): Likewise.
8632 (AARCH64_DWARF_SVE_P0): Likewise.
8633 (AARCH64_DWARF_SVE_Z0): Likewise.
8634
f868386e
AH
86352018-06-11 Alan Hayward <alan.hayward@arm.com>
8636
8637 * common/common-regcache.h (raw_compare): New function.
8638 * regcache.c (regcache::raw_compare): Likewise.
8639 * regcache.h (regcache::raw_compare): New declaration.
8640
9c861883
AH
86412018-06-11 Alan Hayward <alan.hayward@arm.com>
8642
8643 * common/common-regcache.h (reg_buffer_common): New structure.
8644 * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8645 (reg_buffer::raw_supply): Likewise.
8646 (reg_buffer::raw_supply_integer): Likewise.
8647 (reg_buffer::raw_supply_zeroed): Likewise.
8648 (reg_buffer::raw_collect): Likewise.
8649 (reg_buffer::raw_collect_integer): Likewise.
8650 * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8651 (reg_buffer::raw_supply): Likewise.
8652 (reg_buffer::raw_supply_integer): Likewise.
8653 (reg_buffer::raw_supply_zeroed): Likewise.
8654 (reg_buffer::raw_collect): Likewise.
8655 (reg_buffer::raw_collect_integer): Likewise.
8656
953edf2b
TT
86572018-06-10 Tom Tromey <tom@tromey.com>
8658
8659 * remote.c (stop_reply_p): Remove typedef. Don't declare queue.
8660 (class remote_state) <stop_reply_queue>: Now std::vector.
8661 (remote_state::~remote_state)
8662 (remote_target::stop_reply_queue_length): Update.
8663 (struct queue_iter_param, remove_child_of_pending_fork)
8664 (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8665 (check_pending_event_prevents_wildcard_vcont_callback)
8666 (remove_stop_reply_for_inferior)
8667 (remove_stop_reply_of_remote_state)
8668 (remote_notif_remove_once_on_match)
8669 (stop_reply_match_ptid_and_ws)
8670 (remote_kill_child_of_pending_fork): Remove.
8671 (remote_target::remove_new_fork_children)
8672 (remote_target::check_pending_events_prevent_wildcard_vcont)
8673 (remote_target::discard_pending_stop_replies)
8674 (remote_target::discard_pending_stop_replies_in_queue)
8675 (remote_target::remote_notif_remove_queued_reply)
8676 (remote_target::queued_stop_reply)
8677 (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8678 (remote_target::wait, remote_target::kill_new_fork_children)
8679 (remote_target::async): Update.
8680
1ddbba9d
TT
86812018-06-10 Tom Tromey <tom@tromey.com>
8682
8683 * record-full.c (record_full_arch_list_cleanups): Remove.
8684 (record_full_message): Use try/catch.
8685 (record_full_wait_cleanups): Remove.
8686 (record_full_wait_1): Use try/catch.
8687 (record_full_restore): Likewise.
8688
219605fd
TT
86892018-06-10 Tom Tromey <tom@tromey.com>
8690
8691 * record-full.c (record_full_breakpoint_p): Remove typedef. Don't
8692 declare VEC. Add constructor.
8693 <in_target_beneath>: Now bool.
8694 (record_full_breakpoints): Now a std::vector, static.
8695 (record_full_sync_record_breakpoints)
8696 (record_full_init_record_breakpoints)
8697 (record_full_target::insert_breakpoint)
8698 (record_full_target::remove_breakpoint): Update. Don't use XNEW.
8699
71b73764
SM
87002018-06-10 Simon Marchi <simon.marchi@polymtl.ca>
8701
8702 * dwarf2read.c (process_cu_includes): Remove struct keyword.
8703 * serial.c (serial_interface_lookup): Remove struct keyword.
8704
4360561f
TT
87052018-06-10 Tom Tromey <tom@tromey.com>
8706
8707 * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8708 method.
8709 * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8710 a method.
8711 * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8712 method.
8713 * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8714 "beneath" as a method.
8715 * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8716 Use "beneath" as a method.
8717
d14b92bf
TT
87182018-06-10 Tom Tromey <tom@tromey.com>
8719
8720 * tracefile.c (struct trace_file_writer_deleter): New.
8721 <operator()>: Rename from trace_file_writer_xfree.
8722 (trace_file_writer_up): New typedef.
8723 (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8724
835dcf92
SM
87252018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8726
8727 * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8728 <m_registers, m_register_status>: Change type to
8729 std::unique_ptr.
8730 * regcache.c (reg_buffer::reg_buffer): Use new instead of
8731 XCNEWVEC.
8732
aac0d564
SM
87332018-06-09 Simon Marchi <simon.marchi@ericsson.com>
8734
8735 * common/common-regcache.h (enum register_status): Add
8736 underlying type "signed char".
8737 * regcache.h (reg_buffer) <m_register_status>: Change type to
8738 register_status *.
8739 * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8740 register_status instead of signed char.
8741 (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8742 (reg_buffer::get_register_status): Remove cast.
8743 (readable_regcache::raw_read): Remove cast.
8744 (readable_regcache::cooked_read): Remove cast.
8745
77ad7394
TT
87462018-06-09 Tom Tromey <tom@tromey.com>
8747
8748 * source.c (reverse_search_command, forward_search_command): Use
8749 scoped_fd.
8750
191cca63
TT
87512018-06-09 Tom Tromey <tom@tromey.com>
8752
8753 * serial.c (serial_ops_p): Remove typedef. Don't declare VEC.
8754 (serial_ops_list): Now static, std::vector.
8755 (serial_interface_lookup, serial_add_interface): Update.
8756
c5d0225d
TT
87572018-06-09 Tom Tromey <tom@tromey.com>
8758
8759 * dwarf2read.c (process_cu_includes): Update.
8760 (process_full_comp_unit): Update.
8761 * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8762 std::vector.
8763
aeab5128
PK
87642018-06-08 Paul Koning <paul_koning@dell.com>
8765
8766 PR gdb/23252
8767
8768 * python/python.c (do_start_initialization):
8769 Avoid call to internal Python API.
8770 (init__gdb_module): New function.
8771
5045b3d7
GB
87722018-06-08 Gary Benson <gbenson@redhat.com>
8773
8774 * linux-thread-db.c (valprint.h): New include.
8775 (struct check_thread_db_info): New structure.
8776 (check_thread_db_on_load, tdb_testinfo): New static globals.
8777 (check_thread_db, check_thread_db_callback): New functions.
8778 (try_thread_db_load_1): Run integrity checks if requested.
8779 (maintenance_check_libthread_db): New function.
8780 (_initialize_thread_db): Register "maint check libthread-db"
8781 and "maint set/show check-libthread-db".
8782 * NEWS: Mention the above new commands.
8783
2f4f025f
TT
87842018-06-08 Tom Tromey <tom@tromey.com>
8785
8786 * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8787 now a method.
8788
343b0027
TT
87892018-06-08 Tom Tromey <tom@tromey.com>
8790
8791 * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8792
8dcc53b3
TT
87932018-06-08 Tom Tromey <tom@tromey.com>
8794
8795 * common/btrace-common.h (struct btrace_data): Add constructor,
8796 destructor, move assignment operator.
8797 <empty, clear, fini>: New methods.
8798 <format>: Initialize.
8799 (btrace_data_init, btrace_data_fini, btrace_data_clear)
8800 (btrace_data_empty): Don't declare.
8801 * common/btrace-common.c (btrace_data_init): Remove.
8802 (btrace_data::fini): Rename from btrace_data_fini.
8803 (btrace_data::empty): Rename from btrace_data_empty.
8804 (btrace_data::clear): Rename from btrace_data_clear. Return
8805 bool.
8806 * btrace.h (make_cleanup_btrace_data): Don't declare.
8807 * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8808 (parse_xml_btrace): Update.
8809 (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8810 (maint_btrace_clear_packet_history_cmd): Update.
8811
a1740ee1
PA
88122018-06-07 Pedro Alves <palves@redhat.com>
8813
8814 * target.h (target_ops) <beneath>: Now a method. All references
8815 updated.
8816 (class target_stack): New.
8817 * target.c (g_target_stack): New.
8818 (g_current_top_target): Delete.
8819 (current_top_target): Get the top target out of g_target_stack.
8820 (target_stack::push, target_stack::unpush): New.
8821 (push_target, unpush_target): Reimplement.
8822 (target_is_pushed): Reimplement in terms of g_target_stack.
8823 (target_ops::beneath, target_stack::find_beneath): New.
8824
d6ca69cd
PA
88252018-06-07 Pedro Alves <palves@redhat.com>
8826
8827 * target.h (find_target_beneath): Delete declaration.
8828 * target.c (find_target_beneath): Delete definition.
8829 * aix-thread.c: All callers of find_target_beneath adjusted to
8830 call target_ops::beneath instead.
8831 * bsd-uthread.c: Likewise.
8832 * linux-thread-db.c: Likewise.
8833 * ravenscar-thread.c: Likewise.
8834 * sol-thread.c: Likewise.
8835 * spu-multiarch.c: Likewise.
8836
b6a8c27b
PA
88372018-06-07 Pedro Alves <palves@redhat.com>
8838
8839 * target.h (target_ops) <beneath>: Now a method. All references
8840 updated.
8841 (target_ops) <m_beneath>: New.
8842 * target.c (target_ops::beneath): New.
8843 * corelow.c: Adjust all references to target_ops::beneath.
8844 * linux-thread-db.c: Likewise.
8845 * make-target-delegates: Likewise.
8846 * record-btrace.c: Likewise.
8847 * record-full.c: Likewise.
8848 * remote.c: Likewise.
8849 * target.c: Likewise.
8850 * target-delegates.c: Regenerate.
8851
8b88a78e
PA
88522018-06-07 Pedro Alves <palves@redhat.com>
8853
8854 * target.h (target_stack): Delete.
8855 (current_top_target): Declare function.
8856 * target.c (target_stack): Delete.
8857 (g_current_top_target): New.
8858 (current_top_target): New function.
8859 * auxv.c: Use current_top_target instead of target_stack
8860 throughout.
8861 * avr-tdep.c: Likewise.
8862 * breakpoint.c: Likewise.
8863 * corefile.c: Likewise.
8864 * elfread.c: Likewise.
8865 * eval.c: Likewise.
8866 * exceptions.c: Likewise.
8867 * frame.c: Likewise.
8868 * gdbarch-selftests.c: Likewise.
8869 * gnu-v3-abi.c: Likewise.
8870 * ia64-tdep.c: Likewise.
8871 * ia64-vms-tdep.c: Likewise.
8872 * infcall.c: Likewise.
8873 * infcmd.c: Likewise.
8874 * infrun.c: Likewise.
8875 * linespec.c: Likewise.
8876 * linux-tdep.c: Likewise.
8877 * minsyms.c: Likewise.
8878 * ppc-linux-nat.c: Likewise.
8879 * ppc-linux-tdep.c: Likewise.
8880 * procfs.c: Likewise.
8881 * regcache.c: Likewise.
8882 * remote.c: Likewise.
8883 * rs6000-tdep.c: Likewise.
8884 * s390-linux-nat.c: Likewise.
8885 * s390-tdep.c: Likewise.
8886 * solib-aix.c: Likewise.
8887 * solib-darwin.c: Likewise.
8888 * solib-dsbt.c: Likewise.
8889 * solib-spu.c: Likewise.
8890 * solib-svr4.c: Likewise.
8891 * solib-target.c: Likewise.
8892 * sparc-tdep.c: Likewise.
8893 * sparc64-tdep.c: Likewise.
8894 * spu-tdep.c: Likewise.
8895 * symfile.c: Likewise.
8896 * symtab.c: Likewise.
8897 * target-descriptions.c: Likewise.
8898 * target-memory.c: Likewise.
8899 * target.c: Likewise.
8900 * target.h: Likewise.
8901 * tracefile-tfile.c: Likewise.
8902 * tracepoint.c: Likewise.
8903 * valops.c: Likewise.
8904 * valprint.c: Likewise.
8905 * value.c: Likewise.
8906 * windows-tdep.c: Likewise.
8907 * mi/mi-main.c: Likewise.
8908
c7110220
TT
89092018-06-07 Tom Tromey <tom@tromey.com>
8910
8911 * valprint.h (build_address_symbolic): Declare.
8912 * printcmd.c (print_address_symbolic): Update.
8913 (build_address_symbolic): Change "name" and "filename" to
8914 std::string.
8915 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8916 Update.
8917 * defs.h (build_address_symbolic): Remove declaration.
8918
63bad7b6
AH
89192018-06-07 Alan Hayward <alan.hayward@arm.com>
8920
8921 * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8922 (aarch64_vnv_type): Add function.
8923 (aarch64_pseudo_register_name): Add V regs for SVE.
8924 (aarch64_pseudo_register_type): Likewise.
8925 (aarch64_pseudo_register_reggroup_p): Likewise.
8926 (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8927 (aarch64_pseudo_read_value): Add V regs for SVE.
8928 (aarch64_pseudo_write_2): Use V0 offset for SVE
8929 (aarch64_pseudo_write): Add V regs for SVE.
8930 * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8931
13e3c608
SDJ
89322018-06-06 Sergio Durigan Junior <sergiodj@redhat.com>
8933
8934 * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8935 (sve_vl_from_vq): Likewise.
8936
c61b06a1
TT
89372018-06-05 Tom Tromey <tom@tromey.com>
8938
8939 * cli/cli-cmds.c (show_version): Update.
8940 * top.c (print_gdb_version): Add "interactive" parameter.
8941 Update.
8942 * main.c (captured_main_1): Update.
8943 * top.h (print_gdb_version): Add "interactive" parameter and a
8944 comment.
8945
115f7325
DM
89462018-06-05 David Malcolm <dmalcolm@redhat.com>
8947
8948 * common/enum-flags.h: Add trailing semicolon to example in
8949 comment.
8950
eb6af809
TT
89512018-06-05 Tom Tromey <tom@tromey.com>
8952
8953 PR cli/12326:
8954 * NEWS: Add entry about pager.
8955 * utils.c (pagination_disabled_for_command): New global.
8956 (prompt_for_continue): Allow "c" response to prompt.
8957 (reinitialize_more_filter): Clear
8958 pagination_disabled_for_command.
8959 (fputs_maybe_filtered): Check pagination_disabled_for_command.
8960
54d343a2
TT
89612018-06-04 Tom Tromey <tom@tromey.com>
8962
8963 * ada-lang.h (ada_lookup_symbol_list): Update.
8964 * ada-lang.c (resolve_subexp): Update.
8965 (symbols_are_identical_enums): Change type of syms. Remove nsyms
8966 parameter.
8967 (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8968 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8969 results parameter to std::vector.
8970 (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8971 Update.
8972 * ada-exp.y (block_lookup): Update.
8973 (select_possible_type_sym): Change type of syms. Remove nsyms
8974 parameter.
8975 (write_var_or_type, write_name_assoc): Update.
8976
178d6a63
JB
89772018-06-04 Joel Brobecker <brobecker@adacore.com>
8978
8979 * windows-nat.c (windows_nat_target::xfer_partial): Return
8980 TARGET_XFER_E_IO if we need to delegate to the target beneath
8981 but BENEATH is NULL.
8982
baf00c2d
SM
89832018-06-04 Simon Marchi <simon.marchi@ericsson.com>
8984
8985 * Makefile.in (config.status): Add configure.nat as a
8986 dependency.
8987
214b073c
TT
89882018-06-04 Tom Tromey <tom@tromey.com>
8989
8990 * cp-name-parser.y (cpname_state): Add method declarations.
8991 (HANDLE_QUAL): Update.
8992 (cpname_state::d_grab, cpname_state::fill_comp)
8993 (cpname_state::make_operator, cpname_state::make_dtor)
8994 (cpname_state::make_builtin_type, cpname_state::make_name)
8995 (cpname_state::d_qualify, cpname_state::d_int_type)
8996 (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8997 (%union): Move earlier.
8998
62b74cb8
AH
89992018-06-04 Alan Hayward <alan.hayward@arm.com>
9000
9001 * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
9002
3c5cd5c3
AH
90032018-06-04 Alan Hayward <alan.hayward@arm.com>
9004
9005 * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
9006 (aarch64_pseudo_write_1): Likewise.
9007 (aarch64_pseudo_read_value): Use helper.
9008 (aarch64_pseudo_write): Likewise.
9009
59f413d5
PA
90102018-06-04 Pedro Alves <palves@redhat.com>
9011
9012 * darwin-nat.c (darwin_ops): Delete.
9013 (darwin_attach_pid): Use get_native_target.
9014
1332a140
AH
90152018-06-04 Alan Hayward <alan.hayward@arm.com>
9016
9017 * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
9018 * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
9019
ba2d2bb2
AH
90202018-06-04 Alan Hayward <alan.hayward@arm.com>
9021
9022 * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
9023 * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
9024 (aarch64_gdbarch_init): Check for SVE.
9025 * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
9026
90272018-06-04 Alan Hayward <alan.hayward@arm.com>
39bfb937
AH
9028
9029 * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
9030 * aarch64-tdep.h (aarch64_read_description): Likewise.
9031 * arch/aarch64.c (aarch64_create_target_description): Likewise.
9032 * arch/aarch64.h (aarch64_create_target_description): Likewise.
9033 * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
9034 * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
9035 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
9036
41c60b4b
SM
90372018-06-02 Simon Marchi <simon.marchi@ericsson.com>
9038
9039 * value.c (value_fetch_lazy_bitfield): New.
9040 (value_fetch_lazy_memory): New.
9041 (value_fetch_lazy_register): New.
9042 (value_fetch_lazy): Factor out to smaller functions.
9043
7b640f72
TT
90442018-06-01 Tom Tromey <tom@tromey.com>
9045
9046 * cp-name-parser.y (backslashable, represented): Now const.
9047
98e69eb3
TT
90482018-06-01 Tom Tromey <tom@tromey.com>
9049
9050 * cp-name-parser.y: Include parser-defs.h.
9051 (parser_fprintf): Remove declaration.
9052
49265499
TT
90532018-06-01 Tom Tromey <tom@tromey.com>
9054
9055 * cp-name-parser.y: Use %pure-parser, %lex-param, and
9056 %parse-param.
9057 (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
9058 (global_result): Remove globals.
9059 (struct cpname_state): New.
9060 (yyparse): Don't declare.
9061 (yylex, yyerror): Move declarations after %union.
9062 (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
9063 (make_name): Add state parameter.
9064 Update all callers.
9065 (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
9066 parameter.
9067 (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
9068 Update.
9069 (yylex): Add lvalp, state parameters.
9070 (yyerror): Add state parameter.
9071 (cp_demangled_name_to_comp): Update.
9072
55b6c984
TT
90732018-06-01 Tom Tromey <tom@tromey.com>
9074
9075 * cp-name-parser.y (parser_fprintf): Declare.
9076 (GDB_YY_REMAP_PREFIX): Define.
9077 Include yy-remap.h. Don't redefine yy* identifiers.
9078
3513a6bb
TT
90792018-06-01 Tom Tromey <tom@tromey.com>
9080
9081 * python/py-type.c (typy_legacy_template_argument): Update.
9082 * cp-support.h (cp_demangled_name_to_comp): Update.
9083 * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
9084 parameter to be a "std::string *".
9085 (main): Update.
9086
e9cb46ab
L
90872018-06-01 H.J. Lu <hongjiu.lu@intel.com>
9088
9089 * ada-lex.l: Include "diagnostics.h" instead of
9090 "common/diagnostics.h".
9091 * unittests/environ-selftests.c: Likewise.
9092 * common/diagnostics.h: Moved to ../include.
9093
8e817061
JB
90942018-06-01 Joel Brobecker <brobecker@adacore.com>
9095
9096 * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
9097 to language_mode_manual while calling breakpoint_re_set_one.
9098
a737d952
TT
90992018-06-01 Tom Tromey <tom@tromey.com>
9100
9101 * valops.c (value_cast_structs, destructor_name_p): Update.
9102 * symtab.c (gdb_mangle_name): Update.
9103 * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
9104 Update.
9105 * p-valprint.c (pascal_object_is_vtbl_ptr_type)
9106 (pascal_object_print_value_fields, pascal_object_print_value):
9107 Update.
9108 * p-typeprint.c (pascal_type_print_derivation_info): Update.
9109 * linespec.c (find_methods): Update.
9110 * gdbtypes.h (type_name_no_tag): Remove.
9111 (type_name_or_error): Rename from type_name_no_tag_or_error.
9112 * gdbtypes.c (type_name_no_tag): Remove.
9113 (type_name_or_error): Rename from type_name_no_tag_or_error.
9114 (lookup_struct_elt_type, check_typedef): Update.
9115 * expprint.c (print_subexp_standard): Update.
9116 * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
9117 * d-namespace.c (d_lookup_nested_symbol): Update.
9118 * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
9119 (cp_print_class_member): Update.
9120 * cp-namespace.c (cp_lookup_nested_symbol): Update.
9121 * completer.c (add_struct_fields): Update.
9122 * c-typeprint.c (cp_type_print_derivation_info)
9123 (c_type_print_varspec_prefix, c_type_print_base_struct_union):
9124 Update.
9125 * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
9126 (ada_prefer_type, ada_is_exception_sym): Update.
9127
e86ca25f
TT
91282018-06-01 Tom Tromey <tom@tromey.com>
9129
9130 * valops.c (enum_constant_from_type, value_namespace_elt)
9131 (value_maybe_namespace_elt): Update.
9132 * valarith.c (find_size_for_pointer_math): Update.
9133 * target-descriptions.c (make_gdb_type): Update.
9134 * symmisc.c (print_symbol): Update.
9135 * stabsread.c (define_symbol, read_type)
9136 (complain_about_struct_wipeout, add_undefined_type)
9137 (cleanup_undefined_types_1): Update.
9138 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
9139 (rust_range_type_p, val_print_struct, rust_print_struct_def)
9140 (rust_internal_print_type, rust_composite_type)
9141 (rust_evaluate_funcall, rust_evaluate_subexp)
9142 (rust_inclusive_range_type_p): Update.
9143 * python/py-type.c (typy_get_tag): Update.
9144 * p-typeprint.c (pascal_type_print_base): Update.
9145 * mdebugread.c (parse_symbol, parse_type): Update.
9146 * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
9147 Update.
9148 * guile/scm-type.c (gdbscm_type_tag): Update.
9149 * go-lang.c (sixg_string_p): Update.
9150 * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
9151 Update.
9152 * gdbtypes.h (struct main_type) <tag_name>: Remove.
9153 (TYPE_TAG_NAME): Remove.
9154 * gdbtypes.c (type_name_no_tag): Simplify.
9155 (check_typedef, check_types_equal, recursive_dump_type)
9156 (copy_type_recursive, arch_composite_type): Update.
9157 * f-typeprint.c (f_type_print_base): Update. Print "Type" prefix
9158 in summary mode when needed.
9159 * eval.c (evaluate_funcall): Update.
9160 * dwarf2read.c (fixup_go_packaging, read_structure_type)
9161 (process_structure_scope, read_enumeration_type)
9162 (read_namespace_type, read_module_type, determine_prefix): Update.
9163 * cp-support.c (inspect_type): Update.
9164 * coffread.c (process_coff_symbol, decode_base_type): Update.
9165 * c-varobj.c (c_is_path_expr_parent): Update.
9166 * c-typeprint.c (c_type_print_base_struct_union): Update.
9167 (c_type_print_base_1): Update. Print struct/class/union/enum in
9168 summary when using C language.
9169 * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
9170 (gen_maybe_namespace_elt): Update.
9171 * ada-lang.c (ada_type_name): Simplify.
9172 (empty_record, ada_template_to_fixed_record_type_1)
9173 (template_to_static_fixed_type)
9174 (to_record_with_fixed_variant_part, ada_check_typedef): Update.
9175
c1ec8cea
TT
91762018-06-01 Tom Tromey <tom@tromey.com>
9177
9178 * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
9179 c_print_type.
9180 * c-typeprint.c (c_print_type_1): Add "language" parameter.
9181 (c_print_type): Update.
9182 (c_print_type): New overload.
9183 (c_type_print_varspec_prefix, c_type_print_args)
9184 (c_type_print_varspec_suffix, c_print_type_no_offsets)
9185 (c_type_print_base_struct_union, c_type_print_base_1)
9186 (cp_type_print_method_args): Add "language" parameter.
9187 (c_type_print_base): Update.
9188 * c-lang.h (c_print_type): Add new overload.
9189
bc8453a7
TT
91902018-06-01 Tom Tromey <tom@tromey.com>
9191
9192 * typeprint.h (c_type_print_varspec_suffix): Don't declare.
9193 * c-typeprint.c (c_type_print_varspec_suffix): Now static.
9194
739e8682
AH
91952018-06-01 Alan Hayward <alan.hayward@arm.com>
9196
9197 * aarch64-tdep.c (aarch64_sve_register_names): New const
9198 var.
9199 * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
9200 (AARCH64_SVE_Z_REGS_NUM): New define.
9201 (AARCH64_SVE_P_REGS_NUM): Likewise.
9202 (AARCH64_SVE_NUM_REGS): Likewise.
9203
8a60efe7
UB
92042018-05-31 Uros Bizjak <ubizjak@gmail.com>
9205
9206 * nat/linux-ptrace.h [__alpha__]
9207 (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
9208 definitions.
9209
4b2dfa9d
MR
92102018-05-31 Maciej W. Rozycki <macro@mips.com>
9211
9212 * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
9213 the endianness selected.
9214 * NEWS: Document `set endian auto' mode operation update.
9215
122394f1
AH
92162018-05-31 Alan Hayward <alan.hayward@arm.com>
9217
9218 * Makefile.in: Add new header.
9219 * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
9220 (sve_vl_from_vg): Likewise.
9221 (sve_vq_from_vl): Likewise.
9222 (sve_vl_from_vq): Likewise.
9223 (sve_vq_from_vg): Likewise.
9224 (sve_vg_from_vq): Likewise.
9225 * configure.nat: Add new c file.
9226 * nat/aarch64-sve-linux-ptrace.c: New file.
9227 * nat/aarch64-sve-linux-ptrace.h: New file.
9228
95228a0d
AH
92292018-05-31 Alan Hayward <alan.hayward@arm.com>
9230
9231 * aarch64-linux-nat.c (aarch64_linux_read_description):
9232 Add parmeter zero.
9233 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9234 Likewise.
9235 * aarch64-tdep.c (tdesc_aarch64_list): Add.
9236 (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
9237 (aarch64_gdbarch_init): Add parmeter zero.
9238 * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
9239 * arch/aarch64.c (aarch64_create_target_description): Check VQ.
9240 * arch/aarch64.h (aarch64_create_target_description): Add VQ.
9241 parmeter.
9242 * doc/gdb.texinfo: Describe SVE feature
9243 * features/aarch64-sve.c: New file.
9244
5969f0db
OJ
92452018-05-31 Omair Javaid <omair.javaid@linaro.org>
9246
9247 PR gdb/23210
9248 * gdbarch.sh (significant_addr_bit): Default to zero when
9249 not set by target architecture.
9250 * gdbarch.c: Re-generated.
9251 * utils.c (address_significant): Update.
9252
61367c61
JB
92532018-05-30 Joel Brobecker <brobecker@adacore.com>
9254
9255 * stack.c (func_command): Remove trailing newline in call to error.
9256
34a79281
SM
92572018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9258
9259 * regcache.h (regcache_raw_collect): Remove, update callers to
9260 use regcache::raw_collect.
9261 * regcache.c (regcache_raw_collect): Remove.
9262
73e1c03f
SM
92632018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9264
9265 * regcache.h (regcache_raw_supply): Remove, update callers to
9266 use detached_regcache::raw_supply.
9267 * regcache.c (regcache_raw_supply): Remove.
9268
e4c4a59b
SM
92692018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * regcache.h (regcache_cooked_write_part): Remove, update
9272 callers to use regcache::cooked_write_part.
9273 * regcache.c (regcache_cooked_write_part): Remove.
9274
73bb0000
SM
92752018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9276
9277 * regcache.h (regcache_cooked_read_part): Remove, update callers
9278 to use readable_regcache::cooked_read_part.
9279 * regcache.c (regcache_cooked_read_part): Remove.
9280
46a45e9d
SM
92812018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9282
9283 * regcache.h (regcache_cooked_read_value): Remove, update
9284 callers to use readable_regcache::cooked_read_value.
9285 * regcache.c (regcache_cooked_read_value): Remove.
9286
b66f5587
SM
92872018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * regcache.h (regcache_cooked_write): Remove, update callers to
9290 use regcache::cooked_write.
9291 * regcache.c (regcache_cooked_write): Remove.
9292
6aa7d724
SM
92932018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9294
9295 * regcache.h (regcache_invalidate): Remove, update callers to
9296 use detached_regcache::invalidate instead.
9297 * regcache.c (regcache_invalidate): Remove.
9298
4f0420fd
SM
92992018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9300
9301 * regcache.h (regcache_raw_write_part): Remove, update callers
9302 to use regcache::raw_write_part instead.
9303 * regcache.c (regcache_raw_write_part): Remove.
9304
502fe83e
SM
93052018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * regcache.h (regcache_raw_read_part): Remove, update callers to
9308 use readable_regcache::raw_read_part instead.
9309 * regcache.c (regcache_raw_read_part): Remove.
9310
dca08e1f
SM
93112018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9312
9313 * regcache.h (regcache_cooked_read): Remove, update callers to
9314 use readable_regcache::cooked_read instead.
9315 * regcache.c (regcache_cooked_read): Remove.
9316
10eaee5f
SM
93172018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9318
9319 * regcache.h (regcache_raw_write): Remove, update callers to use
9320 regcache::raw_write instead.
9321 * regcache.c (regcache_raw_write): Remove.
9322
0b883586
SM
93232018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9324
9325 * regcache.h (regcache_raw_read): Remove, update callers to use
9326 readable_regcache::raw_read instead.
9327 * regcache.c (regcache_raw_read): Remove.
9328
0b47d985
SM
93292018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9330
9331 * regcache.h (regcache_raw_update): Remove, update callers to
9332 use readable_regcache::raw_update instead.
9333 * regcache.c (regcache_raw_update): Remove.
9334
0ec9f114
SM
93352018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9336
9337 * regcache.h (regcache_register_status): Remove, update callers
9338 to use reg_buffer::get_register_status directly instead.
9339 * regcache.c (regcache_register_status): Remove.
9340
222312d3
SM
93412018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9342
9343 * regcache.h (regcache_get_ptid): Remove, update all callers to
9344 call regcache::ptid instead.
9345 * regcache.c (regcache_get_ptid): Remove.
9346
fdbe37e3
SM
93472018-05-30 Simon Marchi <simon.marchi@ericsson.com>
9348
9349 * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
9350
f7c6f423
PA
93512018-05-30 Pedro Alves <palves@redhat.com>
9352
9353 * common/common-exceptions.h (exception_rethrow): Use
9354 ATTRIBUTE_NORETURN.
9355
52941706
SM
93562018-05-29 Simon Marchi <simon.marchi@polymtl.ca>
9357
9358 * breakpoint.c (print_solib_event, check_status_catch_solib):
9359 Remove struct keyword in range-based for loops.
9360 * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
9361 * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
9362 Likewise.
9363 * linespec.c (find_superclass_methods, search_minsyms_for_name):
9364 Likewise.
9365 * symfile.c (addr_info_make_relative): Likewise.
9366 * thread.c (value_in_thread_stack_temporaries): Likewise.
9367
bf2977b5
WP
93682018-06-12 Weimin Pan <weimin.pan@oracle.com>
9369
9370 PR gdb/16841
9371 * valops.c (value_struct_elt_for_reference): Call check_typedef on
9372 aggregate type to get its real type before accessing it.
9373
64cc34d8
WP
93742018-05-29 Weimin Pan <weimin.pan@oracle.com>
9375
9376 * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
9377 * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
9378 * coff-pe-read.c (add_pe_forwarded_sym): Replace
9379 lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
9380 * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
9381 * jit.c (jit_breakpoint_re_set_internal): Likewise.
9382 * printcmd.c (info_address_command): Likewise.
9383
e7ec8713
TT
93842018-05-29 Tom Tromey <tom@tromey.com>
9385
9386 * windows-nat.c (handle_exception): Update fall-through comment.
9387
bcb430e4
TT
93882018-05-29 Tom Tromey <tom@tromey.com>
9389
9390 * progspace.h (so_list_ptr): Remove typedef. Don't declare VEC.
9391 (struct program_space) <added_solibs>: Now a std::vector.
9392 * breakpoint.c (print_solib_event): Update.
9393 (check_status_catch_solib): Update.
9394 * progspace.c (clear_program_space_solib_cache): Update.
9395 * solib.c (update_solib_list): Update.
9396
894882e3
TT
93972018-05-29 Tom Tromey <tom@tromey.com>
9398
9399 * python/py-type.c (typy_richcompare): Update.
9400 * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
9401 * gdbtypes.h (types_deeply_equal): Return bool.
9402 (types_equal): Likewise.
9403 * gdbtypes.c (type_equality_entry_d): Remove typedef. Don't
9404 declare VEC.
9405 (check_types_equal): Change worklist to std::vector. Return
9406 bool.
9407 (struct type_equality_entry): Add constructor.
9408 (compare_maybe_null_strings): Return bool.
9409 (check_types_worklist): Return bool. Change worklist to
9410 std::vector.
9411 (types_deeply_equal): Use std::vector.
9412 (types_equal): Return bool.
9413 (compare_maybe_null_strings): Simplify.
9414
10b2ded4
TT
94152018-05-29 Tom Tromey <tom@tromey.com>
9416
9417 * record-btrace.c (tp_t): Remove typedef. Don't declare VEC.
9418
4f7deebe
TT
94192018-05-29 Tom Tromey <tom@tromey.com>
9420
9421 * objc-lang.h: Don't include cp-support.h.
9422 * common/gdb_vecs.h (const_char_ptr): Remove typedef. Don't
9423 declare VEC.
9424
b8283aea
TT
94252018-05-27 Tom Tromey <tom@tromey.com>
9426
9427 * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
9428
41a883c8
TT
94292018-05-25 Tom Tromey <tom@tromey.com>
9430
9431 * value.c (value::location): Initialize.
9432
bf259e25
TT
94332018-05-25 Tom Tromey <tom@tromey.com>
9434
9435 * dbxread.c (init_bincl_list): Remove.
9436 (bincl_list): Now a std::vector.
9437 (bincls_allocated, next_bincl): Remove.
9438 (free_bincl_list, do_free_bincl_list_cleanup)
9439 (make_cleanup_free_bincl_list): Remove.
9440 (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
9441 unique_xmalloc_ptr.
9442 (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
9443 (struct header_file_location): Add constructor.
9444 (add_bincl_to_list): Remove.
9445
d525a99b
TT
94462018-05-25 Tom Tromey <tom@tromey.com>
9447
9448 * tui/tui.c (tui_enable): Update.
9449 * mi/mi-interp.c (mi_interp::init): Update.
9450 * interps.h (class interp) <name>: New method.
9451 <m_name>: Rename from name.
9452 (~scoped_restore_interp): Update.
9453 * interps.c (interp::interp): Update.
9454 (interp_add, interp_set, interp_lookup_existing)
9455 (current_interp_named_p): Update.
9456
da505cff
TT
94572018-05-25 Tom Tromey <tom@tromey.com>
9458
9459 * interps.c (interp_name): Remove.
9460 * mi/mi-interp.c (mi_interp::init): Update.
9461 * interps.h (interp_name): Remove.
9462 (~scoped_restore_interp): Update.
9463 * tui/tui.c (tui_enable): Update.
9464
29f94340
TT
94652018-05-25 Tom Tromey <tom@tromey.com>
9466
9467 * utils.c (fputs_maybe_filtered): Update.
9468 * linespec.c (decode_line_full): Update.
9469 * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
9470 (mi_print_breakpoint_for_event, mi_solib_loaded)
9471 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
9472 (mi_user_selected_context_changed): Update.
9473 * mi/mi-main.c (mi_execute_command): Update.
9474 * cli/cli-script.c (execute_control_command): Update.
9475 * python/python.c (execute_gdb_command): Update.
9476 * solib.c (info_sharedlibrary_command): Update.
9477 * interps.c (interp_ui_out): Remove.
9478 * interps.h (interp_ui_out): Remove.
9479
716b8bc5
TT
94802018-05-25 Tom Tromey <tom@tromey.com>
9481
9482 * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
9483 * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
9484 * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
9485
753ff9bd
TT
94862018-05-25 Tom Tromey <tom@tromey.com>
9487
9488 * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
9489 * interps.c (interp_exec): Use scoped_restore.
9490
5ca3b260
TT
94912018-05-25 Tom Tromey <tom@tromey.com>
9492
9493 * remote.c (remote_target::remote_file_get): Use
9494 gdb::byte_vector.
9495 (remote_target::remote_file_put): Likewise.
9496
3173aa2f
TT
94972018-05-25 Tom Tromey <tom@tromey.com>
9498
9499 * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
9500 a std::string.
9501 (get_pe_section_index, add_pe_exported_sym): Update.
9502 (read_pe_exported_syms): Use gdb::def_vector.
9503
09a5e1b5
TT
95042018-05-25 Tom Tromey <tom@tromey.com>
9505
9506 * frame.c (remove_prev_frame): Remove.
9507 (get_prev_frame_if_no_cycle): Use TRY/CATCH.
9508
d8dab6c3
MR
95092018-05-25 Maciej W. Rozycki <macro@mips.com>
9510
9511 * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
9512 Remove prototypes.
9513 * mips-linux-nat.c (supply_fpregset): Always call
9514 `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
9515 (fill_fpregset): Always call `mips64_fill_fpregset' rather than
9516 `mips_fill_fpregset'.
9517 * mips-linux-tdep.c (mips_supply_fpregset)
9518 (mips_supply_fpregset_wrapper, mips_fill_fpregset)
9519 (mips_fill_fpregset_wrapper): Remove functions.
9520 (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
9521 (mips_linux_fpregset): Remove variable.
9522 (mips_linux_iterate_over_regset_sections): Use
9523 `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
9524 (mips_linux_o32_sigframe_init): Remove comment.
9525
3c69da40
PA
95262018-05-25 Pedro Alves <palves@redhat.com>
9527
9528 * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
9529 (struct readahead_cache, struct packet_reg, struct
9530 remote_arch_state, class remote_state): Move higher up in the
9531 file.
9532 (remote_target::m_remote_state): Now an object instead of a pointer.
9533 (remote_target::get_remote_state): Adjust.
9534
39f0c204
AB
95352018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9536
9537 * stack.c (select_and_print_frame): Delete.
9538 (struct function_bounds): Move struct within function.
9539 (func_command): Most content moved into new function
9540 find_frame_for_function, use new function, print result, add
9541 function comment.
9542 (find_frame_for_function): New function, now returns a result.
9543
d392224a
PW
95442018-05-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9545
9546 * stack.c (iterate_over_block_arg_vars): Fix comment.
9547 (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
9548
45f25d6c
AB
95492018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9550
9551 PR gdb/23203
9552 * frame.c
9553 (scoped_restore_selected_frame::scoped_restore_selected_frame):
9554 Define.
9555 (scoped_restore_selected_frame::~scoped_restore_selected_frame):
9556 Define.
9557 * frame.h (class scoped_restore_selected_frame): New class.
9558 * stack.c (print_frame_local_vars): Remove catching and rethrowing
9559 of any exception, use scoped_restore_selected_frame to restore the
9560 frame instead.
9561
da05d921
PA
95622018-05-24 Pedro Alves <palves@redhat.com>
9563
9564 * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9565 override.
9566
a8be540e
TT
95672018-05-23 Tom Tromey <tom@tromey.com>
9568
9569 * complaints.c (struct complaints): Remove.
9570 (symfile_complaint_book): Remove.
9571 (series): New global.
9572 (complaint_internal): Update.
9573 (clear_complaints): Update.
9574
ff1cf532
TT
95752018-05-23 Tom Tromey <tom@tromey.com>
9576
9577 * complaints.c (counters): New global.
9578 (struct complain): Remove.
9579 (struct complaints) <root>: Remove.
9580 (complaint_sentinel): Remove.
9581 (symfile_complaint_book): Update.
9582 (find_complaint) Remove.
9583 (complaint_internal, clear_complaints): Update.
9584
7ff88174
TT
95852018-05-23 Tom Tromey <tom@tromey.com>
9586
9587 * complaints.c (struct complain) <file, line>: Remove.
9588 (find_complaint): Remove file, line parameters.
9589 (complaint_internal): Update.
9590
de54e1a5
TT
95912018-05-23 Tom Tromey <tom@tromey.com>
9592
9593 * complaints.c (vcomplaint): Remove.
9594 (complaint_internal) Merge in contents of vcomplaint.
9595
2ac237e5
TT
95962018-05-23 Tom Tromey <tom@tromey.com>
9597
9598 * complaints.c (struct complaints) <explanation>: Remove.
9599 (symfile_explanations): Remove.
9600 (symfile_complaint_book): Update.
9601 (vcomplaint): Update.
9602 (struct explanation): Remove.
9603
b98664d3
TT
96042018-05-23 Tom Tromey <tom@tromey.com>
9605
9606 * complaints.c (symfile_complaints): Remove.
9607 (complaint_internal): Remove "complaints" parameter.
9608 (clear_complaints, vcomplaint): Remove "c" parameter.
9609 (get_complaints): Remove.
9610 * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9611 (dwarf2_debug_line_missing_file_complaint)
9612 (dwarf2_debug_line_missing_end_sequence_complaint)
9613 (dwarf2_complex_location_expr_complaint)
9614 (dwarf2_const_value_length_mismatch_complaint)
9615 (dwarf2_section_buffer_overflow_complaint)
9616 (dwarf2_macro_malformed_definition_complaint)
9617 (dwarf2_invalid_attrib_class_complaint)
9618 (create_addrmap_from_index, dw2_symtab_iter_next)
9619 (dw2_expand_marked_cus)
9620 (dw2_debug_names_iterator::find_vec_in_debug_names)
9621 (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9622 (create_debug_type_hash_table, init_cutu_and_read_dies)
9623 (partial_die_parent_scope, add_partial_enumeration)
9624 (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9625 (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9626 (read_import_statement, read_file_scope, create_dwo_cu_reader)
9627 (create_cus_hash_table, create_dwp_hash_table)
9628 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9629 (dwarf2_rnglists_process, dwarf2_ranges_process)
9630 (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9631 (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9632 (handle_struct_member_die, process_structure_scope)
9633 (read_array_type, read_common_block, read_module_type)
9634 (read_tag_pointer_type, read_typedef, read_base_type)
9635 (read_subrange_type, load_partial_dies, partial_die_info::read)
9636 (partial_die_info::read, partial_die_info::read)
9637 (partial_die_info::read, read_checked_initial_length_and_offset)
9638 (dwarf2_string_attr, read_formatted_entries)
9639 (dwarf_decode_line_header)
9640 (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9641 (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9642 (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9643 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9644 (get_signatured_type, get_DW_AT_signature_type)
9645 (decode_locdesc, file_file_name, consume_improper_spaces)
9646 (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9647 (dwarf_decode_macro_bytes, dwarf_decode_macros)
9648 (dwarf2_symbol_mark_computed, set_die_type)
9649 (read_attribute_value): Update.
9650 * stap-probe.c (handle_stap_probe, get_stap_base_address):
9651 Update.
9652 * dbxread.c (unknown_symtype_complaint)
9653 (lbrac_mismatch_complaint, repeated_header_complaint)
9654 (set_namestring, function_outside_compilation_unit_complaint)
9655 (read_dbx_symtab, process_one_symbol): Update.
9656 * gdbtypes.c (stub_noname_complaint): Update.
9657 * windows-nat.c (handle_unload_dll): Update.
9658 * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9659 (decode_base_type): Update.
9660 * xcoffread.c (bf_notfound_complaint, ef_complaint)
9661 (eb_complaint, record_include_begin, record_include_end)
9662 (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9663 (process_xcoff_symbol, read_symbol)
9664 (function_outside_compilation_unit_complaint)
9665 (scan_xcoff_symtab): Update.
9666 * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9667 * buildsym.c (finish_block_internal, make_blockvector)
9668 (end_symtab_get_static_block, augment_type_symtab): Update.
9669 * dtrace-probe.c (dtrace_process_dof)
9670 (dtrace_static_probe_ops::get_probes): Update.
9671 * complaints.h (struct complaint): Don't declare.
9672 (symfile_complaints): Remove.
9673 (complaint_internal): Remove "complaints" parameter.
9674 (complaint): Likewise.
9675 (clear_complaints): Likewise.
9676 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9677 (reread_symbols): Update.
9678 * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9679 (dwarf2_frame_cache, decode_frame_entry): Update.
9680 * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9681 * objc-lang.c (lookup_objc_class, lookup_child_selector)
9682 (info_selectors_command): Update.
9683 * macrotab.c (macro_include, check_for_redefinition)
9684 (macro_undef): Update.
9685 * objfiles.c (filter_overlapping_sections): Update.
9686 * stabsread.c (invalid_cpp_abbrev_complaint)
9687 (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9688 (define_symbol, error_type, read_type, rs6000_builtin_type)
9689 (stabs_method_name_from_physname, read_member_functions)
9690 (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9691 (attach_fields_to_type, complain_about_struct_wipeout)
9692 (read_range_type, read_args, common_block_start)
9693 (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9694 Update.
9695 * mdebugread.c (index_complaint, unknown_ext_complaint)
9696 (basic_type_complaint, bad_tag_guess_complaint)
9697 (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9698 (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9699 (parse_procedure, parse_lines)
9700 (function_outside_compilation_unit_complaint)
9701 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9702 (bad_tag_guess_complaint, reg_value_complaint): Update.
9703 * cp-support.c (demangled_name_complaint): Update.
9704 * macroscope.c (sal_macro_scope): Update.
9705 * dwarf-index-write.c (class debug_names): Update.
9706
4e9668d0
TT
97072018-05-23 Tom Tromey <tom@tromey.com>
9708
9709 * complaints.c (clear_complaints): Remove "noisy" parameter.
9710 * complaints.h (clear_complaints): Update.
9711 * symfile.c (syms_from_objfile_1, finish_new_objfile)
9712 (reread_symbols): Update.
9713
43ba33c7
TT
97142018-05-23 Tom Tromey <tom@tromey.com>
9715
9716 * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9717 SUBSEQUENT_MESSAGE.
9718 (vcomplaint, clear_complaints): Update.
9719 (symfile_explanations): Remove some messages.
9720
2b9496b2
TT
97212018-05-23 Tom Tromey <tom@tromey.com>
9722
9723 * complaints.c (internal_complaint): Remove.
9724 * complaints.h (internal_complaint): Remove.
9725
35f1fea3
MR
97262018-05-22 Maciej W. Rozycki <macro@mips.com>
9727
9728 * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9729
6b8edb51
PA
97302018-05-22 Pedro Alves <palves@redhat.com>
9731
9732 * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9733 (remote_fileio_badfd, remote_fileio_return_errno)
9734 (remote_fileio_return_success, remote_fileio_func_open)
9735 (remote_fileio_func_open, remote_fileio_func_close)
9736 (remote_fileio_func_read, remote_fileio_func_write)
9737 (remote_fileio_func_lseek, remote_fileio_func_rename)
9738 (remote_fileio_func_unlink, remote_fileio_func_stat)
9739 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9740 (remote_fileio_func_isatty, remote_fileio_func_system): Add
9741 remote_target parameter.
9742 (remote_fio_func_map) <func>: Add remote_target parameter.
9743 (do_remote_fileio_request, remote_fileio_request):
9744 * remote-fileio.h (remote_fileio_request):
9745 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9746 remote_target parameter.
9747 (remote_notif_process, handle_notification): Adjust to pass down
9748 the remote.
9749 (remote_notif_state_allocate): Add remote_target parameter. Save
9750 it.
9751 * remote-notif.h (struct remote_target): Forward declare.
9752 (struct notif_client) <parse, ack, can_get_pending_events>: Add
9753 remote_target parameter.
9754 (struct remote_notif_state) <remote>: New field.
9755 (remote_notif_ack, remote_notif_parse): Add remote_target
9756 parameter.
9757 (remote_notif_state_allocate, remote_notif_state_allocate): Add
9758 remote_target parameter.
9759 * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9760 (threads_listing_context, rmt_thread_action, protocol_feature)
9761 (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9762 (packet_result, struct threads_listing_context, remote_state):
9763 Move definitions and declarations higher up.
9764 (remote_target) <~remote_target>: Declare.
9765 (remote_download_command_source, remote_file_put, remote_file_get)
9766 (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9767 (remote_hostio_pread_vFile, remote_hostio_send_command)
9768 (remote_hostio_set_filesystem, remote_hostio_open)
9769 (remote_hostio_close, remote_hostio_unlink, remote_state)
9770 (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9771 (get_memory_write_packet_size, get_memory_read_packet_size)
9772 (append_pending_thread_resumptions, remote_detach_1)
9773 (append_resumption, remote_resume_with_vcont)
9774 (add_current_inferior_and_thread, wait_ns, wait_as)
9775 (process_stop_reply, remote_notice_new_inferior)
9776 (process_initial_stop_replies, remote_add_thread)
9777 (btrace_sync_conf, remote_btrace_maybe_reopen)
9778 (remove_new_fork_children, kill_new_fork_children)
9779 (discard_pending_stop_replies, stop_reply_queue_length)
9780 (check_pending_events_prevent_wildcard_vcont)
9781 (discard_pending_stop_replies_in_queue, stop_reply)
9782 (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9783 (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9784 (remote_interrupt_as, remote_interrupt_ns)
9785 (remote_get_noisy_reply, remote_query_attached)
9786 (remote_add_inferior, remote_current_thread, get_current_thread)
9787 (set_thread, set_general_thread, set_continue_thread)
9788 (set_general_process, write_ptid)
9789 (remote_unpack_thread_info_response, remote_get_threadinfo)
9790 (parse_threadlist_response, remote_get_threadlist)
9791 (remote_threadlist_iterator, remote_get_threads_with_ql)
9792 (remote_get_threads_with_qxfer)
9793 (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9794 (get_offsets, remote_check_symbols, remote_supported_packet)
9795 (remote_query_supported, remote_packet_size)
9796 (remote_serial_quit_handler, remote_detach_pid)
9797 (remote_vcont_probe, remote_resume_with_hc)
9798 (send_interrupt_sequence, interrupt_query)
9799 (remote_notif_get_pending_events, fetch_register_using_p)
9800 (send_g_packet, process_g_packet, fetch_registers_using_g)
9801 (store_register_using_P, store_registers_using_G)
9802 (set_remote_traceframe, check_binary_download)
9803 (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9804 (remote_xfer_live_readonly_partial, remote_read_bytes)
9805 (remote_send_printf, remote_flash_write, readchar)
9806 (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9807 (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9808 (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9809 (extended_remote_disable_randomization, extended_remote_run)
9810 (send_environment_packet, extended_remote_environment_support)
9811 (extended_remote_set_inferior_cwd, remote_write_qxfer)
9812 (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9813 (packet_command): Now methods of ...
9814 (remote_target): ... this class.
9815 (m_remote_state) <remote_target>: New field.
9816 (struct remote_state) <stop_reply_queue,
9817 remote_async_inferior_event_token, wait_forever_enabled_p>: New
9818 fields.
9819 (remote_state::remote_state): Allocate stop_reply_queue.
9820 (remote_state): Delete global.
9821 (get_remote_state_raw): Delete.
9822 (remote_target::get_remote_state): Allocate m_remote_state on
9823 demand.
9824 (get_current_remote_target): New.
9825 (remote_ops, extended_remote_ops): Delete.
9826 (wait_forever_enabled_p, remote_async_inferior_event_token):
9827 Delete, moved to struct remote_state.
9828 (remote_target::close): Delete self. Destruction bits split to
9829 ...
9830 (remote_target::~remote_target): ... this.
9831 (show_memory_packet_size): Adjust to use
9832 get_current_remote_target.
9833 (struct protocol_feature) <func>: Add remote_target parameter.
9834 All callers adjusted.
9835 (curr_quit_handler_target): New.
9836 (remote_serial_quit_handler): Reimplement.
9837 (remote_target::open_1): Adjust to use get_current_remote_target.
9838 Heap-allocate remote_target/extended_remote_target instances.
9839 (vcont_builder::vcont_builder): Add remote_target parameter, and
9840 save it in m_remote. All callers adjusted.
9841 (vcont_builder::m_remote): New field.
9842 (vcont_builder::restart, vcont_builder::flush)
9843 (vcont_builder::push_action): Use it.
9844 (remote_target::commit_resume): Use it.
9845 (struct queue_iter_param) <remote>: New field.
9846 (remote_target::remove_new_fork_children): Fill in 'remote' field.
9847 (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9848 (check_pending_event_prevents_wildcard_vcont_callback)
9849 (remote_target::check_pending_events_prevent_wildcard_vcont)
9850 (remote_target::discard_pending_stop_replies)
9851 (remote_target::discard_pending_stop_replies_in_queue)
9852 (remote_target::remote_notif_remove_queued_reply): Fill in
9853 'remote' field.
9854 (remote_notif_get_pending_events): New.
9855 (remote_target::readchar, remote_target::remote_serial_write):
9856 Save/restore curr_quit_handler_target.
9857 (putpkt): New.
9858 (kill_new_fork_children): Fill in 'remote' field.
9859 (packet_command): Use get_current_remote_target, defer to
9860 remote_target method of same name.
9861 (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9862 parameter, and save it in m_remote. All callers adjusted.
9863 (scoped_remote_fd::release): Use m_remote.
9864 (scoped_remote_fd::m_remote): New field.
9865 (remote_file_put, remote_file_get, remote_file_delete): Use
9866 get_current_remote_target, defer to remote_target method of same
9867 name.
9868 (remote_btrace_reset): Add remote_state paremeter. Update all
9869 callers.
9870 (remote_async_inferior_event_handler). Pass down 'data'.
9871 (remote_new_objfile): Use get_current_remote_target.
9872 (remote_target::vcont_r_supported): New.
9873 (set_range_stepping): Use get_current_remote_target and
9874 remote_target::vcont_r_supported.
9875 (_initialize_remote): Don't allocate 'remote_state' and
9876 'stop_reply_queue' globals.
9877 * remote.h (struct remote_target): Forward declare.
9878 (getpkt, putpkt, remote_notif_get_pending_events): Add
9879 'remote_target' parameter.
9880
f5db4863
PA
98812018-05-22 Pedro Alves <palves@redhat.com>
9882
9883 * remote.c (vcont_builder): Now a class. Make all data members
9884 private.
9885 (vcont_builder) <vcont_builder, restart, flush, push_action>:
9886 Declare methods.
9887 (vcont_builder_restart): Rename to ...
9888 (vcont_builder::restart): ... this.
9889 (vcont_builder_flush): Rename to ...
9890 (vcont_builder::flush): ... this.
9891 (vcont_builder_push_action): Rename to ...
9892 (vcont_builder::push_action): ... this.
9893 (remote_target::commit_resume): Adjust.
9894
cc0be08f
PA
98952018-05-22 Pedro Alves <palves@redhat.com>
9896
9897 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9898 (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9899 (get_fixed_memory_packet_size): New.
9900 (get_memory_packet_size): Use it.
9901 (set_memory_packet_size): Don't override the config size with
9902 DEFAULT_MAX_MEMORY_PACKET_SIZE.
9903 (show_memory_packet_size): Use get_fixed_memory_packet_size.
9904 Don't refer to get_memory_packet_size if not connected to a remote
9905 target. Show "(default)" if configured size is 0.
9906
9607784a
PA
99072018-05-22 Pedro Alves <palves@redhat.com>
9908
9909 * remote.c (remote_target::mourn_inferior): Move
9910 discard_pending_stop_replies call here from ...
9911 (_initialize_remote): ... here.
9912
0e9a6b2f
PA
99132018-05-22 Pedro Alves <palves@redhat.com>
9914
9915 * remote.c (compare_section_command): Remove set_general_process
9916 call.
9917
43c3a0e4
PA
99182018-05-22 Pedro Alves <palves@redhat.com>
9919
9920 * remote.c (struct packet_reg, struct remote_arch_state):
9921 Move higher up in the file.
9922 (remote_state) <m_arch_states>: Store remote_arch_state values
9923 instead of remote_arch_state pointers.
9924 (remote_state::get_remote_arch_state): Adjust.
9925
9d6eea31
PA
99262018-05-22 Pedro Alves <palves@redhat.com>
9927
9928 * remote.c: Include <unordered_map>.
9929 (remote_state): Now a class.
9930 (remote_state) <get_remote_arch_state>: Declare method.
9931 <get_remote_arch_state>: New field.
9932 (remote_arch_state) <remote_arch_state>: Declare ctor.
9933 <regs>: Now a unique_ptr.
9934 (remote_gdbarch_data_handle): Delete.
9935 (get_remote_arch_state): Delete.
9936 (remote_state::get_remote_arch_state): New.
9937 (get_remote_state): Adjust to call remote_state's
9938 get_remote_arch_state method.
9939 (init_remote_state): Delete, bits factored out to ...
9940 (remote_arch_state::remote_arch_state): ... this new method.
9941 (get_remote_packet_size, get_memory_packet_size)
9942 (process_g_packet, remote_target::fetch_registers)
9943 (remote_target::prepare_to_store, store_registers_using_G)
9944 (remote_target::store_registers, remote_target::get_trace_status):
9945 Adjust to call remote_state's method.
9946 (_initialize_remote): Remove reference to
9947 remote_gdbarch_data_handle.
9948
dd194f6b
PA
99492018-05-22 Pedro Alves <palves@redhat.com>
9950
9951 * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9952 pread>: New method declarations.
9953 (remote_target::open_1): Adjust.
9954 (readahead_cache_invalidate): Rename to ...
9955 (readahead_cache::invalidate): ... this, and adjust to be a class
9956 method.
9957 (readahead_cache_invalidate_fd): Rename to ...
9958 (readahead_cache::invalidate_fd): ... this, and adjust to be a
9959 class method.
9960 (remote_hostio_pwrite): Adjust.
9961 (remote_hostio_pread_from_cache): Rename to ...
9962 (readahead_cache::pread): ... this, and adjust to be a class
9963 method.
9964 (remote_hostio_close): Adjust.
9965
440b7aec
PA
99662018-05-22 Pedro Alves <palves@redhat.com>
9967
9968 * remote.c (remote_hostio_close_cleanup): Delete.
9969 (class scoped_remote_fd): New.
9970 (remote_file_put, remote_file_get): Use it.
9971
de44f5a7
PA
99722018-05-22 Pedro Alves <palves@redhat.com>
9973
9974 (struct vCont_action_support): Use bool and initialize all fields.
9975 (struct readahead_cache): Initialize all fields.
9976 (remote_state): Use bool and initialize all fields.
9977 (remote_state::remote_state, remote_state::~remote_state): New.
9978 (new_remote_state): Delete.
9979 (_initialize_remote): Use new to allocate remote_state.
9980
b1b60145
PA
99812018-05-22 Pedro Alves <palves@redhat.com>
9982 張俊芝 <zjz@zjz.name>
9983
9984 PR gdb/22973
9985 * c-exp.y: Include "c-support.h".
9986 (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9987 of tolower. Use c_ident_is_alpha to scan names.
9988 * c-lang.c: Include "c-support.h".
9989 (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9990 ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9991 * c-support.h: New file, with bits factored out from ...
9992 * cp-name-parser.y: ... this file.
9993 Include "c-support.h".
9994 (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9995 c-support.h and renamed.
9996 (symbol_end, yylex): Adjust.
9997
0ec848ad
PFC
99982018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9999
10000 * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
10001 parameter type to CORE_ADDR.
10002 * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
10003 parameter type in declaration to CORE_ADDR.
10004 * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
10005 target_auxv_search to get AT_HWCAP and use the result to get the
10006 target description.
10007 * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
10008 to CORE_ADDR. Remove the cast of the return value to unsigned
10009 long. Fix error predicate of target_auxv_search.
10010 (ppc_linux_nat_target::read_description): Change the type of the
10011 hwcap variable to CORE_ADDR.
10012
0fb2aaa1
PFC
100132018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10014
10015 * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
10016 if the size of fpscr is larger than 32 bits.
10017
2c3305f6
PFC
100182018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10019
10020 * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
10021 (ppc32_linux_vsxregmap): New global.
10022 (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
10023 regcache_supply_regset, and regcache_collect_regset.
10024 * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
10025 * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
10026 (fetch_vsx_register, store_vsx_register): Remove.
10027 (fetch_vsx_registers): Add regno parameter. Get regset using
10028 ppc_linux_vsxregset. Use regset to supply registers.
10029 (store_vsx_registers): Add regno parameter. Get regset using
10030 ppc_linux_vsxregset. Use regset to collect registers.
10031 (fetch_register): Call fetch_vsx_registers instead of
10032 fetch_vsx_register.
10033 (store_register): Call store_vsx_registers instead of
10034 store_vsx_register.
10035 (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
10036 new regno parameter.
10037 (store_ppc_registers): Call store_vsx_registers with -1 for the
10038 new regno parameter.
10039 * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
10040 (ppc_collect_vsxregset): Remove.
10041
1d75a658
PFC
100422018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10043
10044 * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
10045 offset fields.
10046 * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
10047 for vector register offset fields.
10048 (ppc64_fbsd_reg_offsets): Likewise.
10049 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
10050 to vector register offset fields.
10051 * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
10052 to vector register offset fields.
10053 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
10054 vector register offset fields.
10055 * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
10056 initializers for vector register offset fields.
10057 (rs6000_aix64_reg_offsets): Likewise.
10058 * rs6000-tdep.c (ppc_vrreg_offset): Remove.
10059 (ppc_supply_vrregset): Remove.
10060 (ppc_collect_vrregset): Remove.
10061 * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
10062 (ppc_linux_vrregset) : New function.
10063 (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
10064 (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
10065 (ppc32_linux_vrregset): Remove.
10066 (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
10067 and use result instead of ppc32_linux_vrregset.
10068 (ppc32_linux_reg_offsets): Remove initializers for vector register
10069 offset fields.
10070 (ppc64_linux_reg_offsets): Likewise.
10071 * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
10072 * ppc-linux-nat.c: Include regset.h.
10073 (gdb_vrregset_t): Adjust comment to account for little-endian
10074 mode.
10075 (supply_vrregset, fill_vrregset): Remove.
10076 (fetch_altivec_register, store_altivec_register): Remove.
10077 (fetch_altivec_registers): Add regno parameter. Get regset using
10078 ppc_linux_vrregset. Use regset to supply registers.
10079 (store_altivec_registers): Add regno parameter. Get regset using
10080 ppc_linux_vrregset. Use regset to collect registers.
10081 (fetch_register): Call fetch_altivec_registers instead of
10082 fetch_altivec_register.
10083 (store_register): Call store_altivec_registers instead of
10084 store_altivec_register.
10085 (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
10086 the new regno parameter.
10087 (store_ppc_registers): Call store_altivec_registers with -1 for
10088 the new regno parameter.
10089
d078308a
PFC
100902018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10091
10092 * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
10093 (PPC_LINUX_SIZEOF_VSXREGSET): Define.
10094 * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
10095 (gdb_vrregset_t): Change array type size to
10096 PPC_LINUX_SIZEOF_VRREGSET.
10097 (gdb_vsxregset_t): Change array type size to
10098 PPC_LINUX_SIZEOF_VSXREGSET.
10099 * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
10100 Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
10101 PPC_LINUX_SIZEOF_VSXREGSET.
10102
2e077f5e
PFC
101032018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10104
10105 * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
10106 * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
10107 nat/ppc-linux.c.
10108 (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
10109 ppc_linux_target_wordsize with tid.
10110 (ppc_linux_nat_target::read_description): Call ppc_linux_target
10111 wordsize with tid.
10112 * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
10113 (ppc64_64bit_inferior_p): Add static and inline specifiers.
10114 (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
10115 tid parameter. Remove static specifier.
10116 * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
10117 (ppc_linux_target_wordsize): New declaration.
10118
bd64614e
PFC
101192018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10120
10121 * arch/ppc-linux-common.c: New file.
10122 * arch/ppc-linux-common.h: New file.
10123 * arch/ppc-linux-tdesc.h: New file.
10124 * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
10125 * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
10126 (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
10127 arch/ppc-linux-tdesc.h.
10128 * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
10129 arch/ppc-linux-tdesc.h.
10130 (ppc_linux_nat_target::read_description): Remove target
10131 description matching code. Fill a ppc_linux_features struct and
10132 call ppc_linux_match_description with it. Move comment about ISA
10133 2.05 to ppc-linux-common.c.
10134 * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
10135 arch/ppc-linux-tdesc.h.
10136 (ppc_linux_core_read_description): Remove target description
10137 matching code. Fill a ppc_linux_features struct and call
10138 ppc_linux_match_description with it.
10139 * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
10140 (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
10141 (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
10142 (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
10143 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
10144 (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
10145 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
10146 (tdesc_powerpc_e500l): Remove.
10147
241db429
JB
101482018-05-22 Joel Brobecker <brobecker@adacore.com>
10149
10150 * ada-lang.c (catch_assert_command): Pass empty string instead
10151 of NULL for excep_string argument.
10152
75d74cca
MR
101532018-05-22 Maciej W. Rozycki <macro@mips.com>
10154
10155 * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
10156 the width of the requested register exceeds the width of the
10157 `ptrace' data type.
10158
122b53ea
TT
101592018-05-21 Tom Tromey <tom@tromey.com>
10160
10161 * printcmd.c (output_command): Remove.
10162 (output_command_const): Rename to output_command.
10163 * valprint.h (output_command): Rename from output_command_const.
10164 * tracepoint.c (trace_dump_actions): Call output_command.
10165
bc18fbb5
TT
101662018-05-21 Tom Tromey <tom@tromey.com>
10167
10168 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
10169 (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
10170 * ada-lang.h (create_ada_exception_catchpoint): Update.
10171 * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
10172 std::string.
10173 (create_excep_cond_exprs, ~ada_catchpoint)
10174 (should_stop_exception, print_one_exception)
10175 (print_mention_exception, print_recreate_exception): Update.
10176 (ada_get_next_arg): Remove.
10177 (catch_ada_exception_command_split): Use std::string. Change type
10178 of "excep_string", "cond_string".
10179 (catch_ada_exception_command): Update.
10180 (create_ada_exception_catchpoint): Change type of excep_string.
10181 (ada_exception_sal): Remove excep_string parameter.
10182 (~ada_catchpoint): Remove.
10183
790217f6
TT
101842018-05-21 Tom Tromey <tom@tromey.com>
10185
10186 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
10187 cleanup.
10188
6f46ac85
TT
101892018-05-21 Tom Tromey <tom@tromey.com>
10190
10191 * ada-lang.c (ada_exception_message_1, ada_exception_message):
10192 Return unique_xmalloc_ptr.
10193 (print_it_exception): Update.
10194
15b6611c
TT
101952018-05-21 Tom Tromey <tom@tromey.com>
10196
10197 * tracepoint.c (trace_dump_actions): Use std::string.
10198
c0c9f665
TT
101992018-05-21 Tom Tromey <tom@tromey.com>
10200
10201 * symfile.c (reread_symbols): Use std::string for original_name.
10202
22ca247e
TT
102032018-05-21 Tom Tromey <tom@tromey.com>
10204
10205 * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
10206 (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN. Default
10207 constructor.
10208
184cde75
SM
102092018-05-20 Simon Marchi <simon.marchi@polymtl.ca>
10210
10211 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
10212 instance to...
10213 (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
10214 * objfiles.c (get_objfile_bfd_data): Allocate
10215 objfile_per_bfd_storage with obstack_new when allocating on
10216 obstack.
10217
e39db4db
SM
102182018-05-20 Simon Marchi <simon.marchi@ericsson.com>
10219
10220 * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
10221 OBSTACK_ZALLOC.
10222 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
10223 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
10224 * mdebugread.c (mdebug_build_psymtabs): Likewise.
10225 (add_pending): Likewise.
10226 (parse_symbol): Likewise.
10227 (parse_partial_symbols): Likewise.
10228 (psymtab_to_symtab_1): Likewise.
10229 (new_psymtab): Likewise.
10230 (elfmdebug_build_psymtabs): Likewise.
10231 * minsyms.c (terminate_minimal_symbol_table): Likewise.
10232 * objfiles.c (get_objfile_bfd_data): Likewise.
10233 (objfile_register_static_link): Likewise.
10234 * psymtab.c (allocate_psymtab): Likewise.
10235 * stabsread.c (read_member_functions): Likewise.
10236 * xcoffread.c (xcoff_end_psymtab): Likewise.
10237
284a0e3c
SM
102382018-05-20 Simon Marchi <simon.marchi@ericsson.com>
10239
10240 * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
10241 compiler supports std::is_trivially_constructible.
10242 * common/poison.h: Include obstack.h.
10243 (IsMallocable): Define to is_trivially_constructible if the
10244 compiler supports it, define to true_type otherwise.
10245 (xobnew): New.
10246 (XOBNEW): Redefine.
10247 (xobnewvec): New.
10248 (XOBNEWVEC): Redefine.
10249 * gdb_obstack.h (obstack_zalloc): New.
10250 (OBSTACK_ZALLOC): Redefine.
10251 (obstack_calloc): New.
10252 (OBSTACK_CALLOC): Redefine.
10253 (obstack_new): New.
10254 * gdbarch.sh: Include gdb_obstack in gdbarch.h.
10255 (gdbarch_obstack): New declaration in gdbarch.h, definition in
10256 gdbarch.c.
10257 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
10258 obstack_calloc/obstack_zalloc.
10259 (gdbarch_obstack_zalloc): Remove.
10260 * target-descriptions.c (tdesc_data_init): Use obstack_new.
10261
59f66be3
PW
102622018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10263
10264 * stack.c (backtrace_command_1): Remove useless variable int i.
10265
50c65c2d
PW
102662018-05-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10267
10268 * stack.c (print_frame_info): Fix comment.
10269
7ff8cb8c
TT
102702018-05-18 Tom Tromey <tom@tromey.com>
10271
10272 * dwarf2read.c (struct dwz_file): Add constructor, initializers.
10273 <dwz_bfd>: Now a gdb_bfd_ref_ptr.
10274 (~dwarf2_per_objfile): Update
10275 (dwarf2_get_dwz_file): Use new.
10276 * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
10277 unique_ptr.
10278
400174b1
TT
102792018-05-18 Tom Tromey <tom@tromey.com>
10280
10281 * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
10282 unique_ptr.
10283 * dwarf2read.c (struct dwp_file): Add constructor and
10284 initializers.
10285 (open_and_init_dwp_file): Return a unique_ptr.
10286 (dwarf2_per_objfile, create_dwp_hash_table)
10287 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
10288 (lookup_dwo_unit_in_dwp): Update.
10289 (open_and_init_dwp_file, get_dwp_file): Update.
10290
3063847f
TT
102912018-05-18 Tom Tromey <tom@tromey.com>
10292
10293 * dwarf2read.c (dwarf2_per_objfile): Update.
10294 (struct mapped_index): Add initializers.
10295 (dwarf2_read_index): Use new.
10296 (dw2_symtab_iter_init): Update.
10297 * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
10298 unique_ptr.
10299
d3d02dee
SM
103002018-05-18 Simon Marchi <simon.marchi@ericsson.com>
10301
10302 * dwarf2read.c (mapped_index) <total_size>: Remove.
10303
1d143c36
SM
103042018-05-18 Simon Marchi <simon.marchi@ericsson.com>
10305
10306 * unittests/format_pieces-selftests.c (test_format_specifier):
10307 Add ARI comments.
10308
ce1e8424
TT
103092018-05-18 Tom Tromey <tom@tromey.com>
10310
10311 * c-typeprint.c (maybe_print_hole): New function.
10312 (c_print_type_struct_field_offset): Update.
10313 (c_type_print_base_struct_union): Call maybe_print_hole.
10314
ddfe970e
KS
103152018-05-17 Keith Seitz <keiths@redhat.com>
10316
10317 * breakpoint.c (build_bpstat_chain): New function, moved from
10318 bpstat_stop_status.
10319 (bpstat_stop_status): Add optional parameter, `stop_chain'.
10320 If no stop chain is passed, call build_bpstat_chain to build it.
10321 * breakpoint.h (build_bpstat_chain): Declare.
10322 (bpstat_stop_status): Move documentation here from breakpoint.c.
10323 * infrun.c (handle_signal_stop): Before eliding inlined frames,
10324 build the stop chain and pass it to skip_inline_frames.
10325 Pass this stop chain to bpstat_stop_status.
10326 * inline-frame.c: Include breakpoint.h.
10327 (stopped_by_user_bp_inline_frame): New function.
10328 (skip_inline_frames): Add parameter `stop_chain'.
10329 Move documention to inline-frame.h.
10330 If non-NULL, use stopped_by_user_bp_inline_frame to determine
10331 whether the frame should be elided.
10332 * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
10333 Add moved documentation and update for new parameter.
10334
b17992c1
SM
103352018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 PR cli/14975
10338 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10339 unittests/format_pieces-selftests.c.
10340 * common/format.h (format_piece) <operator==>: New.
10341 (format_pieces) <operator[]>: Remove.
10342 * common/format.c (format_pieces::format_pieces): Handle \e.
10343 * unittests/format_pieces-selftests.c: New.
10344
58f0c718
TT
103452018-05-17 Tom Tromey <tom@tromey.com>
10346
10347 PR symtab/23010:
10348 * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
10349 (dw2_instantiate_symtab): Add skip_partial parameter.
10350 (dw2_find_last_source_symtab, dw2_map_expand_apply)
10351 (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
10352 (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
10353 (dw2_expand_symtabs_matching_one)
10354 (dw2_find_pc_sect_compunit_symtab)
10355 (dw2_debug_names_lookup_symbol)
10356 (dw2_debug_names_expand_symtabs_for_function): Update.
10357 (init_cutu_and_read_dies): Add skip_partial parameter.
10358 (process_psymtab_comp_unit, build_type_psymtabs_1)
10359 (process_skeletonless_type_unit, load_partial_comp_unit)
10360 (psymtab_to_symtab_1): Update.
10361 (load_full_comp_unit): Add skip_partial parameter.
10362 (process_imported_unit_die, dwarf2_read_addr_index)
10363 (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
10364 (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
10365 (read_signatured_type): Update.
10366
3e618834
SM
103672018-05-17 Simon Marchi <simon.marchi@ericsson.com>
10368
10369 * value.c (release_value): Remove unused variable.
10370 (record_latest_value): Likewise.
10371 (access_value_history): Likewise.
10372 (preserve_values): Likewise.
10373
fe10fe31
TT
103742018-05-17 Tom Tromey <tom@tromey.com>
10375
10376 * extension.h (struct ext_lang_type_printers) <py_type_printers>:
10377 Initialize.
10378
1d761124
MR
103792018-05-16 Maciej W. Rozycki <macro@mips.com>
10380
10381 PR gdb/22286
10382 * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
10383 Also handle registers whose width is not a multiple of
10384 PTRACE_TYPE_RET.
10385 (linux_nat_trad_target::store_register): Likewise.
10386
06333fea
TT
103872018-05-16 Tom Tromey <tom@tromey.com>
10388
10389 * gdbcore.h (core_bfd): Redefine.
10390 * corelow.c (core_target::close): Update.
10391 (core_target_open): Update.
10392 * progspace.h (struct program_space) <cbfd>: Now a
10393 gdb_bfd_ref_ptr.
10394
921222e2
TT
103952018-05-16 Tom Tromey <tom@tromey.com>
10396
10397 PR cli/19551:
10398 * symfile-add-flags.h (enum symfile_add_flags)
10399 <SYMFILE_NOT_FILENAME>: New constant.
10400 * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME. Get
10401 objfile name from BFD.
10402 (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
10403 * minidebug.c (find_separate_debug_file_in_section): Put
10404 ".gnu_debugdata" into BFD's file name.
10405
3acb7083
SM
104062018-05-16 Simon Marchi <simon.marchi@ericsson.com>
10407
10408 * regcache.c (regcache_read_ftype, regcache_write_ftype):
10409 Remove.
10410
561a72d4
TC
104112018-05-15 Tamar Christina <tamar.christina@arm.com>
10412
10413 PR binutils/21446
10414 * aarch64-tdep.c (aarch64_analyze_prologue,
10415 aarch64_software_single_step, aarch64_displaced_step_copy_insn):
10416 Indicate not interested in errors.
10417
4e6ff0e1
MR
104182018-05-15 Maciej W. Rozycki <macro@mips.com>
10419
10420 * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
10421 Supply the MIPS_ZERO_REGNUM register.
10422
ea33cd92
MR
104232018-05-15 Maciej W. Rozycki <macro@mips.com>
10424
10425 * mips-tdep.c (mask_address_var): Make variable static.
10426
2d79090e
TT
104272018-05-14 Tom Tromey <tom@tromey.com>
10428
10429 * dwarf2read.c (rust_union_quirks): Clear rust_unions.
10430
cf4912ae
AB
104312018-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
10432
10433 * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
10434 FXSAVE_ADDR for the mxcsr register.
10435
67e6f569
MF
104362018-05-11 Max Filippov <jcmvbkbc@gmail.com>
10437
10438 * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
10439
15244507
PA
104402018-05-11 Pedro Alves <palves@redhat.com>
10441
10442 * corelow.c (core_target) <core_target>: No longer inline.
10443 Initialize m_core_gdbarch, m_core_vec and build the section table
10444 here.
10445 <~core_target>: New.
10446 <core_gdbarch, get_core_register_section>: New methods.
10447 <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
10448 factored out from ...
10449 <core_data, core_vec, core_gdbarch>: ... these deleted globals.
10450 (core_ops): Delete.
10451 (sniff_core_bfd): Add gdbarch parameter.
10452 (core_close): Delete, merged into ...
10453 (core_target::close): ... here. Delete self.
10454 (core_close_cleanup): Delete.
10455 (core_target_open): Allocate a core_target on the heap. Use a
10456 unique_ptr instead of a cleanup. Bits moved into the core_target
10457 ctor. Adjust to use core_target methods instead of globals.
10458 (get_core_register_section): Rename to ...
10459 (core_target::get_core_register_section): ... this and adjust.
10460 (struct get_core_registers_cb_data): New.
10461 (get_core_registers_cb): Use it. Use bool.
10462 (core_target::fetch_registers, core_target::files_info)
10463 (core_target::xfer_partial, core_target::read_description)
10464 (core_target::pid_to, core_target::thread_name): Adjust to
10465 reference class fields instead of globals.
10466 * target.h (struct target_ops_deleter, target_ops_up): New.
10467
451953fa
PA
104682018-05-11 Pedro Alves <palves@redhat.com>
10469
10470 * corefile.c (core_file_command): Move to corelow.c.
10471 * corelow.c (the_core_target): Delete.
10472 (core_file_command): Moved from corefile.c. Check exec_bfd
10473 instead of the_core_target. Use target_detach instead of calling
10474 into the_core_target directly.
10475 (maybe_say_no_core_file_now): New.
10476 (core_target::detach): Use it.
10477 (_initialize_corelow): Remove references to the_core_target.
10478 * gdbcore.h (the_core_target): Delete.
10479
e540a5a2 104802018-05-11 Tom Tromey <tromey@redhat.com>
3afc23a6 10481 Pedro Alves <palves@redhat.com>
e540a5a2
TT
10482
10483 * corefile.c (core_bfd): Remove.
10484 * gdbcore.h (core_bfd): Now a macro.
10485 * progspace.h (struct program_space) <cbfd>: New field.
10486
633cf254
TT
104872018-05-11 Tom Tromey <tom@tromey.com>
10488
10489 * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
10490 gdb::def_vector.
10491
1a34f210
TT
104922018-05-10 Tom Tromey <tom@tromey.com>
10493
10494 * configure: Rebuild.
10495 * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
10496
190852c8
JB
104972018-05-10 Joel Brobecker <brobecker@adacore.com>
10498
10499 PR server/23158:
10500 * regformats/regdat.sh: Adjust script, following the addition
10501 of the new expedite_regs parameter to init_target_desc.
10502
8727de56
OJ
105032018-05-10 Omair Javaid <omair.javaid@linaro.org>
10504
10505 PR gdb/23127
10506 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
10507 set_gdbarch_significant_addr_bit.
10508 * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
10509 set_gdbarch_significant_addr_bit.
10510 * utils.c (address_significant): Update to sign extend addr.
10511
37d9e062
MF
105122018-05-09 Max Filippov <jcmvbkbc@gmail.com>
10513
10514 * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
10515 (xtensa_linux_init_abi): Limit tdep->num_regs by
10516 tdep->num_nopriv_regs.
10517 * xtensa-tdep.c (xtensa_derive_tdep): Calculate
10518 tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
10519 not initialized.
10520
7402fbca
SM
105212018-05-08 Simon Marchi <simon.marchi@ericsson.com>
10522
10523 * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
10524
8ee22052
AB
105252018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10526
10527 * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
10528 (I387_MXCSR_INIT_VAL): New constant.
10529 * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
10530 buffer if it was supplied by the inferior.
10531 * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
10532 (i387_xsave_get_clear_bv): New function.
10533 (i387_supply_xsave): Only read x87 control registers from the
10534 xsave buffer if the feature is enabled, and the state will have
10535 been written, otherwise, provide a suitable default.
10536 (i387_collect_xsave): Pre-clear all registers in xsave buffer,
10537 including x87 control registers. Update control registers if they
10538 have changed from the default value, and mark features as enabled
10539 as required.
10540 * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
10541
968ae51b
UW
105422018-05-08 Ulrich Weigand <uweigand@de.ibm.com>
10543
10544 * spu-tdep.c (info_spu_event_command): Fix output formatting.
10545
aff689d3
TT
105462018-05-07 Tom Tromey <tom@tromey.com>
10547
10548 * configure: Rebuild.
10549 * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
10550
ce887586
TT
105512018-05-07 Tom Tromey <tom@tromey.com>
10552
10553 PR tdep/20362:
10554 * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
10555 bit. Use correct value for VDIV.
10556
85e26832
TT
105572018-05-04 Tom Tromey <tom@tromey.com>
10558
10559 * configure: Rebuild.
10560 * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10561
449b1ac7
TT
105622018-05-04 Tom Tromey <tom@tromey.com>
10563
10564 * linux-record.c (record_linux_system_call) <case
10565 RECORD_SYS_RECVFROM>: Add "break".
10566
15c9ffd6
TT
105672018-05-04 Tom Tromey <tom@tromey.com>
10568
10569 * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10570 Add missing "break".
10571 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10572 Add missing "break".
10573
e3829d13
TT
105742018-05-04 Tom Tromey <tom@tromey.com>
10575
10576 * rs6000-tdep.c (ppc_process_record_op4)
10577 (ppc_process_record_op63): Add fall-through comment.
10578
da0e1563
TT
105792018-05-04 Tom Tromey <tom@tromey.com>
10580
10581 * i386-tdep.c (i386_process_record): Add fall-through comment.
10582
0019cd49
TT
105832018-05-04 Tom Tromey <tom@tromey.com>
10584
10585 * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10586 comment.
10587
565e0eda
TT
105882018-05-04 Tom Tromey <tom@tromey.com>
10589
10590 * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10591 * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10592 * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10593 comment.
10594 * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10595 comment.
10596 * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10597 comment.
10598
621846f4
TT
105992018-05-04 Tom Tromey <tom@tromey.com>
10600
10601 * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10602
86a73007
TT
106032018-05-04 Tom Tromey <tom@tromey.com>
10604
10605 * s390-tdep.c (s390_process_record): Fix fall-through comments.
10606 * xcoffread.c (scan_xcoff_symtab): Move comment later.
10607 * symfile.c (section_is_mapped): Fix fall-through comment.
10608 * stabsread.c (define_symbol, read_member_functions): Fix
10609 fall-through comment.
10610 * s390-linux-tdep.c (s390_process_record): Fix fall-through
10611 comment.
10612 * remote.c (remote_wait_as): Fix fall-through comment.
10613 * p-exp.y (yylex): Fix fall-through comment.
10614 * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10615 comment.
10616 * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10617 * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10618 * jv-exp.y (yylex): Fix fall-through comment.
10619 * go-exp.y (lex_one_token): Fix fall-through comment.
10620 * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10621 fall-through comment.
10622 * f-exp.y (yylex): Fix fall-through comment.
10623 * dwarf2read.c (process_die): Fix fall-through comments.
10624 * dbxread.c (process_one_symbol): Fix fall-through comment.
10625 * d-exp.y (lex_one_token): Fix fall-through comment.
10626 * cp-name-parser.y (yylex): Fix fall-through comment.
10627 * coffread.c (coff_symtab_read): Fix fall-through comment.
10628 * c-exp.y (lex_one_token): Fix fall-through comment.
10629 * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10630 comment.
10631 * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10632 comment.
10633
56bcdbea
TT
106342018-05-04 Tom Tromey <tom@tromey.com>
10635
10636 PR python/22730:
10637 * NEWS: Mention gdb.execute change.
10638 * gdbcmd.h (execute_control_command): Don't declare.
10639 * python/python.c (execute_gdb_command): Use read_command_lines_1,
10640 execute_control_commands, execute_control_commands_to_string.
10641 * cli/cli-script.h (execute_control_commands)
10642 (execute_control_commands_to_string): Declare.
10643 (execute_control_command): Add from_tty parameter.
10644 * cli/cli-script.c (execute_control_commands)
10645 (execute_control_commands_to_string): New functions.
10646 (execute_user_command): Use execute_control_commands.
10647 (execute_control_command_1): Add "from_tty" parameter. Update.
10648 (execute_control_command): Likewise.
10649
a913fffb
TT
106502018-05-04 Tom Tromey <tom@tromey.com>
10651
10652 PR python/22731:
10653 * NEWS: Mention that breakpoint commands are writable.
10654 * python/py-breakpoint.c (bppy_set_commands): New function.
10655 (breakpoint_object_getset) <"commands">: Use it.
10656
60b3cef2
TT
106572018-05-04 Tom Tromey <tom@tromey.com>
10658
10659 * tracepoint.c (actions_command): Update.
10660 * mi/mi-cmd-break.c (mi_command_line_array)
10661 (mi_command_line_array_cnt, mi_command_line_array_ptr)
10662 (mi_read_next_line): Remove.
10663 (mi_cmd_break_commands): Update.
10664 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10665 function_view.
10666 * cli/cli-script.c (get_command_line): Update.
10667 (process_next_line): Use function_view. Constify.
10668 (recurse_read_control_structure, read_command_lines)
10669 (read_command_lines_1): Change argument types to function_view.
10670 (do_define_command, document_command): Update.
10671 * breakpoint.h (check_tracepoint_command): Don't declare.
10672 * breakpoint.c (check_tracepoint_command): Remove.
10673 (commands_command_1, create_tracepoint_from_upload): Update.
10674
7a2c85f2
TT
106752018-05-04 Tom Tromey <tom@tromey.com>
10676
10677 PR gdb/11750:
10678 * cli/cli-script.h (enum command_control_type) <define_control>:
10679 New constant.
10680 * cli/cli-script.c (multi_line_command_p): Handle define_control.
10681 (build_command_line, execute_control_command_1)
10682 (process_next_line): Likewise.
10683 (do_define_command): New function, extracted from define_command.
10684 (define_command): Use it.
10685
295dc222
TT
106862018-05-04 Tom Tromey <tom@tromey.com>
10687
10688 * tracepoint.c (actions_command): Update.
10689 * cli/cli-script.h (read_command_lines): Update.
10690 * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10691 (MAX_TMPBUF): Remove define.
10692 (define_command): Use string_printf.
10693 (document_command): Likewise.
10694 * breakpoint.c (commands_command_1): Update.
10695
1263a9d5
TT
106962018-05-04 Tom Tromey <tom@tromey.com>
10697
10698 * top.c (execute_command): Update.
10699 * cli/cli-script.h (print_command_lines): Now varargs.
10700 * cli/cli-script.c (print_command_lines): Now varargs.
10701 (execute_control_command_1) <case while_control, case if_control>:
10702 Update.
10703
12973681
TT
107042018-05-04 Tom Tromey <tom@tromey.com>
10705
10706 * tracepoint.c (all_tracepoint_actions): Rename from
10707 all_tracepoint_actions_and_cleanup. Change return type.
10708 (actions_command, encode_actions_1, encode_actions)
10709 (trace_dump_actions, tdump_command): Update.
10710 * remote.c (remote_download_command_source): Update.
10711 * python/python.c (gdbpy_eval_from_control_command)
10712 (python_command, python_interactive_command): Update.
10713 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10714 * guile/guile.c (guile_command)
10715 (gdbscm_eval_from_control_command, guile_command): Update.
10716 * compile/compile.c (compile_code_command)
10717 (compile_print_command, compile_to_object): Update.
10718 * cli/cli-script.h (struct command_lines_deleter): New.
10719 (counted_command_line): New typedef.
10720 (struct command_line): Add constructor, destructor.
10721 <body_list>: Remove.
10722 <body_list_0, body_list_1>: New members.
10723 (command_line_up): Remove typedef.
10724 (read_command_lines, read_command_lines_1, get_command_line):
10725 Update.
10726 (copy_command_lines): Don't declare.
10727 * cli/cli-script.c (build_command_line): Use "new".
10728 (get_command_line): Return counted_command_line.
10729 (print_command_lines, execute_user_command)
10730 (execute_control_command_1, while_command, if_command): Update.
10731 (realloc_body_list): Remove.
10732 (process_next_line, recurse_read_control_structure): Update.
10733 (read_command_lines, read_command_lines_1): Return counted_command_line.
10734 (free_command_lines): Use "delete".
10735 (copy_command_lines): Remove.
10736 (define_command, document_command, show_user_1): Update.
10737 * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10738 a counted_command_line.
10739 * breakpoint.h (counted_command_line): Remove typedef.
10740 (breakpoint_set_commands): Update.
10741 * breakpoint.c (check_no_tracepoint_commands)
10742 (validate_commands_for_breakpoint): Update.
10743 (breakpoint_set_commands): Change commands to be a
10744 counted_command_line.
10745 (commands_command_1, update_dprintf_command_list)
10746 (create_tracepoint_from_upload): Update.
10747
e2fc72e2
TT
107482018-05-04 Tom Tromey <tom@tromey.com>
10749
10750 * cli/cli-decode.h (cmd_list_element): New constructor.
10751 (~cmd_list_element): New destructor.
10752 (struct cmd_list_element): Add initializers.
10753 * cli/cli-decode.c (do_add_cmd): Use "new".
10754 (delete_cmd): Use "delete".
10755
a3b60e45
JK
107562018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10757 Pedro Alves <palves@redhat.com>
10758
10759 PR breakpoints/19806 and support for PR external/20207.
10760 * NEWS: Mention Aarch64 watchpoint improvements.
10761 * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10762 watchpoints and PR external/20207 watchpoints.
10763 * nat/aarch64-linux-hw-point.c
10764 (kernel_supports_any_contiguous_range): New.
10765 (aarch64_watchpoint_offset): New.
10766 (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10767 (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10768 (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10769 (aarch64_align_watchpoint): New parameters aligned_offset_p and
10770 next_addr_orig_p. Support PR external/20207 watchpoints.
10771 (aarch64_downgrade_regs): New.
10772 (aarch64_dr_state_insert_one_point): New parameters offset and
10773 addr_orig.
10774 (aarch64_dr_state_remove_one_point): Likewise.
10775 (aarch64_handle_breakpoint): Update caller.
10776 (aarch64_handle_aligned_watchpoint): Likewise.
10777 (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10778 aligned_offset.
10779 (aarch64_linux_set_debug_regs): Remove const from state. Call
10780 aarch64_downgrade_regs.
10781 (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10782 * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10783 (DR_CONTROL_MASK): ... this.
10784 (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10785 (unsigned int aarch64_watchpoint_offset): New prototype.
10786 (aarch64_linux_set_debug_regs): Remove const from state.
10787 * utils.c (align_up, align_down): Move to ...
10788 * common/common-utils.c (align_up, align_down): ... here.
10789 * utils.h (align_up, align_down): Move to ...
10790 * common/common-utils.h (align_up, align_down): ... here.
10791
05bc7456
JB
107922018-05-04 Joel Brobecker <brobecker@adacore.com>
10793
10794 * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10795 match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10796 (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10797 Re-implement to match the ABI as summarized in GCC's
10798 gcc/config/sparc/sparc.c. All callers updated.
10799 (sparc32_store_arguments): Remove assertion.
10800
2f433492
TT
108012018-05-04 Tom Tromey <tom@tromey.com>
10802
10803 * printcmd.c: Don't include tui.h.
10804 (decode_format): Use skip_spaces.
10805
9be2ae8f
TT
108062018-05-04 Tom Tromey <tom@tromey.com>
10807
10808 PR gdb/22619:
10809 * printcmd.c (last_count): New global.
10810 (x_command): Use saved count when repeating.
10811
f0b3976b
TT
108122018-05-04 Tom Tromey <tom@tromey.com>
10813
10814 * nto-procfs.c (do_closedir_cleanup): Remove.
10815 (procfs_pidlist): Use gdb_dir_up.
10816 * procfs.c (do_closedir_cleanup): Remove.
10817 (proc_update_threads): Use gdb_dir_up.
10818 * common/filestuff.h (struct gdb_dir_deleter): New.
10819 (gdb_dir_up): New typedef.
10820
862d101a
TT
108212018-05-04 Tom Tromey <tom@tromey.com>
10822
10823 * ada-lang.c (print_mention_exception): Use std::string.
10824
cb7de75e
TT
108252018-05-04 Tom Tromey <tom@tromey.com>
10826
10827 * ada-lang.c (create_excep_cond_exprs): Update.
10828 (ada_exception_catchpoint_cond_string): Use std::string.
10829
49d83361
TT
108302018-05-04 Tom Tromey <tom@tromey.com>
10831
10832 * ada-lang.c (xget_renaming_scope): Return std::string.
10833 (old_renaming_is_invisible): Update.
10834
ade72a34
TT
108352018-05-04 Tom Tromey <tom@tromey.com>
10836
10837 * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10838 (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10839
2be4d7f0
UW
108402018-05-04 Ulrich Weigand <uweigand@de.ibm.com>
10841
10842 * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10843
69b6ecb0
TT
108442018-05-04 Tom Tromey <tom@tromey.com>
10845
10846 * remote.c (remote_query_supported_append): Change type.
10847 (remote_check_symbols): Update.
10848
bf27f0e2
PP
108492018-05-04 Paul Pluzhnikov <ppluzhnikov@google.com>
10850
10851 PR gdb/11420
10852 * configure.ac: Prepend libpython.
10853 * python/python-config.py: Likewise.
10854 * configure: Regenerate.
10855
4ea17de8
SM
108562018-05-03 Simon Marchi <simon.marchi@ericsson.com>
10857
10858 * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10859
bd732259
PA
108602018-05-03 Pedro Alves <palves@redhat.com>
10861
10862 * s390-linux-nat.c
10863 (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10864 override. Write 'true' instead of '1'.
10865 (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10866 declaration.
10867
d9f719f1
PA
108682018-05-02 Pedro Alves <palves@redhat.com>
10869
10870 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10871 add_inf_child_target.
10872 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10873 add_inf_child_target.
10874 * aix-thread.c (aix_thread_target_info): New.
10875 (aix_thread_target) <shortname, longname, doc>: Delete.
10876 <info>: New.
10877 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10878 add_inf_child_target.
10879 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10880 add_inf_child_target.
10881 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10882 add_inf_child_target.
10883 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10884 add_inf_child_target.
10885 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10886 add_inf_child_target.
10887 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10888 add_inf_child_target.
10889 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10890 add_inf_child_target.
10891 * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10892 add_inf_child_target.
10893 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10894 add_inf_child_target.
10895 * bfd-target.c (target_bfd_target_info): New.
10896 (target_bfd) <shortname, longname, doc>: Delete.
10897 <info>: New.
10898 * bsd-kvm.c (bsd_kvm_target_info): New.
10899 (bsd_kvm_target) <shortname, longname, doc>: Delete.
10900 <info>: New.
10901 (bsd_kvm_target::open): Rename to ...
10902 (bsd_kvm_target_open): ... this. Adjust.
10903 * bsd-uthread.c (bsd_uthread_target_info): New.
10904 (bsd_uthread_target) <shortname, longname, doc>: Delete.
10905 <info>: New.
10906 * corefile.c (core_file_command): Adjust.
10907 * corelow.c (core_target_info): New.
10908 (core_target) <shortname, longname, doc>: Delete.
10909 <info>: New.
10910 (core_target::open): Rename to ...
10911 (core_target_open): ... this. Adjust.
10912 * ctf.c (ctf_target_info): New.
10913 (ctf_target) <shortname, longname, doc>: Delete.
10914 <info>: New.
10915 (ctf_target::open): Rename to ...
10916 (ctf_target_open): ... this.
10917 (_initialize_ctf): Adjust.
10918 * exec.c (exec_target_info): New.
10919 (exec_target) <shortname, longname, doc>: Delete.
10920 <info>: New.
10921 (exec_target::open): Rename to ...
10922 (exec_target_open): ... this.
10923 * gdbcore.h (core_target_open): Declare.
10924 * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10925 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10926 add_inf_child_target.
10927 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10928 add_inf_child_target.
10929 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10930 add_inf_child_target.
10931 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10932 add_inf_child_target.
10933 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10934 add_inf_child_target.
10935 * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10936 add_inf_child_target.
10937 * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10938 add_inf_child_target.
10939 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10940 add_inf_child_target.
10941 * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10942 add_inf_child_target.
10943 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10944 add_inf_child_target.
10945 * inf-child.c (inf_child_target_info): New.
10946 (inf_child_target::info): New.
10947 (inf_child_open_target): Remove 'target' parameter. Use
10948 get_native_target instead.
10949 (inf_child_target::open): Delete.
10950 (add_inf_child_target): New.
10951 * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10952 Delete.
10953 <info>: New.
10954 (add_inf_child_target): Declare.
10955 (inf_child_open_target): Declare.
10956 * linux-thread-db.c (thread_db_target_info): New.
10957 (thread_db_target) <shortname, longname, doc>: Delete.
10958 <info>: New.
10959 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10960 add_inf_child_target.
10961 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10962 add_inf_child_target.
10963 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10964 add_inf_child_target.
10965 * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10966 add_inf_child_target.
10967 * make-target-delegates (print_class): Adjust.
10968 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10969 add_inf_child_target.
10970 * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10971 add_inf_child_target.
10972 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10973 add_inf_child_target.
10974 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10975 add_inf_child_target.
10976 * nto-procfs.c (nto_native_target_info): New.
10977 (nto_procfs_target_native) <shortname, longname, doc>:
10978 Delete.
10979 <info>: New.
10980 (nto_procfs_target_info): New.
10981 (nto_procfs_target_procfs) <shortname, longname, doc>:
10982 Delete.
10983 <info>: New.
10984 (init_procfs_targets): Adjust.
10985 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10986 add_inf_child_target.
10987 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10988 add_inf_child_target.
10989 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10990 add_inf_child_target.
10991 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10992 add_inf_child_target.
10993 * ravenscar-thread.c (ravenscar_target_info): New.
10994 (ravenscar_thread_target) <shortname, longname, doc>:
10995 Delete.
10996 <info>: New.
10997 * record-btrace.c (record_btrace_target_info):
10998 (record_btrace_target) <shortname, longname, doc>: Delete.
10999 <info>: New.
11000 (record_btrace_target::open): Rename to ...
11001 (record_btrace_target_open): ... this. Adjust.
11002 * record-full.c (record_longname, record_doc): New.
11003 (record_full_base_target) <shortname, longname, doc>: Delete.
11004 <info>: New.
11005 (record_full_target_info): New.
11006 (record_full_target): <shortname>: Delete.
11007 <info>: New.
11008 (record_full_core_open_1, record_full_open_1): Update comments.
11009 (record_full_base_target::open): Rename to ...
11010 (record_full_open): ... this.
11011 (cmd_record_full_restore): Update.
11012 (_initialize_record_full): Update.
11013 * remote-sim.c (remote_sim_target_info): New.
11014 (gdbsim_target) <shortname, longname, doc>: Delete.
11015 <info>: New.
11016 (gdbsim_target::open): Rename to ...
11017 (gdbsim_target_open): ... this.
11018 (_initialize_remote_sim): Adjust.
11019 * remote.c (remote_doc): New.
11020 (remote_target_info): New.
11021 (remote_target) <shortname, longname, doc>: Delete.
11022 <info>: New.
11023 (extended_remote_target_info): New.
11024 (extended_remote_target) <shortname, longname, doc>: Delete.
11025 <info>: New.
11026 (remote_target::open_1): Make static. Adjust.
11027 * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
11028 * s390-linux-nat.c (_initialize_s390_nat): Use
11029 add_inf_child_target.
11030 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
11031 add_inf_child_target.
11032 * sol-thread.c (thread_db_target_info): New.
11033 (sol_thread_target) <shortname, longname, doc>: Delete.
11034 <info>: New.
11035 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
11036 add_inf_child_target.
11037 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
11038 add_inf_child_target.
11039 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
11040 add_inf_child_target.
11041 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
11042 add_inf_child_target.
11043 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
11044 add_inf_child_target.
11045 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
11046 add_inf_child_target.
11047 * spu-linux-nat.c (_initialize_spu_nat): Use
11048 add_inf_child_target.
11049 * spu-multiarch.c (spu_multiarch_target_info): New.
11050 (spu_multiarch_target) <shortname, longname, doc>: Delete.
11051 <info>: New.
11052 * target-delegates.c: Regenerate.
11053 * target.c: Include <unordered_map>.
11054 (target_ops_p): Delete.
11055 (DEF_VEC_P(target_ops_p)): Delete.
11056 (target_factories): New.
11057 (test_target_info): New.
11058 (test_target_ops::info): New.
11059 (open_target): Adjust to use target_factories.
11060 (add_target_with_completer): Rename to ...
11061 (add_target): ... this. Change prototype. Register target_info
11062 and open callback in target_factories. Register target_info in
11063 command context instead of target_ops.
11064 (add_target): Delete old implementation.
11065 (add_deprecated_target_alias): Change prototype. Adjust.
11066 (the_native_target): New.
11067 (set_native_target, get_native_target): New.
11068 (find_default_run_target): Use the_native_target.
11069 (find_attach_target, find_run_target): Simplify.
11070 (target_ops::open): Delete.
11071 (dummy_target_info): New.
11072 (dummy_target::shortname, dummy_target::longname)
11073 (dummy_target::doc): Delete.
11074 (dummy_target::info): New.
11075 (debug_target::shortname, debug_target::longname)
11076 (debug_target::doc): Delete.
11077 (debug_target::info): New.
11078 * target.h (struct target_info): New.
11079 (target_ops::~target_ops): Add comment.
11080 (target_ops::info): New.
11081 (target_ops::shortname, target_ops::longname, target_ops::doc): No
11082 longer virtual. Implement in terms of target_info.
11083 (set_native_target, get_native_target): Declare.
11084 (target_open_ftype): New.
11085 (add_target, add_target_with_completer)
11086 (add_deprecated_target_alias): Change prototype.
11087 (test_target) <shortname, longname, doc>: Delete.
11088 <info>: New.
11089 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
11090 add_inf_child_target.
11091 * tracefile-tfile.c (tfile_target_info): New.
11092 (tfile_target) <shortname, longname, doc>: Delete.
11093 <info>: New.
11094 (tfile_target::open): Rename to ...
11095 (tfile_target_open): ... this.
11096 (_initialize_tracefile_tfile): Adjust.
11097 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
11098 add_inf_child_target.
11099 * windows-nat.c (_initialize_windows_nat): Use
11100 add_inf_child_target.
11101 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
11102 add_inf_child_target.
11103
135340af
PA
111042018-05-02 Pedro Alves <palves@redhat.com>
11105
11106 * linux-nat.h (linux_nat_target) <low_new_thread,
11107 low_delete_thread, low_new_fork, low_forget_process,
11108 low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
11109 New virtual methods.
11110 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
11111 (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
11112 (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
11113 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
11114 (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
11115 Delete.
11116 * linux-fork.c (delete_fork): Adjust to call low method.
11117 * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
11118 (linux_nat_new_fork, linux_nat_forget_process_hook)
11119 (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
11120 (linux_nat_status_is_event):
11121 (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
11122 (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
11123 to call low method.
11124 (sigtrap_is_event): Rename to ...
11125 (linux_nat_target::low_status_is_event): ... this.
11126 (linux_nat_set_status_is_event): Delete.
11127 (save_stop_reason, linux_nat_wait_1)
11128 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
11129 low methods.
11130 (linux_nat_set_new_thread, linux_nat_set_delete_thread)
11131 (linux_nat_set_new_fork, linux_nat_set_forget_process)
11132 (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
11133 (linux_nat_set_prepare_to_resume): Delete.
11134 * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
11135 low virtual methods.
11136 * amd64-linux-nat.c: Likewise.
11137 * arm-linux-nat.c: Likewise.
11138 * i386-linux-nat.c: Likewise.
11139 * ia64-linux-nat.c: Likewise.
11140 * mips-linux-nat.c: Likewise.
11141 * ppc-linux-nat.c: Likewise.
11142 * s390-linux-nat.c: Likewise.
11143 * sparc64-linux-nat.c: Likewise.
11144 * x86-linux-nat.c: Likewise.
11145 * x86-linux-nat.h: Include "nat/x86-linux.h".
11146 (x86_linux_nat_target) <low_new_fork, low_forget_process,
11147 low_prepare_to_resume, low_new_thread, low_delete_thread>:
11148 Override methods.
11149
57810aa7
PA
111502018-05-02 Pedro Alves <palves@redhat.com>
11151
11152 * target.h (target_ops)
11153 <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
11154 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
11155 stopped_by_watchpoint, have_continuable_watchpoint,
11156 stopped_data_address, watchpoint_addr_within_range,
11157 can_accel_watchpoint_condition, can_run, thread_alive,
11158 has_all_memory, has_memory, has_stack, has_registers,
11159 has_execution, can_async_p, is_async_p, supports_non_stop,
11160 always_non_stop_p, can_execute_reverse, supports_multi_process,
11161 supports_enable_disable_tracepoint,
11162 supports_disable_randomization, supports_string_tracing,
11163 supports_evaluation_of_breakpoint_conditions,
11164 can_run_breakpoint_commands, filesystem_is_local,
11165 can_download_tracepoint, get_trace_state_variable_value,
11166 set_trace_notes, get_tib_address, use_agent, can_use_agent,
11167 record_is_replaying, record_will_replay,
11168 augmented_libraries_svr4_read>: Adjust to return bool.
11169 * aarch64-linux-nat.c: All implementations adjusted.
11170 * aix-thread.c: All implementations adjusted.
11171 * arm-linux-nat.c: All implementations adjusted.
11172 * breakpoint.c: All implementations adjusted.
11173 * bsd-kvm.c: All implementations adjusted.
11174 * bsd-uthread.c: All implementations adjusted.
11175 * corelow.c: All implementations adjusted.
11176 * ctf.c: All implementations adjusted.
11177 * darwin-nat.c: All implementations adjusted.
11178 * darwin-nat.h: All implementations adjusted.
11179 * exec.c: All implementations adjusted.
11180 * fbsd-nat.c: All implementations adjusted.
11181 * fbsd-nat.h: All implementations adjusted.
11182 * gnu-nat.c: All implementations adjusted.
11183 * gnu-nat.h: All implementations adjusted.
11184 * go32-nat.c: All implementations adjusted.
11185 * ia64-linux-nat.c: All implementations adjusted.
11186 * inf-child.c: All implementations adjusted.
11187 * inf-child.h: All implementations adjusted.
11188 * inf-ptrace.c: All implementations adjusted.
11189 * inf-ptrace.h: All implementations adjusted.
11190 * linux-nat.c: All implementations adjusted.
11191 * linux-nat.h: All implementations adjusted.
11192 * mips-linux-nat.c: All implementations adjusted.
11193 * nto-procfs.c: All implementations adjusted.
11194 * ppc-linux-nat.c: All implementations adjusted.
11195 * procfs.c: All implementations adjusted.
11196 * ravenscar-thread.c: All implementations adjusted.
11197 * record-btrace.c: All implementations adjusted.
11198 * record-full.c: All implementations adjusted.
11199 * remote-sim.c: All implementations adjusted.
11200 * remote.c: All implementations adjusted.
11201 * s390-linux-nat.c: All implementations adjusted.
11202 * sol-thread.c: All implementations adjusted.
11203 * spu-multiarch.c: All implementations adjusted.
11204 * target-delegates.c: All implementations adjusted.
11205 * target.c: All implementations adjusted.
11206 * target.h: All implementations adjusted.
11207 * tracefile-tfile.c: All implementations adjusted.
11208 * tracefile.c: All implementations adjusted.
11209 * tracefile.h: All implementations adjusted.
11210 * windows-nat.c: All implementations adjusted.
11211 * x86-linux-nat.h: All implementations adjusted.
11212 * x86-nat.h: All implementations adjusted.
11213
ad6a4e2d
PA
112142018-05-02 Pedro Alves <palves@redhat.com>
11215
11216 * make-target-delegates (scan_target_h): Don't trim lines here.
11217 Replace sequences of tabs and/or whitespace with a single
11218 whitespace.
11219 (top level, parsing methods): Trim each line before processing it
11220 here.
11221
f6ac5f3d
PA
112222018-05-02 Pedro Alves <palves@redhat.com>
11223 John Baldwin <jhb@freebsd.org>
11224
11225 * target.h (enum strata) <debug_stratum>: New.
11226 (struct target_ops) <all delegation methods>: Replace by C++
11227 virtual methods, and drop "to_" prefix. All references updated
11228 throughout.
11229 <to_shortname, to_longname, to_doc, to_data,
11230 to_have_steppable_watchpoint, to_have_continuable_watchpoint,
11231 to_has_thread_control, to_attach_no_wait>: Delete, replaced by
11232 virtual methods. All references updated throughout.
11233 <can_attach, supports_terminal_ours, can_create_inferior,
11234 get_thread_control_capabilities, attach_no_wait>: New
11235 virtual methods.
11236 <insert_breakpoint, remove_breakpoint>: Now
11237 TARGET_DEFAULT_NORETURN methods.
11238 <info_proc>: Now returns bool.
11239 <to_magic>: Delete.
11240 (OPS_MAGIC): Delete.
11241 (current_target): Delete. All references replaced by references
11242 to ...
11243 (target_stack): ... this. New.
11244 (target_shortname, target_longname): Adjust.
11245 (target_can_run): Now a function declaration.
11246 (default_child_has_all_memory, default_child_has_memory)
11247 (default_child_has_stack, default_child_has_registers)
11248 (default_child_has_execution): Remove target_ops parameter.
11249 (complete_target_initialization): Delete.
11250 (memory_breakpoint_target): New template class.
11251 (test_target_ops): Refactor as a C++ class with virtual methods.
11252 * make-target-delegates (NAME_PART): Tighten.
11253 (POINTER_PART, CP_SYMBOL): New.
11254 (SIMPLE_RETURN_PART): Reimplement.
11255 (VEC_RETURN_PART): Expect less.
11256 (RETURN_PART, VIRTUAL_PART): New.
11257 (METHOD): Adjust to C++ virtual methods.
11258 (scan_target_h): Remove reference to C99.
11259 (dname): Output "target_ops::" prefix.
11260 (write_function_header): Adjust to output a C++ class method.
11261 (write_declaration): New.
11262 (write_delegator): Adjust to output a C++ class method.
11263 (tdname): Output "dummy_target::" prefix.
11264 (write_tdefault, write_debugmethod): Adjust to output a C++ class
11265 method.
11266 (tdefault_names, debug_names): Delete.
11267 (return_types, tdefaults, styles, argtypes_array): New.
11268 (top level): All methods are delegators.
11269 (print_class): New.
11270 (top level): Print dummy_target and debug_target classes.
11271 * target-delegates.c: Regenerate.
11272 * target-debug.h (target_debug_print_enum_info_proc_what)
11273 (target_debug_print_thread_control_capabilities)
11274 (target_debug_print_thread_info_p): New.
11275 * target.c (dummy_target): Delete.
11276 (the_dummy_target, the_debug_target): New.
11277 (target_stack): Now extern.
11278 (set_targetdebug): Push/unpush debug target.
11279 (default_child_has_all_memory, default_child_has_memory)
11280 (default_child_has_stack, default_child_has_registers)
11281 (default_child_has_execution): Remove target_ops parameter.
11282 (complete_target_initialization): Delete.
11283 (add_target_with_completer): No longer call
11284 complete_target_initialization.
11285 (target_supports_terminal_ours): Use regular delegation.
11286 (update_current_target): Delete.
11287 (push_target): No longer check magic number. Don't call
11288 update_current_target.
11289 (unpush_target): Don't call update_current_target.
11290 (target_is_pushed): No longer check magic number.
11291 (target_require_runnable): Skip for all stratums over
11292 process_stratum.
11293 (target_ops::info_proc): New.
11294 (target_info_proc): Use find_target_at and
11295 find_default_run_target.
11296 (target_supports_disable_randomization): Use regular delegation.
11297 (target_get_osdata): Use find_target_at.
11298 (target_ops::open, target_ops::close, target_ops::can_attach)
11299 (target_ops::attach, target_ops::can_create_inferior)
11300 (target_ops::create_inferior, target_ops::can_run)
11301 (target_can_run): New.
11302 (default_fileio_target): Use regular delegation.
11303 (target_ops::fileio_open, target_ops::fileio_pwrite)
11304 (target_ops::fileio_pread, target_ops::fileio_fstat)
11305 (target_ops::fileio_close, target_ops::fileio_unlink)
11306 (target_ops::fileio_readlink): New.
11307 (target_fileio_open_1, target_fileio_unlink)
11308 (target_fileio_readlink): Always call the target method. Handle
11309 FILEIO_ENOSYS.
11310 (return_zero, return_zero_has_execution): Delete.
11311 (init_dummy_target): Delete.
11312 (dummy_target::dummy_target, dummy_target::shortname)
11313 (dummy_target::longname, dummy_target::doc)
11314 (debug_target::debug_target, debug_target::shortname)
11315 (debug_target::longname, debug_target::doc): New.
11316 (target_supports_delete_record): Use regular delegation.
11317 (setup_target_debug): Delete.
11318 (maintenance_print_target_stack): Skip debug_stratum.
11319 (initialize_targets): Instantiate the_dummy_target and
11320 the_debug_target.
11321 * auxv.c (target_auxv_parse): Remove 'ops' parameter. Adjust to
11322 use target_stack.
11323 (target_auxv_search, fprint_target_auxv): Adjust.
11324 (info_auxv_command): Adjust to use target_stack.
11325 * auxv.h (target_auxv_parse): Remove 'ops' parameter.
11326 * exceptions.c (print_flush): Handle a NULL target_stack.
11327 * regcache.c (target_ops_no_register): Refactor as class with
11328 virtual methods.
11329
11330 * exec.c (exec_target): New class.
11331 (exec_ops): Now an exec_target.
11332 (exec_open, exec_close_1, exec_get_section_table)
11333 (exec_xfer_partial, exec_files_info, exec_has_memory)
11334 (exec_make_note_section): Refactor as exec_target methods.
11335 (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
11336 Delete.
11337 (exec_target::find_memory_regions): New.
11338 (_initialize_exec): Don't call init_exec_ops.
11339 * gdbcore.h (exec_file_clear): Delete.
11340
11341 * corefile.c (core_target): Delete.
11342 (core_file_command): Adjust.
11343 * corelow.c (core_target): New class.
11344 (the_core_target): New.
11345 (core_close): Remove target_ops parameter.
11346 (core_close_cleanup): Adjust.
11347 (core_target::close): New.
11348 (core_open, core_detach, get_core_registers, core_files_info)
11349 (core_xfer_partial, core_thread_alive, core_read_description)
11350 (core_pid_to_str, core_thread_name, core_has_memory)
11351 (core_has_stack, core_has_registers, core_info_proc): Rework as
11352 core_target methods.
11353 (ignore, core_remove_breakpoint, init_core_ops): Delete.
11354 (_initialize_corelow): Initialize the_core_target.
11355 * gdbcore.h (core_target): Delete.
11356 (the_core_target): New.
11357
11358 * ctf.c: (ctf_target): New class.
11359 (ctf_ops): Now a ctf_target.
11360 (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
11361 (ctf_xfer_partial, ctf_get_trace_state_variable_value)
11362 (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
11363 methods.
11364 (init_ctf_ops): Delete.
11365 (_initialize_ctf): Don't call it.
11366 * tracefile-tfile.c (tfile_target): New class.
11367 (tfile_ops): Now a tfile_target.
11368 (tfile_open, tfile_close, tfile_files_info)
11369 (tfile_get_tracepoint_status, tfile_trace_find)
11370 (tfile_fetch_registers, tfile_xfer_partial)
11371 (tfile_get_trace_state_variable_value, tfile_traceframe_info):
11372 Refactor as tfile_target methods.
11373 (tfile_xfer_partial_features): Remove target_ops parameter.
11374 (init_tfile_ops): Delete.
11375 (_initialize_tracefile_tfile): Don't call it.
11376 * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
11377 (tracefile_has_stack, tracefile_has_registers)
11378 (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
11379 tracefile_target methods.
11380 (init_tracefile_ops): Delete.
11381 (tracefile_target::tracefile_target): New.
11382 * tracefile.h: Include "target.h".
11383 (tracefile_target): New class.
11384 (init_tracefile_ops): Delete.
11385
11386 * spu-multiarch.c (spu_multiarch_target): New class.
11387 (spu_ops): Now a spu_multiarch_target.
11388 (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
11389 (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
11390 (spu_search_memory, spu_mourn_inferior): Refactor as
11391 spu_multiarch_target methods.
11392 (init_spu_ops): Delete.
11393 (_initialize_spu_multiarch): Remove references to init_spu_ops,
11394 complete_target_initialization.
11395
11396 * ravenscar-thread.c (ravenscar_thread_target): New class.
11397 (ravenscar_ops): Now a ravenscar_thread_target.
11398 (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
11399 (ravenscar_thread_alive, ravenscar_pid_to_str)
11400 (ravenscar_fetch_registers, ravenscar_store_registers)
11401 (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
11402 (ravenscar_stopped_by_hw_breakpoint)
11403 (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
11404 (ravenscar_mourn_inferior, ravenscar_core_of_thread)
11405 (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
11406 methods.
11407 (init_ravenscar_thread_ops): Delete.
11408 (_initialize_ravenscar): Remove references to
11409 init_ravenscar_thread_ops and complete_target_initialization.
11410
11411 * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
11412 (bsd_uthread_target): New class.
11413 (bsd_uthread_ops): Now a bsd_uthread_target.
11414 (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
11415 (bsd_uthread_close, bsd_uthread_mourn_inferior)
11416 (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
11417 (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
11418 (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
11419 (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
11420 (bsd_uthread_target): Delete function.
11421 (_initialize_bsd_uthread): Remove reference to
11422 complete_target_initialization.
11423
11424 * bfd-target.c (target_bfd_data): Delete. Fields folded into ...
11425 (target_bfd): ... this new class.
11426 (target_bfd_xfer_partial, target_bfd_get_section_table)
11427 (target_bfd_close): Refactor as target_bfd methods.
11428 (target_bfd::~target_bfd): New.
11429 (target_bfd_reopen): Adjust.
11430 (target_bfd::close): New.
11431
11432 * record-btrace.c (record_btrace_target): New class.
11433 (record_btrace_ops): Now a record_btrace_target.
11434 (record_btrace_open, record_btrace_stop_recording)
11435 (record_btrace_disconnect, record_btrace_close)
11436 (record_btrace_async, record_btrace_info)
11437 (record_btrace_insn_history, record_btrace_insn_history_range)
11438 (record_btrace_insn_history_from, record_btrace_call_history)
11439 (record_btrace_call_history_range)
11440 (record_btrace_call_history_from, record_btrace_record_method)
11441 (record_btrace_is_replaying, record_btrace_will_replay)
11442 (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
11443 (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
11444 (record_btrace_store_registers, record_btrace_prepare_to_store)
11445 (record_btrace_to_get_unwinder)
11446 (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
11447 (record_btrace_commit_resume, record_btrace_wait)
11448 (record_btrace_stop, record_btrace_can_execute_reverse)
11449 (record_btrace_stopped_by_sw_breakpoint)
11450 (record_btrace_supports_stopped_by_sw_breakpoint)
11451 (record_btrace_stopped_by_hw_breakpoint)
11452 (record_btrace_supports_stopped_by_hw_breakpoint)
11453 (record_btrace_update_thread_list, record_btrace_thread_alive)
11454 (record_btrace_goto_begin, record_btrace_goto_end)
11455 (record_btrace_goto, record_btrace_stop_replaying_all)
11456 (record_btrace_execution_direction)
11457 (record_btrace_prepare_to_generate_core)
11458 (record_btrace_done_generating_core): Refactor as
11459 record_btrace_target methods.
11460 (init_record_btrace_ops): Delete.
11461 (_initialize_record_btrace): Remove reference to
11462 init_record_btrace_ops.
11463 * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
11464 the execution_direction global.
11465 (record_full_base_target, record_full_target)
11466 (record_full_core_target): New classes.
11467 (record_full_ops): Now a record_full_target.
11468 (record_full_core_ops): Now a record_full_core_target.
11469 (record_full_target::detach, record_full_target::disconnect)
11470 (record_full_core_target::disconnect)
11471 (record_full_target::mourn_inferior, record_full_target::kill):
11472 New.
11473 (record_full_open, record_full_close, record_full_async): Refactor
11474 as methods of the record_full_base_target class.
11475 (record_full_resume, record_full_commit_resume): Refactor
11476 as methods of the record_full_target class.
11477 (record_full_wait, record_full_stopped_by_watchpoint)
11478 (record_full_stopped_data_address)
11479 (record_full_stopped_by_sw_breakpoint)
11480 (record_full_supports_stopped_by_sw_breakpoint)
11481 (record_full_stopped_by_hw_breakpoint)
11482 (record_full_supports_stopped_by_hw_breakpoint): Refactor as
11483 methods of the record_full_base_target class.
11484 (record_full_store_registers, record_full_xfer_partial)
11485 (record_full_insert_breakpoint, record_full_remove_breakpoint):
11486 Refactor as methods of the record_full_target class.
11487 (record_full_can_execute_reverse, record_full_get_bookmark)
11488 (record_full_goto_bookmark, record_full_execution_direction)
11489 (record_full_record_method, record_full_info, record_full_delete)
11490 (record_full_is_replaying, record_full_will_replay)
11491 (record_full_goto_begin, record_full_goto_end, record_full_goto)
11492 (record_full_stop_replaying): Refactor as methods of the
11493 record_full_base_target class.
11494 (record_full_core_resume, record_full_core_kill)
11495 (record_full_core_fetch_registers)
11496 (record_full_core_prepare_to_store)
11497 (record_full_core_store_registers, record_full_core_xfer_partial)
11498 (record_full_core_insert_breakpoint)
11499 (record_full_core_remove_breakpoint)
11500 (record_full_core_has_execution): Refactor
11501 as methods of the record_full_core_target class.
11502 (record_full_base_target::supports_delete_record): New.
11503 (init_record_full_ops): Delete.
11504 (init_record_full_core_ops): Delete.
11505 (record_full_save): Refactor as method of the
11506 record_full_base_target class.
11507 (_initialize_record_full): Remove references to
11508 init_record_full_ops and init_record_full_core_ops.
11509
11510 * remote.c (remote_target, extended_remote_target): New classes.
11511 (remote_ops): Now a remote_target.
11512 (extended_remote_ops): Now an extended_remote_target.
11513 (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
11514 (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
11515 (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
11516 (remote_pass_signals, remote_set_syscall_catchpoint)
11517 (remote_program_signals, )
11518 (remote_thread_always_alive): Remove target_ops parameter.
11519 (remote_thread_alive, remote_thread_name)
11520 (remote_update_thread_list, remote_threads_extra_info)
11521 (remote_static_tracepoint_marker_at)
11522 (remote_static_tracepoint_markers_by_strid)
11523 (remote_get_ada_task_ptid, remote_close, remote_start_remote)
11524 (remote_open): Refactor as methods of remote_target.
11525 (extended_remote_open, extended_remote_detach)
11526 (extended_remote_attach, extended_remote_post_attach):
11527 (extended_remote_supports_disable_randomization)
11528 (extended_remote_create_inferior): : Refactor as method of
11529 extended_remote_target.
11530 (remote_set_permissions, remote_open_1, remote_detach)
11531 (remote_follow_fork, remote_follow_exec, remote_disconnect)
11532 (remote_resume, remote_commit_resume, remote_stop)
11533 (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
11534 (remote_terminal_ours, remote_wait, remote_fetch_registers)
11535 (remote_prepare_to_store, remote_store_registers)
11536 (remote_flash_erase, remote_flash_done, remote_files_info)
11537 (remote_kill, remote_mourn, remote_insert_breakpoint)
11538 (remote_remove_breakpoint, remote_insert_watchpoint)
11539 (remote_watchpoint_addr_within_range)
11540 (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
11541 (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
11542 (remote_supports_stopped_by_sw_breakpoint)
11543 (remote_stopped_by_hw_breakpoint)
11544 (remote_supports_stopped_by_hw_breakpoint)
11545 (remote_stopped_by_watchpoint, remote_stopped_data_address)
11546 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
11547 (remote_verify_memory): Refactor as methods of remote_target.
11548 (remote_write_qxfer, remote_read_qxfer): Remove target_ops
11549 parameter.
11550 (remote_xfer_partial, remote_get_memory_xfer_limit)
11551 (remote_search_memory, remote_rcmd, remote_memory_map)
11552 (remote_pid_to_str, remote_get_thread_local_address)
11553 (remote_get_tib_address, remote_read_description): Refactor as
11554 methods of remote_target.
11555 (remote_target::fileio_open, remote_target::fileio_pwrite)
11556 (remote_target::fileio_pread, remote_target::fileio_close): New.
11557 (remote_hostio_readlink, remote_hostio_fstat)
11558 (remote_filesystem_is_local, remote_can_execute_reverse)
11559 (remote_supports_non_stop, remote_supports_disable_randomization)
11560 (remote_supports_multi_process, remote_supports_cond_breakpoints)
11561 (remote_supports_enable_disable_tracepoint)
11562 (remote_supports_string_tracing)
11563 (remote_can_run_breakpoint_commands, remote_trace_init)
11564 (remote_download_tracepoint, remote_can_download_tracepoint)
11565 (remote_download_trace_state_variable, remote_enable_tracepoint)
11566 (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11567 (remote_trace_start, remote_get_trace_status)
11568 (remote_get_tracepoint_status, remote_trace_stop)
11569 (remote_trace_find, remote_get_trace_state_variable_value)
11570 (remote_save_trace_data, remote_get_raw_trace_data)
11571 (remote_set_disconnected_tracing, remote_core_of_thread)
11572 (remote_set_circular_trace_buffer, remote_traceframe_info)
11573 (remote_get_min_fast_tracepoint_insn_len)
11574 (remote_set_trace_buffer_size, remote_set_trace_notes)
11575 (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11576 (remote_disable_btrace, remote_teardown_btrace)
11577 (remote_read_btrace, remote_btrace_conf)
11578 (remote_augmented_libraries_svr4_read, remote_load)
11579 (remote_pid_to_exec_file, remote_can_do_single_step)
11580 (remote_execution_direction, remote_thread_handle_to_thread_info):
11581 Refactor as methods of remote_target.
11582 (init_remote_ops, init_extended_remote_ops): Delete.
11583 (remote_can_async_p, remote_is_async_p, remote_async)
11584 (remote_thread_events, remote_upload_tracepoints)
11585 (remote_upload_trace_state_variables): Refactor as methods of
11586 remote_target.
11587 (_initialize_remote): Remove references to init_remote_ops and
11588 init_extended_remote_ops.
11589
11590 * remote-sim.c (gdbsim_target): New class.
11591 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11592 (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11593 (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11594 (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11595 (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11596 (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11597 Refactor as methods of gdbsim_target.
11598 (gdbsim_ops): Now a gdbsim_target.
11599 (init_gdbsim_ops): Delete.
11600 (gdbsim_cntrl_c): Adjust.
11601 (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11602
11603 * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11604 (the_amd64_linux_nat_target): New.
11605 (amd64_linux_fetch_inferior_registers)
11606 (amd64_linux_store_inferior_registers): Refactor as methods of
11607 amd64_linux_nat_target.
11608 (_initialize_amd64_linux_nat): Adjust. Set linux_target.
11609 * i386-linux-nat.c: Don't include "linux-nat.h".
11610 (i386_linux_nat_target): New class.
11611 (the_i386_linux_nat_target): New.
11612 (i386_linux_fetch_inferior_registers)
11613 (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11614 as methods of i386_linux_nat_target.
11615 (_initialize_i386_linux_nat): Adjust. Set linux_target.
11616 * inf-child.c (inf_child_ops): Delete.
11617 (inf_child_fetch_inferior_registers)
11618 (inf_child_store_inferior_registers): Delete.
11619 (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11620 methods of inf_child_target.
11621 (inf_child_target::supports_terminal_ours)
11622 (inf_child_target::terminal_init)
11623 (inf_child_target::terminal_inferior)
11624 (inf_child_target::terminal_ours_for_output)
11625 (inf_child_target::terminal_ours, inf_child_target::interrupt)
11626 (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11627 New.
11628 (inf_child_open, inf_child_disconnect, inf_child_close)
11629 (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11630 (inf_child_post_startup_inferior, inf_child_can_run)
11631 (inf_child_pid_to_exec_file): Refactor as methods of
11632 inf_child_target.
11633 (inf_child_follow_fork): Delete.
11634 (inf_child_target::can_create_inferior)
11635 (inf_child_target::can_attach): New.
11636 (inf_child_target::has_all_memory, inf_child_target::has_memory)
11637 (inf_child_target::has_stack, inf_child_target::has_registers)
11638 (inf_child_target::has_execution): New.
11639 (inf_child_fileio_open, inf_child_fileio_pwrite)
11640 (inf_child_fileio_pread, inf_child_fileio_fstat)
11641 (inf_child_fileio_close, inf_child_fileio_unlink)
11642 (inf_child_fileio_readlink, inf_child_use_agent)
11643 (inf_child_can_use_agent): Refactor as methods of
11644 inf_child_target.
11645 (return_zero, inf_child_target): Delete.
11646 (inf_child_target::inf_child_target): New.
11647 * inf-child.h: Include "target.h".
11648 (inf_child_target): Delete function prototype.
11649 (inf_child_target): New class.
11650 (inf_child_open_target, inf_child_mourn_inferior)
11651 (inf_child_maybe_unpush_target): Delete.
11652 * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11653 (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11654 (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11655 (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11656 (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11657 (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11658 (inf_ptrace_wait, inf_ptrace_xfer_partial)
11659 (inf_ptrace_thread_alive, inf_ptrace_files_info)
11660 (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11661 methods of inf_ptrace_target.
11662 (inf_ptrace_target): Delete function.
11663 * inf-ptrace.h: Include "inf-child.h".
11664 (inf_ptrace_target): Delete function declaration.
11665 (inf_ptrace_target): New class.
11666 (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11667 * linux-nat.c (linux_target): New.
11668 (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11669 (linux_nat_target::~linux_nat_target): New.
11670 (linux_child_post_attach, linux_child_post_startup_inferior)
11671 (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11672 (linux_child_remove_fork_catchpoint)
11673 (linux_child_insert_vfork_catchpoint)
11674 (linux_child_remove_vfork_catchpoint)
11675 (linux_child_insert_exec_catchpoint)
11676 (linux_child_remove_exec_catchpoint)
11677 (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11678 (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11679 (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11680 (linux_nat_stopped_data_address)
11681 (linux_nat_stopped_by_sw_breakpoint)
11682 (linux_nat_supports_stopped_by_sw_breakpoint)
11683 (linux_nat_stopped_by_hw_breakpoint)
11684 (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11685 (linux_nat_kill, linux_nat_mourn_inferior)
11686 (linux_nat_xfer_partial, linux_nat_thread_alive)
11687 (linux_nat_update_thread_list, linux_nat_pid_to_str)
11688 (linux_nat_thread_name, linux_child_pid_to_exec_file)
11689 (linux_child_static_tracepoint_markers_by_strid)
11690 (linux_nat_is_async_p, linux_nat_can_async_p)
11691 (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11692 (linux_nat_supports_multi_process)
11693 (linux_nat_supports_disable_randomization, linux_nat_async)
11694 (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11695 (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11696 (linux_nat_fileio_open, linux_nat_fileio_readlink)
11697 (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11698 methods of linux_nat_target.
11699 (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11700 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11701 parameter.
11702 (check_stopped_by_watchpoint): Adjust.
11703 (linux_xfer_partial): Delete.
11704 (linux_target_install_ops, linux_target, linux_nat_add_target):
11705 Delete.
11706 (linux_nat_target::linux_nat_target): New.
11707 * linux-nat.h: Include "inf-ptrace.h".
11708 (linux_nat_target): New.
11709 (linux_target, linux_target_install_ops, linux_nat_add_target):
11710 Delete function declarations.
11711 (linux_target): Declare global.
11712 * linux-thread-db.c (thread_db_target): New.
11713 (thread_db_target::thread_db_target): New.
11714 (thread_db_ops): Delete.
11715 (the_thread_db_target): New.
11716 (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11717 (thread_db_update_thread_list, thread_db_pid_to_str)
11718 (thread_db_extra_thread_info)
11719 (thread_db_thread_handle_to_thread_info)
11720 (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11721 (thread_db_resume): Refactor as methods of thread_db_target.
11722 (init_thread_db_ops): Delete.
11723 (_initialize_thread_db): Remove reference to init_thread_db_ops.
11724 * x86-linux-nat.c: Don't include "linux-nat.h".
11725 (super_post_startup_inferior): Delete.
11726 (x86_linux_nat_target::~x86_linux_nat_target): New.
11727 (x86_linux_child_post_startup_inferior)
11728 (x86_linux_read_description, x86_linux_enable_btrace)
11729 (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11730 (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11731 methods of x86_linux_nat_target.
11732 (x86_linux_create_target): Delete. Bits folded ...
11733 (x86_linux_add_target): ... here. Now takes a linux_nat_target
11734 pointer.
11735 * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11736 (x86_linux_nat_target): New class.
11737 (x86_linux_create_target): Delete.
11738 (x86_linux_add_target): Now takes a linux_nat_target pointer.
11739 * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11740 (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11741 (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11742 (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11743 (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11744 make extern.
11745 (x86_use_watchpoints): Delete.
11746 * x86-nat.h: Include "breakpoint.h" and "target.h".
11747 (x86_use_watchpoints): Delete.
11748 (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11749 (x86_stopped_by_watchpoint, x86_stopped_data_address)
11750 (x86_insert_watchpoint, x86_remove_watchpoint)
11751 (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11752 (x86_stopped_by_hw_breakpoint): New declarations.
11753 (x86_nat_target): New template class.
11754
11755 * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11756 (the_ppc_linux_nat_target): New.
11757 (ppc_linux_fetch_inferior_registers)
11758 (ppc_linux_can_use_hw_breakpoint)
11759 (ppc_linux_region_ok_for_hw_watchpoint)
11760 (ppc_linux_ranged_break_num_registers)
11761 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11762 (ppc_linux_insert_mask_watchpoint)
11763 (ppc_linux_remove_mask_watchpoint)
11764 (ppc_linux_can_accel_watchpoint_condition)
11765 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11766 (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11767 (ppc_linux_watchpoint_addr_within_range)
11768 (ppc_linux_masked_watch_num_registers)
11769 (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11770 (ppc_linux_read_description): Refactor as methods of
11771 ppc_linux_nat_target.
11772 (_initialize_ppc_linux_nat): Adjust. Set linux_target.
11773
11774 * procfs.c (procfs_xfer_partial): Delete forward declaration.
11775 (procfs_target): New class.
11776 (the_procfs_target): New.
11777 (procfs_target): Delete function.
11778 (procfs_auxv_parse, procfs_attach, procfs_detach)
11779 (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11780 (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11781 (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11782 (procfs_create_inferior, procfs_update_thread_list)
11783 (procfs_thread_alive, procfs_pid_to_str)
11784 (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11785 (procfs_stopped_data_address, procfs_insert_watchpoint)
11786 (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11787 (proc_find_memory_regions, procfs_info_proc)
11788 (procfs_make_note_section): Refactor as methods of procfs_target.
11789 (_initialize_procfs): Adjust.
11790 * sol-thread.c (sol_thread_target): New class.
11791 (sol_thread_ops): Now a sol_thread_target.
11792 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11793 (sol_thread_fetch_registers, sol_thread_store_registers)
11794 (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11795 (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11796 (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11797 (init_sol_thread_ops): Delete.
11798 (_initialize_sol_thread): Adjust. Remove references to
11799 init_sol_thread_ops and complete_target_initialization.
11800
11801 * windows-nat.c (windows_nat_target): New class.
11802 (windows_fetch_inferior_registers)
11803 (windows_store_inferior_registers, windows_resume, windows_wait)
11804 (windows_attach, windows_detach, windows_pid_to_exec_file)
11805 (windows_files_info, windows_create_inferior)
11806 (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11807 (windows_close, windows_pid_to_str, windows_xfer_partial)
11808 (windows_get_tib_address, windows_get_ada_task_ptid)
11809 (windows_thread_name, windows_thread_alive): Refactor as
11810 windows_nat_target methods.
11811 (do_initial_windows_stuff): Adjust.
11812 (windows_target): Delete function.
11813 (_initialize_windows_nat): Adjust.
11814
11815 * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11816 (darwin_mourn_inferior, darwin_kill_inferior)
11817 (darwin_create_inferior, darwin_attach, darwin_detach)
11818 (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11819 (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11820 (darwin_supports_multi_process): Refactor as darwin_nat_target
11821 methods.
11822 (darwin_resume_to, darwin_files_info): Delete.
11823 (_initialize_darwin_inferior): Rename to ...
11824 (_initialize_darwin_nat): ... this. Adjust to C++ification.
11825 * darwin-nat.h: Include "inf-child.h".
11826 (darwin_nat_target): New class.
11827 (darwin_complete_target): Delete.
11828 * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11829 (darwin_target): New.
11830 (i386_darwin_fetch_inferior_registers)
11831 (i386_darwin_store_inferior_registers): Refactor as methods of
11832 darwin_nat_target.
11833 (darwin_complete_target): Delete, with ...
11834 (_initialize_i386_darwin_nat): ... bits factored out here.
11835
11836 * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11837 (the_alpha_linux_nat_target): New.
11838 (alpha_linux_register_u_offset): Refactor as
11839 alpha_linux_nat_target method.
11840 (_initialize_alpha_linux_nat): Adjust.
11841 * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11842 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11843 (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11844 methods of linux_nat_trad_target.
11845 (linux_trad_target): Delete.
11846 * linux-nat-trad.h (linux_trad_target): Delete function.
11847 (linux_nat_trad_target): New class.
11848 * mips-linux-nat.c (mips_linux_nat_target): New class.
11849 (super_fetch_registers, super_store_registers, super_close):
11850 Delete.
11851 (the_mips_linux_nat_target): New.
11852 (mips64_linux_regsets_fetch_registers)
11853 (mips64_linux_regsets_store_registers)
11854 (mips64_linux_fetch_registers, mips64_linux_store_registers)
11855 (mips_linux_register_u_offset, mips_linux_read_description)
11856 (mips_linux_can_use_hw_breakpoint)
11857 (mips_linux_stopped_by_watchpoint)
11858 (mips_linux_stopped_data_address)
11859 (mips_linux_region_ok_for_hw_watchpoint)
11860 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11861 (mips_linux_close): Refactor as methods of mips_linux_nat.
11862 (_initialize_mips_linux_nat): Adjust to C++ification.
11863
11864 * aix-thread.c (aix_thread_target): New class.
11865 (aix_thread_ops): Now an aix_thread_target.
11866 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11867 (aix_thread_fetch_registers, aix_thread_store_registers)
11868 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11869 (aix_thread_thread_alive, aix_thread_pid_to_str)
11870 (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11871 Refactor as methods of aix_thread_target.
11872 (init_aix_thread_ops): Delete.
11873 (_initialize_aix_thread): Remove references to init_aix_thread_ops
11874 and complete_target_initialization.
11875 * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11876 (rs6000_nat_target): New class.
11877 (the_rs6000_nat_target): New.
11878 (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11879 (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11880 (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11881 (super_create_inferior): Delete.
11882 (_initialize_rs6000_nat): Adjust to C++ification.
11883
11884 * arm-linux-nat.c (arm_linux_nat_target): New class.
11885 (the_arm_linux_nat_target): New.
11886 (arm_linux_fetch_inferior_registers)
11887 (arm_linux_store_inferior_registers, arm_linux_read_description)
11888 (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11889 (arm_linux_remove_hw_breakpoint)
11890 (arm_linux_region_ok_for_hw_watchpoint)
11891 (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11892 (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11893 (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11894 arm_linux_nat_target.
11895 (_initialize_arm_linux_nat): Adjust to C++ification.
11896
11897 * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11898 (the_aarch64_linux_nat_target): New.
11899 (aarch64_linux_fetch_inferior_registers)
11900 (aarch64_linux_store_inferior_registers)
11901 (aarch64_linux_child_post_startup_inferior)
11902 (aarch64_linux_read_description)
11903 (aarch64_linux_can_use_hw_breakpoint)
11904 (aarch64_linux_insert_hw_breakpoint)
11905 (aarch64_linux_remove_hw_breakpoint)
11906 (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11907 (aarch64_linux_region_ok_for_hw_watchpoint)
11908 (aarch64_linux_stopped_data_address)
11909 (aarch64_linux_stopped_by_watchpoint)
11910 (aarch64_linux_watchpoint_addr_within_range)
11911 (aarch64_linux_can_do_single_step): Refactor as methods of
11912 aarch64_linux_nat_target.
11913 (super_post_startup_inferior): Delete.
11914 (_initialize_aarch64_linux_nat): Adjust to C++ification.
11915
11916 * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11917 (the_hppa_linux_nat_target): New.
11918 (hppa_linux_fetch_inferior_registers)
11919 (hppa_linux_store_inferior_registers): Refactor as methods of
11920 hppa_linux_nat_target.
11921 (_initialize_hppa_linux_nat): Adjust to C++ification.
11922
11923 * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11924 (the_ia64_linux_nat_target): New.
11925 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11926 (ia64_linux_stopped_data_address)
11927 (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11928 (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11929 ia64_linux_nat_target methods.
11930 (super_xfer_partial): Delete.
11931 (_initialize_ia64_linux_nat): Adjust to C++ification.
11932
11933 * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11934 (the_m32r_linux_nat_target): New.
11935 (m32r_linux_fetch_inferior_registers)
11936 (m32r_linux_store_inferior_registers): Refactor as
11937 m32r_linux_nat_target methods.
11938 (_initialize_m32r_linux_nat): Adjust to C++ification.
11939
11940 * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11941 (the_m68k_linux_nat_target): New.
11942 (m68k_linux_fetch_inferior_registers)
11943 (m68k_linux_store_inferior_registers): Refactor as
11944 m68k_linux_nat_target methods.
11945 (_initialize_m68k_linux_nat): Adjust to C++ification.
11946
11947 * s390-linux-nat.c (s390_linux_nat_target): New class.
11948 (the_s390_linux_nat_target): New.
11949 (s390_linux_fetch_inferior_registers)
11950 (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11951 (s390_insert_watchpoint, s390_remove_watchpoint)
11952 (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11953 (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11954 (s390_auxv_parse, s390_read_description): Refactor as methods of
11955 s390_linux_nat_target.
11956 (_initialize_s390_nat): Adjust to C++ification.
11957
11958 * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11959 (the_sparc_linux_nat_target): New.
11960 (_initialize_sparc_linux_nat): Adjust to C++ification.
11961 * sparc-nat.c (sparc_fetch_inferior_registers)
11962 (sparc_store_inferior_registers): Remove target_ops parameter.
11963 * sparc-nat.h (sparc_fetch_inferior_registers)
11964 (sparc_store_inferior_registers): Remove target_ops parameter.
11965 * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11966 (the_sparc64_linux_nat_target): New.
11967 (_initialize_sparc64_linux_nat): Adjust to C++ification.
11968
11969 * spu-linux-nat.c (spu_linux_nat_target): New class.
11970 (the_spu_linux_nat_target): New.
11971 (spu_child_post_startup_inferior, spu_child_post_attach)
11972 (spu_child_wait, spu_fetch_inferior_registers)
11973 (spu_store_inferior_registers, spu_xfer_partial)
11974 (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11975 methods.
11976 (_initialize_spu_nat): Adjust to C++ification.
11977
11978 * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11979 (the_tilegx_linux_nat_target): New.
11980 (fetch_inferior_registers, store_inferior_registers):
11981 Refactor as methods.
11982 (_initialize_tile_linux_nat): Adjust to C++ification.
11983
11984 * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11985 (the_xtensa_linux_nat_target): New.
11986 (xtensa_linux_fetch_inferior_registers)
11987 (xtensa_linux_store_inferior_registers): Refactor as
11988 xtensa_linux_nat_target methods.
11989 (_initialize_xtensa_linux_nat): Adjust to C++ification.
11990
11991 * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11992 (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11993 (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11994 (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11995 (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11996 (fbsd_stopped_by_sw_breakpoint)
11997 (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11998 (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11999 (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
12000 (fbsd_post_startup_inferior, fbsd_post_attach)
12001 (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
12002 (fbsd_set_syscall_catchpoint)
12003 (super_xfer_partial, super_resume, super_wait)
12004 (fbsd_supports_stopped_by_hw_breakpoint): Delete.
12005 (fbsd_handle_debug_trap): Remove target_ops parameter.
12006 (fbsd_nat_add_target): Delete.
12007 * fbsd-nat.h: Include "inf-ptrace.h".
12008 (fbsd_nat_add_target): Delete.
12009 (USE_SIGTRAP_SIGINFO): Define.
12010 (fbsd_nat_target): New class.
12011
12012 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
12013 (amd64bsd_store_inferior_registers): Remove target_ops parameter.
12014 (amd64bsd_target): Delete.
12015 * amd64-bsd-nat.h: New file.
12016 * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
12017 "x86-bsd-nat.h".
12018 (amd64_fbsd_nat_target): New class.
12019 (the_amd64_fbsd_nat_target): New.
12020 (amd64fbsd_read_description): Refactor as method of
12021 amd64_fbsd_nat_target.
12022 (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
12023 (_initialize_amd64fbsd_nat): Adjust to C++ification.
12024 * amd64-nat.h (amd64bsd_target): Delete function declaration.
12025 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
12026 (i386bsd_store_inferior_registers): Remove target_ops parameter.
12027 (i386bsd_target): Delete.
12028 * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
12029 (i386bsd_fetch_inferior_registers)
12030 (i386bsd_store_inferior_registers): Declare.
12031 (i386_bsd_nat_target): New class.
12032 * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
12033 (the_i386_fbsd_nat_target): New.
12034 (i386fbsd_resume, i386fbsd_read_description): Refactor as
12035 i386_fbsd_nat_target methods.
12036 (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
12037 (_initialize_i386fbsd_nat): Adjust to C++ification.
12038 * x86-bsd-nat.c (super_mourn_inferior): Delete.
12039 (x86bsd_mourn_inferior, x86bsd_target): Delete.
12040 (_initialize_x86_bsd_nat): Adjust to C++ification.
12041 * x86-bsd-nat.h: Include "x86-nat.h".
12042 (x86bsd_target): Delete declaration.
12043 (x86bsd_nat_target): New class.
12044
12045 * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
12046 (the_aarch64_fbsd_nat_target): New.
12047 (aarch64_fbsd_fetch_inferior_registers)
12048 (aarch64_fbsd_store_inferior_registers): Refactor as methods of
12049 aarch64_fbsd_nat_target.
12050 (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
12051 * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
12052 (the_alpha_bsd_nat_target): New.
12053 (alphabsd_fetch_inferior_registers)
12054 (alphabsd_store_inferior_registers): Refactor as
12055 alpha_bsd_nat_target methods.
12056 (_initialize_alphabsd_nat): Refactor as methods of
12057 alpha_bsd_nat_target.
12058 * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
12059 (the_amd64_nbsd_nat_target): New.
12060 (_initialize_amd64nbsd_nat): Adjust to C++ification.
12061 * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
12062 (the_amd64_obsd_nat_target): New.
12063 (_initialize_amd64obsd_nat): Adjust to C++ification.
12064 * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
12065 (the_arm_fbsd_nat_target): New.
12066 (arm_fbsd_fetch_inferior_registers)
12067 (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
12068 (_initialize_arm_fbsd_nat): Refactor as methods of
12069 arm_fbsd_nat_target.
12070 (_initialize_arm_fbsd_nat): Adjust to C++ification.
12071 * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
12072 (the_arm_netbsd_nat_target): New.
12073 (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
12074 arm_netbsd_nat_target.
12075 (_initialize_arm_netbsd_nat): Adjust to C++ification.
12076 * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
12077 (the_hppa_nbsd_nat_target): New.
12078 (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
12079 hppa_nbsd_nat_target methods.
12080 (_initialize_hppanbsd_nat): Adjust to C++ification.
12081 * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
12082 (the_hppa_obsd_nat_target): New.
12083 (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
12084 methods of hppa_obsd_nat_target.
12085 (_initialize_hppaobsd_nat): Adjust to C++ification. Use
12086 add_target.
12087 * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
12088 (_initialize_i386nbsd_nat): Adjust to C++ification. Use
12089 add_target.
12090 * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
12091 (_initialize_i386obsd_nat): Use add_target.
12092 * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
12093 (the_m68k_bsd_nat_target): New.
12094 (m68kbsd_fetch_inferior_registers)
12095 (m68kbsd_store_inferior_registers): Refactor as methods of
12096 m68k_bsd_nat_target.
12097 (_initialize_m68kbsd_nat): Adjust to C++ification.
12098 * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
12099 (the_mips_fbsd_nat_target): New.
12100 (mips_fbsd_fetch_inferior_registers)
12101 (mips_fbsd_store_inferior_registers): Refactor as methods of
12102 mips_fbsd_nat_target.
12103 (_initialize_mips_fbsd_nat): Adjust to C++ification. Use
12104 add_target.
12105 * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
12106 (the_mips_nbsd_nat_target): New.
12107 (mipsnbsd_fetch_inferior_registers)
12108 (mipsnbsd_store_inferior_registers): Refactor as methods of
12109 mips_nbsd_nat_target.
12110 (_initialize_mipsnbsd_nat): Adjust to C++ification.
12111 * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
12112 (the_mips64_obsd_nat_target): New.
12113 (mips64obsd_fetch_inferior_registers)
12114 (mips64obsd_store_inferior_registers): Refactor as methods of
12115 mips64_obsd_nat_target.
12116 (_initialize_mips64obsd_nat): Adjust to C++ification. Use
12117 add_target.
12118 * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
12119 nbsd_nat_target.
12120 * nbsd-nat.h: Include "inf-ptrace.h".
12121 (nbsd_nat_target): New class.
12122 * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
12123 (obsd_wait): Refactor as methods of obsd_nat_target.
12124 (obsd_add_target): Delete.
12125 * obsd-nat.h: Include "inf-ptrace.h".
12126 (obsd_nat_target): New class.
12127 * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
12128 (the_ppc_fbsd_nat_target): New.
12129 (ppcfbsd_fetch_inferior_registers)
12130 (ppcfbsd_store_inferior_registers): Refactor as methods of
12131 ppc_fbsd_nat_target.
12132 (_initialize_ppcfbsd_nat): Adjust to C++ification. Use
12133 add_target.
12134 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
12135 (the_ppc_nbsd_nat_target): New.
12136 (ppcnbsd_fetch_inferior_registers)
12137 (ppcnbsd_store_inferior_registers): Refactor as methods of
12138 ppc_nbsd_nat_target.
12139 (_initialize_ppcnbsd_nat): Adjust to C++ification.
12140 * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
12141 (the_ppc_obsd_nat_target): New.
12142 (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
12143 methods of ppc_obsd_nat_target.
12144 (_initialize_ppcobsd_nat): Adjust to C++ification. Use
12145 add_target.
12146 * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
12147 (the_sh_nbsd_nat_target): New.
12148 (shnbsd_fetch_inferior_registers)
12149 (shnbsd_store_inferior_registers): Refactor as methods of
12150 sh_nbsd_nat_target.
12151 (_initialize_shnbsd_nat): Adjust to C++ification.
12152 * sparc-nat.c (sparc_xfer_wcookie): Make extern.
12153 (inf_ptrace_xfer_partial): Delete.
12154 (sparc_xfer_partial, sparc_target): Delete.
12155 * sparc-nat.h (sparc_fetch_inferior_registers)
12156 (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
12157 (sparc_target): Delete function declaration.
12158 (sparc_target): New template class.
12159 * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
12160 (_initialize_sparcnbsd_nat): Adjust to C++ification.
12161 * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
12162 (_initialize_sparc64fbsd_nat): Adjust to C++ification. Use
12163 add_target.
12164 * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
12165 (_initialize_sparc64nbsd_nat): Adjust to C++ification.
12166 * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
12167 (_initialize_sparc64obsd_nat): Adjust to C++ification. Use
12168 add_target.
12169 * vax-bsd-nat.c (vax_bsd_nat_target): New class.
12170 (the_vax_bsd_nat_target): New.
12171 (vaxbsd_fetch_inferior_registers)
12172 (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
12173 methods.
12174 (_initialize_vaxbsd_nat): Adjust to C++ification.
12175
12176 * bsd-kvm.c (bsd_kvm_target): New class.
12177 (bsd_kvm_ops): Now a bsd_kvm_target.
12178 (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
12179 (bsd_kvm_files_info, bsd_kvm_fetch_registers)
12180 (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
12181 bsd_kvm_target.
12182 (bsd_kvm_return_one): Delete.
12183 (bsd_kvm_add_target): Adjust to C++ification.
12184
12185 * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
12186 (nto_procfs_target_procfs): New classes.
12187 (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
12188 (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
12189 (procfs_post_attach, procfs_wait, procfs_fetch_registers)
12190 (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
12191 (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
12192 (procfs_remove_hw_breakpoint, procfs_resume)
12193 (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
12194 (procfs_kill_inferior, procfs_store_registers)
12195 (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
12196 as methods of nto_procfs_target.
12197 (nto_procfs_ops): Now an nto_procfs_target_procfs.
12198 (nto_native_ops): Delete.
12199 (procfs_open, procfs_native_open): Delete.
12200 (nto_native_ops): Now an nto_procfs_target_native.
12201 (init_procfs_targets): Adjust to C++ification.
12202 (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
12203 (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
12204 Refactor as methods of nto_procfs_target.
12205
12206 * go32-nat.c (go32_nat_target): New class.
12207 (the_go32_nat_target): New.
12208 (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
12209 (go32_store_registers, go32_xfer_partial, go32_files_info)
12210 (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
12211 (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
12212 (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
12213 (go32_pid_to_str): Refactor as methods of go32_nat_target.
12214 (go32_target): Delete.
12215 (_initialize_go32_nat): Adjust to C++ification.
12216
12217 * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
12218 (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
12219 (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
12220 (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
12221 gnu_nat_target.
12222 (gnu_target): Delete.
12223 * gnu-nat.h (gnu_target): Delete.
12224 (gnu_nat_target): New class.
12225 * i386-gnu-nat.c (gnu_base_target): New.
12226 (i386_gnu_nat_target): New class.
12227 (the_i386_gnu_nat_target): New.
12228 (_initialize_i386gnu_nat): Adjust to C++ification.
12229
3fffc070
PA
122302018-05-02 Pedro Alves <palves@redhat.com>
12231
12232 * bfd-target.c (target_bfd_xclose): Rename to ...
12233 (target_bfd_close): ... this.
12234 (target_bfd_reopen): Adjust.
12235 * target.c (target_close): Remove references to to_xclose.
12236 * target.h (target_ops::to_xclose): Delete.
12237 (target_ops::to_close): Update comments.
12238
6798487f
PA
122392018-05-02 Pedro Alves <palves@redhat.com>
12240
12241 * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
12242 "linux-nat.h".
12243 * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
12244 * inf-ptrace.c (inf_ptrace_register_u_offset)
12245 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
12246 (inf_ptrace_store_register, inf_ptrace_store_registers)
12247 (inf_ptrace_trad_target): Move to ...
12248 * linux-nat-trad.c: ... this new file.
12249 * linux-nat-trad.h: New file.
12250 * linux-nat.c (linux_target_install_ops): Make extern.
12251 (linux_trad_target): Delete.
12252 * linux-nat.h (linux_trad_target): Delete declaration.
12253 (linux_target_install_ops): Declare.
12254 * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
12255 "linux-nat.h".
12256
c1955e17
PA
122572018-05-02 Pedro Alves <palves@redhat.com>
12258
12259 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12260 procfs_target/add_target here.
12261 * procfs.c (procfs_target): Make static.
12262 (_initialize_procfs): Call add_target here.
12263 * procfs.h (struct target_ops): Remove forward declaration.
12264 (procfs_target): Remove declaration.
12265 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
12266
b5c8fcb1
PA
122672018-05-02 Pedro Alves <palves@redhat.com>
12268
12269 * procfs.c (procfs_stopped_by_watchpoint)
12270 (procfs_insert_watchpoint, procfs_remove_watchpoint)
12271 (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
12272 Forward declare.
12273 (procfs_use_watchpoints): Delete, move contents...
12274 (procfs_target): ... here.
12275 * procfs.h (procfs_use_watchpoints): Delete declaration.
12276 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12277 procfs_use_watchpoints.
12278 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
12279 procfs_use_watchpoints.
12280
0489430a
TT
122812018-05-02 Tom Tromey <tom@tromey.com>
12282
12283 PR python/20084:
12284 * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
12285 and var_zuinteger_unlimited.
12286 * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
12287 and PARAM_ZUINTEGER_UNLIMITED.
12288 (set_parameter_value): Handle var_zuinteger and
12289 var_zuinteger_unlimited.
12290 (add_setshow_generic): Likewise.
12291 (parmpy_init): Likewise.
12292
1632f8ba
DR
122932018-04-28 Dan Robertson <danlrobertson89@gmail.com>
12294
12295 PR rust/23124
12296 * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
12297 pointer is not null before dereferencing it.
12298
76761936
TT
122992018-04-30 Tom Tromey <tom@tromey.com>
12300
12301 * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
12302 is_mi_like_p.
12303
2d33446d
TT
123042018-04-30 Tom Tromey <tom@tromey.com>
12305
12306 * breakpoint.c (mention): Remove use of is_mi_like_p.
12307 (print_mention_ranged_breakpoint): Likewise.
12308 * break-catch-throw.c (print_it_exception_catchpoint): Remove use
12309 of is_mi_like_p.
12310
f3c6abab
TT
123112018-04-30 Tom Tromey <tom@tromey.com>
12312
12313 * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
12314
40c03530
TT
123152018-04-30 Tom Tromey <tom@tromey.com>
12316
12317 * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
12318 (info_spu_event_command): Remove some uses of is_mi_like_p.
12319
2038b7fd
TT
123202018-04-30 Tom Tromey <tom@tromey.com>
12321
12322 * python/py-framefilter.c (py_print_single_arg)
12323 (enumerate_locals, py_print_args, py_print_frame): Remove some
12324 uses of is_mi_like_p.
12325
4904c3c6
TT
123262018-04-30 Tom Tromey <tom@tromey.com>
12327
12328 * ui-out.c: Update.
12329 * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
12330 * ui-out.h (ui_out::is_mi_like_p): Now const.
12331 (ui_out::do_is_mi_like_p): Now const.
12332 * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
12333
7c66fffc
TT
123342018-04-30 Tom Tromey <tom@tromey.com>
12335
12336 * varobj.c (varobj_set_visualizer): Use new_reference.
12337 * python/python.c (gdbpy_decode_line): Use new_reference.
12338 * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
12339 new_reference.
12340
bbfa6f00
TT
123412018-04-30 Tom Tromey <tom@tromey.com>
12342
12343 * varobj.c (install_new_value): Use new_reference.
12344 * value.h (value_incref): Return void. Swap intro comment with
12345 value_decref.
12346 * value.c (set_value_parent): Use new_reference.
12347 (value_incref): Return void. Update intro comment.
12348 (release_value): Use new_reference.
12349 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
12350
1831a9f9
TT
123512018-04-30 Tom Tromey <tom@tromey.com>
12352
12353 * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
12354 * gdb_bfd.h (new_bfd_ref): Remove.
12355 (gdb_bfd_open): Update comment.
12356 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12357 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
12358 (gdb_bfd_fdopenr): Use new_reference.
12359 * exec.c (exec_file_attach): Use new_reference.
12360
7c1b5f3d
TT
123612018-04-30 Tom Tromey <tom@tromey.com>
12362
12363 * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
12364 method.
12365
e11fb955
TT
123662018-04-30 Tom Tromey <tom@tromey.com>
12367
12368 * jit.c (jit_read_code_entry): Use type_align.
12369 * i386-tdep.c (i386_gdbarch_init): Don't call
12370 set_gdbarch_long_long_align_bit.
12371 * gdbarch.sh: Remove long_long_align_bit.
12372 * gdbarch.c, gdbarch.h: Rebuild.
12373 * arc-tdep.c (arc_type_align): New function.
12374 (arc_gdbarch_init): Use arc_type_align. Don't call
12375 set_gdbarch_long_long_align_bit.
12376
2fff16dd
TT
123772018-04-30 Tom Tromey <tom@tromey.com>
12378
12379 * rust-lang.c (rust_type_alignment): Remove.
12380 (rust_composite_type): Use type_align.
12381
6d7bb824
TT
123822018-04-30 Tom Tromey <tom@tromey.com>
12383
12384 * NEWS: Mention Type.align.
12385 * python/py-type.c (typy_get_alignof): New function.
12386 (type_object_getset): Add "alignof".
12387
007e1530
TT
123882018-04-30 Tom Tromey <tom@tromey.com>
12389
12390 PR exp/17095:
12391 * NEWS: Update.
12392 * std-operator.def (UNOP_ALIGNOF): New operator.
12393 * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
12394 New.
12395 * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
12396 * c-lang.c (c_op_print_tab): Add alignof.
12397 * c-exp.y (ALIGNOF): New token.
12398 (exp): Add "ALIGNOF" production.
12399 (ident_tokens): Add _Alignof and alignof.
12400
2b4424c3
TT
124012018-04-30 Tom Tromey <tom@tromey.com>
12402
12403 * i386-tdep.c (i386_type_align): New function.
12404 (i386_gdbarch_init): Update.
12405 * gdbarch.sh (type_align): New method.
12406 * gdbarch.c, gdbarch.h: Rebuild.
12407 * arch-utils.h (default_type_align): Declare.
12408 * arch-utils.c (default_type_align): New function.
12409 * gdbtypes.h (TYPE_ALIGN_BITS): New define.
12410 (struct type) <align_log2>: New field.
12411 <instance_flags>: Now a bitfield.
12412 (TYPE_RAW_ALIGN): New macro.
12413 (type_align, type_raw_align, set_type_align): Declare.
12414 * gdbtypes.c (type_align, type_raw_align, set_type_align): New
12415 functions.
12416 * dwarf2read.c (quirk_rust_enum): Set type alignment.
12417 (get_alignment, maybe_set_alignment): New functions.
12418 (read_structure_type, read_enumeration_type, read_array_type)
12419 (read_set_type, read_tag_pointer_type, read_tag_reference_type)
12420 (read_subrange_type, read_base_type): Set type alignment.
12421
d33bc52e
SM
124222018-04-30 Simon Marchi <simon.marchi@ericsson.com>
12423
12424 * dwarf2read.c (read_index_from_section): Use bool.
12425
e28b63a9
FG
124262018-04-29 Fabian Groffen <grobian@gentoo.org>
12427
12428 PR gdb/22950
12429 * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
12430 with #ifdef.
12431
cd8c76e4
JR
124322018-04-29 John Reiser <jreiser@BitWagon.com>
12433
12434 PR build/22873
12435 * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
12436 last step, and do it atomically.
12437
476d250e
AO
124382018-04-27 Alexandre Oliva <aoliva@redhat.com>
12439
12440 * compile/compile-c-types.c (convert_int, convert_float):
12441 Update for C FE v1.
12442
6873858b
TT
124432018-04-27 Tom Tromey <tom@tromey.com>
12444
12445 PR rust/22545:
12446 * rust-lang.c (rust_inclusive_range_type_p): New function.
12447 (rust_range): Handle inclusive ranges.
12448 (rust_compute_range): Likewise.
12449 * rust-exp.y (struct rust_op) <inclusive>: New field.
12450 (DOTDOTEQ): New constant.
12451 (range_expr): Add "..=" productions.
12452 (operator_tokens): Add "..=" token.
12453 (ast_range): Add "inclusive" parameter.
12454 (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
12455 ranges.
12456 * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
12457 bounds values.
12458 * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
12459 LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
12460 Update comments.
12461 * expprint.c (print_subexp_standard): Handle new bounds values.
12462 (dump_subexp_body_standard): Likewise.
12463
632e107b
TT
124642018-04-27 Tom Tromey <tom@tromey.com>
12465
12466 * configure: Rebuild.
12467 * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
12468 * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
12469 "OVERRIDE".
12470 (class symbol_needs_eval_context): Likewise.
12471 * dwarf2read.c (mock_mapped_index::symbol_name_count)
12472 (mock_mapped_index::symbol_name_at): Use "override". Remove
12473 "virtual".
12474 * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
12475 "override".
12476 (class dwarf_expr_executor): Use "override", not "OVERRIDE".
12477 * aarch64-tdep.c (instruction_reader::read): Use "override".
12478 (instruction_reader_test::read): Likewise.
12479 * arm-tdep.c (instruction_reader::read): Use "override".
12480 (instruction_reader_thumb::read): Likewise.
12481
b75abf5b
AK
124822018-04-26 Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
12483
12484 PR remote/9665
12485 * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
12486 instead of remote_send.
12487 (remote_send): Remove.
12488
79188d8d
PA
124892018-04-26 Pedro Alves <palves@redhat.com>
12490
12491 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
12492 find_function_start_sal instead of find_pc_line.
12493
f50776aa
PA
124942018-04-26 Pedro Alves <palves@redhat.com>
12495
12496 * breakpoint.c (set_breakpoint_location_function): Handle
12497 mst_data_gnu_ifunc.
12498 * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
12499 * elfread.c (elf_symtab_read): Give data symbols with
12500 BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
12501 (elf_rel_plt_read): Update comment.
12502 * linespec.c (convert_linespec_to_sals): Handle
12503 mst_data_gnu_ifunc.
12504 (minsym_found): Handle mst_data_gnu_ifunc.
12505 * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
12506 (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
12507 * parse.c (find_minsym_type_and_address): Handle
12508 mst_data_gnu_ifunc.
12509 * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
12510 * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
12511 * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
12512 comment.
12513 <mst_data_gnu_ifunc>: New enumerator.
12514
20944a6e
PA
125152018-04-26 Pedro Alves <palves@redhat.com>
12516
12517 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
12518 (lookup_minimal_symbol_by_pc_section): ... this. Replace
12519 'want_trampoline' parameter by a lookup_msym_prefer parameter.
12520 Handle it.
12521 (lookup_minimal_symbol_by_pc_section): Delete old implementation.
12522 (lookup_minimal_symbol_by_pc): Adjust.
12523 (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
12524 (lookup_solib_trampoline_symbol_by_pc): Adjust.
12525 * minsyms.h (lookup_msym_prefer): New enum.
12526 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12527 parameter by a lookup_msym_prefer parameter.
12528
1adeb822
PA
125292018-04-26 Pedro Alves <palves@redhat.com>
12530
12531 * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
12532 ends in "@plt" instead of looking at the symbol's section.
12533
a0aca7b0
PA
125342018-04-26 Pedro Alves <palves@redhat.com>
12535
12536 * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete. Remove
12537 all references.
12538 (find_pc_partial_function_gnu_ifunc): Rename to ...
12539 (find_pc_partial_function): ... this, and remove references to
12540 'is_gnu_ifunc_p'.
12541 (find_pc_partial_function): Delete old implementation.
12542 * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
12543
76af0f26
PA
125442018-04-26 Pedro Alves <palves@redhat.com>
12545
12546 * linespec.c (struct bound_minimal_symbol_search_key): New.
12547 (convert_linespec_to_sals): Sort minimal symbols earlier. Don't
12548 skip first line if we found a GNU ifunc minimal symbol by name.
12549 (compare_msymbols): Change parameters to work with a destructured
12550 lhs minsym.
12551 (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
12552 functions.
12553
3467ec66
PA
125542018-04-26 Pedro Alves <palves@redhat.com>
12555
12556 * breakpoint.c (set_breakpoint_location_function): Don't resolve
12557 ifunc targets here. Instead, if we have an ifunc minsym, use its
12558 address/name.
12559 (add_location_to_breakpoint): Store the minsym and the objfile in
12560 the breakpoint location.
12561 * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12562 * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12563 Record the minsym in the sal.
12564 * symtab.h (symtab_and_line) <msymbol>: New field.
12565
28f4fa4d
PA
125662018-04-26 Pedro Alves <palves@redhat.com>
12567
12568 * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12569 unless we actually resolved the ifunc.
12570
ca31ab1d
PA
125712018-04-26 Pedro Alves <palves@redhat.com>
12572
12573 * c-exp.y (variable production): Prefer ifunc minsyms over
12574 regular function symbols.
12575 * symtab.c (find_gnu_ifunc): New function.
12576 * minsyms.h (lookup_msym_prefer): New enum.
12577 (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12578 parameter by a lookup_msym_prefer parameter.
12579 * symtab.h (find_gnu_ifunc): New declaration.
12580
8388016d
PA
125812018-04-26 Pedro Alves <palves@redhat.com>
12582
12583 * blockframe.c (find_gnu_ifunc_target_type): New function.
12584 (find_function_type): New.
12585 * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12586 return a value with a memory address.
12587 (eval_call): For calls to GNU ifunc functions, try to find the
12588 type of the target function from the type that the resolver
12589 returns.
12590 * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12591 symbols.
12592 * infcall.c (find_function_return_type): Delete.
12593 (find_function_addr): Add 'function_type' parameter. For calls to
12594 GNU ifunc functions, try to find the type of the target function
12595 from the type that the resolver returns, and return it via
12596 FUNCTION_TYPE.
12597 (call_function_by_hand_dummy): Adjust to use the function type
12598 returned by find_function_addr.
12599 (find_function_addr): Add 'function_type' parameter and move
12600 description here.
12601 * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12602 declarations.
12603
a376e11d
PA
126042018-04-26 Pedro Alves <palves@redhat.com>
12605
12606 * c-exp.y (variable production): Skip finding an alias for ifunc
12607 symbols.
12608
02e169e2
PA
126092018-04-26 Pedro Alves <palves@redhat.com>
12610
12611 * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12612
249b5733
PA
126132018-04-25 Pedro Alves <palves@redhat.com>
12614
12615 * infcmd.c (kill_command): Print the pid as string, not the whole
12616 thread's ptid. Add comment. s/has been killed/killed/ in output
12617 message.
12618 * remote.c (remote_detach_1): Print the pid as string, not the
12619 whole thread's ptid.
12620
f67c0c91
SDJ
126212018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12622 Sergio Durigan Junior <sergiodj@redhat.com>
12623 Pedro Alves <palves@redhat.com>
12624
12625 * infcmd.c (kill_command): Print message when inferior has
12626 been killed.
12627 * inferior.c (print_inferior_events): Remove 'static'. Set as
12628 '1'.
12629 (add_inferior): Improve message printed when
12630 'print_inferior_events' is on.
12631 (exit_inferior): Remove message printed when
12632 'print_inferior_events' is on.
12633 (detach_inferior): Improve message printed when
12634 'print_inferior_events' is on.
12635 (initialize_inferiors): Use 'add_inferior_silent' to set
12636 'current_inferior_'.
12637 * inferior.h (print_inferior_events): Declare here as
12638 'extern'.
12639 * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12640 '[Detaching...]' messages when 'print_inferior_events' is on.
12641 Use 'add_thread_silent' instead of 'add_thread'. Add '[' and ']'
12642 as prefix/suffix for messages. Remove periods. Fix erroneous
12643 'Detaching after fork from child...', replace it by '... from
12644 parent...'.
12645 (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12646 prefix/suffix when printing 'Detaching...' messages. Print
12647 them when 'print_inferior_events' is on.
12648 * remote.c (remote_detach_1): Print message when detaching
12649 from inferior and '!is_fork_parent'.
12650
e427af18
TT
126512018-04-24 Tom Tromey <tom@tromey.com>
12652
12653 * cli-out.h: Reindent.
12654
05b1d8d6
TT
126552018-04-24 Tom Tromey <tom@tromey.com>
12656
12657 * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12658 (cli_ui_out::do_field_string): Use fputs_filtered.
12659 * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12660
a95c7dab
TT
126612018-04-23 Tom Tromey <tom@tromey.com>
12662
12663 * guile/scm-frame.c (gdbscm_frame_read_var): Use
12664 gdb::unique_xmalloc_ptr.
12665
458412c3
TT
126662018-04-23 Tom Tromey <tom@tromey.com>
12667
12668 * configure: Rebuild.
12669
db86b02b
RS
126702018-04-22 Rajendra SY <rajendra.sy@gmail.com>
12671
12672 PR gdb/23095
12673 * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12674 prepare_for_testing. Set normal_bp to r_debug_state if target
12675 is bsd.
12676
00aecdcf
PA
126772018-04-21 Pedro Alves <palves@redhat.com>
12678 Rajendra SY <rajendra.sy@gmail.com>
12679
12680 * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12681 * remote.c (extended_remote_attach): In all-stop mode, mark the
12682 thread as executing.
12683
224608c3
PW
126842018-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12685
12686 * thread.c (thread_apply_all_command): Fix comment.
12687 (thread_command): Fix comment.
12688
3b74854b
AH
126892018-04-10 Alan Hayward <alan.hayward@arm.com>
12690
12691 * common/tdesc.h (tdesc_create_feature): Remove xml filename
12692 parameter.
12693 * features/aarch64-core.c (create_feature_aarch64_core):
12694 Regenerate.
12695 * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12696 Likewise.
12697 * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12698 Likewise.
12699 * features/i386/32bit-avx512.c
12700 (create_feature_i386_32bit_avx512): Likewise.
12701 * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12702 Likewise.
12703 * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12704 Likewise.
12705 * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12706 Likewise.
12707 * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12708 Likewise.
12709 * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12710 Likewise.
12711 * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12712 Likewise.
12713 * features/i386/64bit-avx512.c
12714 (create_feature_i386_64bit_avx512): Likewise.
12715 * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12716 Likewise.
12717 * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12718 Likewise.
12719 * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12720 Likewise.
12721 * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12722 Likewise.
12723 * features/i386/64bit-segments.c
12724 (create_feature_i386_64bit_segments): Likewise.
12725 * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12726 Likewise.
12727 * features/i386/x32-core.c
12728 (create_feature_i386_x32_core): Likewise.
12729 * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12730 * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12731 * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12732 * target-descriptions.c: In generated code, don't pass xml
12733 filename.
12734
e98577a9
AH
127352018-04-18 Alan Hayward <alan.hayward@arm.com>
12736
12737 * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12738 (print_xml_feature::visit_post): Likewise.
12739 (print_xml_feature::visit): Likewise.
12740 * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12741 (print_xml_feature): Add new class.
12742 * regformats/regdat.sh: Null xmltarget on feature targets.
12743 * target-descriptions.c (struct target_desc): Add xmltarget.
12744 (maintenance_check_tdesc_xml_convert): Add unittest function.
12745 (tdesc_get_features_xml): Add function to get xml.
12746 (maintenance_check_xml_descriptions): Test xml generation.
12747 * xml-tdesc.c (string_read_description_xml): Add function.
12748 * xml-tdesc.h (string_read_description_xml): Add declaration.
12749
ad7fc756
AH
127502018-04-18 Alan Hayward <alan.hayward@arm.com>
12751
12752 * features/Makefile: Add feature marker to targets with new style
12753 target descriptions.
12754 * regformats/aarch64.dat: Regenerate.
12755 * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12756 * regformats/i386/amd64-avx-linux.dat: Likewise.
12757 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12758 * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12759 * regformats/i386/amd64-linux.dat: Likewise.
12760 * regformats/i386/amd64-mpx-linux.dat: Likewise.
12761 * regformats/i386/amd64.dat: Likewise.
12762 * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12763 * regformats/i386/i386-avx-linux.dat: Likewise.
12764 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12765 * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12766 * regformats/i386/i386-linux.dat: Likewise.
12767 * regformats/i386/i386-mmx-linux.dat: Likewise.
12768 * regformats/i386/i386-mpx-linux.dat: Likewise.
12769 * regformats/i386/i386.dat: Likewise.
12770 * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12771 * regformats/i386/x32-avx-linux.dat: Likewise.
12772 * regformats/i386/x32-linux.dat: Likewise.
12773 * regformats/tic6x-c62x-linux.dat: Likewise.
12774 * regformats/tic6x-c64x-linux.dat: Likewise.
12775 * regformats/tic6x-c64xp-linux.dat: Likewise.
12776 * regformats/regdat.sh: Parse feature marker.
12777
d278f585
AH
127782018-04-18 Alan Hayward <alan.hayward@arm.com>
12779
12780 * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12781 (tdesc_osabi_name): Likewise.
12782 * target-descriptions.c (tdesc_architecture_name): Add new
12783 function.
12784 (tdesc_osabi_name): Likewise.
12785
eee8a18d
AH
127862018-04-18 Alan Hayward <alan.hayward@arm.com>
12787
12788 * common/tdesc.c (tdesc_predefined_type): Move to here.
12789 (tdesc_named_type): Likewise.
12790 (tdesc_create_vector): Likewise.
12791 (tdesc_create_struct): Likewise.
12792 (tdesc_set_struct_size): Likewise.
12793 (tdesc_create_union): Likewise.
12794 (tdesc_create_flags): Likewise.
12795 (tdesc_create_enum): Likewise.
12796 (tdesc_add_field): Likewise.
12797 (tdesc_add_typed_bitfield): Likewise.
12798 (tdesc_add_bitfield): Likewise.
12799 (tdesc_add_flag): Likewise.
12800 (tdesc_add_enum_value): Likewise.
12801 * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12802 (struct tdesc_type_vector): Likewise.
12803 (struct tdesc_type_field): Likewise.
12804 (struct tdesc_type_with_fields): Likewise.
12805 (tdesc_create_enum): Add declaration.
12806 (tdesc_add_typed_bitfield): Likewise.
12807 (tdesc_add_enum_value): Likewise.
12808 * target-descriptions.c (tdesc_type_field): Move from here.
12809 (tdesc_type_builtin): Likewise.
12810 (tdesc_type_vector): Likewise.
12811 (tdesc_type_with_fields): Likewise.
12812 (tdesc_predefined_types): Likewise.
12813 (tdesc_named_type): Likewise.
12814 (tdesc_create_vector): Likewise.
12815 (tdesc_create_struct): Likewise.
12816 (tdesc_set_struct_size): Likewise.
12817 (tdesc_create_union): Likewise.
12818 (tdesc_create_flags): Likewise.
12819 (tdesc_create_enum): Likewise.
12820 (tdesc_add_field): Likewise.
12821 (tdesc_add_typed_bitfield): Likewise.
12822 (tdesc_add_bitfield): Likewise.
12823 (tdesc_add_flag): Likewise.
12824 (tdesc_add_enum_value): Likewise.
12825 * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12826 (tdesc_add_typed_bitfield): Likewise.
12827 (tdesc_add_enum_value): Likewise.
12828
82ec9bc7
AH
128292018-04-18 Alan Hayward <alan.hayward@arm.com>
12830
12831 * common/tdesc.c (tdesc_feature::accept): Move to here.
12832 (tdesc_feature::operator==): Likewise.
12833 (tdesc_create_reg): Likewise.
12834 * common/tdesc.h (tdesc_type_kind): Likewise.
12835 (struct tdesc_type): Likewise.
12836 (struct tdesc_feature): Likewise.
12837 * regformats/regdat.sh: Create a feature.
12838 * target-descriptions.c (tdesc_type_kind): Move from here.
12839 (tdesc_type): Likewise.
12840 (tdesc_type_up): Likewise.
12841 (tdesc_feature): Likewise.
12842 (tdesc_create_reg): Likewise.
12843
ea3e7d71
AH
128442018-04-18 Alan Hayward <alan.hayward@arm.com>
12845
12846 * Makefile.in: Add arch/tdesc.c
12847 * common/tdesc.c: New file.
12848 * common/tdesc.h (tdesc_element_visitor): Move to here.
12849 (tdesc_element): Likewise.
12850 (tdesc_reg): Likewise.
12851 (tdesc_reg_up): Likewise.
12852 * regformats/regdef.h (reg): Add offset to constructors.
12853 * target-descriptions.c (tdesc_element_visitor): Move from here.
12854 (tdesc_element): Likewise.
12855 (tdesc_reg): Likewise.
12856 (tdesc_reg_up): Likewise.
12857
bedda9ac
TT
128582018-04-17 Tom Tromey <tom@tromey.com>
12859
12860 * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12861 discriminant field.
12862
a037790e
TT
128632018-04-17 Tom Tromey <tom@tromey.com>
12864
12865 * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12866
c7dcbf88
AA
128672018-04-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12868
12869 * symtab.c (print_symbol_info): Skip printing filename and line
12870 number when `last' is NULL.
12871 (symtab_symbol_info): Use empty string instead of NULL for first
12872 invocation of print_symbol_info.
12873 (rbreak_command): Pass NULL to `last' parameter of
12874 print_symbol_info.
12875
07d28c77
SM
128762018-04-16 Simon Marchi <simon.marchi@ericsson.com>
12877
12878 * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12879 instead of nullptr.
12880
8a3de5e1
PA
128812018-04-16 Pedro Alves <palves@redhat.com>
12882
12883 * MAINTAINERS (sh): Remove.
12884 * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12885 (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12886 (ALLDEPFILES): Remove sh64-tdep.c.
12887 * NEWS: Mentions that support for SH-5/SH64 is removed.
12888 * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12889 (sh*-*-openbsd*): Ditto.
12890 (sh64-*-elf*): Remove.
12891 (sh*): Remove.
12892 * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12893 * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12894 * sh-tdep.c: No longer include "sh64-tdep.h".
12895 (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12896 * sh64-tdep.c, sh64-tdep.h: Remove files.
12897
a2a79012
PA
128982018-04-16 Pedro Alves <palves@redhat.com>
12899
12900 * MAINTAINERS: Remove m88k.
12901 * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12902 (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12903 (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12904 * NEWS: Mention that support for m88k was removed.
12905 * configure.host (m88*-*-*): Remove support.
12906 * configure.nat (m88k-*-*): Remove support.
12907 * configure.tgt (m88*-*-openbsd*): Remove.
12908 * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12909
eda4efb1
SM
129102018-04-15 Simon Marchi <simon.marchi@polymtl.ca>
12911
12912 * configure.tgt (x86_tobjs): New variable.
12913 (amd64_tobjs, i386_tobjs): Use it.
12914
b744723f
AA
129152018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12916
12917 * symtab.c (print_symbol_info): Precede the symbol definition by
12918 the line number when available.
12919 * NEWS: Advertise this enhancement.
12920
4a4495d6
MM
129212018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12922
12923 * NEWS (New options): announce set/show record btrace cpu.
12924 * btrace.c: Include record-btrace.h.
12925 (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12926 the vendor is unknown.
12927 (btrace_compute_ftrace_1): Add cpu parameter. Update callers.
12928 Maybe overwrite the btrace configuration's cpu.
12929 (btrace_compute_ftrace): Add cpu parameter. Update callers.
12930 (btrace_fetch): Add cpu parameter. Update callers.
12931 (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12932 Maybe overwrite the btrace configuration's cpu. Skip enabling
12933 errata workarounds if the vendor is unknown.
12934 * python/py-record-btrace.c: Include record-btrace.h.
12935 (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12936 (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12937 * record-btrace.c (record_btrace_cpu_state_kind): New.
12938 (record_btrace_cpu): New.
12939 (set_record_btrace_cpu_cmdlist): New.
12940 (record_btrace_get_cpu): New.
12941 (require_btrace_thread, record_btrace_info)
12942 (record_btrace_resume_thread): Call record_btrace_get_cpu.
12943 (cmd_set_record_btrace_cpu_none): New.
12944 (cmd_set_record_btrace_cpu_auto): New.
12945 (cmd_set_record_btrace_cpu): New.
12946 (cmd_show_record_btrace_cpu): New.
12947 (_initialize_record_btrace): Initialize set/show record btrace cpu
12948 commands.
12949 * record-btrace.h (record_btrace_get_cpu): New.
12950
69f90c75
MM
129512018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12952
12953 * record.c (set_record_command): Fix typo in message.
12954
b85310e1
MM
129552018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12956
12957 * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12958
1d509aa6
MM
129592018-04-13 Markus Metzger <markus.t.metzger@intel.com>
12960
12961 * infrun.c (process_event_stop_test): Call
12962 gdbarch_in_indirect_branch_thunk.
12963 * gdbarch.sh (in_indirect_branch_thunk): New.
12964 * gdbarch.c: Regenerated.
12965 * gdbarch.h: Regenerated.
12966 * x86-tdep.h: New.
12967 * x86-tdep.c: New.
12968 * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12969 (HFILES_NO_SRCDIR): Add x86-tdep.h.
12970 (ALLDEPFILES): Add x86-tdep.c.
12971 * arch-utils.h (default_in_indirect_branch_thunk): New.
12972 * arch-utils.c (default_in_indirect_branch_thunk): New.
12973 * i386-tdep: Include x86-tdep.h.
12974 (i386_in_indirect_branch_thunk): New.
12975 (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12976 function.
12977 * amd64-tdep: Include x86-tdep.h.
12978 (amd64_in_indirect_branch_thunk): New.
12979 (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12980
b4be9bfd
JK
129812018-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 PR gdb/23053
12984 * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12985 (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12986 (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12987 regression.
12988
53d7df28
TT
129892018-04-12 Tom Tromey <tom@tromey.com>
12990
12991 * rust-lang.c (rust_print_struct_def): Remove univariant code.
12992 (rust_evaluate_subexp): Likewise.
12993
70b33f19
PA
129942018-04-12 Pedro Alves <palves@redhat.com>
12995
12996 * procfs.c (procfs_detach): Make forward declaration's prototype
12997 match definition's protototype.
12998 (proc_get_LDT_entry): Remove stale do_cleanups call.
12999
436411b1
PA
130002018-04-12 Pedro Alves <palves@redhat.com>
13001
13002 * target.h (target_ops::to_has_exited): Delete.
13003 (target_has_exited): Delete.
13004 * target-delegates.c: Regenerate.
13005
20db9c52
PA
130062018-04-11 Pedro Alves <palves@redhat.com>
13007
13008 * target.c (fileio_fh_t::t): Add comment.
13009 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
13010 (target_fileio_close): Handle a NULL target.
13011 (invalidate_fileio_fh): New.
13012 (target_close): Call it.
13013 * remote.c (remote_hostio_send_command): No longer check whether
13014 remote_desc is open.
13015
5ff79300
PA
130162018-04-11 Pedro Alves <palves@redhat.com>
13017
13018 * target.c (fileio_fh_t): Make it a named struct instead of a
13019 typedef.
13020 (fileio_fh_t::is_closed): New method.
13021 (DEF_VEC_O (fileio_fh_t)): Remove.
13022 (fileio_fhandles): Now a std::vector.
13023 (is_closed_fileio_fh): Delete.
13024 (acquire_fileio_fd): Adjust. Rename parameters.
13025 (release_fileio_fd): Adjust.
13026 (fileio_fd_to_fh): Reimplement as a function instead of a macro.
13027 (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
13028 (target_fileio_close): Adjust.
13029
6e22e10d
SM
130302018-04-10 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * auto-load.c (auto_load_safe_path_vec_update): Iterate by
13033 index.
13034
731f534f
PA
130352018-04-10 Pedro Alves <palves@redhat.com>
13036
13037 * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
13038 (scoped_finish_thread_state): New class.
13039 * infcmd.c (run_command_1): Use it instead of finish_thread_state
13040 cleanup.
13041 * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
13042 (fetch_inferior_event, normal_stop): Likewise.
13043 * thread.c (finish_thread_state_cleanup): Delete.
13044
d5f4488f
SM
130452018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13046 Pedro Alves <palves@redhat.com>
13047
13048 * value.c: Include "selftest.h" and "common/array-view.h".
13049 (struct range) <operator ==>: New.
13050 (test_ranges_contain): New.
13051 (check_ranges_vector): New.
13052 (test_insert_into_bit_range_vector): New.
13053 (_initialize_values): Register selftests.
13054 * common/array-view.h (operator==, operator!=): New.
13055
b24531ed
SM
130562018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13057
13058 * common/gdb_vecs.h (unordered_remove): Add overload that takes
13059 an iterator.
13060 * inline-frame.c: Include <algorithm>.
13061 (struct inline_state): Add constructor.
13062 (inline_state_s): Remove.
13063 (DEF_VEC_O(inline_state_s)): Remove.
13064 (inline_states): Change type to std::vector.
13065 (find_inline_frame_state): Adjust to std::vector.
13066 (allocate_inline_frame_state): Remove.
13067 (clear_inline_frame_state): Adjust to std::vector.
13068 (skip_inline_frames): Adjust to std::vector.
13069
c252925c
SM
130702018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13071
13072 * tracepoint.h (struct trace_state_variable): Add constructor.
13073 <name>: Change type to std::string.
13074 * tracepoint.c (tsv_s): Remove.
13075 (DEF_VEC_O(tsv_s)): Remove.
13076 (tvariables): Change to std::vector.
13077 (create_trace_state_variable): Adjust to std::vector.
13078 (find_trace_state_variable): Likewise.
13079 (find_trace_state_variable_by_number): Likewise.
13080 (delete_trace_state_variable): Likewise.
13081 (trace_variable_command): Adjust to std::string.
13082 (delete_trace_variable_command): Likewise.
13083 (tvariables_info_1): Adjust to std::vector.
13084 (save_trace_state_variables): Likewise.
13085 (start_tracing): Likewise.
13086 (merge_uploaded_trace_state_variables): Adjust to std::vector
13087 and std::string.
13088 * target.h (struct target_ops)
13089 <to_download_trace_state_variable>: Pass reference to
13090 trace_state_variable.
13091 * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
13092 * target-delegates.c: Re-generate.
13093 * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
13094 (mi_tsv_deleted): Likewise.
13095 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
13096 * remote.c (remote_download_trace_state_variable): Change
13097 pointer to reference and adjust.
13098 * make-target-delegates (parse_argtypes): Handle references.
13099 (write_function_header): Likewise.
13100 (munge_type): Likewise.
13101
c9638d26
SM
131022018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13103
13104 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13105 string_view-selftests.c.
13106 * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
13107 testsuite.
13108 * unittests/basic_string_view/cons/char/1.cc: Likewise.
13109 * unittests/basic_string_view/cons/char/2.cc: Likewise.
13110 * unittests/basic_string_view/cons/char/3.cc: Likewise.
13111 * unittests/basic_string_view/element_access/char/1.cc:
13112 Likewise.
13113 * unittests/basic_string_view/element_access/char/empty.cc:
13114 Likewise.
13115 * unittests/basic_string_view/element_access/char/front_back.cc:
13116 Likewise.
13117 * unittests/basic_string_view/inserters/char/2.cc: Likewise.
13118 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
13119 Likewise.
13120 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
13121 Likewise.
13122 * unittests/basic_string_view/modifiers/swap/char/1.cc:
13123 Likewise.
13124 * unittests/basic_string_view/operations/compare/char/1.cc:
13125 Likewise.
13126 * unittests/basic_string_view/operations/compare/char/13650.cc:
13127 Likewise.
13128 * unittests/basic_string_view/operations/copy/char/1.cc:
13129 Likewise.
13130 * unittests/basic_string_view/operations/data/char/1.cc:
13131 Likewise.
13132 * unittests/basic_string_view/operations/find/char/1.cc:
13133 Likewise.
13134 * unittests/basic_string_view/operations/find/char/2.cc:
13135 Likewise.
13136 * unittests/basic_string_view/operations/find/char/3.cc:
13137 Likewise.
13138 * unittests/basic_string_view/operations/find/char/4.cc:
13139 Likewise.
13140 * unittests/basic_string_view/operations/rfind/char/1.cc:
13141 Likewise.
13142 * unittests/basic_string_view/operations/rfind/char/2.cc:
13143 Likewise.
13144 * unittests/basic_string_view/operations/rfind/char/3.cc:
13145 Likewise.
13146 * unittests/basic_string_view/operations/substr/char/1.cc:
13147 Likewise.
13148 * unittests/basic_string_view/operators/char/2.cc: Likewise.
13149 * unittests/string_view-selftests.c: New file.
13150
fdc11678
SM
131512018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13152
13153 * unittests/basic_string_view/capacity/1.cc: New file.
13154 * unittests/basic_string_view/capacity/empty_neg.cc: New file.
13155 * unittests/basic_string_view/cons/char/1.cc: New file.
13156 * unittests/basic_string_view/cons/char/2.cc: New file.
13157 * unittests/basic_string_view/cons/char/3.cc: New file.
13158 * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
13159 * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
13160 * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
13161 * unittests/basic_string_view/element_access/char/1.cc: New file.
13162 * unittests/basic_string_view/element_access/char/2.cc: New file.
13163 * unittests/basic_string_view/element_access/char/empty.cc: New file.
13164 * unittests/basic_string_view/element_access/char/front_back.cc: New file.
13165 * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
13166 * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
13167 * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
13168 * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
13169 * unittests/basic_string_view/include.cc: New file.
13170 * unittests/basic_string_view/inserters/char/1.cc: New file.
13171 * unittests/basic_string_view/inserters/char/2.cc: New file.
13172 * unittests/basic_string_view/inserters/char/3.cc: New file.
13173 * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
13174 * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
13175 * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
13176 * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
13177 * unittests/basic_string_view/literals/types.cc: New file.
13178 * unittests/basic_string_view/literals/values.cc: New file.
13179 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
13180 * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
13181 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
13182 * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
13183 * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
13184 * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
13185 * unittests/basic_string_view/operations/compare/char/1.cc: New file.
13186 * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
13187 * unittests/basic_string_view/operations/compare/char/2.cc: New file.
13188 * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
13189 * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
13190 * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
13191 * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
13192 * unittests/basic_string_view/operations/copy/char/1.cc: New file.
13193 * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
13194 * unittests/basic_string_view/operations/data/char/1.cc: New file.
13195 * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
13196 * unittests/basic_string_view/operations/find/char/1.cc: New file.
13197 * unittests/basic_string_view/operations/find/char/2.cc: New file.
13198 * unittests/basic_string_view/operations/find/char/3.cc: New file.
13199 * unittests/basic_string_view/operations/find/char/4.cc: New file.
13200 * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
13201 * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
13202 * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
13203 * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
13204 * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
13205 * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
13206 * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
13207 * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
13208 * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
13209 * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
13210 * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
13211 * unittests/basic_string_view/operations/substr/char/1.cc: New file.
13212 * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
13213 * unittests/basic_string_view/operators/char/2.cc: New file.
13214 * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
13215 * unittests/basic_string_view/range_access/char/1.cc: New file.
13216 * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
13217 * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
13218 * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
13219 * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
13220 * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
13221 * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
13222 * unittests/basic_string_view/requirements/typedefs.cc: New file.
13223 * unittests/basic_string_view/typedefs.cc: New file.
13224 * unittests/basic_string_view/types/1.cc: New file.
13225
8345c4a2
SM
132262018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13227
13228 * common/gdb_string_view.h: Remove libstdc++ implementation
13229 details, adjust to gdb reality.
13230 * common/gdb_string_view.tcc: Likewise.
13231 * cli/cli-script.c (struct string_view): Remove.
13232 (user_args) <m_args>: Change element type to gdb::string_view.
13233 (user_args::insert_args): Adjust.
13234
7adcdf08
SM
132352018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13236
13237 * common/gdb_string_view.h: New file.
13238 * common/gdb_string_view.tcc: New file.
13239
41260ac2
SM
132402018-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13241
13242 * ax_cxx_compile_stdcxx.m4: Sync with upstream.
13243 * configure: Re-generate.
13244
0bee6dd4
PA
132452018-04-09 Pedro Alves <palves@redhat.com>
13246
13247 * gdbarch.sh: Include "observable.h" instead of "observer.h".
13248 (set_target_gdbarch): Call
13249 gdb::observers::architecture_changed.notify instead of
13250 observer_notify_architecture_changed.
13251
6f14adc5
SM
132522018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13253
13254 * tracepoint.c (struct current_traceframe_cleanup): Remove.
13255 (do_restore_current_traceframe_cleanup): Remove.
13256 (restore_current_traceframe_cleanup_dtor): Remove.
13257 (make_cleanup_restore_current_traceframe): Remove.
13258 (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
13259 New.
13260 * tracepoint.h (struct scoped_restore_current_traceframe): New.
13261 * infrun.c (fetch_inferior_event): Use
13262 scoped_restore_current_traceframe.
13263
b2bdb8cf
SM
132642018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13265
13266 * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
13267 Remove.
13268 <n_allocated_type_units>: Remove.
13269 <all_type_units>: Change to std::vector.
13270 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13271 to std::vector change.
13272 (dwarf2_per_objfile::get_cutu): Likewise.
13273 (dwarf2_per_objfile::get_tu): Likewise.
13274 (create_signatured_type_table_from_index): Likewise.
13275 (create_signatured_type_table_from_debug_names): Likewise.
13276 (dw2_symtab_iter_next): Likewise.
13277 (dw2_print_stats): Likewise.
13278 (dw2_expand_all_symtabs): Likewise.
13279 (dw2_expand_marked_cus): Likewise.
13280 (dw2_debug_names_iterator::next): Likewise.
13281 (dwarf2_initialize_objfile): Likewise.
13282 (add_signatured_type_cu_to_table): Likewise.
13283 (create_all_type_units): Likewise.
13284 (add_type_unit): Likewise.
13285 (struct tu_abbrev_offset): Add constructor.
13286 (build_type_psymtabs_1): Adjust to std::vector change.
13287 (print_tu_stats): Likewise.
13288 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13289 (write_debug_names): Likewise.
13290
b76e467d
SM
132912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13292
13293 * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
13294 Make an std::vector.
13295 <n_comp_units>: Remove.
13296 * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13297 to std::vector change.
13298 (dwarf2_per_objfile::get_cutu): Likewise.
13299 (dwarf2_per_objfile::get_cu): Likewise.
13300 (create_cus_from_index): Likewise.
13301 (create_addrmap_from_index): Likewise.
13302 (create_addrmap_from_aranges): Likewise.
13303 (dwarf2_read_index): Likewise.
13304 (dw2_find_last_source_symtab): Likewise.
13305 (dw2_map_symtabs_matching_filename): Likewise.
13306 (dw2_symtab_iter_next): Likewise.
13307 (dw2_print_stats): Likewise.
13308 (dw2_expand_all_symtabs): Likewise.
13309 (dw2_expand_symtabs_with_fullname): Likewise.
13310 (dw2_expand_marked_cus): Likewise.
13311 (dw2_map_symbol_filenames): Likewise.
13312 (create_cus_from_debug_names): Likewise.
13313 (dwarf2_read_debug_names): Likewise.
13314 (dw2_debug_names_iterator::next): Likewise.
13315 (dwarf2_initialize_objfile): Likewise.
13316 (set_partial_user): Likewise.
13317 (dwarf2_build_psymtabs_hard): Likewise.
13318 (read_comp_units_from_section): Remove arguments, adjust to
13319 std::vector change.
13320 (create_all_comp_units): Adjust to std::vector and
13321 read_comp_units_from_section changes.
13322 (dwarf2_find_containing_comp_unit): Adjust to std::vector
13323 change.
13324 * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13325 (psyms_seen_size): Likewise.
13326 (write_gdbindex): Likewise.
13327 (write_debug_names): Likewise.
13328
12359b5e
SM
133292018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13330
13331 * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
13332 with dwarf2_per_objfile.
13333 (create_cus_from_index): Likewise.
13334 (create_signatured_type_table_from_index): Likewise.
13335 (dwarf2_read_index): Likewise.
13336 (dwarf2_initialize_objfile): Likewise.
13337 (dwarf2_fetch_die_loc_sect_off): Get dwarf2_per_objfile from
13338 per_cu rather than get_dwarf2_per_objfile.
13339
ff4c9fec
SM
133402018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13341
13342 * dwarf2read.h (struct signatured_type): Forward declare.
13343 (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
13344 New methods.
13345 * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
13346 (dw2_get_cutu): ...this.
13347 (dwarf2_per_objfile::get_cu): Rename from...
13348 (dw2_get_cu): ...this.
13349 (dwarf2_per_objfile::get_tu): New.
13350 (create_addrmap_from_index): Adjust.
13351 (create_addrmap_from_aranges): Adjust.
13352 (dw2_find_last_source_symtab): Adjust.
13353 (dw2_map_symtabs_matching_filename): Adjust.
13354 (dw2_symtab_iter_next): Adjust.
13355 (dw2_print_stats): Adjust.
13356 (dw2_expand_all_symtabs): Adjust.
13357 (dw2_expand_symtabs_with_fullname): Adjust.
13358 (dw2_expand_marked_cus): Adjust.
13359 (dw_expand_symtabs_matching_file_matcher): Adjust.
13360 (dw2_map_symbol_filenames): Adjust.
13361 (dw2_debug_names_iterator::next): Adjust.
13362 (dwarf2_initialize_objfile): Adjust.
13363 (set_partial_user): Adjust.
13364 (dwarf2_build_psymtabs_hard): Adjust.
13365
5ca3fcb6
SM
133662018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13367
13368 * dwarf2read.c (create_signatured_type_table_from_debug_names):
13369 Remove unused variables.
13370 (dw2_map_symtabs_matching_filename): Likewise.
13371 (dwarf2_record_block_ranges): Likewise.
13372 (dwarf2_read_addr_index): Likewise.
13373 (follow_die_offset): Likewise.
13374
b2e586e8
SM
133752018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13376
13377 * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
13378 to symbol_file_add_main.
13379
7c4e78cf
SM
133802018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13381
13382 PR mi/22299
13383 * mi/mi-console.c (do_fputc_async_safe): New.
13384 (mi_console_file::write_async_safe): New.
13385 (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
13386 * mi/mi-console.h (class mi_console_file) <write_async_safe>:
13387 New.
13388 * ui-file.c (ui_file::putstrn): Adjust call to
13389 fputstrn_unfiltered.
13390 * utils.c (printchar): Replace do_fputs and do_fprintf
13391 parameters by do_fputc.
13392 (fputstr_filtered): Adjust call to printchar.
13393 (fputstr_unfiltered): Likewise.
13394 (fputstrn_filtered): Likewise.
13395 (fputstrn_unfiltered): Add do_fputc parameter, pass to
13396 printchar.
13397 * utils.h (do_fputc_ftype): New typedef.
13398 (fputstrn_unfiltered): Add do_fputc parameter.
13399
5dc026d3
SM
134002018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
13401
13402 * regformats/i386/i386-avx.dat: Remove.
13403
c912f608
SM
134042018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13405
13406 PR gdb/22979
13407 * amd64-tdep.c (amd64_none_init_abi): New function.
13408 (amd64_x32_none_init_abi): New function.
13409 (_initialize_amd64_tdep): Register handlers for x86-64 and
13410 x64_32 with GDB_OSABI_NONE.
13411 * osabi.c (gdbarch_init_osabi): Allow running handlers for the
13412 GDB_OSABI_NONE osabi.
13413
26540402
SM
134142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 PR gdb/22980
13417 * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
13418 GDB_OSABI_NONE.
13419 * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
13420 * osabi.c (gdb_osabi_names): Add "unknown" entry.
13421
9018be22
SM
134222018-04-07 Simon Marchi <simon.marchi@ericsson.com>
13423
13424 * common/byte-vector.h (char_vector): New type.
13425 * target.h (target_read_alloc): Return
13426 gdb::optional<byte_vector>.
13427 (target_read_stralloc): Return gdb::optional<char_vector>.
13428 (target_get_osdata): Return gdb::optional<char_vector>.
13429 * target.c (target_read_alloc_1): Templatize. Replacement
13430 manual memory management with vector.
13431 (target_read_alloc): Change return type, adjust.
13432 (target_read_stralloc): Change return type, adjust.
13433 (target_get_osdata): Change return type, adjust.
13434 * auxv.c (struct auxv_info) <length>: Remove.
13435 <data>: Change type to gdb::optional<byte_vector>.
13436 (auxv_inferior_data_cleanup): Free auxv_info with delete.
13437 (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
13438 (target_auxv_search): Adjust.
13439 (fprint_target_auxv): Adjust.
13440 * avr-tdep.c (avr_io_reg_read_command): Adjust.
13441 * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
13442 (linux_make_corefile_notes): Adjust.
13443 * osdata.c (get_osdata): Adjust.
13444 * remote.c (remote_get_threads_with_qxfer): Adjust.
13445 (remote_memory_map): Adjust.
13446 (remote_traceframe_info): Adjust.
13447 (btrace_read_config): Adjust.
13448 (remote_read_btrace): Adjust.
13449 (remote_pid_to_exec_file): Adjust.
13450 * solib-aix.c (solib_aix_get_library_list): Adjust.
13451 * solib-dsbt.c (decode_loadmap): Don't free buf.
13452 (dsbt_get_initial_loadmaps): Adjust.
13453 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
13454 * solib-target.c (solib_target_current_sos): Adjust.
13455 * tracepoint.c (sdata_make_value): Adjust.
13456 * xml-support.c (xinclude_start_include): Adjust.
13457 (xml_fetch_content_from_file): Adjust.
13458 * xml-support.h (xml_fetch_another): Change return type.
13459 (xml_fetch_content_from_file): Change return type.
13460 * xml-syscall.c (xml_init_syscalls_info): Adjust.
13461 * xml-tdesc.c (file_read_description_xml): Adjust.
13462 (fetch_available_features_from_target): Change return type.
13463 (target_fetch_description_xml): Adjust.
13464 (target_read_description_xml): Adjust.
13465
14c88955
TT
134662018-04-06 Tom Tromey <tom@tromey.com>
13467
13468 * value.c (~value): Update.
13469 (struct value) <contents>: Now unique_xmalloc_ptr.
13470 (value_contents_bits_eq, allocate_value_contents)
13471 (value_contents_raw, value_contents_all_raw)
13472 (value_contents_for_printing, value_contents_for_printing_const)
13473 (set_value_enclosing_type): Update.
13474
0c7e6dd8
TT
134752018-04-06 Tom Tromey <tom@tromey.com>
13476
13477 * value.c (range_s): Remove typedef, VEC.
13478 (struct range): Add operator<.
13479 (range_lessthan): Remove.
13480 (ranges_contain): Change type.
13481 (~value): Update.
13482 (struct value) <unavailable, optimized_out>: Now std::vector.
13483 (value_entirely_available)
13484 (value_entirely_covered_by_range_vector)
13485 (value_entirely_unavailable, value_entirely_optimized_out):
13486 Update.
13487 (insert_into_bit_range_vector): Change argument type.
13488 (find_first_range_overlap): Likewise.
13489 (struct ranges_and_idx, value_contents_bits_eq)
13490 (require_not_optimized_out, require_available): Update.
13491 (ranges_copy_adjusted): Change argument types.
13492 (value_optimized_out, value_copy, value_fetch_lazy): Update.
13493
2c8331b9
TT
134942018-04-06 Tom Tromey <tom@tromey.com>
13495
13496 * value.c (~value): Update.
13497 (struct value) <parent>: Now a value_ref_ptr.
13498 (value_parent, set_value_parent, value_address, value_copy):
13499 Update.
13500
466ce3ae
TT
135012018-04-06 Tom Tromey <tom@tromey.com>
13502
13503 * value.c (struct value): Add constructor, destructor, and member
13504 initializers.
13505 (allocate_value_lazy, value_decref): Update.
13506
062d818d
TT
135072018-04-06 Tom Tromey <tom@tromey.com>
13508
13509 * value.c (struct value) <released, next>: Remove.
13510 (all_values): Now a std::vector.
13511 (allocate_value_lazy): Update.
13512 (value_next): Remove.
13513 (value_mark, value_free_to_mark, release_value)
13514 (value_release_to_mark): Update.
13515
a6535de1
TT
135162018-04-06 Tom Tromey <tom@tromey.com>
13517
13518 * value.h (fetch_subexp_value, value_release_to_mark): Update.
13519 (free_value_chain): Remove.
13520 * value.c (free_value_chain): Remove.
13521 (value_release_to_mark): Return a std::vector.
13522 * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
13523 std::vector.
13524 (check_condition): Update.
13525 * eval.c (fetch_subexp_value): Change "val_chain" to a
13526 std::vector.
13527 * breakpoint.c (update_watchpoint): Update.
13528 (can_use_hardware_watchpoint): Change "vals" to a std::vector.
13529
b5621201
TT
135302018-04-06 Tom Tromey <tom@tromey.com>
13531
13532 * value.h (free_all_values): Remove.
13533 * value.c (free_all_values): Remove.
13534
4d0266a0
TT
135352018-04-06 Tom Tromey <tom@tromey.com>
13536
13537 * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
13538 (value_history_chain, value_history_count): Remove.
13539 (value_history): New global.
13540 (record_latest_value, access_value_history, show_values)
13541 (preserve_values): Update.
13542
b4d61099
TT
135432018-04-06 Tom Tromey <tom@tromey.com>
13544
13545 * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
13546 * varobj.c (varobj_set_display_format, varobj_set_value)
13547 (install_default_visualizer, construct_visualizer)
13548 (install_new_value, ~varobj, varobj_get_value_type)
13549 (my_value_of_variable, varobj_editable_p): Update.
13550 * c-varobj.c (c_describe_child, c_value_of_variable)
13551 (cplus_number_of_children, cplus_describe_child): Update.
13552 * ada-varobj.c (ada_number_of_children, ada_name_of_child)
13553 (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
13554 (ada_value_of_variable, ada_value_is_changeable_p): Update.
13555
9b558729
TT
135562018-04-06 Tom Tromey <tom@tromey.com>
13557
13558 * printcmd.c (last_examine_address): Change type to
13559 value_ref_ptr.
13560 (do_examine, x_command): Update.
13561
850645cf
TT
135622018-04-06 Tom Tromey <tom@tromey.com>
13563
13564 * value.c (release_value): Update.
13565 * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13566 (struct bpstats) <val>: Now a value_ref_ptr.
13567 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13568 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13569 (~watchpoint, print_it_watchpoint, watch_command_1)
13570 (invalidate_bp_value_on_memory_change): Update.
13571
22bc8444
TT
135722018-04-06 Tom Tromey <tom@tromey.com>
13573
13574 * varobj.c (varobj_clear_saved_item)
13575 (update_dynamic_varobj_children, install_new_value, ~varobj):
13576 Update.
13577 * value.h (value_incref): Move declaration earlier.
13578 (value_decref): Rename from value_free.
13579 (struct value_ref_policy): New.
13580 (value_ref_ptr): New typedef.
13581 (struct value_deleter): Remove.
13582 (gdb_value_up): Remove typedef.
13583 (release_value): Change return type.
13584 (release_value_or_incref): Remove.
13585 * value.c (set_value_parent): Update.
13586 (value_incref): Change return type.
13587 (value_decref): Rename from value_free.
13588 (value_free_to_mark, free_all_values, free_value_chain): Update.
13589 (release_value): Return value_ref_ptr.
13590 (release_value_or_incref): Remove.
13591 (record_latest_value, set_internalvar, clear_internalvar):
13592 Update.
13593 * stack.c (info_frame_command): Don't call value_free.
13594 * python/py-value.c (valpy_dealloc, valpy_new)
13595 (value_to_value_object): Update.
13596 * printcmd.c (do_examine): Update.
13597 * opencl-lang.c (lval_func_free_closure): Update.
13598 * mi/mi-main.c (register_changed_p): Don't call value_free.
13599 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13600 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13601 * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13602 value_free.
13603 * guile/scm-value.c (vlscm_free_value_smob)
13604 (vlscm_scm_from_value): Update.
13605 * frame.c (frame_register_unwind, frame_unwind_register_signed)
13606 (frame_unwind_register_unsigned, get_frame_register_bytes)
13607 (put_frame_register_bytes): Don't call value_free.
13608 * findvar.c (address_from_register): Don't call value_free.
13609 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13610 * dwarf2loc.c (entry_data_value_free_closure)
13611 (value_of_dwarf_reg_entry, free_pieced_value_closure)
13612 (dwarf2_evaluate_loc_desc_full): Update.
13613 * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13614 (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13615 (~watchpoint, watch_command_1)
13616 (invalidate_bp_value_on_memory_change): Update.
13617 * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13618
7f8a5d38
SM
136192018-04-06 Simon Marchi <simon.marchi@polymtl.ca>
13620
13621 PR gdb/23022
13622 * warning.m4: Add -Wno-error=deprecated-register.
13623 * configure: Re-generate.
13624
8a76bd3b
TT
136252018-04-05 Tom Tromey <tom@tromey.com>
13626
13627 * linespec.h: Remove include of "vec.h".
13628
8e8d776e
TT
136292018-04-05 Tom Tromey <tom@tromey.com>
13630
13631 * linespec.c (typep): Remove typedef.
13632 (find_methods, find_superclass_methods): Take a std::vector.
13633 (find_method): Use std::vector.
13634
9b2f8581
TT
136352018-04-05 Tom Tromey <tom@tromey.com>
13636
13637 * utils.c (compare_strings): Remove.
13638 * utils.h (compare_strings): Remove.
13639 * objc-lang.h (find_imps): Update.
13640 * objc-lang.c (find_methods): Take a std::vector.
13641 (uniquify_strings, find_imps): Likewise.
13642 * linespec.c (find_methods): Take a std::vector.
13643 (decode_objc): Use std::vector.
13644 (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13645 a std::vector.
13646 (find_method, find_function_symbols): Use std::vector.
13647
459a2e4c
TT
136482018-04-05 Tom Tromey <tom@tromey.com>
13649
13650 * completer.c (completion_tracker::completion_tracker): Remove
13651 cast.
13652 (completion_tracker::discard_completions): Likewise.
13653 * breakpoint.c (ambiguous_names_p): Remove cast.
13654 * ada-lang.c (_initialize_ada_language): Remove cast.
13655 * utils.h (streq): Update.
13656 (streq_hash): Add new declaration.
13657 * utils.c (streq): Return bool.
13658 (streq_hash): New function.
13659
9be2c17a
TT
136602018-04-05 Tom Tromey <tom@tromey.com>
13661
13662 * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13663 Remove a string copy.
13664
f73c6ece
TT
136652018-04-05 Tom Tromey <tom@tromey.com>
13666
13667 * linespec.c (filter_results): Use std::vector.
13668 (decode_line_2, decode_line_full): Update.
13669
53a0f8a2
TT
136702018-04-05 Tom Tromey <tom@tromey.com>
13671
13672 * linespec.c (canonical_to_fullform): Return std::string.
13673 (filter_results): Update.
13674 (struct decode_line_2_item): Add constructor.
13675 <fullform, displayform>: Now std::string.
13676 (decode_line_2_compare_items): Now a std::sort comparator.
13677 (decode_line_2): Update.
13678
a5b5adf5
TT
136792018-04-05 Tom Tromey <tom@tromey.com>
13680
13681 * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13682 (unexpected_linespec_error): Update.
13683 (linespec_parse_basic, parse_linespec): Update.
13684
6a307fc5
TT
136852018-04-05 Tom Tromey <tom@tromey.com>
13686
13687 * linespec.c (linespec_parse_basic): Reindent.
13688
41c1efc6
TT
136892018-04-05 Tom Tromey <tom@tromey.com>
13690
13691 * minsyms.h (iterate_over_minimal_symbols): Update.
13692 * minsyms.c (iterate_over_minimal_symbols): Take a
13693 gdb::function_view.
13694 * linespec.c (struct collect_minsyms): Remove.
13695 (compare_msyms): Now a std::sort comparator.
13696 (add_minsym): Add parameters.
13697 (search_minsyms_for_name): Update. Use std::vector.
13698
c5edbf3d
TT
136992018-04-03 Tom Tromey <tom@tromey.com>
13700
13701 * mipsread.c (read_alphacoff_dynamic_symtab): Use
13702 gdb::byte_vector.
13703
b39efc48
WP
137042018-04-02 Weimin Pan <weimin.pan@oracle.com>
13705
13706 * MAINTAINERS (Write After Approval): Add Weimin Pan.
13707
121ad66c 137082018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
13709
13710 PR gdb/16959
13711 * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when
13712 printing static type.
13713
09473be8
TT
137142018-04-01 Tom Tromey <tom@tromey.com>
13715
13716 * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13717 (rs6000_xfer_shared_libraries): Update.
13718
ec1f2d91
SM
137192018-04-01 Simon Marchi <simon.marchi@polymtl.ca>
13720
13721 * common/gdb_vecs.h (char_ptr): Remove.
13722 * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13723
d8611974
SM
137242018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13725
13726 * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13727 with std::vector.
13728 * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13729
a18ba4e4
SM
137302018-03-30 Simon Marchi <simon.marchi@polymtl.ca>
13731
13732 * tracepoint.h (struct uploaded_tp): Initialize fields.
13733 <actions, step_actions, cmd_strings>: Change type to
13734 std::vector<char *>.
13735 * tracepoint.c (get_uploaded_tp): Allocate with new.
13736 (free_uploaded_tps): Free with delete.
13737 (parse_tracepoint_definition): Adjust to std::vector change.
13738 * breakpoint.c (read_uploaded_action): Likewise.
13739 (create_tracepoint_from_upload): Likewise.
13740 * ctf.c (ctf_write_uploaded_tp): Likewise.
13741 (SET_ARRAY_FIELD): Likewise.
13742 * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13743
a7961323
TT
137442018-03-30 Tom Tromey <tom@tromey.com>
13745
13746 * solib-svr4.c (lm_info_read): Use gdb::byte_vector. Return
13747 std::unique_ptr.
13748 (svr4_keep_data_in_core): Update.
13749 (svr4_read_so_list): Update.
13750
e83e4e24
TT
137512018-03-30 Tom Tromey <tom@tromey.com>
13752
13753 * windows-nat.c (handle_output_debug_string, handle_exception):
13754 Update.
13755 * target.h (target_read_string): Update.
13756 * target.c (target_read_string): Change "string" to
13757 unique_xmalloc_ptr.
13758 * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13759 Update.
13760 * solib-frv.c (frv_current_sos): Update.
13761 * solib-dsbt.c (dsbt_current_sos): Update.
13762 * solib-darwin.c (darwin_current_sos): Update.
13763 * linux-thread-db.c (inferior_has_bug): Update.
13764 * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13765 Update. Remove alloca.
13766 * ada-lang.c (ada_main_name): Update.
13767
263db9a1
TT
137682018-03-30 Tom Tromey <tom@tromey.com>
13769
13770 * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13771 (struct dwo_file_deleter): New.
13772 (dwo_file_up): New typedef.
13773 (open_and_init_dwo_file): Use dwo_file_up.
13774 (free_dwo_file_cleanup): Remove.
13775
5dafb3d1
TT
137762018-03-30 Tom Tromey <tom@tromey.com>
13777
13778 * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13779 (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13780
11ed8cad
TT
137812018-03-30 Tom Tromey <tom@tromey.com>
13782
13783 * dwarf2read.c (class free_cached_comp_units): New class.
13784 (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13785 (free_cached_comp_units): Remove function.
13786
9ae79dac
TT
137872018-03-30 Tom Tromey <tom@tromey.com>
13788
13789 * utils.h (make_cleanup_unpush_target): Remove.
13790 * inf-ptrace.c (struct target_unpusher): New.
13791 (target_unpush_up) New typedef.
13792 (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13793 target_unpush_up.
13794 * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13795
5aa89276
TT
137962018-03-27 Tom Tromey <tom@tromey.com>
13797
13798 * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13799
1dbeed45
TT
138002018-03-27 Pedro Alves <palves@redhat.com>
13801 Tom Tromey <tom@tromey.com>
13802
13803 * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13804 destructor. Now a class.
13805 (gdb_readline_wrapper_cleanup): Remove function.
13806 (gdb_readline_wrapper): Remove cleanups.
13807
c819b2c0
TT
138082018-03-27 Tom Tromey <tom@tromey.com>
13809
13810 * typeprint.h (struct type_print_options) <local_typedefs,
13811 global_typedefs>: Remove "struct" keyword.
13812 (class typedef_hash_table): New class.
13813 (recursively_update_typedef_hash, add_template_parameters)
13814 (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13815 (find_typedef_in_hash): Don't declare.
13816 * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13817 (typedef_hash_table::recursively_update): Rename from
13818 recursively_update_typedef_hash. Now a member.
13819 (typedef_hash_table::add_template_parameters): Rename from
13820 add_template_parameters. Now a member.
13821 (typedef_hash_table::typedef_hash_table): Now a constructor;
13822 rename from create_typedef_hash.
13823 (typedef_hash_table::~typedef_hash_table): Now a destructor;
13824 rename from free_typedef_hash.
13825 (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13826 (do_free_global_table): Remove.
13827 (typedef_hash_table::typedef_hash_table): New constructor; renamed
13828 from copy_type_recursive.
13829 (create_global_typedef_table): Remove.
13830 (typedef_hash_table::find_global_typedef): Now a member of
13831 typedef_hash_table.
13832 (typedef_hash_table::find_typedef): Rename from
13833 find_typedef_in_hash; now a member.
13834 (whatis_exp): Update.
13835 * extension.h (struct ext_lang_type_printers): Add constructor and
13836 destructor.
13837 (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13838 declare.
13839 * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13840 Now a constructor; rename from start_ext_lang_type_printers.
13841 (ext_lang_type_printers): Now a destructor; rename from
13842 free_ext_lang_type_printers.
13843 * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13844 Update.
13845 (c_type_print_base_struct_union): Update. Remove cleanups.
13846
608219fb
TT
138472018-03-27 Tom Tromey <tom@tromey.com>
13848
13849 * dwarf-index-write.c: Include <cmath>.
13850
3fcded8f
JB
138512018-03-27 Joel Brobecker <brobecker@adacore.com>
13852
13853 * NEWS: Add entry describing new "set|show varsize-limit" command.
13854 * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13855 command.
13856 * printcmd.c (_initialize_printcmd): Add "set var" alias of
13857 "set variable".
13858
cd4fb1b2
SM
138592018-03-27 Simon Marchi <simon.marchi@ericsson.com>
13860
13861 * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13862 dwarf-index-write.c
13863 (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13864 * dwarf-index-common.c: New file.
13865 * dwarf-index-common.h: New file.
13866 * dwarf-index-write.c: New file.
13867 * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13868 (struct dwarf2_section_info): Move from here.
13869 (dwarf2_section_info_def): Likewise.
13870 (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13871 (offset_type): Likewise.
13872 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13873 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13874 (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13875 (byte_swap): Likewise.
13876 (MAYBE_SWAP): Likewise.
13877 (dwarf2_per_cu_ptr): Likewise.
13878 (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13879 (struct tu_stats): Likewise.
13880 (struct dwarf2_per_objfile): Likewise.
13881 (struct dwarf2_per_cu_data): Likewise.
13882 (struct signatured_type): Likewise.
13883 (sig_type_ptr): Likewise.
13884 (DEF_VEC_P (sig_type_ptr)): Likewise.
13885 (INDEX4_SUFFIX): Likewise.
13886 (INDEX5_SUFFIX): Likewise.
13887 (DEBUG_STR_SUFFIX): Likewise.
13888 (dwarf2_read_section): Make non-static.
13889 (mapped_index_string_hash): Move from here.
13890 (dwarf5_djb_hash): Likewise.
13891 (file_write): Likewise.
13892 (class data_buf): Likewise.
13893 (struct symtab_index_entry): Likewise.
13894 (struct mapped_symtab): Likewise.
13895 (find_slot): Likewise.
13896 (hash_expand): Likewise.
13897 (add_index_entry): Likewise.
13898 (uniquify_cu_indices): Likewise.
13899 (class c_str_view): Likewise.
13900 (class c_str_view_hasher): Likewise.
13901 (class vector_hasher): Likewise.
13902 (write_hash_table): Likewise.
13903 (psym_index_map): Likewise.
13904 (struct addrmap_index_data): Likewise.
13905 (add_address_entry): Likewise.
13906 (add_address_entry_worker): Likewise.
13907 (write_address_map): Likewise.
13908 (symbol_kind): Likewise.
13909 (write_psymbols): Likewise.
13910 (struct signatured_type_index_data): Likewise.
13911 (write_one_signatured_type): Likewise.
13912 (recursively_count_psymbols): Likewise.
13913 (recursively_write_psymbols): Likewise.
13914 (class debug_names): Likewise.
13915 (check_dwarf64_offsets): Likewise.
13916 (psyms_seen_size): Likewise.
13917 (write_gdbindex): Likewise.
13918 (write_debug_names): Likewise.
13919 (assert_file_size): Likewise.
13920 (write_psymtabs_to_index): Likewise.
13921 (save_gdb_index_command): Likewise.
13922 (_initialize_dwarf2_read): Don't register the "save gdb-index"
13923 command.
13924 * dwarf2read.h: New file.
13925
59cc4834
JB
139262018-03-27 Joel Brobecker <brobecker@adacore.com>
13927
13928 PR gdb/22670
13929 * dwarf2read.c (dwarf2_physname): Do not return the demangled
13930 symbol name if the CU's language stores symbol names in linkage
13931 format.
13932 * language.h (struct language_defn)
13933 <la_store_sym_names_in_linkage_form_p>: New field. Adjust
13934 all instances of this struct.
13935
67501539
TT
139362018-03-26 Tom Tromey <tom@tromey.com>
13937
13938 * stack.c (backtrace_command_1): Remove verbose code.
13939
76c939ac
TT
139402018-03-26 Tom Tromey <tom@tromey.com>
13941
13942 * python/py-framefilter.c (py_print_type): Don't catch
13943 exceptions. Return void.
13944 (py_print_value): Likewise.
13945 (py_print_single_arg): Likewise.
13946 (enumerate_args): Don't catch exceptions.
13947 (py_print_args): Likewise.
13948 (py_print_frame): Likewise.
13949 (gdbpy_apply_frame_filter): Catch exceptions here.
13950
9507b29c
TT
139512018-03-26 Tom Tromey <tom@tromey.com>
13952
13953 * stack.c (_initialize_stack): Remove trailing newlines from help
13954 text. Add "Usage" line to "backtrace" help.
13955
eb68e487
TT
139562018-03-26 Tom Tromey <tom@tromey.com>
13957
13958 PR python/16486:
13959 * python/py-framefilter.c (py_print_args): Call wrap_hint.
13960
1f111921
TT
139612018-03-26 Tom Tromey <tom@tromey.com>
13962
13963 * python/py-framefilter.c (py_print_single_arg): Return
13964 EXT_LANG_BT_ERROR from catch.
13965
fb7eb8b5
TT
139662018-03-26 Tom Tromey <tom@tromey.com>
13967
13968 PR backtrace/15584:
13969 * stack.c (backtrace_command_1): Move some code into no-filters
13970 "if".
13971
4ca59a9f
TT
139722018-03-26 Tom Tromey <tom@tromey.com>
13973
13974 * python/py-framefilter.c (throw_quit_or_print_exception): New
13975 function.
13976 (gdbpy_apply_frame_filter): Use it.
13977
92256134
TT
139782018-03-26 Tom Tromey <tom@tromey.com>
13979
13980 PR cli/17716:
13981 * python/py-framefilter.c (py_print_type, py_print_value)
13982 (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13983 RETURN_MASK_ERROR.
13984
7a630bc2
TT
139852018-03-26 Tom Tromey <tom@tromey.com>
13986
13987 * python/py-framefilter.c (enumerate_args): Use
13988 gdb::unique_xmalloc_ptr.
13989
63283d4a
TT
139902018-03-26 Tom Tromey <tom@tromey.com>
13991
13992 * python/py-framefilter.c (py_print_frame): Return
13993 EXT_LANG_BT_OK.
13994 (gdbpy_apply_frame_filter): Update comment.
13995 * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13996 Remove.
13997 <EXT_LANG_BT_NO_FILTERS>: Change value.
13998
978d6c75
TT
139992018-03-26 Tom Tromey <tom@tromey.com>
14000
14001 PR backtrace/15582:
14002 * stack.c (backtrace_command): Parse "hide" argument.
14003 * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
14004 * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
14005 constant.
14006
1cf7e640
TT
140072018-03-26 Tom Tromey <tom@tromey.com>
14008
14009 * stack.c (backtrace_command_1): Remove "show_locals" parameter,
14010 add "flags".
14011 (backtrace_command): Remove "fulltrace", add "flags".
14012
ea3b0687
TT
140132018-03-26 Tom Tromey <tom@tromey.com>
14014
14015 * stack.c (backtrace_command): Rewrite command line parsing.
14016
9f034d75
SM
140172018-03-26 Simon Marchi <simon.marchi@ericsson.com>
14018
14019 * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
14020
ce1459e5
SM
140212018-03-26 Simon Marchi <simon.marchi@ericsson.com>
14022
14023 * filename-seen-cache.h: Add include guard.
14024
4f7ae6f5
KS
140252018-03-26 Keith Seitz <keiths@redhat.com>
14026
14027 * symfile.c (place_section): Remove "struct" from section_addr_info
14028 in comment.
14029 * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
14030 "struct" keyword from section_addr_info.
14031
5cd3e386
AH
140322018-03-26 Alan Hayward <alan.hayward@arm.com>
14033
14034 * regformats/regdef.h (reg): Add constructors.
14035
3e5ef9a4
PA
140362018-03-25 Pedro Alves <palves@redhat.com>
14037
14038 * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
14039 if then/else bodies in var_func_name extraction.
14040
c88d2fcc 140412018-03-23 Weimin Pan <weimin.pan@oracle.com>
bce02d88
WP
14042
14043 * minsyms.c (lookup_minimal_symbol_and_objfile): Use
14044 lookup_minimal_symbol() to find symbol entry.
14045 * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
14046
b7fee5a3
KS
140472018-03-23 Keith Seitz <keiths@redhat.com>
14048
14049 PR c++/22968
14050 * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
14051 nested type definitions for C++, too.
14052
2cc9b304
TT
140532018-03-23 Tom Tromey <tom@tromey.com>
14054
14055 * machoread.c (struct oso_el): Add a constructor. Don't define as
14056 a typedef.
14057 (macho_register_oso): Remove.
14058 (macho_symtab_read): Take a std::vector.
14059 (oso_el_compare_name): Now a std::sort comparator.
14060 (macho_symfile_read_all_oso): Take a std::vector.
14061 (macho_symfile_read): Use std::vector. Remove cleanups.
14062
a2b2bc12
TT
140632018-03-22 Tom Tromey <tom@tromey.com>
14064
14065 * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
14066 (record_full_goto_bookmark): Use std::string.
14067
7a8f494c
PFC
140682018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14069
14070 PR tdep/18295
14071 * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
14072 a single mask.
14073
dd6d677f
PFC
140742018-03-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14075
14076 * rs6000-tdep.c (store_insn_p): New function.
14077 (skip_prologue): New variable alloca_reg_offset. Set lr_reg
14078 and cr_reg to their unshifted values. Use store_insn_p to
14079 match LR saves using either R1 or fdata->alloca_reg. Use
14080 store_insn_p to match CR saves. Set alloca_reg_offset
14081 when alloca_reg and framep are set. Remove lr_reg shift
14082 when assigning to fdata->lr_register.
14083
26d6cec4
AA
140842018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
14085
14086 * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
14087 command line args instead of emitting a warning.
14088
5d9310c4
SM
140892018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
14090
14091 * tracepoint.h (struct static_tracepoint_marker): Initialize
14092 fields, define default constructor, move constructor and move
14093 assignment, disable the rest.
14094 <str_id, extra>: Make std::string.
14095 (release_static_tracepoint_marker): Remove.
14096 (free_current_marker): Remove.
14097 * tracepoint.c (free_current_marker): Remove.
14098 (parse_static_tracepoint_marker_definition): Adjust to
14099 std::string, use new hex2str overload.
14100 (release_static_tracepoint_marker): Remove.
14101 (print_one_static_tracepoint_marker): Get marker by reference
14102 and adjust to std::string.
14103 (info_static_tracepoint_markers_command): Adjust to std::vector
14104 changes
14105 * target.h (static_tracepoint_marker_p): Remove typedef.
14106 (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
14107 (struct target_ops) <to_static_tracepoint_marker_at>: Return
14108 bool.
14109 <to_static_tracepoint_markers_by_strid>: Return std::vector.
14110 * target-debug.h
14111 (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
14112 (target_debug_print_std_vector_static_tracepoint_marker): New.
14113 (target_debug_print_struct_static_tracepoint_marker_p): Rename
14114 to...
14115 (target_debug_print_static_tracepoint_marker_p): ... this.
14116 * target-delegates.c: Re-generate.
14117 * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
14118 Make std::string.
14119 * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
14120 (decode_static_tracepoint_spec): Adjust to std::vector.
14121 (tracepoint_print_one_detail): Adjust to std::string.
14122 (strace_marker_decode_location): Adjust to std::string.
14123 (update_static_tracepoint): Adjust to std::string, remove call
14124 to release_static_tracepoint_marker.
14125 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
14126 Adjust to std::vector.
14127 * remote.c (remote_static_tracepoint_marker_at): Return bool.
14128 (remote_static_tracepoint_markers_by_strid): Adjust to
14129 std::vector.
14130 * common/rsp-low.h (hex2str): New overload with explicit count
14131 of bytes.
14132 * common/rsp-low.c (hex2str): New overload with explicit count
14133 of bytes.
14134 * unittests/rsp-low-selftests.c (test_hex2str): New function.
14135 (_initialize_rsp_low_selftests): Add test_hex2str test.
14136 * unittests/tracepoint-selftests.c
14137 (test_parse_static_tracepoint_marker_definition): Adjust to
14138 std::string.
14139
62c222b6
SM
141402018-03-22 Simon Marchi <simon.marchi@polymtl.ca>
14141
14142 * tracepoint.c (parse_static_tracepoint_marker_definition):
14143 Consider case where the definition is followed by more
14144 definitions.
14145 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14146 tracepoint-selftests.c.
14147 * unittests/tracepoint-selftests.c: New.
14148
7eb2418f
PFC
141492018-03-21 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
14150
14151 * MAINTAINERS (Write After Approval): Add Pedro Franco de
14152 Carvalho.
14153
7cbe16e9
SR
141542018-03-20 Stephen Roberts <stephen.roberts@arm.com>
14155
3d6b3b82 14156 * symtab.c (find_pc_sect_line): fixed indentation.
7cbe16e9 14157
4ee89e90
SR
141582018-03-20 Stephen Roberts <stephen.roberts@arm.com>
14159
3d6b3b82 14160 * symtab.c (find_pc_sect_line): now uses binary search.
4ee89e90 14161
92630041
TT
141622018-03-19 Tom Tromey <tom@tromey.com>
14163
14164 * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
14165 "IDENT" production.
14166
76727919
TT
141672018-03-19 Pedro Alves <palves@redhat.com>
14168 Tom Tromey <tom@tromey.com>
14169
14170 * unittests/observable-selftests.c: New file.
14171 * common/observable.h: New file.
14172 * observable.h: New file.
14173 * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
14174 arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
14175 breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
14176 corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
14177 extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
14178 infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
14179 linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
14180 mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
14181 ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
14182 python/py-breakpoint.c, python/py-finishbreakpoint.c,
14183 python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
14184 record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
14185 riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
14186 spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
14187 symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
14188 tui/tui-interp.c, valops.c: Update all users.
14189 * tui/tui-hooks.c (tui_bp_created_observer)
14190 (tui_bp_deleted_observer, tui_bp_modified_observer)
14191 (tui_inferior_exit_observer, tui_before_prompt_observer)
14192 (tui_normal_stop_observer, tui_register_changed_observer):
14193 Remove.
14194 (tui_observers_token): New global.
14195 (attach_or_detach, tui_attach_detach_observers): New functions.
14196 (tui_install_hooks, tui_remove_hooks): Use
14197 tui_attach_detach_observers.
14198 * record-btrace.c (record_btrace_thread_observer): Remove.
14199 (record_btrace_thread_observer_token): New global.
14200 * observer.sh: Remove.
14201 * observer.c: Rename to observable.c.
14202 * observable.c (namespace gdb_observers): Define new objects.
14203 (observer_debug): Move into gdb_observers namespace.
14204 (struct observer, struct observer_list, xalloc_observer_list_node)
14205 (xfree_observer_list_node, generic_observer_attach)
14206 (generic_observer_detach, generic_observer_notify): Remove.
14207 (_initialize_observer): Update.
14208 Don't include observer.inc.
14209 * Makefile.in (generated_files): Remove observer.h, observer.inc.
14210 (clean mostlyclean): Likewise.
14211 (observer.h, observer.inc): Remove targets.
14212 (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
14213 (COMMON_SFILES): Use observable.c, not observer.c.
14214 * .gitignore: Remove observer.h.
14215
1cb1f3da
TT
142162018-03-18 Tom Tromey <tom@tromey.com>
14217
14218 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
14219 gdb::def_vector.
14220 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
14221
a06ab151
TT
142222018-03-17 Tom Tromey <tom@tromey.com>
14223
14224 * auto-load.c (auto_load_objfile_script_1): Use std::string.
14225
770623f7
TT
142262018-03-17 Tom Tromey <tom@tromey.com>
14227
14228 * target.c (class scoped_target_fd): New.
14229 (target_fileio_close_cleanup): Remove.
14230 (target_fileio_read_alloc_1): Use scoped_target_fd.
14231
39be3c7e
SM
142322018-03-16 Simon Marchi <simon.marchi@polymtl.ca>
14233
14234 * silent-rules.mk: New.
14235 * Makefile.in: Include silent-rules.mk
14236 (srcdir, VPATH, top_srcdir): Move up.
14237 (COMPILE): Add ECHO_CXX.
14238 (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
14239 (init.c): Add ECHO_INIT_C.
14240 (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
14241 (version.c): Add ECHO_GEN.
14242 (printcmd.o): Add ECHO_CXX.
14243 (target-float.o): Add ECHO_CXX.
14244 (ada-exp.o): Add ECHO_CXX.
14245 (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
14246 (insight$(EXEEXT)): Add ECHO_CXXLD.
14247 * gnulib/configure.ac: Add AM_SILENT_RULES.
14248 * gnulib/aclocal.m4: Re-generate.
14249 * gnulib/configure: Re-generate.
14250 * gnulib/import/Makefile.in: Re-generate.
14251
37e136b1
TT
142522018-03-16 Tom Tromey <tom@tromey.com>
14253
14254 * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
14255 * utils.h (make_cleanup_free_section_addr_info): Don't declare.
14256 * utils.c (do_free_section_addr_info)
14257 (make_cleanup_free_section_addr_info): Remove.
14258 * symfile.h (struct other_sections): Add constructor.
14259 (struct section_addr_info): Remove.
14260 (section_addr_info): New typedef.
14261 (struct sym_fns) <sym_offsets>: Change type of parameter.
14262 (build_section_addr_info_from_objfile)
14263 (relative_addr_info_to_section_offsets, addr_info_make_relative)
14264 (default_symfile_offsets, symbol_file_add)
14265 (symbol_file_add_from_bfd)
14266 (build_section_addr_info_from_section_table): Update.
14267 (alloc_section_addr_info, free_section_addr_info): Don't declare.
14268 * symfile.c (alloc_section_addr_info): Remove.
14269 (build_section_addr_info_from_section_table): Change return type.
14270 Update.
14271 (build_section_addr_info_from_bfd)
14272 (build_section_addr_info_from_objfile): Likewise.
14273 (free_section_addr_info): Remove.
14274 (relative_addr_info_to_section_offsets): Change type of "addrs".
14275 (addrs_section_compar): Now a std::sort comparator.
14276 (addrs_section_sort): Change return type.
14277 (addr_info_make_relative): Change type of "addrs". Update.
14278 (default_symfile_offsets, syms_from_objfile_1)
14279 (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
14280 (symbol_file_add_separate): Update.
14281 (symbol_file_add): Change type of "addrs". Update.
14282 (add_symbol_file_command): Update. Remove cleanups.
14283 * symfile-mem.c (symbol_file_add_from_memory): Update. Remove
14284 cleanups.
14285 * symfile-debug.c (debug_sym_offsets): Change type of "info".
14286 * solib.c (solib_read_symbols): Update.
14287 * objfiles.c (objfile_relocate): Update. Remove cleanups.
14288 * machoread.c (macho_symfile_offsets): Update.
14289 * jit.c (jit_bfd_try_read_symtab): Update.
14290
03afa6ef
SM
142912018-03-15 Simon Marchi <simon.marchi@polymtl.ca>
14292
14293 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14294 unittests/utils-selftests.c.
14295 * unittests/utils-selftests.c: New file.
14296
3ae9ce5d
TT
142972018-03-14 Tom Tromey <tom@tromey.com>
14298
14299 PR cli/14977:
14300 * printcmd.c (printf_c_string, printf_wide_c_string): Special case
14301 for NULL.
14302
b8c2339b
TT
143032018-03-14 Tom Tromey <tom@tromey.com>
14304
14305 PR cli/19918:
14306 * printcmd.c (printf_pointer): Allow "-" in format.
14307
80ae639d
TT
143082018-03-14 Tom Tromey <tom@tromey.com>
14309
14310 * printcmd.c (_initialize_printcmd): Add usage to printf.
14311
0d671d99
YQ
143122018-03-14 Yao Qi <qiyao@sourceware.org>
14313
14314 * MAINTAINERS: Update my email address.
14315
b577b6af
TT
143162018-03-13 Tom Tromey <tom@tromey.com>
14317
14318 * machoread.c (macho_check_dsym): Change filenamep to a
14319 std::string*.
14320 (macho_symfile_read): Update.
14321 * symfile.c (load_command): Use std::string.
14322
89a3b63e
AB
143232018-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
14324
14325 * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
14326 to error message string.
14327 (riscv_register_name): Use xsnprintf instead of sprintf.
14328 (riscv_insn::fetch_instruction): Use gdb_assert instead of
14329 internal_error.
14330 (riscv_print_arg_location): Use gdb_assert_not_reached instead of
14331 error.
14332 (riscv_push_dummy_call): Likewise.
14333
984c7238
TT
143342018-03-12 Tom Tromey <tom@tromey.com>
14335
14336 * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
14337 Use gdb::byte_vector.
14338 * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
14339
933522d1
YQ
143402018-03-12 Yao Qi <yao.qi@linaro.org>
14341
14342 * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
14343 parameter type to readable_regcache.
14344 * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
14345 the declaration.
14346
be2daae6
TT
143472018-03-11 Tom Tromey <tom@tromey.com>
14348
14349 * dwarf2read.c (struct nextfield): Add initializers.
14350 (struct nextfnfield): Remove.
14351 (struct fnfieldlist): Add initializers. Remove "length" and
14352 "head", use std::vector.
14353 (struct decl_field_list): Remove.
14354 (struct field_info): Add initializers.
14355 <fields, baseclasses>: Now std::vector.
14356 <nbaseclasses, nfnfields, typedef_field_list_count,
14357 nested_types_list_count>: Remove.
14358 (dwarf2_add_field, dwarf2_add_type_defn)
14359 (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
14360 (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
14361 (process_structure_scope): Update.
14362
484cf504
TT
143632018-03-11 Tom Tromey <tom@tromey.com>
14364
14365 * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
14366 for use by std::sort.
14367 (build_type_psymtabs_1): Use std::vector.
14368
9bd8e0b0
EZ
143692018-03-09 Eli Zaretskii <eliz@gnu.org>
14370
14371 * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
14372 and LIBMPFR in the printed configuration.
14373
5dc1a704
TT
143742018-03-08 Tom Tromey <tom@tromey.com>
14375
14376 * source.c (get_filename_and_charpos): Use scoped_fd.
14377 * nto-procfs.c (procfs_open_1): Use scoped_fd.
14378 (procfs_pidlist): Likewise.
14379 * procfs.c (proc_get_LDT_entry): Use scoped_fd.
14380 (iterate_over_mappings): Likewise.
14381
fdf07f3a
TT
143822018-03-08 Tom Tromey <tom@tromey.com>
14383
14384 * infcall.c (struct call_return_meta_info)
14385 <stack_temporaries_enabled>: Remove.
14386 (get_call_return_value, call_function_by_hand_dummy): Update.
14387 * thread.c (disable_thread_stack_temporaries): Remove.
14388 (enable_thread_stack_temporaries): Remove.
14389 (thread_stack_temporaries_enabled_p): Return bool.
14390 (push_thread_stack_temporary, value_in_thread_stack_temporaries)
14391 (get_last_thread_stack_temporary): Update.
14392 * eval.c (evaluate_subexp): Update.
14393 * gdbthread.h (class enable_thread_stack_temporaries): Now a
14394 class, not a function.
14395 (value_ptr, value_vec): Remove typedefs.
14396 (class thread_info) <stack_temporaries_enabled>: Now bool.
14397 <stack_temporaries>: Now a std::vector.
14398 (thread_stack_temporaries_enabled_p)
14399 (value_in_thread_stack_temporaries): Return bool.
14400
567a3e54
SM
144012018-03-08 Simon Marchi <simon.marchi@ericsson.com>
14402
14403 * remote.c (putpkt_binary): Fix omitted bytes reporting.
14404 (getpkt_or_notif_sane_1): Likewise.
14405
00b40057
SM
144062018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14407
14408 * build-id.c (build_id_to_debug_bfd): Use std::string.
14409
a8dbfd58
SM
144102018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14411
14412 * build-id.c (find_separate_debug_file_by_buildid): Return
14413 std::string.
14414 * build-id.h (find_separate_debug_file_by_buildid): Return
14415 std::string.
14416 * coffread.c (coff_symfile_read): Adjust to std::string.
14417 * elfread.c (elf_symfile_read): Adjust to std::string.
14418 * symfile.c (separate_debug_file_exists): Change parameter to
14419 std::string.
14420 (find_separate_debug_file): Return std::string.
14421 (find_separate_debug_file_by_debuglink): Return std::string.
14422 * symfile.h (find_separate_debug_file_by_debuglink): Return
14423 std::string.
14424
e6a58aa8
SM
144252018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
14426
14427 * common/xml-utils.c (xml_escape_text): Move code to...
14428 (xml_escape_text_append): ... this new function.
14429 * common/xml-utils.h (xml_escape_text_append): New declaration.
14430 * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
14431 New function.
14432 (_initialize_xml_utils): register test_xml_escape_text_append as
14433 a selftest.
14434
4ef0bef6
AH
144352018-03-07 Alan Hayward <alan.hayward@arm.com>
14436
14437 * defs.h: Remove MAX_REGISTER_SIZE.
14438 * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
14439 asserts.
14440 * python/py-unwind.c (pyuw_sniffer): Likewise.
14441
e0d3522b
TT
144422018-03-07 Tom Tromey <tom@tromey.com>
14443
14444 * linux-tdep.c (linux_info_proc): Update.
14445 * target.h (struct target_ops) <to_fileio_readlink>: Return
14446 optional<string>.
14447 (target_fileio_readlink): Return optional<string>.
14448 * remote.c (remote_hostio_readlink): Return optional<string>.
14449 * inf-child.c (inf_child_fileio_readlink): Return
14450 optional<string>.
14451 * target.c (target_fileio_readlink): Return optional<string>.
14452
ea005f31
AB
144532018-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
14454
14455 * regcache.c (cooked_read_test): Add riscv to the list of
14456 architectures that have a save_reggroup.
14457
e95a97d4
AA
144582018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
14459
14460 * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
14461 value is not a dynamic class object.
14462
d8344f3d
TT
144632018-03-06 Tom Tromey <tom@tromey.com>
14464
14465 * rust-exp.y: Formatting fixes.
14466
9add17f2
AB
144672018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14468
14469 * riscv-tdep.c (riscv_register_name): Remove target description
14470 support.
14471 (riscv_gdbarch_init): Remove target description check.
14472
c9486dfe
AB
144732018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14474
14475 * riscv-tdep.c: Remove 'Contributed by ...' lines from header
14476 comment.
14477 * riscv-tdep.h: Likewise.
14478
d74aff3d
AB
144792018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14480
14481 * riscv-tdep.c (riscv_pseudo_register_read): Delete.
14482 (riscv_pseudo_register_write): Delete.
14483 (riscv_gdbarch_init): Remove all use of pseudo registers.
14484
7ea78b59
SM
144852018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14486
14487 * record-btrace.c (btrace_print_lines): Replace cleanup
14488 parameter with RAII equivalents.
14489 (btrace_insn_history): Replace cleanup with RAII equivalents.
14490 * ui-out.h (make_cleanup_ui_out_list_begin_end,
14491 make_cleanup_ui_out_tuple_begin_end): Remove.
14492 * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
14493 make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
14494 make_cleanup_ui_out_list_begin_end): Remove.
14495
53127008
SM
144962018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14497
14498 * record-btrace.c (record_btrace_maybe_mark_async_event): Change
14499 parameter types to std::vector. Use bool.
14500 (record_btrace_wait): Replace VEC(tp_t) with
14501 std::vector<thread_info *>.
14502 * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
14503
228f1508
SM
145042018-03-06 Simon Marchi <simon.marchi@polymtl.ca>
14505
14506 * record-btrace.c (record_btrace_disable_callback): Remove.
14507 (struct scoped_btrace_disable): New.
14508 (record_btrace_open): Use scoped_btrace_disable.
14509
b2970c23
AB
145102018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14511
14512 * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
14513 reading values from registers.
14514
fb294655
AB
145152018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14516
14517 * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
14518 where appropriate.
14519
cab5bb9d
AB
145202018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14521
14522 * riscv-tdep.c (riscv_print_arg_location): Add header comment,
14523 change parameter type. Use GDB's print functions, and use
14524 core_addr_to_string where appropriate.
14525 (riscv_push_dummy_call): Use core_addr_to_string where
14526 appropriate, update call to riscv_print_arg_location, and reindent
14527 a few lines.
14528 (riscv_return_value): Update call to riscv_print_arg_location.
14529
dbbb1059
AB
145302018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14531 Tim Newsome <tim@sifive.com>
14532 Albert Ou <a0u@eecs.berkeley.edu>
14533 Darius Rad <darius@bluespec.com>
14534
14535 * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
14536 (HFILES_NO_SRCDIR): Add riscv-tdep.h.
14537 (ALLDEPFILES): Add riscv-tdep.c
14538 * configure.tgt: Add riscv support.
14539 * riscv-tdep.c: New file.
14540 * riscv-tdep.h: New file.
14541 * NEWS: Mention new target.
14542 * MAINTAINERS: Add entry for riscv.
14543
5dc43913
AB
145442018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
14545
14546 * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
14547 fields within aggregates.
14548
3dea1ef7
SM
145492018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
14550
14551 * record-btrace.c (btrace_print_lines): Change type of flags to
14552 gdb_disassembly_flags.
14553
7efba073
JB
145542018-03-04 John Baldwin <jhb@FreeBSD.org>
14555
14556 * fbsd-nat.c: Include "inf-ptrace.h".
14557 (USE_SIGTRAP_SIGINFO): Conditionally define.
14558 [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
14559 (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
14560 [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14561 function.
14562 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14563 Likewise.
14564 [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14565 Likewise.
14566 (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14567 "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14568 "supports_stopped_by_hw_breakpoint" target methods.
14569
386a8676
JB
145702018-03-04 John Baldwin <jhb@FreeBSD.org>
14571
14572 * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14573 * fbsd-nat.c (debug_fbsd_nat): New variable.
14574 (show_fbsd_nat_debug): New function.
14575 (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14576 (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14577
12279366
JB
145782018-03-04 John Baldwin <jhb@FreeBSD.org>
14579
14580 * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14581 * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14582 prototype.
14583 * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14584 (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14585 method.
14586
54693cf5
SM
145872018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14588
14589 * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14590 * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14591
ccb2231c
SM
145922018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14593
14594 * charset.c (struct charset_vector): New.
14595 (charsets): Change type to charset_vector.
14596 (find_charset_names): Adjust.
14597 (add_one): Adjust.
14598 (_initialize_charset): Adjust.
14599
6fb16ce6
SM
146002018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14601
14602 * progspace.h (struct program_space) <deleted_solibs>: Change
14603 type to std::vector<std::string>.
14604 * progspace.c (clear_program_space_solib_cache): Adjust.
14605 * breakpoint.c (print_solib_event): Adjust.
14606 (check_status_catch_solib): Adjust.
14607 * solib.c (update_solib_list): Adjust.
14608 * ui-out.h (class ui_out) <field_string>: New overload.
14609 * ui-out.c (ui_out::field_string): New overload.
14610
564b1e3f
SM
146112018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14612
14613 * progspace.h (struct program_space): Add constructor and
14614 destructor, initialize fields.
14615 (add_program_space): Remove.
14616 * progspace.c (add_program_space): Rename to...
14617 (program_space::program_space): ... this.
14618 (release_program_space): Rename to...
14619 (program_space::~program_space): ... this.
14620 (delete_program_space): Use delete to delete program_space.
14621 (initialize_progspace): Use new to allocate program_space.
14622 * inferior.c (add_inferior_with_spaces): Likewise.
14623 (clone_inferior_command): Likewise.
14624 * infrun.c (follow_fork_inferior): Likewise.
14625 (handle_vfork_child_exec_or_exit): Likewise.
14626
e80aaf61
SM
146272018-03-02 Simon Marchi <simon.marchi@polymtl.ca>
14628
14629 * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14630 (delim_string_to_char_ptr_vec): Return std::vector of
14631 gdb::unique_xmalloc_ptr.
14632 (dirnames_to_char_ptr_vec_append): Take std::vector of
14633 gdb::unique_xmalloc_ptr.
14634 (dirnames_to_char_ptr_vec): Return std::vector of
14635 gdb::unique_xmalloc_ptr.
14636 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14637 Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14638 (delim_string_to_char_ptr_vec): Return an std::vector of
14639 gdb::unique_xmalloc_ptr, adjust the code.
14640 (dirnames_to_char_ptr_vec_append): Take an std::vector of
14641 gdb::unique_xmalloc_ptr, adjust the code.
14642 (dirnames_to_char_ptr_vec): Return an std::vector of
14643 gdb::unique_xmalloc_ptr, adjust the code.
14644 * auto-load.c (auto_load_safe_path_vec): Change type to
14645 std::vector of gdb::unique_xmalloc_ptr.
14646 (auto_load_expand_dir_vars): Return an std::vector of
14647 gdb::unique_xmalloc_ptr, adjust the code.
14648 (auto_load_safe_path_vec_update): Adjust.
14649 (filename_is_in_auto_load_safe_path_vec): Adjust.
14650 (auto_load_objfile_script_1): Adjust.
14651 * build-id.c (build_id_to_debug_bfd): Adjust.
14652 * linux-thread-db.c (thread_db_load_search): Adjust.
14653 * source.c (add_path): Adjust.
14654 (openp): Adjust.
14655 * symfile.c (find_separate_debug_file): Adjust.
14656 * utils.c (do_free_char_ptr_vec): Remove.
14657 (make_cleanup_free_char_ptr_vec): Remove.
14658
ab818ade
SDJ
146592018-03-01 Sergio Durigan Junior <sergiodj@redhat.com>
14660
14661 PR gdb/22907
14662 * common/pathstuff.c: Conditionally include "<windows.h>".
14663
e1e6f073
GS
146642018-03-01 Georg Sauthoff <mail@georg.so>
14665
14666 PR gdb/22888
14667 * gcore.in: Quote variables and switch interpreter to bash.
14668
c7b15a66
TT
146692018-03-01 Tom Tromey <tom@tromey.com>
14670
14671 * dwarf2read.c (alloc_discriminant_info): Fix default_index
14672 assertion. Add assertion for discriminant_index.
14673 (quirk_rust_enum): Use correct base type name in univariant case.
14674
0cb7c7b0
SM
146752018-03-01 Simon Marchi <simon.marchi@ericsson.com>
14676
14677 * record.c (get_call_history_modifiers): Return a
14678 record_print_flags.
14679 (cmd_record_call_history): Adjust.
14680 * record-btrace.c (record_btrace_call_history): Adjust.
14681 (record_btrace_call_history_range): Adjust.
14682 (record_btrace_call_history_from): Adjust.
14683 * target-debug.h (target_debug_print_record_print_flags): New.
14684 * target-delegates.c: Re-generate.
14685 * target.c (target_call_history): Change flags type.
14686 (target_call_history_from): Likewise.
14687 (target_call_history_range): Likewise.
14688 * target.h (struct target_ops) <target_call_history>: Likewise.
14689 (target_call_history_from): Likewise.
14690 (target_call_history_range): Likewise.
14691
25e3c82c
SDJ
146922018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14693 Simon Marchi <simon.marchi@polymtl.ca>
14694
14695 * common/common-utils.c: Include "sys/stat.h".
14696 (is_regular_file): Move here from "source.c"; change return
14697 type to "bool".
14698 * common/common-utils.h (is_regular_file): New prototype.
14699 * common/pathstuff.c (contains_dir_separator): New function.
14700 * common/pathstuff.h (contains_dir_separator): New prototype.
14701 * source.c: Don't include "sys/stat.h".
14702 (is_regular_file): Move to "common/common-utils.c".
14703
b4987c95
SDJ
147042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
14705
14706 * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14707 (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14708 * auto-load.c: Include "common/pathstuff.h".
14709 * common/common-def.h (current_directory): Move here.
14710 * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14711 function.
14712 * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14713 prototype.
14714 * common/pathstuff.c: New file.
14715 * common/pathstuff.h: New file.
14716 * compile/compile.c: Include "common/pathstuff.h".
14717 * defs.h (current_directory): Move to "common/common-defs.h".
14718 * dwarf2read.c: Include "common/pathstuff.h".
14719 * exec.c: Likewise.
14720 * guile/scm-safe-call.c: Likewise.
14721 * linux-thread-db.c: Likewise.
14722 * main.c: Likewise.
14723 * nto-tdep.c: Likewise.
14724 * objfiles.c: Likewise.
14725 * source.c: Likewise.
14726 * symtab.c: Likewise.
14727 * utils.c: Include "common/pathstuff.h".
14728 (gdb_realpath): Move to "common/pathstuff.c".
14729 (gdb_realpath_keepfile): Likewise.
14730 (gdb_abspath): Likewise.
14731 * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14732 (gdb_realpath_keepfile): Likewise.
14733 (gdb_abspath): Likewise.
14734
f169cfdc
JB
147352018-02-28 John Baldwin <jhb@FreeBSD.org>
14736
14737 * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14738 wildcard process pid for super_resume for kernels with a
14739 specific bug.
14740
e05cac70
PM
147412018-02-27 Phil Muldoon <pmuldoon@redhat.com>
14742
14743 * compile/compile.c (get_args): Add additional comments
14744 explaining function.
14745
55089490
TT
147462018-02-27 Simon Marchi <simon.marchi@polymtl.ca>
14747 Tom Tromey <tom@tromey.com>
14748
14749 * target.h (memory_write_request_s): Remove typedef. Don't define
14750 VEC.
14751 (target_write_memory_blocks): Change argument to std::vector.
14752 (struct memory_write_request): Add constructor.
14753 * target-memory.c (compare_block_starting_address): Return bool.
14754 Change argument types.
14755 (claim_memory): Change arguments to use std::vector.
14756 (split_regular_and_flash_blocks, blocks_to_erase)
14757 (compute_garbled_blocks): Likewise.
14758 (cleanup_request_data, cleanup_write_requests_vector): Remove.
14759 (target_write_memory_blocks): Change argument to std::vector.
14760 * symfile.c (struct load_section_data): Add constructor and
14761 destructor. Use std::vector for "requests".
14762 (struct load_progress_data): Add initializers.
14763 (load_section_callback): Update. Use "new".
14764 (clear_memory_write_data): Remove.
14765 (generic_load): Update.
14766
0c305b61
AH
147672018-02-27 Alan Hayward <alan.hayward@arm.com>
14768
14769 * arch/aarch64.h: Use common/tdesc.h.
14770
c5196c92
MR
147712018-02-26 Maciej W. Rozycki <macro@mips.com>
14772
14773 * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14774 architecture with a 64-bit ABI.
14775
37c33887
MR
147762018-02-26 Maciej W. Rozycki <macro@mips.com>
14777
14778 * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14779 ahead of target description loading.
14780
d4dd3282
TT
147812018-02-26 Tom Tromey <tom@tromey.com>
14782
14783 * stack.c (backtrace_command_1): Update.
14784 * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14785 of "flags".
14786 * python/py-framefilter.c (py_print_frame)
14787 (gdbpy_apply_frame_filter): Change type of "flags".
14788 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14789 of "flags".
14790 (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14791 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14792 * extension.h (enum frame_filter_flag): Rename from
14793 frame_filter_flags.
14794 (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14795 (apply_ext_lang_frame_filter): Change type of "flags".
14796 * extension.c (apply_ext_lang_frame_filter): Change type of
14797 "flags".
14798 * extension-priv.h (struct extension_language_ops)
14799 <apply_frame_filter>: Change type of "flags".
14800
6893c19a
TT
148012018-02-26 Tom Tromey <tom@tromey.com>
14802
14803 PR python/16497:
14804 * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag. Fix
14805 off-by-one in py_end computation.
14806 * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14807 PRINT_MORE_FRAMES.
14808 * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14809 constant.
14810
2ddeaf8a
TT
148112018-02-26 Tom Tromey <tom@tromey.com>
14812
14813 * dwarf2read.c (struct variant_field): New.
14814 (struct nextfield) <variant>: New field.
14815 (dwarf2_add_field): Handle DW_TAG_variant_part.
14816 (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14817 discriminated union.
14818 (read_structure_type): Handle DW_TAG_variant_part.
14819 (handle_struct_member_die): New function, extracted from
14820 process_structure_scope. Handle DW_TAG_variant.
14821 (process_structure_scope): Handle discriminated unions. Call
14822 handle_struct_member_die.
14823
c9317f21
TT
148242018-02-26 Tom Tromey <tom@tromey.com>
14825
14826 * rust-lang.h (rust_last_path_segment): Declare.
14827 * rust-lang.c (rust_last_path_segment): Now public. Change
14828 contract.
14829 (struct disr_info): Remove.
14830 (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14831 (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14832 (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14833 (rust_enum_p, rust_enum_variant): New function.
14834 (rust_underscore_fields): Remove "offset" parameter.
14835 (rust_print_enum): New function.
14836 (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14837 <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14838 (rust_print_struct_def): Add "for_rust_enum" parameter. Handle
14839 enums.
14840 (rust_internal_print_type): New function, from rust_print_type.
14841 Remove enum code.
14842 (rust_print_type): Call rust_internal_print_type.
14843 (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14844 Update enum handling.
14845 * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14846 (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14847 (rust_union_quirks): New functions.
14848 (process_full_comp_unit, process_full_type_unit): Call
14849 rust_union_quirks.
14850 (process_structure_scope): Update rust_unions if necessary.
14851
7c22600a
TT
148522018-02-26 Tom Tromey <tom@tromey.com>
14853
14854 * value.h (value_union_variant): Declare.
14855 * valops.c (value_union_variant): New function.
14856 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14857 (struct discriminant_info): New.
14858 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14859 enumerator.
14860 (struct main_type) <flag_discriminated_union>: New field.
14861
15ce8941
TT
148622018-02-26 Tom Tromey <tom@tromey.com>
14863
14864 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14865 unittests/unpack-selftests.c.
14866 * unittests/unpack-selftests.c: New file.
14867 * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14868
48fbe735
YQ
148692018-02-26 Yao Qi <yao.qi@linaro.org>
14870
14871 * dwarf2read.c (struct partial_die_info) <read>: New method.
14872 (read_partial_die): Remove the declaration.
14873 (load_partial_dies): Update.
14874 (partial_die_info::partial_die_info):
14875 (read_partial_die): Change it to partial_die_info::read.
14876
52356b79
YQ
148772018-02-26 Yao Qi <yao.qi@linaro.org>
14878
14879 * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14880 (fixup_partial_die): Remove declaration.
14881 (scan_partial_symbols): Update.
14882 (partial_die_parent_scope): Likewise.
14883 (partial_die_full_name): Likewise.
14884 (fixup_partial_die): Change it to partial_die_info::fixup.
14885
35cc7ed7
YQ
148862018-02-26 Yao Qi <yao.qi@linaro.org>
14887
14888 * dwarf2read.c (read_partial_die): Update the declaration.
14889 (load_partial_dies): Caller update.
14890 (read_partial_die): Remove one argument abbrev_len.
14891
6f06d47b
YQ
148922018-02-26 Yao Qi <yao.qi@linaro.org>
14893
14894 * dwarf2read.c (struct partial_die_info): Add ctor, delete
14895 assignment operator.
14896 (load_partial_dies): Use ctor and copy ctor.
14897 (read_partial_die): Update.
14898 (dwarf2_cu::find_partial_die): Use ctor.
14899
d590ff25
YQ
149002018-02-26 Yao Qi <yao.qi@linaro.org>
14901
14902 * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14903 (find_partial_die_in_comp_unit): Change it to
14904 dwarf2_cu::find_partial_die.
14905 (find_partial_die): Update.
14906
fd0a254f
YQ
149072018-02-26 Yao Qi <yao.qi@linaro.org>
14908
14909 * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14910 is NULL.
14911
cd9983dd
YQ
149122018-02-26 Yao Qi <yao.qi@linaro.org>
14913
14914 * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14915
f46cd62a
AH
149162018-02-26 Alan Hayward <alan.hayward@arm.com>
14917
14918 * arch/amd64.h: Use common/tdesc.h.
14919 * arch/i386.c: Likewise.
14920 * arch/i386.h: Likewise.
14921 * arch/tic6x.c: Likewise.
14922 * arch/tdesc.h: Move file from here...
14923 * common/tdesc.h: ...to here.
14924 * features/aarch64-core.c: Regenerate.
14925 * features/aarch64-fpu.c: Regenerate.
14926 * features/i386/32bit-avx.c: Regenerate.
14927 * features/i386/32bit-avx512.c: Regenerate.
14928 * features/i386/32bit-core.c: Regenerate.
14929 * features/i386/32bit-linux.c: Regenerate.
14930 * features/i386/32bit-mpx.c: Regenerate.
14931 * features/i386/32bit-pkeys.c: Regenerate.
14932 * features/i386/32bit-sse.c: Regenerate.
14933 * features/i386/64bit-avx.c: Regenerate.
14934 * features/i386/64bit-avx512.c: Regenerate.
14935 * features/i386/64bit-core.c: Regenerate.
14936 * features/i386/64bit-linux.c: Regenerate.
14937 * features/i386/64bit-mpx.c: Regenerate.
14938 * features/i386/64bit-pkeys.c: Regenerate.
14939 * features/i386/64bit-segments.c: Regenerate.
14940 * features/i386/64bit-sse.c: Regenerate.
14941 * features/i386/x32-core.c: Regenerate.
14942 * features/tic6x-c6xp.c: Regenerate.
14943 * features/tic6x-core.c: Regenerate.
14944 * features/tic6x-gp.c: Regenerate.
14945 * target-descriptions.c: Use common/tdesc.h.
14946 * target-descriptions.h: Likewise.
14947
9b292f68
TT
149482018-02-24 Tom Tromey <tom@tromey.com>
14949
14950 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14951 (try_thread_db_load_from_dir, thread_db_load_search): Use
14952 std::string.
14953 (info_auto_load_libthread_db_compare): Return bool. Change
14954 argument types.
14955 (info_auto_load_libthread_db): Use std::vector, std::string.
14956 Remove cleanups.
14957
281d762b
TT
149582018-02-24 Tom Tromey <tom@tromey.com>
14959
14960 * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14961 std::string.
14962 * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14963 std::string*.
14964 * gdbarch.c: Rebuild.
14965 * gdbarch.h: Rebuild.
14966 * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14967 * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14968 * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14969 std::string*.
14970
9d8780f0
SM
149712018-02-23 Simon Marchi <simon.marchi@polymtl.ca>
14972
14973 * gdbtypes.h (sect_offset): Change type to uint64_t.
14974 (sect_offset_str): New function.
14975 * dwarf2read.c (create_addrmap_from_aranges): Use
14976 sect_offset_str.
14977 (error_check_comp_unit_head): Likewise.
14978 (create_debug_type_hash_table): Likewise.
14979 (read_cutu_die_from_dwo): Likewise.
14980 (init_cutu_and_read_dies): Likewise.
14981 (init_cutu_and_read_dies_no_follow): Likewise.
14982 (process_psymtab_comp_unit_reader): Likewise.
14983 (partial_die_parent_scope): Likewise.
14984 (peek_die_abbrev): Likewise.
14985 (process_queue): Likewise.
14986 (dwarf2_physname): Likewise.
14987 (read_namespace_alias): Likewise.
14988 (read_import_statement): Likewise.
14989 (create_dwo_cu_reader): Likewise.
14990 (create_cus_hash_table): Likewise.
14991 (lookup_dwo_cutu): Likewise.
14992 (inherit_abstract_dies): Likewise.
14993 (read_func_scope): Likewise.
14994 (read_call_site_scope): Likewise.
14995 (dwarf2_add_member_fn): Likewise.
14996 (read_common_block): Likewise.
14997 (read_module_type): Likewise.
14998 (read_typedef): Likewise.
14999 (read_subrange_type): Likewise.
15000 (load_partial_dies): Likewise.
15001 (read_partial_die): Likewise.
15002 (find_partial_die): Likewise.
15003 (read_str_index): Likewise.
15004 (dwarf2_string_attr): Likewise.
15005 (build_error_marker_type): Likewise.
15006 (lookup_die_type): Likewise.
15007 (dump_die_shallow): Likewise.
15008 (follow_die_ref): Likewise.
15009 (dwarf2_fetch_die_loc_sect_off): Likewise.
15010 (dwarf2_fetch_constant_bytes): Likewise.
15011 (follow_die_sig): Likewise.
15012 (get_signatured_type): Likewise.
15013 (get_DW_AT_signature_type): Likewise.
15014 (dwarf2_find_containing_comp_unit): Likewise.
15015 (set_die_type): Likewise.
15016
8ec57239
JB
150172018-02-21 John Baldwin <jhb@FreeBSD.org>
15018
15019 * arch/aarch64.c: Include "common-defs.h".
15020 * arch/amd64.c: Likewise.
15021 * arch/i386.c: Likewise.
15022
3eac2b65
TT
150232018-02-21 Tom Tromey <tom@tromey.com>
15024
15025 * value.h: (extract_field_op): Update.
15026 * eval.c (extract_field_op): Return a const char *.
15027 * expression.h (parse_expression_for_completion): Update.
15028 * completer.c (complete_expression): Update.
15029 (add_struct_fields): Make fieldname const.
15030 * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
15031 (mark_completion_tag, parse_exp_in_context_1): Update.
15032 (parse_expression_for_completion): Change "name" to
15033 unique_xmalloc_ptr*.
15034
6ccb583f
TT
150352018-02-21 Tom Tromey <tom@tromey.com>
15036
15037 * infcall.c (call_function_by_hand_dummy): Use std::vector.
15038
c113ed0c
YQ
150392018-02-21 Yao Qi <yao.qi@linaro.org>
15040
15041 * avr-tdep.c (avr_read_pc): Change parameter type to
15042 readable_regcache.
15043 * gdbarch.sh (read_pc): Likewise.
15044 * gdbarch.c: Re-generated.
15045 * gdbarch.h: Re-generated.
15046 * hppa-tdep.c (hppa_read_pc): Change parameter type to
15047 readable_regcache.
15048 * ia64-tdep.c (ia64_read_pc): Likewise.
15049 * mips-tdep.c (mips_read_pc): Likewise.
15050 * spu-tdep.c (spu_read_pc): Likewise.
15051
4c74fe6b
YQ
150522018-02-21 Yao Qi <yao.qi@linaro.org>
15053
15054 * Makefile.in (COMMON_SFILES): Add regcache-dump.c
15055 * regcache-dump.c: New file.
15056 * regcache.c: Move register_dump to regcache-dump.c.
15057 (maintenance_print_registers): Likewise.
15058 (maintenance_print_raw_registers): Likewise.
15059 (maintenance_print_cooked_registers): Likewise.
15060 (maintenance_print_register_groups): Likewise.
15061 (maintenance_print_remote_registers): Likewise.
15062 (_initialize_regcache): Likewise.
15063 * regcache.h (register_dump): Moved from regcache.c.
15064
796bb026
YQ
150652018-02-21 Yao Qi <yao.qi@linaro.org>
15066
15067 * regcache.c (regcache::regcache): Update.
15068 (regcache::invalidate): Move it to detached_regcache::invalidate.
15069 (get_thread_arch_aspace_regcache): Update.
15070 (regcache::raw_update): Update.
15071 (regcache::cooked_read): Remove some code.
15072 (regcache::cooked_read_value): Likewise.
15073 (regcache::raw_write): Remove assert on m_readonly_p.
15074 (regcache::raw_supply_integer): Move it to
15075 detached_regcache::raw_supply_integer.
15076 (regcache::raw_supply_zeroed): Likewise.
15077 * regcache.h (detached_regcache) <raw_supply_integer>: New
15078 declaration.
15079 <raw_supply_zeroed, invalidate>: Likewise.
15080 (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
15081 <invalidate>: Likewise.
15082 <m_readonly_p>: Removed.
15083
215c69dc
YQ
150842018-02-21 Yao Qi <yao.qi@linaro.org>
15085
15086 * infcmd.c (get_return_value): Let stop_regs point to
15087 get_current_regcache.
15088 * regcache.c (regcache::regcache): Remove.
15089 (register_dump_reg_buffer): New class.
15090 (regcache_print): Adjust.
15091 * regcache.h (regcache): Remove constructors.
15092
f3384e66
YQ
150932018-02-21 Yao Qi <yao.qi@linaro.org>
15094
15095 * regcache.c (class register_dump): New class.
15096 (register_dump_regcache, register_dump_none): New class.
15097 (register_dump_remote, register_dump_groups): New class.
15098 (regcache_print): Update.
15099 * regcache.h (regcache_dump_what): Move it to regcache.c.
15100 (regcache) <dump>: Remove.
15101
c8ec2f33
YQ
151022018-02-21 Yao Qi <yao.qi@linaro.org>
15103
15104 * jit.c (struct jit_unwind_private) <regcache>: Change its type to
15105 reg_buffer_rw *.
15106 (jit_unwind_reg_set_impl): Call raw_supply.
15107 (jit_frame_sniffer): Use reg_buffer_rw.
15108 * record-full.c (record_full_core_regbuf): Change its type.
15109 (record_full_core_open_1): Use reg_buffer_rw.
15110 (record_full_close): Likewise.
15111 (record_full_core_fetch_registers): Use regcache->raw_supply.
15112 (record_full_core_store_registers): Likewise.
15113 * regcache.c (regcache::get_register_status): Move it to
15114 reg_buffer.
15115 (regcache_raw_set_cached_value): Remove.
15116 (regcache::raw_set_cached_value): Remove.
15117 (regcache::raw_write): Call raw_supply.
15118 (regcache::raw_supply): Move it to reg_buffer_rw.
15119 * regcache.h (regcache_raw_set_cached_value): Remove.
15120 (reg_buffer_rw): New class.
15121
daf6667d
YQ
151222018-02-21 Yao Qi <yao.qi@linaro.org>
15123
15124 * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
15125 readonly_detached_regcache.
15126 (dummy_frame_prev_register): Use regcache->cooked_read.
15127 * frame.c (frame_save_as_regcache): Change return type.
15128 (frame_pop): Update.
15129 * frame.h (frame_save_as_regcache): Update declaration.
15130 * inferior.h (get_infcall_suspend_state_regcache): Update
15131 declaration.
15132 * infrun.c (infcall_suspend_state) <registers>: use
15133 readonly_detached_regcache.
15134 (save_infcall_suspend_state): Don't use regcache_dup.
15135 (get_infcall_suspend_state_regcache): Change return type.
15136 * linux-fork.c (struct fork_info) <savedregs>: Change to
15137 readonly_detached_regcache.
15138 <pc>: New field.
15139 (fork_save_infrun_state): Don't use regcache_dup.
15140 (info_checkpoints_command): Adjust.
15141 * mi/mi-main.c (register_changed_p): Update declaration.
15142 (mi_cmd_data_list_changed_registers): Use
15143 readonly_detached_regcache.
15144 (register_changed_p): Change parameter type to
15145 readonly_detached_regcache.
15146 * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
15147 readonly_detached_regcache.
15148 (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
15149 * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
15150 New.
15151 (regcache::save): Move it to reg_buffer.
15152 (regcache::restore): Change parameter type.
15153 (regcache_dup): Remove.
15154 * regcache.h (reg_buffer) <save>: New method.
15155 (readonly_detached_regcache): New class.
15156 * spu-tdep.c (spu2ppu_cache) <regcache>: Use
15157 readonly_detached_regcache.
15158 (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
15159
fc5b8736
YQ
151602018-02-21 Yao Qi <yao.qi@linaro.org>
15161
15162 * frame.c (frame_save_as_regcache): Use regcache method save.
15163 (frame_pop): Use regcache method restore.
15164 * infrun.c (restore_infcall_suspend_state): Likewise.
15165 * linux-fork.c (fork_load_infrun_state): Likewise.
15166 * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
15167 save.
15168 * regcache.c (regcache_save): Remove.
15169 (regcache::restore): More asserts.
15170 (regcache_cpy): Remove.
15171 * regcache.h (regcache_save): Remove the declaration.
15172 (regcache::restore): Move from private to public.
15173 Remove the friend declaration of regcache_cpy.
15174 (regcache_cpy): Remove declaration.
15175
849d0ba8
YQ
151762018-02-21 Yao Qi <yao.qi@linaro.org>
15177
15178 * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
15179 parameter type to 'readable_regcache *'.
15180 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15181 * arm-tdep.c (arm_neon_quad_read): Likewise.
15182 (arm_pseudo_read): Likewise.
15183 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15184 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15185 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15186 * gdbarch.c: Re-generated.
15187 * gdbarch.h: Re-generated.
15188 * gdbarch.sh (pseudo_register_read): Change parameter type to
15189 'readable_regcache *'.
15190 (pseudo_register_read_value): Likewise.
15191 * h8300-tdep.c (pseudo_from_raw_register): Likewise.
15192 (h8300_pseudo_register_read): Likewise.
15193 * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
15194 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15195 (i386_pseudo_register_read_into_value): Likewise.
15196 (i386_pseudo_register_read_value): Likewise.
15197 * i386-tdep.h (i386_pseudo_register_read_into_value): Update
15198 declaration.
15199 * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
15200 * m32c-tdep.c (m32c_raw_read): Likewise.
15201 (m32c_read_flg): Likewise.
15202 (m32c_banked_register): Likewise.
15203 (m32c_banked_read): Likewise.
15204 (m32c_sb_read): Likewise.
15205 (m32c_part_read): Likewise.
15206 (m32c_cat_read): Likewise.
15207 (m32c_r3r2r1r0_read): Likewise.
15208 (m32c_pseudo_register_read): Likewise.
15209 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15210 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15211 (mep_pseudo_cr64_read): Likewise.
15212 (mep_pseudo_register_read): Likewise.
15213 * mips-tdep.c (mips_pseudo_register_read): Likewise.
15214 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15215 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15216 * regcache.c (regcache::raw_read): Move it to readable_regcache.
15217 (regcache::cooked_read): Likewise.
15218 (regcache::cooked_read_value): Likewise.
15219 (regcache_cooked_read_signed):
15220 (regcache::cooked_read): Likewise.
15221 * regcache.h (readable_regcache): New class.
15222 (regcache): Inherit readable_regcache. Move some methods to
15223 readable_regcache.
15224 * rl78-tdep.c (rl78_pseudo_register_read): Change
15225 parameter type to 'readable_regcache *'.
15226 * rs6000-tdep.c (do_regcache_raw_read): Remove.
15227 (e500_pseudo_register_read): Change parameter type to
15228 'readable_regcache *'.
15229 (dfp_pseudo_register_read): Likewise.
15230 (vsx_pseudo_register_read): Likewise.
15231 (efpr_pseudo_register_read): Likewise.
15232 * s390-tdep.c (s390_pseudo_register_read): Likewise.
15233 * sh-tdep.c (sh_pseudo_register_read): Likewise.
15234 * sh64-tdep.c (pseudo_register_read_portions): Likewise.
15235 (sh64_pseudo_register_read): Likewise.
15236 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15237 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15238 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15239 (spu_pseudo_register_read): Likewise.
15240 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15241 (xtensa_pseudo_register_read): Likewise.
15242
31716595
YQ
152432018-02-21 Yao Qi <yao.qi@linaro.org>
15244
15245 * regcache.c (regcache::regcache): Call reg_buffer ctor.
15246 (regcache::arch): Move it to reg_buffer::arch.
15247 (regcache::register_buffer): Likewise.
15248 (regcache::assert_regnum): Likewise.
15249 (regcache::num_raw_registers): Likewise.
15250 * regcache.h (reg_buffer): New class.
15251 (regcache): Inherit reg_buffer.
15252
7104e59b
SM
152532018-02-20 Simon Marchi <simon.marchi@ericsson.com>
15254
15255 * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
15256 gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
15257
2d8adcbd
MM
152582018-02-20 Markus Metzger <markus.t.metzger@intel.com>
15259
15260 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
15261
b5884fa7
AH
152622018-02-19 Alan Hayward <alan.hayward@arm.com>
15263
15264 * Makefile.in: (COMMON_SFILES): Add common/*.c files.
15265 (SFILES): Remove common/*.c files.
15266 (COMMON_OBS): Remove some *.o files built from common/*.c files.
15267 * common/common.host: Add common reference.
15268 * configure.ac: Likewise.
15269 * configure: Regenerate.
15270
fd90ace4
YQ
152712018-02-16 Yao Qi <yao.qi@linaro.org>
15272
15273 * block.c (block_namespace_info): Inherit allocate_on_obstack.
15274 (block_initialize_namespace): Use new.
15275 * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
15276 (dwarf2_free_objfile): Use delete.
15277 * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
15278 (copy_type_recursive): Use new.
15279 * gdb_obstack.h (allocate_on_obstack): New.
15280
85046ae2
YQ
152812018-02-15 Yao Qi <yao.qi@linaro.org>
15282
15283 PR gdb/22849
15284 * inferior.c (exit_inferior_1): Reset inf->control.
15285
355c559b
JB
152862018-02-15 Joel Brobecker <brobecker@adacore.com>
15287
15288 * ada-lang.c (ada_to_fixed_value_create): Delete advance
15289 declaration.
15290
980548fd
PA
152912018-02-14 Pedro Alves <palves@redhat.com>
15292
15293 * frame-unwind.c (frame_unwind_try_unwinder): Always call
15294 frame_cleanup_after_sniffer on exception.
15295
692d6f97
TT
152962018-02-14 Tom Tromey <tom@tromey.com>
15297
15298 * solist.h (struct target_so_ops) <bfd_open>: Make pathname
15299 const.
15300 (solib_bfd_open): Make pathname const.
15301 * solib.c (solib_bfd_open): Make pathname const.
15302 * solib-spu.c (spu_bfd_fopen): Make name const.
15303 (spu_bfd_open): Make pathname const.
15304 * solib-darwin.c (darwin_bfd_open): Make pathname const.
15305 * solib-aix.c (solib_aix_bfd_open): Make pathname const.
15306
e0cc99a6
TT
153072018-02-14 Tom Tromey <tom@tromey.com>
15308
15309 * symfile.c (symfile_bfd_open): Update.
15310 * source.h (openp, source_full_path_of, find_and_open_source):
15311 Change argument type to unique_xmalloc_ptr.
15312 * source.c (openp): Take a unique_xmalloc_ptr.
15313 (source_full_path_of, find_and_open_source): Likewise.
15314 (open_source_file, symtab_to_fullname): Update.
15315 * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
15316 unique_xmalloc_ptr.
15317 * solib.c (solib_find_1): Use unique_xmalloc_ptr.
15318 (exec_file_find): Update.
15319 * psymtab.c (psymtab_to_fullname): Update.
15320 * nto-tdep.h (nto_find_and_open_solib): Update.
15321 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
15322 unique_xmalloc_ptr.
15323 * exec.c (exec_file_attach): Update.
15324 * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
15325 * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
15326
b46a8d7c
TT
153272018-02-14 Tom Tromey <tom@tromey.com>
15328
15329 * solib.c: Include source.h.
15330 * nto-tdep.c: Include source.h.
15331 * mi/mi-cmd-env.c: Include source.h.
15332 * infcmd.c: Include source.h.
15333 * exec.c: Include source.h.
15334 * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
15335 (add_path, directory_switch, source_path, init_source_path): Move
15336 declarations...
15337 * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
15338 (add_path, directory_switch, source_path, init_source_path):
15339 ...here.
15340
797bc1cb
TT
153412018-02-14 Tom Tromey <tom@tromey.com>
15342
15343 * solist.h (exec_file_find, solib_find): Return
15344 unique_xmalloc_ptr.
15345 (solib_bfd_fopen): Take a const char *.
15346 * solib.c (solib_find_1): Return unique_xmalloc_ptr.
15347 (exec_file_find, solib_find): Likewise.
15348 (solib_bfd_fopen): Do not take ownership of "pathname".
15349 (solib_bfd_open): Use unique_xmalloc_ptr.
15350 * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
15351 * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
15352 * infrun.c (follow_exec): Use unique_xmalloc_ptr.
15353 * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
15354
f98b2e33
JB
153552018-02-14 Joel Brobecker <brobecker@adacore.com>
15356
15357 * ada-lang.c (name_match_type_from_name): Remove reference to
15358 ada_name_for_lookup in function's documentation.
15359 * ada-lang.h (ada_name_for_lookup): Delete declaration.
15360
24b9144d
SM
153612018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15362
15363 * defs.h (enum openp_flags): New enum.
15364 (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
15365 Move to enum openp_flags.
15366 (openp_flags): New enum flags.
15367 (openp): Change parameter type to openp_flags.
15368 * source.c (openp): Change parameter type to openp_flags.
15369 * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
15370 * dwarf2read.c (try_open_dwop_file): Use openp_flags.
15371
387cd15b
SM
153722018-02-13 Simon Marchi <simon.marchi@polymtl.ca>
15373
15374 * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
15375 per-command.
15376
b303c6f6
AB
153772018-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
15378
15379 * dwarf2read.c (dwarf2_release_queue): Delete function, move body
15380 into...
15381 (class dwarf2_queue_guard): ...the destructor of this new class.
15382 (dw2_do_instantiate_symtab): Create instance of the new class
15383 dwarf2_queue_guard, remove cleanup.
15384
9c3630e9
TT
153852018-02-09 Tom Tromey <tom@tromey.com>
15386
15387 * source.c (find_source_lines): Don't reference past the end of
15388 the vector.
15389
c4e12631
MM
153902018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15391
15392 * remote.c (remote_btrace_maybe_reopen): Change error message.
15393 * btrace.c (btrace_enable): Likewise.
15394 (parse_xml_btrace): Likewise.
15395 (parse_xml_btrace_conf): Likewise.
15396
88711fbf
MM
153972018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15398
15399 * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
15400 (linux_enable_pt, linux_enable_bts): Call
15401 diagnose_perf_event_open_fail.
15402
17ad2a4f
MM
154032018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15404
15405 * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
15406 Remove parameter and change return type. Update callers. Move it.
15407 (linux_enable_bts, linux_enable_pt): Improve error message.
15408 (linux_enable_pt): Remove zero buffer size check.
15409 (linux_enable_btrace): Improve error messages. Remove NULL return
15410 check.
15411
de6242d3
MM
154122018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15413
15414 * btrace.c (btrace_enable): Remove target_supports_btrace call.
15415 * nat/linux-btrace.c (perf_event_pt_event_type): Move.
15416 (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
15417 (linux_supports_pt, linux_supports_btrace): Remove.
15418 (linux_enable_bts): Call cpu_supports_bts.
15419 * nat/linux-btrace.h (linux_supports_btrace): Remove.
15420 * remote.c (remote_supports_btrace): Remove.
15421 (init_remote_ops): Remove remote_supports_btrace.
15422 * target-delegates.c: Regenerated.
15423 * target.c (target_supports_btrace): Remove.
15424 * target.h (target_ops) <to_supports_btrace>: Remove
15425 (target_supports_btrace): Remove.
15426 * x86-linux-nat.c (x86_linux_create_target): Remove
15427 linux_supports_btrace.
15428
9ee23a85
MM
154292018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15430
15431 * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
15432 btrace failed.
15433 * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
15434 exception and use message in own exception.
15435
5c3284c1
MM
154362018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15437
15438 * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
15439 (perf_event_pt_event_type): Use gdb_file_up.
15440 (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
15441 scoped_fd, and scoped_mmap.
15442
84696f37
MM
154432018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15444
15445 * common/scoped_mmap.h: New.
15446 * unittests/scoped_mmap-selftest.c: New.
15447 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15448 unittests/scoped_mmap-selftest.c.
15449
ea4a0888
MM
154502018-02-09 Markus Metzger <markus.t.metzger@intel.com>
15451
15452 * common/scoped_fd.h: New.
15453 * unittests/scoped_fd-selftest.c: New.
15454 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15455 unittests/scoped_fd-selftest.c.
15456
869e8290
TT
154572018-02-09 Tom Tromey <tom@tromey.com>
15458
15459 * auto-load.c (auto_load_section_scripts): Use
15460 gdb::unique_xmalloc_ptr.
15461
a37a2ae7
TT
154622018-02-09 Tom Tromey <tom@tromey.com>
15463
15464 * auto-load.c (execute_script_contents): Use std::string.
15465
4e725347
JB
154662018-02-09 Joel Brobecker <brobecker@adacore.com>
15467
15468 * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
15469 Python function, rather than a new command.
15470
9a897d43
TT
154712018-02-08 Tom Tromey <tom@tromey.com>
15472
15473 * solib.c (solib_find_1): Use std::string.
15474 (solib_bfd_fopen): Use unique_xmalloc_ptr.
15475
58ef3771
TT
154762018-02-08 Tom Tromey <tom@tromey.com>
15477
15478 * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
15479
a9abc434
TT
154802018-02-08 Tom Tromey <tom@tromey.com>
15481
15482 * source.c (find_source_lines): Use gdb::def_vector.
15483
84f27c6f
TT
154842018-02-08 Tom Tromey <tom@tromey.com>
15485
15486 * macrocmd.c (struct temporary_macro_definition): New.
15487 (macro_define_command): Use temporary_macro_definition. Remove
15488 cleanups.
15489 (free_macro_definition_ptr): Remove.
15490
0354904b
TT
154912018-02-08 Tom Tromey <tom@tromey.com>
15492
15493 * macroexp.c (maybe_expand): Use std::string.
15494
1739cf24
TT
154952018-02-08 Tom Tromey <tom@tromey.com>
15496
15497 * macroexp.c (struct macro_buffer): Add initializers for some
15498 members.
15499 (init_buffer, init_shared_buffer, free_buffer)
15500 (free_buffer_return_text): Remove.
15501 (macro_buffer): New constructors.
15502 (~macro_buffer): New destructor.
15503 (macro_buffer::set_shared): New method.
15504 (macro_buffer::resize_buffer, macro_buffer::appendc)
15505 (macro_buffer::appendmem): Now methods, not free functions.
15506 (set_token, append_tokens_without_splicing, stringify)
15507 (macro_stringify): Update.
15508 (gather_arguments): Change return type. Remove argc_p argument,
15509 add args_ptr argument. Use std::vector.
15510 (substitute_args): Remove argc argument. Accept std::vector.
15511 (expand): Update. Use std::vector.
15512 (scan, macro_expand, macro_expand_next): Update.
15513
f6c2623e
TT
155142018-02-08 Tom Tromey <tom@tromey.com>
15515
15516 * symtab.c (default_collect_symbol_completion_matches_break_on):
15517 Use unique_xmalloc_ptr.
15518 * macroscope.h: (sal_macro_scope, user_macro_scope)
15519 (default_macro_scope): Return unique_xmalloc_ptr.
15520 * macroscope.c (sal_macro_scope, user_macro_scope)
15521 (default_macro_scope): Return unique_xmalloc_ptr.
15522 * macroexp.h (macro_expand, macro_expand_once): Return
15523 unique_xmalloc_ptr.
15524 * macroexp.c (macro_expand, macro_expand_once): Return
15525 unique_xmalloc_ptr.
15526 * macrocmd.c (macro_expand_command, macro_expand_once_command)
15527 (info_macro_command, info_macros_command): Use
15528 unique_xmalloc_ptr.
15529 * compile/compile-c-support.c (write_macro_definitions): Use
15530 unique_xmalloc_ptr.
15531 * c-exp.y (c_parse): Use unique_xmalloc_ptr.
15532
c2e0e465
SM
155332018-02-07 Simon Marchi <simon.marchi@ericsson.com>
15534
15535 * value.c (value_static_field): Assign field type instead of
15536 containing type when returning an optimized out value.
15537
3f8c94b4
YQ
155382018-02-06 Yao Qi <yao.qi@linaro.org>
15539
15540 * ft32-tdep.c (ft32_read_pc): Remove.
15541 (ft32_write_pc): Remove.
15542 (ft32_gdbarch_init): Update.
15543 * m32r-tdep.c (m32r_read_pc): Remove.
15544 (m32r_gdbarch_init): Update.
15545 * mep-tdep.c (mep_read_pc): Remove.
15546 (mep_gdbarch_init): Update.
15547 * microblaze-tdep.c (microblaze_write_pc): Remove.
15548 (microblaze_gdbarch_init): Update.
15549 * mn10300-tdep.c (mn10300_read_pc): Remove.
15550 (mn10300_write_pc): Remove.
15551 (mn10300_gdbarch_init): Update.
15552 * moxie-tdep.c (moxie_read_pc): Remove.
15553 (moxie_write_pc): Remove.
15554 (moxie_gdbarch_init): Update.
15555
bca65a23
YQ
155562018-02-06 Yao Qi <yao.qi@linaro.org>
15557
15558 * expprint.c (print_subexp_standard): Handle
15559 OP_F77_UNDETERMINED_ARGLIST.
15560 (dump_subexp_body_standard): Likewise.
15561
583e3f90 155622018-02-05 Alan Hayward <alan.hayward@arm.com>
b8df6ca7 15563
583e3f90
YQ
15564 * target-descriptions.c (tdesc_element_visitor) Add empty
15565 implementations.
b8df6ca7
AH
15566 (tdesc_type): Move make_gdb_type from here.
15567 (tdesc_type_builtin): Likewise.
15568 (tdesc_type_vector): Likewise.
15569 (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15570 (make_gdb_type_struct): Move from tdesc_type_with_fields.
15571 (make_gdb_type_union): Likewise.
15572 (make_gdb_type_flags): Likewise.
15573 (make_gdb_type_enum): Likewise.
15574 (make_gdb_type): New function.
15575 (tdesc_register_type): Use static make_gdb_type.
15576
e813d34a
RK
155772018-02-05 Ruslan Kabatsayev <b7.10110111@gmail.com>
15578
15579 * infcmd.c (default_print_one_register_info): Align natural-format
15580 column values consistently one under another.
15581 (pad_to_column): New function.
15582
0eb876f5
JB
155832018-02-05 Joel Brobecker <brobecker@adacore.com>
15584
15585 * dwarf2read.c (dwarf2_physname): Move commment.
15586
0625771b
LS
155872018-02-01 Leszek Swirski <leszeks@google.com>
15588
15589 * varobj.c (varobj_formatted_print_options): Allow recursive
15590 pretty printing if pretty printing is enabled.
15591
59498c30
LS
155922018-02-01 Leszek Swirski <leszeks@google.com>
15593
15594 * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15595 names after a structop as a filename.
15596
2d9e6acb
YQ
155972018-02-01 Yao Qi <yao.qi@linaro.org>
15598
15599 * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15600 (arm_record_coproc_data_proc): Likewise.
15601
df95a9cf
YQ
156022018-02-01 Yao Qi <yao.qi@linaro.org>
15603
15604 * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15605
07e5f5cf
NP
156062018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
15607
15608 * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15609 assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15610
3045b475
PA
156112018-01-31 Pedro Alves <palves@redhat.com>
15612
15613 * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15614 * inflow.c (child_terminal_save_inferior): Wrap reference to
15615 tcgetpgrp in HAVE_TERMIOS_H.
15616 (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15617 _WIN32.
15618 * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15619 always iterate over all inferiors.
15620 (gdbsim_cntrl_c): Adjust.
15621 * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15622
929b5ad4
JB
156232018-01-31 Joel Brobecker <brobecker@adacore.com>
15624
15625 * gdbtypes.c (lookup_array_range_type): Make sure the array's
15626 index type is objfile-owned if the element type is as well.
15627
29236ca2
JB
156282018-01-31 Joel Brobecker <brobecker@adacore.com>
15629
15630 GDB 8.1 released.
15631
c81e8879
PR
156322018-01-30 Philipp Rudo <prudo@linux.vnet.ibm.com>
15633
15634 * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15635 "features/s390x-linux64.c".
15636 (_initialize_s390_linux_tdep): Remove initialization of tdescs
15637 s390_linux32 and s390x_linux64.
15638 (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15639 default tdesc.
15640 * s390-tdep.c: Include "features/s390-linux32.c" and
15641 "features/s390x-linux64.c".
15642 (s390_tdesc_valid): Add check for tdesc_has_registers.
15643 (s390_gdbarch_init): Make sure there is always a valid tdesc.
15644 (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15645 tdesc_s390x_linux64.
15646 * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15647 tdesc_s390x_linux64 to...
15648 * s390-tdep.h: ...here.
15649
e671cd59
PA
156502018-01-30 Pedro Alves <palves@redhat.com>
15651
15652 PR gdb/13211
15653 * config.in, configure: Regenerate.
15654 * configure.ac: Check for getpgid.
15655 * go32-nat.c (go32_pass_ctrlc): New.
15656 (go32_target): Install it.
15657 * inf-child.c (inf_child_target): Install
15658 child_terminal_save_inferior, child_pass_ctrlc and
15659 child_interrupt.
15660 * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15661 (inf_ptrace_target): No longer install it.
15662 * infcmd.c (interrupt_target_1): Adjust.
15663 * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15664 (child_interrupt): Declare.
15665 (inferior::terminal_state): New.
15666 * inflow.c (struct terminal_info): Update comments.
15667 (inferior_process_group): Delete.
15668 (terminal_is_ours): Delete.
15669 (gdb_tty_state): New.
15670 (child_terminal_init): Adjust.
15671 (is_gdb_terminal, sharing_input_terminal_1)
15672 (sharing_input_terminal): New functions.
15673 (child_terminal_inferior): Adjust. Use sharing_input_terminal.
15674 Set the process's actual process group in the foreground if
15675 possible. Handle is_ours_for_output/is_ours distinction. Don't
15676 mark terminal as the inferior's if not sharing GDB's terminal.
15677 Don't check attach_flag.
15678 (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15679 pass down a target_terminal_state.
15680 (child_terminal_save_inferior): New, factored out from ...
15681 (child_terminal_ours_1): ... this. Handle
15682 target_terminal_state::is_ours_for_output.
15683 (child_interrupt, child_pass_ctrlc): New.
15684 (inflow_inferior_exit): Clear the inferior's terminal_state.
15685 (copy_terminal_info): Copy the inferior's terminal state.
15686 (_initialize_inflow): Remove reference to terminal_is_ours.
15687 * inflow.h (inferior_process_group): Delete.
15688 * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15689 * procfs.c (procfs_target): Don't install procfs_interrupt.
15690 (procfs_interrupt): Delete.
15691 * remote.c (remote_serial_quit_handler): Adjust.
15692 (remote_interrupt): Remove ptid parameter. Adjust.
15693 * target-delegates.c: Regenerate.
15694 * target.c: Include "terminal.h".
15695 (target_terminal::terminal_state): Rename to ...
15696 (target_terminal::m_terminal_state): ... this.
15697 (target_terminal::init): Adjust.
15698 (target_terminal::inferior): Adjust to per-inferior
15699 terminal_state.
15700 (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15701 (target_terminal::ours, target_terminal::ours_for_output): Use
15702 target_terminal_is_ours_kind.
15703 (target_interrupt): Remove ptid parameter. Adjust.
15704 (default_target_pass_ctrlc): Adjust.
15705 * target.h (target_ops::to_terminal_save_inferior): New field.
15706 (target_ops::to_interrupt): Remove ptid_t parameter.
15707 (target_interrupt): Remove ptid_t parameter. Update comment.
15708 (target_pass_ctrlc): Update comment.
15709 * target/target.h (target_terminal_state): New scoped enum,
15710 factored out of ...
15711 (target_terminal::terminal_state): ... here.
15712 (target_terminal::inferior): Update comments.
15713 (target_terminal::restore_inferior): New.
15714 (target_terminal::is_inferior, target_terminal::is_ours)
15715 (target_terminal::is_ours_for_output): Adjust.
15716 (target_terminal::scoped_restore_terminal_state): Adjust to
15717 rename, and call restore_inferior() instead of inferior().
15718 (target_terminal::scoped_restore_terminal_state::m_state): Change
15719 type.
15720 (target_terminal::terminal_state): Rename to ...
15721 (target_terminal::m_terminal_state): ... this and change type.
15722
9c3a5d93
PA
157232018-01-30 Pedro Alves <palves@redhat.com>
15724
15725 * linux-nat.c (wait_for_signal): New function.
15726 (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15727 directly.
15728 (async_terminal_is_ours)
15729 (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15730 (linux_nat_add_target): Don't override
15731 to_terminal_inferior/to_terminal_ours.
15732
69ab5edb
SDJ
157332018-01-29 Sergio Durigan Junior <sergiodj@redhat.com>
15734
15735 * remote.c (remote_follow_fork): Don't call "detach_inferior".
15736
fc8e7e75
SM
157372018-01-28 Simon Marchi <simon.marchi@ericsson.com>
15738
15739 * dwarf2read.c (free_dwo_files): Add forward-declaration.
15740 (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15741 dwarf2_per_objfile_free here.
15742 (dwarf2_per_objfile_free): Remove.
15743 (_initialize_dwarf2_read): Don't register
15744 dwarf2_per_objfile_free as a registry cleanup.
15745
b2a426e2
EZ
157462018-01-27 Eli Zaretskii <eliz@gnu.org>
15747
15748 Avoid compilation errors in MinGW native builds
15749
15750 The error is triggered by including python-internal.h, and the
15751 error message is:
15752
15753 In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15754 from build-gnulib/import/math.h:27,
15755 from d:/usr/Python26/include/pyport.h:235,
15756 from d:/usr/Python26/include/Python.h:58,
15757 from python/python-internal.h:94,
15758 from python/py-arch.c:24:
15759 d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15760 using ::hypot;
15761 ^~~~~
15762
15763 This happens because Python headers define 'hypot' to expand t
15764 '_hypot' in the Windows builds.
15765 * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15766 'hypoth'. This avoids a compilation error.
15767
0bdd8eac
AH
157682018-01-26 Alan Hayward <alan.hayward@arm.com>
15769
15770 * MAINTAINERS (Write After Approval): Fix ordering.
15771
56ae9dc3
AH
157722018-01-26 Alan Hayward <alan.hayward@arm.com>
15773
15774 * MAINTAINERS (Write After Approval): Add Alan Hayward.
15775
7433498b
AM
157762018-01-26 Alan Modra <amodra@gmail.com>
15777
15778 * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15779 (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15780 Remove nop. Make const. Comment.
15781 (powerpc32_plt_stub_so_2): New.
15782 (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15783 Correct count. Update uses.
15784 (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15785 Move common code reading PLT entry word. Correct
15786 powerpc32_plt_stub PLT address calculation.
15787 * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15788 (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15789 (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15790 (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15791 (ppc64_standard_linkage8): Likewise.
15792 * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15793 Correct insns description.
15794 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15795
0f59d5fc
PA
157962018-01-24 Pedro Alves <palves@redhat.com>
15797
15798 GCC PR libstdc++/83906
15799 * gdbtypes.c (operator==(const dynamic_prop &,
15800 const dynamic_prop &)): New.
15801 (operator==(const range_bounds &, const range_bounds &)): New.
15802 (check_types_equal): Use them instead of memcmp.
15803 * gdbtypes.h (operator==(const dynamic_prop &,
15804 const dynamic_prop &)): Declare.
15805 (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15806 (operator==(const range_bounds &, const range_bounds &)): Declare.
15807 (operator!=(const range_bounds &, const range_bounds &)): Declare.
15808
ef8914a4
PR
158092018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15810
15811 * s390-linux-tdep.c (s390_record_address_mask)
15812 (s390_record_calc_disp_common, s390_record_calc_disp)
15813 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15814 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15815 (s390_process_record): Move to s390-tdep.c.
15816 (s390_linux_init_abi_any): Adjust.
15817 * s390-tdep.c (s390_record_address_mask)
15818 (s390_record_calc_disp_common, s390_record_calc_disp)
15819 (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15820 (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15821 (s390_process_record): Moved from s390-linux-tdep.c
15822 (s390_gdbarch_init): Adjust.
15823
d6e58945
PR
158242018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15825
15826 * s390-linux-nat.c (s390-tdep.h): New include.
15827 * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15828 (HFILES_NO_SRCDIR): Add s390-tdep.h.
15829 (ALLDEPFILES): Add s390-tdep.c.
15830 * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15831 * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15832 * s390-tdep.h: ...this. New file.
15833 * s390-linux-tdep.c (s390-tdep.h): New include.
15834 (_initialize_s390_tdep): Rename to...
15835 (_initialize_s390_linux_tdep): ...this and adjust.
15836 (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15837 (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15838 s390-tdep.h.
15839 (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15840 (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15841 (s390_is_partial_instruction, s390_software_single_step)
15842 (is_non_branch_ril, s390_displaced_step_copy_insn)
15843 (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15844 (s390_prologue_data, s390_addr, s390_store, s390_load)
15845 (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15846 (s390_register_call_saved, s390_guess_tracepoint_registers)
15847 (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15848 (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15849 (s390_pseudo_register_name, s390_pseudo_register_type)
15850 (s390_pseudo_register_read, s390_pseudo_register_write)
15851 (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15852 (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15853 (s390_addr_bits_remove, s390_address_class_type_flags)
15854 (s390_address_class_type_flags_to_name)
15855 (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15856 (s390_function_arg_float, s390_function_arg_vector)
15857 (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15858 (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15859 (s390_frame_align, s390_register_return_value, s390_return_value)
15860 (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15861 (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15862 (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15863 (s390_trad_frame_prev_register, s390_unwind_cache)
15864 (s390_prologue_frame_unwind_cache)
15865 (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15866 (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15867 (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15868 (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15869 (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15870 (s390_frame_base_address, s390_local_base_address)
15871 (s390_frame_base, s390_gcc_target_options)
15872 (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15873 (s390_validate_reg_range, s390_tdesc_valid)
15874 (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15875 * s390-tdep.c: ...this. New file.
15876
9c0b896e
PR
158772018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15878
15879 * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15880 (s390_process_record, s390_gdbarch_tdep_alloc)
15881 (s390_linux_init_abi_any): Use/set new hook.
15882
7042632b
PR
158832018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15884
15885 * s390-linux-tdep.c (osabi.h): New include.
15886 (s390_linux_init_abi_31, s390_linux_init_abi_64)
15887 (s390_linux_init_abi_any): New functions.
15888 (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15889
650f5e13
PR
158902018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15891
15892 * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15893 tdesc_has_registers check
15894
47c9317e
PR
158952018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15896
15897 * s390-linux-tdep.c (s390_tdesc_valid): New function.
15898 (s390_validate_reg_range): New macro.
15899 (s390_gdbarch_init): Adjust.
15900
095085d8
PR
159012018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15902
15903 * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15904 (s390_gdbarch_tdep_alloc): Adjust.
15905 (s390_gdbarch_init): Adjust.
15906
ab9bcc67
PR
159072018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15908
15909 * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15910 <have_tdb>: Change type to bool.
15911 (s390_gdbarch_tdep_alloc): Adjust.
15912 (s390_gdbarch_init): Adjust.
15913
21f6f5ff
PR
159142018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15915
15916 * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15917 (gdbarch_tdep) <have_upper, have_vx>: New fields.
15918 (s390_gdbarch_tdep_alloc): New function.
15919 (s390_gdbarch_init): Allocate tdep at start and use its fields
15920 instead of separate variables.
15921
0eb97953
PR
159222018-01-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15923
15924 * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15925 when looking for cached gdbarch and add comment for remaining.
15926
5c319bb2
PA
159272018-01-22 Pedro Alves <palves@redhat.com>
15928 Sergio Durigan Junior <sergiodj@redhat.com>
15929
15930 * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15931 case.
15932
d65ce302
MR
159332018-01-22 Maciej W. Rozycki <macro@mips.com>
15934
15935 * MAINTAINERS: Update my company e-mail address.
15936
ec7a5fcb
YQ
159372018-01-22 Yao Qi <yao.qi@linaro.org>
15938
15939 * regcache.c (cooked_write_test): New function.
15940 (_initialize_regcache): Register the test.
15941
11f57cb6
YQ
159422018-01-22 Yao Qi <yao.qi@linaro.org>
15943
15944 * ia64-tdep.c (ia64_pseudo_register_read): Call
15945 regcache->cooked_read instead of regcache_cooked_read_unsigned.
15946 * m32c-tdep.c (m32c_cat_read): Likewise.
15947 (m32c_r3r2r1r0_read): Likewise.
15948 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15949 * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15950
03f50fc8
YQ
159512018-01-22 Yao Qi <yao.qi@linaro.org>
15952
15953 * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15954 method raw_read instead of regcache_raw_read.
15955 * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15956 * arm-tdep.c (arm_neon_quad_read): Likewise.
15957 * avr-tdep.c (avr_pseudo_register_read): Likewise.
15958 * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15959 * frv-tdep.c (frv_pseudo_register_read): Likewise.
15960 * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15961 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15962 (i386_pseudo_register_read_into_value): Likewise.
15963 * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15964 * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15965 * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15966 * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15967 * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15968 * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15969 * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15970 * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15971 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15972
dc711524
YQ
159732018-01-22 Yao Qi <yao.qi@linaro.org>
15974
15975 * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15976 * configure.tgt: Remove target mt.
15977 * mt-tdep.c: Remove.
15978 * regcache.c (cooked_read_test): Remove the check for mt.
15979
3f5a868b
YQ
159802018-01-22 Yao Qi <yao.qi@linaro.org>
15981
15982 * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15983 instead of gdbarch_pseudo_register_read_value.
15984
de4cb04a
JB
159852018-01-22 Joel Brobecker <brobecker@adacore.com>
15986
15987 * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15988 language is Ada.
15989
a9e40818
JB
159902018-01-22 Joel Brobecker <brobecker@adacore.com>
15991
15992 * linespec.c (create_sals_line_offset): Remove code that preserved
15993 the symtab_and_line's line number.
15994
e707fc44
AB
159952018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
15996
15997 * varobj.c (varobj_create): Don't set valid_block when creating a
15998 floating varobj.
15999
03d0bf7b
AB
160002018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16001
16002 * varobj.c (varobj_create): Remove out of date comment.
16003
ae451627
AB
160042018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16005
16006 PR mi/20395
16007 * ada-exp.y (write_var_from_sym): Pass extra parameter when
16008 updating innermost block.
16009 * parse.c (innermost_block_tracker::update): Take extra type
16010 parameter, and check types match before updating innermost block.
16011 (write_dollar_variable): Update innermost block for registers.
16012 * parser-defs.h (enum innermost_block_tracker_type): New enum.
16013 (innermost_block_tracker::innermost_block_tracker): Initialise
16014 m_types member.
16015 (innermost_block_tracker::reset): Take type parameter.
16016 (innermost_block_tracker::update): Take type parameter, and pass
16017 type through as needed.
16018 (innermost_block_tracker::m_types): New member.
16019 * varobj.c (varobj_create): Pass type when reseting innermost
16020 block.
16021
aee1fcdf
AB
160222018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16023
16024 * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
16025 * ada-lang.c (resolve_subexp): Likewise.
16026 * breakpoint.c (set_breakpoint_condition) Likewise.
16027 (watch_command_1) Likewise.
16028 * c-exp.y (variable): Likewise.
16029 * d-exp.y (PrimaryExpression): Likewise.
16030 * f-exp.y (variable): Likewise.
16031 * go-exp.y (variable): Likewise.
16032 * m2-exp.y (variable): Likewise.
16033 * objfiles.c (objfile::~objfile): Likewise.
16034 * p-exp.y (variable): Likewise.
16035 * parse.c (innermost_block): Change type.
16036 * parser-defs.h (class innermost_block_tracker): New.
16037 (innermost_block): Change to innermost_block_tracker.
16038 * printcmd.c (display_command): Switch to innermost_block API.
16039 (do_one_display): Likewise.
16040 * rust-exp.y (do_one_display): Likewise.
16041 * symfile.c (clear_symtab_users): Likewise.
16042 * varobj.c (varobj_create): Switch to innermost_block API, replace
16043 use of innermost_block with block stored on varobj object.
16044
396af9a1
AB
160452018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
16046
16047 * expression.h (innermost_block): Remove declaration.
16048 * varobj.c: Add 'parser-defs.h' include.
16049
fcfcc376
TT
160502018-01-19 Tom Tromey <tom@tromey.com>
16051
16052 * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
16053 symbols in the static and global blocks.
16054
5a6c3296
JC
160552018-01-19 James Clarke <jrtc27@jrtc27.com>
16056
16057 * nat/linux-ptrace.c: Remove unnecessary reinclusion of
16058 gdb_ptrace.h, and move including gdb_wait.h ...
16059 * nat/linux-ptrace.h: ... to here.
16060
bc09b0c1
SM
160612018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16062
16063 * inf-ptrace.c (inf_ptrace_detach): Adjust call to
16064 inf_ptrace_detach_success.
16065 (inf_ptrace_detach_success): Add inferior parameter, use it
16066 instead of inferior_ptid, pass it to detach_inferior.
16067 * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
16068 parameter.
16069 * inferior.c (detach_inferior): Add overload that takes an
16070 inferior object.
16071 * inferior.h (detach_inferior): Likewise.
16072 * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
16073 use inferior_ptid, adjust call to inf_ptrace_detach_success.
16074 * linux-thread-db.c (thread_db_detach): Use inf parameter.
16075
6e1e1966
SM
160762018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16077
16078 * target.h (struct target_ops) <to_detach>: Add inferior
16079 parameter.
16080 (target_detach): Likewise.
16081 * target.c (dispose_inferior): Pass inferior down.
16082 (target_detach): Pass inferior down. Assert that it is equal to
16083 the current inferior.
16084 * aix-thread.c (aix_thread_detach): Pass inferior down.
16085 * corefile.c (core_file_command): Pass current_inferior() down.
16086 * corelow.c (core_detach): Add inferior parameter.
16087 * darwin-nat.c (darwin_detach): Likewise.
16088 * gnu-nat.c (gnu_detach): Likewise.
16089 * inf-ptrace.c (inf_ptrace_detach): Likewise.
16090 * infcmd.c (detach_command): Pass current_inferior() down to
16091 target_detach.
16092 * infrun.c (follow_fork_inferior): Pass parent_inf to
16093 target_detach.
16094 (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
16095 target_detach.
16096 * linux-nat.c (linux_nat_detach): Add inferior parameter.
16097 * linux-thread-db.c (thread_db_detach): Likewise.
16098 * nto-procfs.c (procfs_detach): Likewise.
16099 * procfs.c (procfs_detach): Likewise.
16100 * record.c (record_detach): Likewise.
16101 * record.h (struct inferior): Forward-declare.
16102 (record_detach): Add inferior parameter.
16103 * remote-sim.c (gdbsim_detach): Likewise.
16104 * remote.c (remote_detach_1): Likewise.
16105 (remote_detach): Likewise.
16106 (extended_remote_detach): Likewise.
16107 * sol-thread.c (sol_thread_detach): Likewise.
16108 * target-debug.h (target_debug_print_inferior_p): New macro.
16109 * target-delegates.c: Re-generate.
16110 * top.c (kill_or_detach): Pass inferior down to target_detach.
16111 * windows-nat.c (windows_detach): Add inferior parameter.
16112
6bd6f3b6
SM
161132018-01-19 Simon Marchi <simon.marchi@ericsson.com>
16114
16115 * target.h (struct target_ops) <to_detach>: Remove args
16116 parameter.
16117 (target_detach): Likewise.
16118 * target.c (dispose_inferior): Adjust.
16119 (target_detach): Remove args parameter, adjust.
16120 * aix-thread.c (aix_thread_detach): Adjust.
16121 * corefile.c (core_file_command): Adjust.
16122 * corelow.c (core_detach): Adjust.
16123 * darwin-nat.c (darwin_detach): Adjust.
16124 * gnu-nat.c (gnu_detach): Adjust.
16125 * inf-ptrace.c (inf_ptrace_detach): Adjust.
16126 * infcmd.c (detach_command): Adjust
16127 * infrun.c (follow_fork_inferior): Adjust.
16128 (handle_vfork_child_exec_or_exit): Adjust.
16129 * linux-fork.c (linux_fork_detach): Remove args parameter.
16130 * linux-fork.h (linux_fork_detach): Likewise.
16131 * linux-nat.c (linux_nat_detach): Likewise, and adjust.
16132 * linux-thread-db.c (thread_db_detach): Likewise.
16133 * nto-procfs.c (procfs_detach): Likewise.
16134 * procfs.c (procfs_detach): Likewise.
16135 (do_detach): Remove signo parameter.
16136 * record.c (record_detach): Remove args parameter.
16137 * record.h (record_detach): Likewise.
16138 * remote-sim.c (gdbsim_detach): Likewise.
16139 * remote.c (remote_detach_1): Likewise.
16140 (remote_detach): Likewise.
16141 (extended_remote_detach): Likewise.
16142 * sol-thread.c (sol_thread_detach): Likewise.
16143 * target-delegates.c: Re-generate.
16144 * top.c (struct qt_args) <args>: Remove field.
16145 (kill_or_detach): Don't pass args.
16146 (quit_force): Don't set args.
16147 * windows-nat.c (windows_detach): Remove args parameter.
16148
88af8ea8
YQ
161492018-01-19 Yao Qi <yao.qi@linaro.org>
16150
16151 * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
16152 (arm_linux_init_abi): Install it.
16153
dea445b9
YQ
161542018-01-19 Yao Qi <yao.qi@linaro.org>
16155
16156 * osabi.c (gdb_osabi_names): Extend the regexp for
16157 arm-linux-gnueabihf.
16158
4a17f768
YQ
161592018-01-18 Yao Qi <yao.qi@linaro.org>
16160
16161 * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
16162 m_abbrevs.
16163 (abbrev_table::add_abbrev): Update.
16164 (abbrev_table::lookup_abbrev): Update.
16165
d679c21a
YQ
161662018-01-18 Yao Qi <yao.qi@linaro.org>
16167
16168 * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
16169
7d937cad
SDJ
161702018-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
16171
16172 * compile/compile.c (compile_to_object): Convert "triplet_rx"
16173 to "std::string".
16174
9e14690d
TT
161752018-01-17 Tom Tromey <tom@tromey.com>
16176
16177 * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
16178
50a82047
TT
161792018-01-17 Tom Tromey <tom@tromey.com>
16180
16181 * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
16182 * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
16183 (create_array_type_with_stride): Update.
16184 * dwarf2read.c (set_die_type): Update.
16185
c89b44cd
TT
161862018-01-17 Tom Tromey <tom@tromey.com>
16187
16188 * dwarf2read.c (delayed_method_info): Remove typedef.
16189 (dwarf2_cu::method_info): Now a std::vector.
16190 (add_to_method_list): Update.
16191 (free_delayed_list): Remove.
16192 (compute_delayed_physnames): Update.
16193 (process_full_comp_unit, process_full_type_unit): Clear the method
16194 list. Remove cleanups.
16195 (psymtab_include_file_name): Add name_holder parameter. Use
16196 unique_xmalloc_ptr.
16197 (dwarf_decode_lines): Update.
16198
fcd3b13d
SM
161992018-01-17 Tom Tromey <tom@tromey.com>
16200 Simon Marchi <simon.marchi@ericsson.com>
16201
16202 * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
16203 (dwarf2_per_objfile::free_cached_comp_units)
16204 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16205 (init_cutu_and_read_dies_no_follow): Update.
16206 (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
16207 (dwarf2_cu::~dwarf2_cu): New.
16208 (free_heap_comp_unit, free_stack_comp_unit): Remove.
16209 (age_cached_comp_units, free_one_cached_comp_unit): Update.
16210
685af9cd
TT
162112018-01-17 Tom Tromey <tom@tromey.com>
16212 Simon Marchi <simon.marchi@ericsson.com>
16213
16214 * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
16215 (struct die_reader_specs) <abbrev_table>: New member.
16216 (struct abbrev_table): Add constructor.
16217 <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
16218 <abbrev_obstack>: Now an auto_obstack.
16219 (abbrev_table_up): New typedef.
16220 (init_cu_die_reader): Add abbrev_table parameter.
16221 (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
16222 Add result_dwo_abbrev_table.
16223 (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16224 (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
16225 Update.
16226 (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
16227 parameter.
16228 (skip_children): Update.
16229 (abbrev_table::alloc_abbrev): Rename from
16230 abbrev_table_alloc_abbrev.
16231 (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
16232 (abbrev_table::lookup_abbrev): Rename from
16233 abbrev_table_lookup_abbrev.
16234 (abbrev_table_read_table): Return abbrev_table_up.
16235 (abbrev_table_free, abbrev_table_free_cleanup)
16236 (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
16237 (load_partial_dies): Update.
16238
5e2db402
TT
162392018-01-17 Tom Tromey <tom@tromey.com>
16240
16241 * dwarf2read.c (dwarf2_compute_name): Update comment.
16242 (read_func_scope, read_variable): Update.
16243 (new_symbol): Remove.
16244 (new_symbol_full): Rename to new_symbol.
16245
ee7f689e 162462018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
16247
16248 PR gdb/16577
16249 * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
16250 a warning instead of throwing an error, set section size to 0 and return
16251 NULL.
16252 * gdb_bfd.h (gdb_bfd_map_section): Update description.
16253
4d9b86e1
SM
162542018-01-17 Simon Marchi <simon.marchi@ericsson.com>
16255
16256 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
16257 std::string.
16258 (linux_ptrace_attach_fail_reason_string): Likewise.
16259 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
16260 Likewise.
16261 (linux_ptrace_attach_fail_reason_string): Likewise.
16262 * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
16263
a7b2d0fb
SM
162642018-01-17 Simon Marchi <simon.marchi@ericsson.com>
16265
16266 * linux-nat.c (linux_nat_attach): Remove xstrdup.
16267
f517c180
EA
162682018-01-17 Eldar Abusalimov <eldar.abusalimov@jetbrains.com>
16269
16270 PR gdb/21559
16271 * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
16272 checking for fs_base/gs_base fields in struct user_regs_struct.
16273 * configure: Regenerate.
16274
7045b1ca
YQ
162752018-01-17 Yao Qi <yao.qi@linaro.org>
16276
16277 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
16278 function.
16279 (aarch64_linux_init_abi): Install it to gdbarch hook
16280 gcc_target_options.
16281
db422fb2
PA
162822018-01-15 Pedro Alves <palves@redhat.com>
16283
16284 * common/signals-state-save-restore.c
16285 (save_original_signals_state): Fix typos.
16286
ba643918
SDJ
162872017-01-12 Tom Tromey <tom@tromey.com>
16288 Sergio Durigan Junior <sergiodj@redhat.com>
16289
16290 * Makefile.in (install-only): Install gdb-add-index.
16291
906b4aac
JB
162922018-01-12 John Baldwin <jhb@FreeBSD.org>
16293
16294 * fbsd-tdep.c (KVE_PROTECTION): Correct value.
16295
bdf2a94a
AA
162962018-01-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16297
16298 * infrun.c (keep_going_pass_signal): Clear step-over info when
16299 insert_breakpoints fails.
16300
71d378ae
PA
163012018-01-11 Pedro Alves <palves@redhat.com>
16302
16303 PR gdb/22583
16304 * infrun.c (resume): Rename to ...
16305 (resume_1): ... this.
16306 (resume): Reimplement as wrapper around resume_1.
16307
3cada740
PA
163082018-01-11 Pedro Alves <palves@redhat.com>
16309
16310 PR remote/22597
16311 * remote.c (remote_parse_stop_reply): Default to the last-set
16312 general thread instead of to 'magic_null_ptid'.
16313
618daa93
PA
163142018-01-10 Pedro Alves <palves@redhat.com>
16315
16316 * language.h (language_get_symbol_name_matcher): Rename ...
16317 (get_symbol_name_matcher): ... this.
16318 * language.c (language_get_symbol_name_matcher): Ditto.
16319 * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
16320 callers adjusted.
16321
c63d3e8d
PA
163222018-01-10 Pedro Alves <palves@redhat.com>
16323
16324 PR gdb/22670
16325 * dwarf2read.c
16326 (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
16327 Adjust to use language_get_symbol_name_matcher instead of
16328 language_defn::la_get_symbol_name_matcher.
16329 * language.c (language_get_symbol_name_matcher): If in Ada mode
16330 and the lookup name is a verbatim match, return Ada's matcher.
16331 * language.h (language_get_symbol_name_matcher): Adjust comment.
16332 (ada_lookup_name_info::verbatim_p):: New method.
16333
d4c2a405
PA
163342018-01-10 Pedro Alves <palves@redhat.com>
16335
16336 PR gdb/22670
16337 * ada-lang.c (ada_collect_symbol_completion_matches): If the
16338 minsym's language is language_auto or language_cplus, pass down
16339 language_ada instead.
16340 * symtab.c (compare_symbol_name): Don't frob symbol language here.
16341
8825213e
PA
163422018-01-10 Pedro Alves <palves@redhat.com>
16343
16344 PR gdb/22670
16345 * minsyms.c (linkage_name_str): New function.
16346 (iterate_over_minimal_symbols): Use it.
16347
2d97a5d9
JB
163482018-01-09 John Baldwin <jhb@FreeBSD.org>
16349
16350 * NEWS: Document that 'info proc' now works on FreeBSD.
16351
92fce24d
JB
163522018-01-09 John Baldwin <jhb@FreeBSD.org>
16353
16354 * configure.ac: Check for kinfo_getfile in libutil.
16355 * configure: Regenerate.
16356 * config.in: Regenerate.
16357 * fbsd-nat.c: Include "fbsd-tdep.h".
16358 (fbsd_fetch_cmdline): New.
16359 (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
16360 rather than calling error.
16361 (fbsd_info_proc): New.
16362 (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
16363 (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
16364 (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
16365
262f62f5
JB
163662018-01-09 John Baldwin <jhb@FreeBSD.org>
16367
16368 * fbsd-nat.c (struct free_deleter): Remove.
16369 (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
16370
b999e203
JB
163712018-01-09 John Baldwin <jhb@FreeBSD.org>
16372
16373 * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
16374 NULL for an empty pathname.
16375
d2176225
JB
163762018-01-09 John Baldwin <jhb@FreeBSD.org>
16377
16378 * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
16379 (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
16380 (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
16381 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
16382 (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
16383 (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
16384 (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
16385 (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
16386 (kinfo_proc_layout_32, kinfo_proc_layout_i386)
16387 (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
16388 (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
16389 (fbsd_core_fetch_timeval, fbsd_print_sigset)
16390 (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
16391 (fbsd_init_abi): Install gdbarch "core_info_proc" method.
16392 * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
16393
9c4ac400
ST
163942018-01-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
16395
16396 * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
16397 (gnu_xfer_auxv): New function.
16398 (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
16399 TARGET_OBJECT_AUXV.
16400
1e5ded6c
YQ
164012018-01-08 Yao Qi <yao.qi@linaro.org>
16402 Simon Marchi <simon.marchi@ericsson.com>
16403
16404 * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
16405 common/selftest.c.
16406 (COMMON_OBS): Remove selftest.o.
16407 * configure.ac: Append selftest-arch.c and common/selftest.c to
16408 CONFIG_SRCS. Append selftest-arch.o and selftest.o to COMMON_OBS.
16409 * configure: Re-generated.
16410 * maint.c (maintenance_selftest): Wrap selftests::run_tests with
16411 GDB_SELF_TEST.
16412 (maintenance_info_selftests): Likewise.
16413
04bafb1e
XR
164142018-01-08 Xavier Roirand <roirand@adacore.com>
16415
16416 * ada-valprint.c (val_print_packed_array_elements): Use
16417 proper number of elements when printing an array indexed
16418 by an enumeration type.
16419
518817b3
SM
164202018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16421
16422 * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
16423 (dw2_get_file_names_reader): Adjust.
16424 (lookup_dwo_signatured_type): Adjust.
16425 (lookup_dwp_signatured_type): Adjust.
16426 (lookup_signatured_type): Adjust.
16427 (create_type_unit_group): Adjust.
16428 (get_type_unit_group): Adjust.
16429 (process_psymtab_comp_unit_reader): Adjust.
16430 (build_type_psymtabs_reader): Adjust.
16431 (scan_partial_symbols): Adjust.
16432 (add_partial_symbol): Adjust.
16433 (add_partial_subprogram): Adjust.
16434 (peek_die_abbrev): Adjust.
16435 (fixup_go_packaging): Adjust.
16436 (process_imported_unit_die): Adjust.
16437 (dwarf2_compute_name): Adjust.
16438 (dwarf2_physname): Adjust.
16439 (read_import_statement): Adjust.
16440 (handle_DW_AT_stmt_list): Adjust.
16441 (read_file_scope): Adjust.
16442 (read_func_scope): Adjust.
16443 (read_lexical_block_scope): Adjust.
16444 (read_call_site_scope): Adjust.
16445 (read_variable): Adjust.
16446 (dwarf2_rnglists_process): Adjust.
16447 (dwarf2_ranges_process): Adjust.
16448 (dwarf2_ranges_read): Adjust.
16449 (dwarf2_get_pc_bounds): Adjust.
16450 (dwarf2_record_block_ranges): Adjust.
16451 (dwarf2_add_field): Adjust.
16452 (dwarf2_add_member_fn): Adjust.
16453 (read_structure_type): Adjust.
16454 (process_structure_scope): Adjust.
16455 (read_enumeration_type): Adjust.
16456 (read_array_type): Adjust.
16457 (mark_common_block_symbol_computed): Adjust.
16458 (read_common_block): Adjust.
16459 (read_namespace_type): Adjust.
16460 (read_namespace): Adjust.
16461 (read_module_type): Adjust.
16462 (read_tag_pointer_type): Adjust.
16463 (read_tag_ptr_to_member_type): Adjust.
16464 (read_tag_string_type): Adjust.
16465 (read_subroutine_type): Adjust.
16466 (read_typedef): Adjust.
16467 (read_base_type): Adjust.
16468 (attr_to_dynamic_prop): Adjust.
16469 (read_subrange_type): Adjust.
16470 (read_unspecified_type): Adjust.
16471 (dwarf2_read_abbrevs): Adjust.
16472 (load_partial_dies): Adjust.
16473 (read_partial_die): Adjust.
16474 (find_partial_die): Adjust.
16475 (guess_partial_die_structure_name): Adjust.
16476 (fixup_partial_die): Adjust.
16477 (read_attribute_value): Adjust.
16478 (read_addr_index): Adjust.
16479 (read_addr_index_from_leb128): Adjust.
16480 (read_str_index): Adjust.
16481 (dwarf2_string_attr): Adjust.
16482 (get_debug_line_section): Adjust.
16483 (dwarf_decode_line_header): Adjust.
16484 (lnp_state_machine::check_line_address): Adjust.
16485 (dwarf_decode_lines_1): Adjust.
16486 (dwarf_decode_lines): Adjust.
16487 (dwarf2_start_symtab): Adjust.
16488 (var_decode_location): Adjust.
16489 (new_symbol_full): Adjust.
16490 (dwarf2_const_value_data): Adjust.
16491 (dwarf2_const_value_attr): Adjust.
16492 (dwarf2_const_value): Adjust.
16493 (die_type): Adjust.
16494 (die_containing_type): Adjust.
16495 (build_error_marker_type): Adjust.
16496 (lookup_die_type): Adjust.
16497 (guess_full_die_structure_name): Adjust.
16498 (anonymous_struct_prefix): Adjust.
16499 (determine_prefix): Adjust.
16500 (dwarf2_name): Adjust.
16501 (follow_die_ref_or_sig): Adjust.
16502 (follow_die_offset): Adjust.
16503 (follow_die_ref): Adjust.
16504 (follow_die_sig_1): Adjust.
16505 (follow_die_sig): Adjust.
16506 (get_signatured_type): Adjust.
16507 (get_DW_AT_signature_type): Adjust.
16508 (decode_locdesc): Adjust.
16509 (dwarf_decode_macros): Adjust.
16510 (cu_debug_loc_section): Adjust.
16511 (fill_in_loclist_baton): Adjust.
16512 (dwarf2_symbol_mark_computed): Adjust.
16513 (init_one_comp_unit): Don't assign
16514 dwarf2_cu::dwarf2_per_objfile.
16515 (set_die_type): Adjust.
16516
ed2dc618
SM
165172018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * dwarf2read.c (struct mapped_debug_names): Add constructor.
16520 <dwarf2_per_objfile>: New field.
16521 (dwarf2_per_objfile): Remove global.
16522 (get_dwarf2_per_objfile): New function.
16523 (set_dwarf2_per_objfile): New function.
16524 (dwarf2_build_psymtabs_hard): Change objfile parameter to
16525 dwarf2_per_objfile.
16526 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16527 (read_abbrev_offset): Likewise.
16528 (read_indirect_string): Likewise.
16529 (read_indirect_line_string): Likewise.
16530 (read_indirect_string_at_offset): Likewise.
16531 (read_indirect_string_from_dwz): Likewise.
16532 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16533 dwarf2_per_objfile.
16534 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16535 (create_all_comp_units): Change objfile parameter to
16536 dwarf2_per_objfile.
16537 (create_all_type_units): Likewise.
16538 (process_queue): Add dwarf2_per_objfile parameter.
16539 (read_and_check_comp_unit_head): Likewise.
16540 (lookup_dwo_unit_in_dwp): Likewise.
16541 (get_dwp_file): Likewise.
16542 (process_cu_includes): Likewise.
16543 (struct free_dwo_file_cleanup_data): New struct.
16544 (dwarf2_has_info): Use get_dwarf2_per_objfile and
16545 set_dwarf2_per_objfile.
16546 (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
16547 (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
16548 context, adjust calls.
16549 (dw2_instantiate_symtab): Likewise.
16550 (dw2_get_cutu): Add dwarf2_per_objfile parameter.
16551 (dw2_get_cu): Likewise.
16552 (create_cu_from_index_list): Change objfile parameter to
16553 dwarf2_per_objfile.
16554 (create_cus_from_index_list): Get dwarf2_per_objfile from
16555 context, adjust calls.
16556 (create_cus_from_index): Likewise.
16557 (create_signatured_type_table_from_index): Change objfile
16558 parameter to dwarf2_per_objfile.
16559 (create_signatured_type_table_from_debug_names): Change objfile
16560 parameter to dwarf2_per_objfile.
16561 (create_addrmap_from_index): Likewise.
16562 (create_addrmap_from_aranges): Likewise.
16563 (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16564 (dw2_setup): Remove.
16565 (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16566 context.
16567 (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16568 get_dwarf2_per_objfile.
16569 (dw2_forget_cached_source_info): Likewise.
16570 (dw2_map_symtabs_matching_filename): Likewise.
16571 (struct dw2_symtab_iterator) <index>: Remove.
16572 <dwarf2_per_objfile>: New field.
16573 (dw2_symtab_iter_init): Replace index parameter with
16574 dwarf2_per_objfile.
16575 (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16576 (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16577 (dw2_print_stats): Likewise.
16578 (dw2_dump): Likewise.
16579 (dw2_expand_symtabs_for_function): Likewise.
16580 (dw2_expand_all_symtabs): Likewise.
16581 (dw2_expand_symtabs_with_fullname): Likewise.
16582 (dw2_expand_marked_cus): Replace index and objfile parameters
16583 with dwarf2_per_objfile.
16584 (dw_expand_symtabs_matching_file_matcher): Add
16585 dwarf2_per_objfile parameter and adjust calls.
16586 (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16587 adjust calls.
16588 (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16589 (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16590 adjust calls.
16591 (create_cus_from_debug_names_list): Replace objfile parameter
16592 with dwarf2_per_objfile and adjust calls.
16593 (create_cus_from_debug_names): Likewise.
16594 (dwarf2_read_debug_names): Likewise.
16595 (mapped_debug_names::namei_to_name): Adjust call.
16596 (dw2_debug_names_iterator::next): Likewise.
16597 (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16598 (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16599 (dw2_debug_names_dump): Likewise.
16600 (dw2_debug_names_expand_symtabs_for_function): Likewise.
16601 (dw2_debug_names_expand_symtabs_matching): Likewise.
16602 (dwarf2_initialize_objfile): Likewise.
16603 (dwarf2_build_psymtabs): Likewise.
16604 (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16605 this_cu.
16606 (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16607 (read_and_check_comp_unit_head): Likewise.
16608 (read_abbrev_offset): Likewise.
16609 (create_debug_type_hash_table): Likewise.
16610 (create_debug_types_hash_table): Likewise.
16611 (create_all_type_units): Replace objfile parameter with
16612 dwarf2_per_objfile.
16613 (add_type_unit): Add dwarf2_per_objfile parameter.
16614 (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16615 with dwarf2_per_objfile.
16616 (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16617 (lookup_dwp_signatured_type): Likewise.
16618 (lookup_signatured_type): Likewise.
16619 (read_cutu_die_from_dwo): Likewise.
16620 (init_tu_and_read_dwo_dies): Likewise.
16621 (init_cutu_and_read_dies): Likewise.
16622 (init_cutu_and_read_dies_no_follow): Likewise.
16623 (allocate_type_unit_groups_table): Add objfile parameter.
16624 (create_type_unit_group): Use dwarf2_per_objfile from cu.
16625 (get_type_unit_group): Likewise.
16626 (process_psymtab_comp_unit): Update call.
16627 (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16628 (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16629 (print_tu_stats): Likewise.
16630 (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16631 in void* parameter.
16632 (build_type_psymtabs): Change objfile parameter to
16633 dwarf2_per_objfile.
16634 (process_skeletonless_type_unit): Use dwarf2_per_objfile
16635 passed in void* parameter.
16636 (process_skeletonless_type_units): Change objfile parameter to
16637 dwarf2_per_objfile.
16638 (set_partial_user): Likewise.
16639 (dwarf2_build_psymtabs_hard): Likewise.
16640 (read_comp_units_from_section): Likewise.
16641 (create_all_comp_units): Likewise.
16642 (scan_partial_symbols): Update calls.
16643 (add_partial_symbol): Likewise.
16644 (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16645 (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16646 (process_queue): Add dwarf2_per_objfile parameter.
16647 (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16648 (compute_compunit_symtab_includes): Likewise.
16649 (process_cu_includes): Add dwarf2_per_objfile parameter.
16650 (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16651 (process_full_type_unit): Likewise.
16652 (process_imported_unit_die): Update call.
16653 (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16654 (read_file_scope): Likewise.
16655 (allocate_dwo_file_hash_table): Add objfile parameter.
16656 (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16657 (create_cus_hash_table): Likewise.
16658 (create_dwp_hash_table): Likewise.
16659 (create_dwo_unit_in_dwp_v1): Likewise.
16660 (create_dwp_v2_section): Likewise.
16661 (create_dwo_unit_in_dwp_v2): Likewise.
16662 (lookup_dwo_unit_in_dwp): Likewise.
16663 (try_open_dwop_file): Likewise.
16664 (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16665 (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16666 cleanup to include a reference to dwarf2_per_objfile.
16667 (open_dwp_file): Add dwarf2_per_objfile parameter.
16668 (open_and_init_dwp_file): Likewise.
16669 (get_dwp_file): Likewise.
16670 (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16671 (queue_and_load_all_dwo_tus): Update call.
16672 (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16673 data.
16674 (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16675 (dwarf2_ranges_process): Likewise.
16676 (dwarf2_get_pc_bounds): Likewise.
16677 (mark_common_block_symbol_computed): Likewise.
16678 (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16679 (dwarf2_read_abbrevs): Update call.
16680 (read_partial_die): Use dwarf2_per_objfile from cu.
16681 (find_partial_die): Likewise.
16682 (fixup_partial_die): Likewise.
16683 (read_attribute_value): Likewise.
16684 (read_indirect_string_at_offset_from): Add objfile parameter.
16685 (read_indirect_string_at_offset): Add dwarf2_per_objfile
16686 parameter.
16687 (read_indirect_string_from_dwz): Add objfile parameter.
16688 (read_indirect_string): Add objfile parameter.
16689 (read_addr_index_1): Add dwarf2_per_objfile parameter.
16690 (read_addr_index): Use dwarf2_per_objfile from cu.
16691 (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16692 call dw2_setup.
16693 (read_str_index): Use dwarf2_per_objfile from cu.
16694 (get_debug_line_section): Likewise.
16695 (read_formatted_entries): Add dwarf2_per_objfile parameter.
16696 (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16697 (new_symbol_full): Use dwarf2_per_objfile from cu.
16698 (build_error_marker_type): Likewise.
16699 (lookup_die_type): Likewise.
16700 (determine_prefix): Likewise.
16701 (follow_die_offset): Likewise.
16702 (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16703 (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16704 (dwarf2_fetch_die_type_sect_off): Likewise.
16705 (dwarf2_get_die_type): Likewise.
16706 (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16707 (get_signatured_type): Likewise.
16708 (get_DW_AT_signature_type): Likewise.
16709 (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16710 (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16711 (cu_debug_loc_section): Likewise.
16712 (fill_in_loclist_baton): Likewise.
16713 (dwarf2_symbol_mark_computed): Likewise.
16714 (dwarf2_find_containing_comp_unit): Change objfile parameter to
16715 dwarf2_per_objfile.
16716 (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16717 parameter.
16718 (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16719 (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16720 (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16721 (set_die_type): Use dwarf2_free_objfile from cu.
16722 (get_die_type_at_offset): Likewise.
16723 (dwarf2_per_objfile_free): Don't assign global variable.
16724 (debug_names) <constructor>: Add dwarf2_per_objfile
16725 parameter, update m_debugstrlookup construction.
16726 (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16727 parameter.
16728 <m_dwarf2_per_objfile>: New field.
16729 <lookup>: Use m_dwarf2_per_objfile.
16730 (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16731 (psyms_seen_size): Likewise.
16732 (write_gdbindex): Replace objfile parameter with
16733 dwarf2_per_objfile.
16734 (write_debug_names): Likewise.
16735 (write_psymtabs_to_index): Likewise.
16736 (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16737 calls.
16738
e3b94546
SM
167392018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16740
16741 * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16742 <dwarf2_per_objfile>: New field.
16743 (struct dwarf2_per_cu_data) <objfile>: Remove.
16744 <dwarf2_per_objfile>: New field.
16745 (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16746 of objfile.
16747 (create_signatured_type_table_from_index): Likewise.
16748 (create_debug_type_hash_table): Likewise.
16749 (fill_in_sig_entry_from_dwo_entry): Likewise.
16750 (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16751 (create_type_unit_group): Assign dwarf2_per_objfile instead of
16752 objfile.
16753 (create_partial_symtab): Access objfile through
16754 dwarf2_per_objfile.
16755 (process_psymtab_comp_unit_reader): Likewise.
16756 (read_comp_units_from_section): Likewise.
16757 (scan_partial_symbols): Likewise.
16758 (add_partial_symbol): Likewise.
16759 (add_partial_subprogram): Likewise.
16760 (peek_die_abbrev): Likewise.
16761 (fixup_go_packaging): Likewise.
16762 (process_full_comp_unit): Likewise.
16763 (process_full_type_unit): Likewise.
16764 (process_imported_unit_die): Likewise.
16765 (dwarf2_compute_name): Likewise.
16766 (dwarf2_physname): Likewise.
16767 (read_import_statement): Likewise.
16768 (create_cus_hash_table): Assign dwarf2_physname instead of
16769 objfile.
16770 (read_func_scope): Access objfile through dwarf2_per_objfile.
16771 (read_lexical_block_scope): Likewise.
16772 (read_call_site_scope): Likewise.
16773 (read_variable): Likewise.
16774 (dwarf2_rnglists_process): Likewise.
16775 (dwarf2_ranges_process): Likewise.
16776 (dwarf2_ranges_read): Likewise.
16777 (dwarf2_record_block_ranges): Likewise.
16778 (dwarf2_add_field): Likewise.
16779 (dwarf2_add_member_fn): Likewise.
16780 (read_structure_type): Likewise.
16781 (process_structure_scope): Likewise.
16782 (read_enumeration_type): Likewise.
16783 (read_array_type): Likewise.
16784 (read_common_block): Likewise.
16785 (read_namespace_type): Likewise.
16786 (read_namespace): Likewise.
16787 (read_module_type): Likewise.
16788 (read_tag_pointer_type): Likewise.
16789 (read_tag_ptr_to_member_type): Likewise.
16790 (read_tag_string_type): Likewise.
16791 (read_subroutine_type): Likewise.
16792 (read_typedef): Likewise.
16793 (read_base_type): Likewise.
16794 (attr_to_dynamic_prop): Likewise.
16795 (read_subrange_type): Likewise.
16796 (read_unspecified_type): Likewise.
16797 (load_partial_dies): Likewise.
16798 (read_partial_die): Likewise.
16799 (find_partial_die): Likewise.
16800 (guess_partial_die_structure_name): Likewise.
16801 (fixup_partial_die): Likewise.
16802 (read_attribute_value): Likewise.
16803 (read_addr_index_from_leb128): Likewise.
16804 (dwarf2_read_addr_index): Likewise.
16805 (dwarf2_string_attr): Likewise.
16806 (lnp_state_machine::check_line_address): Likewise.
16807 (dwarf_decode_lines_1): Likewise.
16808 (dwarf_decode_lines): Likewise.
16809 (dwarf2_start_symtab): Likewise.
16810 (var_decode_location): Likewise.
16811 (new_symbol_full): Likewise.
16812 (dwarf2_const_value_data): Likewise.
16813 (dwarf2_const_value_attr): Likewise.
16814 (dwarf2_const_value): Likewise.
16815 (die_type): Likewise.
16816 (die_containing_type): Likewise.
16817 (lookup_die_type): Likewise.
16818 (guess_full_die_structure_name): Likewise.
16819 (anonymous_struct_prefix): Likewise.
16820 (dwarf2_name): Likewise.
16821 (follow_die_ref_or_sig): Likewise.
16822 (follow_die_offset): Likewise.
16823 (follow_die_ref): Likewise.
16824 (dwarf2_fetch_die_loc_sect_off): Likewise.
16825 (dwarf2_fetch_constant_bytes): Likewise.
16826 (dwarf2_fetch_die_type_sect_off): Likewise.
16827 (dwarf2_get_die_type): Likewise.
16828 (follow_die_sig): Likewise.
16829 (decode_locdesc): Likewise.
16830 (dwarf2_per_cu_objfile): Likewise.
16831 (dwarf2_per_cu_text_offset): Likewise.
16832 (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16833 objfile.
16834 (set_die_type): Access objfile through
16835 dwarf2_per_objfile.
16836
b01ba14d
SM
168372018-01-07 Simon Marchi <simon.marchi@ericsson.com>
16838
16839 * valprint.c (converted_character_d): Remove typedef.
16840 (DEF_VEC_O (converted_character_d)): Remove.
16841 (count_next_character): Use std::vector.
16842 (print_converted_chars_to_obstack): Likewise.
16843 (generic_printstr): Likewise.
16844
4d0fdd9b
SM
168452018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16846
16847 * xml-support.h (struct gdb_xml_value): Add constructor.
16848 <value>: Change type to unique_xmalloc_ptr.
16849 (gdb_xml_value_s): Remove typedef.
16850 (DEF_VEC_O (gdb_xml_value_s)): Remove.
16851 (gdb_xml_element_start_handler): Change parameter type to
16852 std::vector.
16853 (xml_find_attribute): Likewise.
16854 * xml-support.c (xml_find_attribute): Change parameter type to
16855 std::vector and adjust.
16856 (gdb_xml_values_cleanup): Remove.
16857 (gdb_xml_parser::start_element): Adjust to std::vector.
16858 (xinclude_start_include): Change paraeter type to std::vector
16859 and adjust.
16860 * btrace.c (check_xml_btrace_version): Likewise.
16861 (parse_xml_btrace_block): Likewise.
16862 (parse_xml_btrace_pt_config_cpu): Likewise.
16863 (parse_xml_btrace_pt): Likewise.
16864 (parse_xml_btrace_conf_bts): Likewise.
16865 (parse_xml_btrace_conf_pt): Likewise.
16866 * memory-map.c (memory_map_start_memory): Likewise.
16867 (memory_map_start_property): Likewise.
16868 * osdata.c (osdata_start_osdata): Likewise.
16869 (osdata_start_item): Likewise.
16870 (osdata_start_column): Likewise.
16871 * remote.c (start_thread): Likewise.
16872 * solib-aix.c (library_list_start_library): Likewise.
16873 (library_list_start_list): Likewise.
16874 * solib-svr4.c (library_list_start_library): Likewise.
16875 (svr4_library_list_start_list): Likewise.
16876 * solib-target.c (library_list_start_segment): Likewise.
16877 (library_list_start_section): Likewise.
16878 (library_list_start_library): Likewise.
16879 (library_list_start_list): Likewise.
16880 * tracepoint.c (traceframe_info_start_memory): Likewise.
16881 (traceframe_info_start_tvar): Likewise.
16882 * xml-syscall.c (syscall_start_syscall): Likewise.
16883 * xml-tdesc.c (tdesc_start_target): Likewise.
16884 (tdesc_start_feature): Likewise.
16885 (tdesc_start_reg): Likewise.
16886 (tdesc_start_union): Likewise.
16887 (tdesc_start_struct): Likewise.
16888 (tdesc_start_flags): Likewise.
16889 (tdesc_start_enum): Likewise.
16890 (tdesc_start_field): Likewise.
16891 (tdesc_start_enum_value): Likewise.
16892 (tdesc_start_vector): Likewise.
16893
f979c73f
SM
168942018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16895
16896 * extension.h (struct xmethod_worker) <clone>: Remove.
16897 * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16898 Remove.
16899 (python_xmethod_worker::clone): Remove.
16900 * valops.c (find_overload_match): Use std::move instead of
16901 clone.
16902
ba18742c
SM
169032018-01-07 Simon Marchi <simon.marchi@polymtl.ca>
16904
16905 * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16906 (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16907 <free_xmethod_worker_data>: Remove.
16908 <get_matching_xmethod_workers>: Chance VEC to std::vector.
16909 <get_xmethod_arg_types>: Remove.
16910 <get_xmethod_result_type>: Remove.
16911 <invoke_xmethod>: Remove.
16912 * extension.c (new_xmethod_worker): Remove.
16913 (clone_xmethod_worker): Remove.
16914 (get_matching_xmethod_workers): Return void, pass std::vector by
16915 pointer.
16916 (get_xmethod_arg_types): Rename to...
16917 (xmethod_worker::get_arg_types): ... this, and adjust.
16918 (get_xmethod_result_type): Rename to...
16919 (xmethod_worker::get_result_type): ... this, and adjust.
16920 (invoke_xmethod): Remove.
16921 (free_xmethod_worker): Remove.
16922 (free_xmethod_worker_vec): Remove.
16923 * extension.h (enum ext_lang_rc): Move here from
16924 extension-priv.h.
16925 (struct xmethod_worker): Add constructor and destructor.
16926 <data>: Remove.
16927 <value>: Remove.
16928 <invoke, clone, do_get_result_type, do_get_arg_types>: New
16929 virtual pure methods.
16930 <get_arg_types, get_result_type>: New methods.
16931 (xmethod_worker_ptr): Remove typedef.
16932 (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16933 (xmethod_worker_vec): Remove typedef.
16934 (xmethod_worker_up): New typedef.
16935 (invoke_xmethod): Remove.
16936 (clone_xmethod_worker): Remove.
16937 (free_xmethod_worker): Remove.
16938 (free_xmethod_worker_vec): Remove.
16939 (get_xmethod_arg_types): Remove.
16940 (get_xmethod_result_type): Remove.
16941 * valops.c (find_method_list): Use std::vector, don't use
16942 intermediate vector.
16943 (value_find_oload_method_list): Use std::vector.
16944 (find_overload_match): Use std::vector.
16945 (find_oload_champ): Use std::vector.
16946 * value.c (value_free): Use operator delete.
16947 (value_of_xmethod): Rename to...
16948 (value_from_xmethod): ... this. Don't assign
16949 xmethod_worker::value, take rvalue-reference.
16950 (result_type_of_xmethod): Adjust.
16951 (call_xmethod): Adjust.
16952 * value.h: Include extension.h.
16953 (struct xmethod_worker): Don't forward-declare.
16954 (value_of_xmethod): Rename to...
16955 (value_from_xmethod): ... this, take rvalue-reference.
16956 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16957 (struct python_xmethod_worker): ... this, add constructor and
16958 destructor.
16959 <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16960 (gdbpy_free_xmethod_worker_data): Rename to...
16961 (python_xmethod_worker::~python_xmethod_worker): ... this and
16962 adjust.
16963 (gdbpy_clone_xmethod_worker_data): Rename to...
16964 (python_xmethod_worker::clone): ... this and adjust.
16965 (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16966 temporary vector.
16967 (gdbpy_get_xmethod_arg_types): Rename to...
16968 (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16969 (gdbpy_get_xmethod_result_type): Rename to...
16970 (python_xmethod_worker::do_get_result_type): ... this and
16971 adjust.
16972 (gdbpy_invoke_xmethod): Rename to...
16973 (python_xmethod_worker::invoke): ... this and adjust.
16974 (new_python_xmethod_worker): Rename to...
16975 (python_xmethod_worker::python_xmethod_worker): ... this and
16976 adjust.
16977 * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16978 Remove.
16979 (gdbpy_free_xmethod_worker_data): Remove.
16980 (gdbpy_get_matching_xmethod_workers): Use std::vector.
16981 (gdbpy_get_xmethod_arg_types): Remove.
16982 (gdbpy_get_xmethod_result_type): Remove.
16983 (gdbpy_invoke_xmethod): Remove.
16984 * python/python.c (python_extension_ops): Remove obsolete
16985 callbacks.
16986
e379cee6
PA
169872018-01-05 Pedro Alves <palves@redhat.com>
16988
16989 PR gdb/18653
16990 * common/signals-state-save-restore.c
16991 (save_original_signals_state): New parameter 'quiet'. Warn if we
16992 find a custom handler preinstalled, instead of internal erroring.
16993 But only warn if !quiet.
16994 * common/signals-state-save-restore.h
16995 (save_original_signals_state): New parameter 'quiet'.
16996 * main.c (captured_main_1): Move save_original_signals_state call
16997 after option handling, and pass QUIET.
16998
a655456c
PA
169992018-01-05 Pedro Alves <palves@redhat.com>
17000
17001 * spu-tdep.c (spu_catch_start): Pass
17002 symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
17003
de63c46b
PA
170042018-01-05 Pedro Alves <palves@redhat.com>
17005
17006 PR gdb/22670
17007 * ada-lang.c (literal_symbol_name_matcher): New function.
17008 (ada_get_symbol_name_matcher): Use it for
17009 symbol_name_match_type::SEARCH_NAME.
17010 * block.c (block_lookup_symbol): New parameter 'match_type'. Pass
17011 it down instead of assuming symbol_name_match_type::FULL.
17012 * block.h (block_lookup_symbol): New parameter 'match_type'.
17013 * c-valprint.c (print_unpacked_pointer): Use
17014 lookup_symbol_search_name instead of lookup_symbol.
17015 * compile/compile-object-load.c (get_out_value_type): Pass down
17016 symbol_name_match_type::SEARCH_NAME.
17017 * cp-namespace.c (cp_basic_lookup_symbol): Pass down
17018 symbol_name_match_type::FULL.
17019 * cp-support.c (cp_get_symbol_name_matcher): Handle
17020 symbol_name_match_type::SEARCH_NAME.
17021 * infrun.c (insert_exception_resume_breakpoint): Use
17022 lookup_symbol_search_name.
17023 * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
17024 * psymtab.c (maintenance_check_psymtabs): Use
17025 symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
17026 * stack.c (print_frame_args): Use lookup_symbol_search_name and
17027 SYMBOL_SEARCH_NAME.
17028 * symtab.c (lookup_local_symbol): Don't demangle the lookup name
17029 if symbol_name_match_type::SEARCH_NAME.
17030 (lookup_symbol_in_language): Pass down
17031 symbol_name_match_type::FULL.
17032 (lookup_symbol_search_name): New.
17033 (lookup_language_this): Pass down
17034 symbol_name_match_type::SEARCH_NAME.
17035 (lookup_symbol_aux, lookup_local_symbol): New parameter
17036 'match_type'. Pass it down.
17037 * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
17038 (lookup_symbol_search_name): New declaration.
17039 (lookup_symbol_in_block): New 'match_type' parameter.
17040
f98fc17b
PA
170412018-01-05 Pedro Alves <palves@redhat.com>
17042
17043 PR gdb/22670
17044 * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
17045 ada_lookup_symbol.
17046 (ada_lookup_symbol): Reimplement in terms of
17047 ada_lookup_symbol_list, bits factored out from
17048 ada_lookup_encoded_symbol.
17049
342f8240
JB
170502018-01-05 Joel Brobecker <brobecker@adacore.com>
17051
17052 * ada-exp.y (write_object_renaming): When subscripting an array
17053 using a symbol as the index, pass the block in call to
17054 ada_lookup_encoded_symbol when looking that symbol up.
17055
7150d33c
JG
170562018-01-05 Jerome Guitton <guitton@adacore.com>
17057
17058 * ada-lang.c (ada_array_length): Use ada_index_type instead of
17059 TYPE_INDEX_TYPE.
17060
cc0e770c
JB
170612018-01-05 Joel Brobecker <brobecker@adacore.com>
17062
17063 * ada-lang.c (ada_to_fixed_value_create): Add handling of
17064 the case where VALUE_LVAL (val0) is not lval_memory.
17065
f79da888 170662018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
17067
17068 * ada-valprint.c (print_optional_low_bound): Handle
17069 character-indexed array printing like boolean-indexed array
17070 printing.
17071
cd385f94
JB
170722018-01-05 Joel Brobecker <brobecker@adacore.com>
17073
17074 * NEWS: Create a new section for the next release branch.
17075 Rename the section of the current branch, now that it has
17076 been cut.
17077
09aca949
JB
170782018-01-05 Joel Brobecker <brobecker@adacore.com>
17079
17080 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
17081 * version.in: Bump version to 8.1.50.DATE-git.
17082
9f757bf7
XR
170832018-01-03 Xavier Roirand <roirand@adacore.com>
17084
17085 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
17086 Add field.
17087 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
17088 Add field.
17089 (default_exception_support_info) <catch_handlers_sym>: Add field.
17090 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
17091 (ada_exception_name_addr_1): Add "catch handlers" handling.
17092 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
17093 Update all callers.
17094 (create_excep_cond_exprs) <ex>: Add parameter.
17095 (re_set_exception): Update create_excep_cond_exprs call.
17096 (print_it_exception, print_one_exception, print_mention_exception)
17097 (print_recreate_exception): Add "catch handler" handling.
17098 (allocate_location_catch_handlers, re_set_catch_handlers)
17099 (check_status_catch_handlers, print_it_catch_handlers)
17100 (print_one_catch_handlers, print_mention_catch_handlers)
17101 (print_recreate_catch_handlers): New function.
17102 (catch_handlers_breakpoint_ops): New variable.
17103 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
17104 Add parameter. Add "catch handler" handling.
17105 (ada_exception_sym_name, ada_exception_breakpoint_ops):
17106 Add "catch handler" handling.
17107 (ada_exception_catchpoint_cond_string): Add "catch handler"
17108 handling.
17109 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
17110 call.
17111 (catch_ada_handlers_command): New function.
17112 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
17113 operations structure.
17114 (_initialize_ada_language): Add "catch handlers" command entry.
17115 * NEWS: Document "catch handlers" feature.
17116
9fe561ab
JB
171172018-01-02 Joel Brobecker <brobecker@adacore.com>
17118
17119 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
17120 account when creating the array type of the slice.
17121 (ada_value_slice): Likewise.
17122
a405673c
JB
171232018-01-02 Joel Brobecker <brobecker@adacore.com>
17124
17125 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
17126 New enum value.
17127 (create_array_type_with_stride): Add byte_stride_prop parameter.
17128 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
17129 New parameter. Update all callers in this file.
17130 (array_type_has_dynamic_stride): New function.
17131 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
17132 of arrays with dynamic byte strides.
17133 * dwarf2read.c (read_array_type): Add support for dynamic
17134 DW_AT_byte_stride attributes.
17135
74a2f8ff
JB
171362018-01-02 Joel Brobecker <brobecker@adacore.com>
17137
17138 * dwarf2read.c (read_unspecified_type): Treat
17139 DW_TAG_enumeration_type DIEs from Ada units as stubs.
17140
e2882c85
JB
171412018-01-01 Joel Brobecker <brobecker@adacore.com>
17142
17143 Update copyright year range in all GDB files.
17144
5e70ee09 171452018-01-01, 18 Joel Brobecker <brobecker@adacore.com>
1690bb24
JB
17146
17147 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
17148 and gdb/testsuite/gdb.base/step-line.c.
17149
0f0c98a8
JB
171502018-01-01 Joel Brobecker <brobecker@adacore.com>
17151
17152 * copyright.py (main): Dump the contents of
17153 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
17154 even if BY_HAND is empty.
17155
82e1e79a
JB
171562018-01-01 Joel Brobecker <brobecker@adacore.com>
17157
17158 * top.c (print_gdb_version): Update Copyright year in version
17159 message.
17160
053f54e5 171612018-01-01 Joel Brobecker <brobecker@adacore.com>
47fea877 17162
053f54e5 17163 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
47fea877 17164
053f54e5 17165For older changes see ChangeLog-2017.
c906108c
SS
17166\f
17167Local Variables:
17168mode: change-log
17169left-margin: 8
17170fill-column: 74
17171version-control: never
57da7796 17172coding: utf-8
c906108c 17173End:
This page took 3.490821 seconds and 4 git commands to generate.