Add i386.o to gdb_target_obs for x86_64-* targets
[external/binutils.git] / gdb / ChangeLog
1 2017-09-05  Yao Qi  <yao.qi@linaro.org>
2
3         * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
4         targets.
5
6 2017-09-05  Pedro Alves  <palves@redhat.com>
7
8         * eval.c (eval_call, evaluate_funcall): New functions, factored
9         out from ...
10         (evaluate_subexp_standard): ... this.
11
12 2017-09-05  Yao Qi  <yao.qi@linaro.org>
13
14         * amd64-tdep.c (amd64_target_description): Create target
15         descriptions.
16         (_initialize_amd64_tdep): Don't call functions
17         initialize_tdesc_amd64_*.  Add self tests.
18         * arch/amd64.c (amd64_create_target_description): Add parameter
19         is_linux.  Call set_tdesc_osabi if is_linux is true.
20         * arch/amd64.h (amd64_create_target_description): Update the
21         declaration.
22         * arch/i386.c (i386_create_target_description): Add parameter
23         is_linux.  Call set_tdesc_osabi if is_linux is true.
24         * arch/i386.h (i386_create_target_description): Update
25         declaration.
26         * configure.tgt: Add i386.o to gdb_target_obs.
27         * features/Makefile (XMLTOC): Remove i386/*.xml.
28         * features/i386/amd64-avx-avx512.c: Remove.
29         * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
30         * features/i386/amd64-avx-mpx.c: Remove.
31         * features/i386/amd64-avx.c: Remove.
32         * features/i386/amd64-mpx.c: Remove.
33         * features/i386/amd64.c: Remove.
34         * features/i386/i386-avx-avx512.c: Remove.
35         * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
36         * features/i386/i386-avx-mpx.c: Remove.
37         * features/i386/i386-avx.c: Remove.
38         * features/i386/i386-mmx.c: Remove.
39         * features/i386/i386-mpx.c: Remove.
40         * features/i386/i386.c: Remove.
41         * i386-tdep.c: Don't include features/i386/i386*.c., include
42         target-descriptions.h and arch/i386.h.
43         (i386_target_description): Create target descriptions.
44         (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
45         functions.  Do self tests.
46
47 2017-09-05  Yao Qi  <yao.qi@linaro.org>
48
49         * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
50         * features/i386/amd64-avx-avx512-linux.c: Removed.
51         * features/i386/amd64-avx-linux.c: Removed.
52         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
53         * features/i386/amd64-avx-mpx-linux.c: Removed.
54         * features/i386/amd64-linux.c: Removed.
55         * features/i386/amd64-mpx-linux.c: Removed.
56         * features/i386/x32-avx-avx512-linux.c: Removed.
57         * features/i386/x32-avx-linux.c: Removed.
58         * features/i386/x32-linux.c: Removed.
59
60 2017-09-05  Yao Qi  <yao.qi@linaro.org>
61
62         * amd64-linux-tdep.c: Include arch/amd64.h.  Don't include
63         features/i386/*.c.
64         (amd64_linux_read_description): Call
65         amd64_create_target_description.
66         * arch/amd64.c: New file.
67         * arch/amd64.h: New file.
68         * configure.tgt (x86_64-*-linux*): Append amd64.o.
69         * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
70
71 2017-09-05  Yao Qi  <yao.qi@linaro.org>
72
73         * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
74         x32-XXX-linux.c.  Include 64bit-XX.c and x32-XX.c.
75         (amd64_linux_read_description): Create target descriptions.
76         (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
77         functions.  Add unit tests.
78         * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
79         x32-core.xml.
80         * features/i386/64bit-avx.c: Generated.
81         * features/i386/64bit-avx512.c: Generated.
82         * features/i386/64bit-core.c: Generated.
83         * features/i386/64bit-linux.c: Generated.
84         * features/i386/64bit-mpx.c: Generated.
85         * features/i386/64bit-pkeys.c: Generated.
86         * features/i386/64bit-segments.c: Generated.
87         * features/i386/64bit-sse.c: Generated.
88         * features/i386/x32-core.c: Generated.
89         * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
90         c files for amd64-linux and x32-linux.
91
92 2017-09-05  Yao Qi  <yao.qi@linaro.org>
93
94         * amd64-linux-tdep.c (amd64_linux_read_description): New
95         function.
96         (amd64_linux_core_read_description): Call
97         amd64_linux_read_description.
98         (amd64_linux_init_abi): Likewise.
99         (amd64_x32_linux_init_abi): Likewise.
100         * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
101         * x86-linux-nat.c (x86_linux_read_description): Call
102         amd64_linux_read_description.
103
104 2017-09-05  Yao Qi  <yao.qi@linaro.org>
105
106         * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
107         comments.
108
109 2017-09-05  Yao Qi  <yao.qi@linaro.org>
110
111         * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
112         * features/i386/i386-avx-avx512-linux.c: Remove.
113         * features/i386/i386-avx-linux.c: Remove.
114         * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
115         * features/i386/i386-avx-mpx-linux.c: Remove.
116         * features/i386/i386-linux.c: Remove.
117         * features/i386/i386-mmx-linux.c: Remove.
118         * features/i386/i386-mpx-linux.c: Remove.
119
120 2017-09-05  Yao Qi  <yao.qi@linaro.org>
121
122         * Makefile.in (ALL_TARGET_OBS): Add i386.o.
123         (SFILES): Add arch/i386.c.
124         (HFILES_NO_SRCDIR): Add arch/i386.h.
125         * arch/i386.c: New file.
126         * arch/i386.h: New file.
127         * arch/tdesc.h (allocate_target_description): Declare.
128         (set_tdesc_architecture): Declare.
129         (set_tdesc_osabi): Declare.
130         * configure.tgt (i[34567]86-*-linux*): Add i386.o.
131         * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
132         include arch/i386.h.
133         (i386_linux_read_description): Remove code and call
134         i386_create_target_description.
135         (set_tdesc_architecture): New function.
136         (set_tdesc_osabi): New function.
137         * target-descriptions.h (allocate_target_description): Remove.
138
139 2017-09-05  Yao Qi  <yao.qi@linaro.org>
140
141         * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
142         * target-descriptions.c (tdesc_create_feature): Likewise, and
143         adjust code.
144         * features/i386/32bit-avx.c: Re-generated.
145         * features/i386/32bit-avx512.c: Re-generated.
146         * features/i386/32bit-core.c: Re-generated.
147         * features/i386/32bit-linux.c: Re-generated.
148         * features/i386/32bit-mpx.c: Re-generated.
149         * features/i386/32bit-pkeys.c: Re-generated.
150         * features/i386/32bit-sse.c: Re-generated.
151
152 2017-09-05  Yao Qi  <yao.qi@linaro.org>
153
154         * regformats/regdef.h (struct reg): Override operator == and !=.
155
156 2017-09-05  Yao Qi  <yao.qi@linaro.org>
157
158         * arch/tdesc.h: New file.
159         * regformats/regdat.sh: Generate code using tdesc_create_reg.
160         * target-descriptions.c: Update comments.
161         * target-descriptions.h: Include "arch/tdesc.h".  Remove the
162         declarations.
163         * features/i386/32bit-avx.c: Re-generated.
164         * features/i386/32bit-avx512.c: Re-generated.
165         * features/i386/32bit-core.c: Re-generated.
166         * features/i386/32bit-linux.c: Re-generated.
167         * features/i386/32bit-mpx.c: Re-generated.
168         * features/i386/32bit-pkeys.c: Re-generated.
169         * features/i386/32bit-sse.c: Re-generated.
170
171 2017-09-05  Yao Qi  <yao.qi@linaro.org>
172
173         * regformats/regdat.sh: Update generated code.
174
175 2017-09-05  Yao Qi  <yao.qi@linaro.org>
176
177         * regformats/regdat.sh: Adjust code order.
178
179 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
180
181         * expprint.c (dump_subexp_body_standard): Use constant format
182         string in fprintf_filtered call.
183
184 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
185
186         * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
187         NetBSD/i386.
188         * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
189
190 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
191
192         * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
193
194 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
195
196         * bsd-kvm.o: Define _KMEMUSER.
197         * configure.ac: Define _KMEMUSER when checking for "struct lwp".
198         * configure: Regenerate.
199
200 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
201
202         * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
203         * i386-fbsd-nat.c: Likewise.
204
205 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
206
207         * unittests/array-view-selftests.c: Add include of <array>.
208
209 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
210
211         * spu-tdep.c (flush_ea_cache): Add missing argument to
212         call_function_by_hand.
213
214 2017-09-04  Pedro Alves  <palves@redhat.com>
215
216         * NEWS (Safer support for debugging with no debug info): New.
217
218 2017-09-04  Pedro Alves  <palves@redhat.com>
219
220         * c-exp.y (function_method, function_method_void): Add current
221         instance flags to TYPE_INSTANCE.
222         * dwarf2read.c (check_modifier): New.
223         (compute_delayed_physnames): Assert that only C++ adds delayed
224         physnames.  Mark fn_fields as const/volatile depending on
225         physname.
226         * eval.c (make_params): New type_instance_flags parameter.  Use
227         it as the new type's instance flags.
228         (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
229         flags element and pass it to make_params.
230         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
231         instance flags element.
232         (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
233         * gdbtypes.h: Include "enum-flags.h".
234         (type_instance_flags): New enum-flags type.
235         (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
236         (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
237         * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
238         (follow_type_instance_flags): New function.
239         (operator_check_standard) <TYPE_INSTANCE>: Adjust.
240         * parser-defs.h (follow_type_instance_flags): Declare.
241         * valops.c (value_struct_elt_for_reference): const/volatile must
242         match too.
243
244 2017-09-04  Pedro Alves  <palves@redhat.com>
245
246         * cp-namespace.c (cp_search_static_and_baseclasses): Handle
247         function/method scopes; lookup the nested name as a function local
248         static variable.
249
250 2017-09-04  Pedro Alves  <palves@redhat.com>
251
252         (%type <voidval>): Add function_method.
253         * c-exp.y (exp): New production for calls with no arguments.
254         (function_method, function_method_void_or_typelist): New
255         productions.
256         (exp): New production for "method()::static_var".
257         * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
258         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
259         Handle OP_FUNC_STATIC_VAR.
260         * parse.c (operator_length_standard):
261         Handle OP_FUNC_STATIC_VAR.
262
263 2017-09-04  Pedro Alves  <palves@redhat.com>
264
265         * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
266         handling.
267         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
268         Ditto.
269         * parse.c (operator_length_standard, operator_check_standard):
270         Ditto.
271         * std-operator.def (UNOP_MEMVAL_TLS): Delete.
272
273 2017-09-04  Pedro Alves  <palves@redhat.com>
274
275         * ax-gdb.c: Include "typeprint.h".
276         (gen_expr_for_cast): New function.
277         (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
278         <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
279         type is unknown.
280         * dwarf2read.c (new_symbol_full): Fallback to int instead of
281         nodebug_data_symbol.
282         * eval.c: Include "typeprint.h".
283         (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
284         Error out if symbol has unknown type.
285         <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
286         evaluate_subexp_for_cast.
287         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
288         OP_VAR_MSYM_VALUE.
289         (evaluate_subexp_for_cast): New function.
290         * gdbtypes.c (init_nodebug_var_type): New function.
291         (objfile_type): Use it to initialize types of variables with no
292         debug info.
293         * typeprint.c (error_unknown_type): New.
294         * typeprint.h (error_unknown_type): New declaration.
295         * compile/compile-c-types.c (convert_type_basic): Handle
296         TYPE_CODE_ERROR; warn and fallback to int for variables with
297         unknown type.
298
299 2017-09-04  Pedro Alves  <palves@redhat.com>
300
301         * eval.c (evaluate_var_value): New function, factored out from ...
302         (evaluate_subexp_standard): ... here.
303
304 2017-09-04  Pedro Alves  <palves@redhat.com>
305
306         * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
307         Remove useless assignments to 'op'.
308
309 2017-09-04  Pedro Alves  <palves@redhat.com>
310
311         * eval.c (eval_skip_value): New function.
312         (evaluate_subexp_standard): Use it.
313
314 2017-09-04  Pedro Alves  <palves@redhat.com>
315
316         * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
317         function name from symbol/minsym and pass it to
318         error_call_unknown_return_type.
319
320 2017-09-04  Pedro Alves  <palves@redhat.com>
321
322         * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
323         * ax-gdb.c (gen_msym_var_ref): New function.
324         (gen_expr): Handle OP_VAR_MSYM_VALUE.
325         * eval.c (evaluate_var_msym_value): New function.
326         * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
327         <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
328         to call_function_by_hand.
329         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
330         Handle OP_VAR_MSYM_VALUE.
331         (union exp_element) <msymbol>: New field.
332         * minsyms.h (struct type): Forward declare.
333         (find_minsym_type_and_address): Declare.
334         * parse.c (write_exp_elt_msym): New function.
335         (write_exp_msymbol): Delete, refactored as ...
336         (find_minsym_type_and_address): ... this new function.
337         (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
338         (operator_length_standard, operator_check_standard): Handle
339         OP_VAR_MSYM_VALUE.
340         * std-operator.def (OP_VAR_MSYM_VALUE): New.
341
342 2017-09-04  Pedro Alves  <palves@redhat.com>
343
344         * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
345         TYPE_GNU_IFUNC specially here.  Throw error if return type is
346         unknown.
347         * ada-typeprint.c (print_func_type): Handle functions with unknown
348         return type.
349         * c-typeprint.c (c_type_print_base): Handle functions and methods
350         with unknown return type.
351         * compile/compile-c-symbols.c (convert_symbol_bmsym)
352         <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
353         * compile/compile-c-types.c: Include "objfiles.h".
354         (convert_func): For functions with unknown return type, warn and
355         default to int.
356         * compile/compile-object-run.c (compile_object_run): Adjust call
357         to call_function_by_hand_dummy.
358         * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
359         call_function_by_hand.
360         * eval.c (evaluate_subexp_standard): Adjust calls to
361         call_function_by_hand.  Handle functions and methods with unknown
362         return type.  Pass expect_type to call_function_by_hand.
363         * f-typeprint.c (f_type_print_base): Handle functions with unknown
364         return type.
365         * gcore.c (call_target_sbrk): Adjust call to
366         call_function_by_hand.
367         * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
368         return type instead of int.  Make nodebug_text_gnu_ifunc_symbol be
369         an integer address type instead of nodebug.
370         * guile/scm-value.c (gdbscm_value_call): Adjust call to
371         call_function_by_hand.
372         * infcall.c (error_call_unknown_return_type): New function.
373         (call_function_by_hand): New "default_return_type" parameter.
374         Pass it down.
375         (call_function_by_hand_dummy): New "default_return_type"
376         parameter.  Use it instead of defaulting to int.  If there's no
377         default and the return type is unknown, throw an error.  If
378         there's a default return type, and the called function has no
379         debug info, then assume the function is prototyped.
380         * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
381         New "default_return_type" parameter.
382         (error_call_unknown_return_type): New declaration.
383         * linux-fork.c (call_lseek): Cast return type of lseek.
384         (inferior_call_waitpid, checkpoint_command): Adjust calls to
385         call_function_by_hand.
386         * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
387         calls to call_function_by_hand.
388         * m2-typeprint.c (m2_procedure): Handle functions with unknown
389         return type.
390         * objc-lang.c (lookup_objc_class, lookup_child_selector)
391         (value_nsstring, print_object_command): Adjust calls to
392         call_function_by_hand.
393         * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
394         functions with unknown return type.
395         (pascal_type_print_func_varspec_suffix): New function.
396         (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
397         TYPE_CODE_METHOD>: Use it.
398         * python/py-value.c (valpy_call): Adjust call to
399         call_function_by_hand.
400         * rust-lang.c (rust_evaluate_funcall): Adjust call to
401         call_function_by_hand.
402         * valarith.c (value_x_binop, value_x_unop): Adjust calls to
403         call_function_by_hand.
404         * valops.c (value_allocate_space_in_inferior): Adjust call to
405         call_function_by_hand.
406         * typeprint.c (type_print_unknown_return_type): New function.
407         * typeprint.h (type_print_unknown_return_type): New declaration.
408
409 2017-09-04  Pedro Alves  <palves@redhat.com>
410
411         * gdbtypes.c (lookup_function_type_with_arguments): Mark function
412         types with more than one parameter as prototyped.
413
414 2017-09-04  Pedro Alves  <palves@redhat.com>
415
416         * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
417         (disassemble_command): Use gdb_disassembly_flags instead of bare
418         int.
419         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
420         (dump_insns, do_mixed_source_and_assembly_deprecated)
421         (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
422         Use gdb_disassembly_flags instead of bare int.
423         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
424         (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
425         (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
426         (DISASSEMBLY_SPECULATIVE): No longer macros.  Instead they're...
427         (enum gdb_disassembly_flag): ... values of this new enumeration.
428         (gdb_disassembly_flags): Define.
429         (gdb_disassembly)
430         (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
431         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
432         gdb_disassembly_flags instead of bare int.
433         * record-btrace.c (btrace_insn_history)
434         (record_btrace_insn_history, record_btrace_insn_history_range)
435         (record_btrace_insn_history_from): Use gdb_disassembly_flags
436         instead of bare int.
437         * record.c (get_insn_history_modifiers, cmd_record_insn_history):
438         Use gdb_disassembly_flags instead of bare int.
439         * target-debug.h (target_debug_print_gdb_disassembly_flags):
440         Define.
441         * target-delegates.c: Regenerate.
442         * target.c (target_insn_history, target_insn_history_from)
443         (target_insn_history_range): Use gdb_disassembly_flags instead of
444         bare int.
445         * target.h: Include "disasm.h".
446         (struct target_ops) <to_insn_history, to_insn_history_from,
447         to_insn_history_range>: Use gdb_disassembly_flags instead of bare
448         int.
449         (target_insn_history, target_insn_history_from)
450         (target_insn_history_range): Use gdb_disassembly_flags instead of
451         bare int.
452
453 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
454
455         * cli/cli-script.c (build_command_line): For if/while commands,
456         check whether args is empty.
457
458 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
459
460         * cli/cli-script.h (enum misc_command_type): Move from defs.h.
461         (enum command_control_type): Likewise.
462         (struct command_line): Likewise.
463         (free_command_lines): Likewise.
464         (struct command_lines_deleter): Likewise.
465         (command_line_up): Likewise.
466         (read_command_lines): Likewise.
467         (read_command_lines_1): Likewise.
468         * defs.h (enum misc_command_type): Move to cli/cli-script.h.
469         (enum command_control_type): Likewise.
470         (struct command_line): Likewise.
471         (free_command_lines): Likewise.
472         (struct command_lines_deleter): Likewise.
473         (command_line_up): Likewise.
474         (read_command_lines): Likewise.
475         (read_command_lines_1): Likewise.
476         * breakpoint.h: Include cli/cli-script.h.
477         * extension-priv.h: Likewise.
478         * gdbcmd.h: Likewise.
479
480 2017-09-04  Pedro Alves  <palves@redhat.com>
481
482         * ada-lang.c (is_known_support_routine): Move sal declaration to
483         where it is initialized.
484         * breakpoint.c (create_internal_breakpoint, init_catchpoint)
485         (parse_breakpoint_sals, decode_static_tracepoint_spec)
486         (clear_command, update_static_tracepoint): Remove init_sal
487         references.  Move declarations closer to initializations.
488         * cli/cli-cmds.c (list_command): Move sal declarations closer to
489         initializations.
490         * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
491         references.  Move sal declarations closer to initializations.
492         * frame.c (find_frame_sal): Return a symtab_and_line via function
493         return instead of output parameter.  Remove init_sal references.
494         * frame.h (find_frame_sal): Return a symtab_and_line via function
495         return instead of output parameter.
496         * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
497         * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
498         instead of memset.
499         (gdbscm_find_pc_line): Remove init_sal reference.
500         * infcall.c (call_function_by_hand_dummy): Remove init_sal
501         references.  Move declarations closer to initializations.
502         * infcmd.c (set_step_frame): Update.  Move declarations closer to
503         initializations.
504         (finish_backward): Remove init_sal references.  Move declarations
505         closer to initializations.
506         * infrun.c (process_event_stop_test, handle_step_into_function)
507         (insert_hp_step_resume_breakpoint_at_frame)
508         (insert_step_resume_breakpoint_at_caller): Likewise.
509         * linespec.c (create_sals_line_offset, decode_digits_ordinary)
510         (symbol_to_sal): Likewise.
511         * probe.c (parse_probes_in_pspace): Remove init_sal reference.
512         * python/py-frame.c (frapy_find_sal): Move sal declaration closer
513         to its initialization.
514         * reverse.c (save_bookmark_command): Use new/delete.  Remove
515         init_sal references.  Move declarations closer to initializations.
516         * source.c (get_current_source_symtab_and_line): Remove brace
517         initialization.
518         (set_current_source_symtab_and_line): Now takes the sal by const
519         reference.  Remove brace initialization.
520         (line_info): Remove init_sal reference.
521         * source.h (set_current_source_symtab_and_line): Now takes a
522         symtab_and_line via const reference.
523         * stack.c (set_current_sal_from_frame): Adjust.
524         (print_frame_info): Adjust.
525         (get_last_displayed_sal): Return the sal via function return
526         instead of via output parameter.  Simplify.
527         (frame_info): Adjust.
528         * stack.h (get_last_displayed_sal): Return the sal via function
529         return instead of via output parameter.
530         * symtab.c (init_sal): Delete.
531         (find_pc_sect_line): Remove init_sal references.  Move
532         declarations closer to initializations.
533         (find_function_start_sal): Remove init_sal references.  Move
534         declarations closer to initializations.
535         * symtab.h (struct symtab_and_line): In-class initialize all
536         fields.
537         * tracepoint.c (set_traceframe_context)
538         (print_one_static_tracepoint_marker): Remove init_sal references.
539         Move declarations closer to initializations.
540         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
541         * tui/tui-stack.c (tui_show_frame_info): Adjust.  Move
542         declarations closer to initializations.
543         * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
544         init_sal references.  Adjust.
545
546 2017-09-04  Pedro Alves  <palves@redhat.com>
547
548         * ax-gdb.c (agent_command_1): Use range-for.
549         * break-catch-throw.c (re_set_exception_catchpoint): Update.
550         * breakpoint.c: Include "common/array-view.h".
551         (init_breakpoint_sal, create_breakpoint_sal): Change sals
552         parameter from struct symtabs_and_lines to
553         array_view<symtab_and_line>.  Adjust.  Use range-for.  Update.
554         (breakpoint_sals_to_pc): Change sals parameter from struct
555         symtabs_and_lines to std::vector reference.
556         (check_fast_tracepoint_sals): Change sals parameter from struct
557         symtabs_and_lines to std::array_view.  Use range-for.
558         (decode_static_tracepoint_spec): Return a std::vector instead of
559         symtabs_and_lines.  Update.
560         (create_breakpoint): Update.
561         (break_range_command, until_break_command, clear_command): Update.
562         (base_breakpoint_decode_location, bkpt_decode_location)
563         (bkpt_probe_create_sals_from_location)
564         (bkpt_probe_decode_location, tracepoint_decode_location)
565         (tracepoint_probe_decode_location)
566         (strace_marker_create_sals_from_location): Return a std::vector
567         instead of symtabs_and_lines.
568         (strace_marker_create_breakpoints_sal): Update.
569         (strace_marker_decode_location): Return a std::vector instead of
570         symtabs_and_lines.  Update.
571         (update_breakpoint_locations): Change struct symtabs_and_lines
572         parameters to gdb::array_view.  Adjust.
573         (location_to_sals): Return a std::vector instead of
574         symtabs_and_lines.  Update.
575         (breakpoint_re_set_default): Use std::vector instead of struct
576         symtabs_and_lines.
577         (decode_location_default): Return a std::vector instead of
578         symtabs_and_lines.  Update.
579         * breakpoint.h: Include "common/array-view.h".
580         (struct breakpoint_ops) <decode_location>: Now returns a
581         std::vector instead of returning a symtabs_and_lines via output
582         parameter.
583         (update_breakpoint_locations): Change sals parameters to use
584         gdb::array_view.
585         * cli/cli-cmds.c (edit_command, list_command): Update to use
586         std::vector and gdb::array_view.
587         (ambiguous_line_spec): Adjust to use gdb::array_view and
588         range-for.
589         (compare_symtabs): Rename to ...
590         (cmp_symtabs): ... this.  Change parameters to symtab_and_line
591         const reference and adjust.
592         (filter_sals): Rewrite using std::vector and standard algorithms.
593         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
594         (jump_command): Update to use std::vector.
595         * linespec.c (struct linespec_state) <canonical_names>: Update
596         comment.
597         (add_sal_to_sals_basic): Delete.
598         (add_sal_to_sals, filter_results, convert_results_to_lsals)
599         (decode_line_2, create_sals_line_offset)
600         (convert_address_location_to_sals, convert_linespec_to_sals)
601         (convert_explicit_location_to_sals, parse_linespec)
602         (event_location_to_sals, decode_line_full, decode_line_1)
603         (decode_line_with_current_source)
604         (decode_line_with_last_displayed, decode_objc)
605         (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
606         (linespec_result::~linespec_result): Adjust to use std::vector
607         instead of symtabs_and_lines.
608         * linespec.h (linespec_sals::sals): Now a std::vector.
609         (struct linespec_result): Use std::vector, bool, and in-class
610         initialization.
611         (decode_line_1, decode_line_with_current_source)
612         (decode_line_with_last_displayed): Return std::vector.
613         * macrocmd.c (info_macros_command): Use std::vector.
614         * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
615         * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
616         std::vector.
617         * probe.h (parse_probes): Return a std::vector.
618         * python/python.c (gdbpy_decode_line): Use std::vector and
619         gdb::array_view.
620         * source.c (select_source_symtab, line_info): Use std::vector.
621         * stack.c (func_command): Use std::vector.
622         * symtab.h (struct symtabs_and_lines): Delete.
623         * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
624
625 2017-09-04  Pedro Alves  <palves@redhat.com>
626
627         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
628         unittests/array-view-selftests.c.
629         (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
630         * common/array-view.h: New file.
631         * unittests/array-view-selftests.c: New file.
632
633 2017-09-04  Pedro Alves  <palves@redhat.com>
634
635         * cli/cli-cmds.c (edit_command): Pass message to
636         ambiguous_line_spec.
637         (list_command): Pass message to ambiguous_line_spec.  Say
638         "first"/"last" instead of "start" and "end" to be consistent with
639         the manual.
640         (ambiguous_line_spec): Add 'format' and vararg parameters.  Use
641         them to print formatted message.
642
643 2017-09-04  Pedro Alves  <palves@redhat.com>
644
645         * btrace.c (ftrace_add_pt): Pass btrace_insn to
646         ftrace_update_insns by reference instead of pointer.
647
648 2017-09-04  Yao Qi  <yao.qi@linaro.org>
649
650         * i386-go32-tdep.c: Include x86-xstate.h.
651         (i386_go32_init_abi): Call i386_target_description.
652         * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
653         if xcr0 is X86_XSTATE_X87_MASK.
654         * i386-tdep.h (tdesc_i386): Remove the declaration.
655         (tdesc_i386_mmx): Likewise.
656
657 2017-09-04  Yao Qi  <yao.qi@linaro.org>
658
659         * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
660         X86_XSTATE_SSE_MASK instead of 0.
661
662 2017-09-04  Yao Qi  <yao.qi@linaro.org>
663
664         * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
665         i386_target_description.
666         * i386-fbsd-nat.c (i386fbsd_read_description): Call
667         i386_target_description.
668         * i386-tdep.c (i386_gdbarch_init): Likewise.
669
670 2017-09-04  Yao Qi  <yao.qi@linaro.org>
671
672         * amd64-darwin-tdep.c: Include "x86-xstate.h".
673         (x86_darwin_init_abi_64): Call amd64_target_description.
674         * amd64-dicos-tdep.c: Likewise.
675         * amd64-fbsd-nat.c: Likewise.
676         * amd64-fbsd-tdep.c: Likewise.
677         * amd64-nbsd-tdep.c: Likewise.
678         * amd64-obsd-tdep.c: Likewise.
679         * amd64-sol2-tdep.c: Likewise.
680         * amd64-windows-tdep.c: Likewise.
681         * amd64-tdep.h (tdesc_amd64): Remove the declaration.
682
683 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
684
685         * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
686         (btrace_function) <insn>: Change type to use std::vector.
687         * btrace.c (ftrace_debug, ftrace_call_num_insn,
688         ftrace_find_call, ftrace_new_gap, ftrace_update_function,
689         ftrace_update_insns, ftrace_compute_global_level_offset,
690         btrace_stitch_bts, btrace_clear, btrace_insn_get,
691         btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
692         change to std::vector.
693         (ftrace_update_insns): Adjust to change to std::vector, change
694         type of INSN parameter.
695         (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
696         * record-btrace.c (btrace_call_history_insn_range,
697         btrace_compute_src_line_range,
698         record_btrace_frame_prev_register): Adjust to change to
699         std::vector.
700         * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
701         to change to std::vector.
702
703 2017-09-03  Tom Tromey  <tom@tromey.com>
704
705         * corefile.c (reopen_exec_file): Use std::string.
706
707 2017-09-03  Tom Tromey  <tom@tromey.com>
708
709         * compile/compile.c (compile_register_name_mangled): Return
710         std::string.
711         * compile/compile-loc2c.c (pushf_register_address): Update.
712         (pushf_register): Update.
713         * compile/compile-c-types.c (convert_array): Update.
714         * compile/compile-c-symbols.c (generate_vla_size): Update.
715         (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
716         (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
717         (convert_one_symbol): Update.
718         (generate_c_for_for_one_variable): Update.
719         * compile/compile-c-support.c (c_get_range_decl_name): Return a
720         std::string.
721         (generate_register_struct): Update.
722         * compile/compile-internal.h (c_get_range_decl_name): Return a
723         std::string.
724         (compile_register_name_mangled): Return std::string.
725
726 2017-09-03  Tom Tromey  <tom@tromey.com>
727
728         * utils.c (perror_string): Return a std::string.
729         (throw_perror_with_name, perror_warning_with_name): Update.
730
731 2017-09-03  Tom Tromey  <tom@tromey.com>
732
733         * demangle.c (demangle_command): Use std::string,
734         unique_xmalloc_ptr.
735
736 2017-09-03  Tom Tromey  <tom@tromey.com>
737
738         * cli/cli-setshow.c (do_set_command): Use std::string.
739
740 2017-09-03  Tom Tromey  <tom@tromey.com>
741
742         * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
743
744 2017-09-03  Tom Tromey  <tom@tromey.com>
745
746         * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
747
748 2017-09-03  Tom Tromey  <tom@tromey.com>
749
750         * mi/mi-cmd-env.c (env_execute_cli_command): Use
751         gdb::unique_xmalloc_ptr.
752
753 2017-09-03  Tom Tromey  <tom@tromey.com>
754
755         * thread.c (print_thread_info_1): Use string_printf.
756         (thread_apply_command, thread_apply_all_command): Use
757         std::string.
758
759 2017-09-03  Tom Tromey  <tom@tromey.com>
760
761         * valprint.c (val_print_string): Update.
762         * gdbcore.h (memory_error_message): Return std::string.
763         * corefile.c (memory_error_message): Return std::string.
764         (memory_error): Update.
765         * breakpoint.c (insert_bp_location): Update.
766
767 2017-09-03  Simon Marchi  <simon.marchi@ericsson.com>
768
769         * target/waitstatus.h (target_waitstatus_to_string): Change
770         return type to std::string.
771         * target/waitstatus.c (target_waitstatus_to_string): Return
772         std::string.
773         * target.h (target_waitstatus_to_string): Remove declaration.
774         * infrun.c (resume, clear_proceed_status_thread,
775         print_target_wait_results, do_target_wait, save_waitstatus,
776         stop_all_threads): Adjust.
777         * record-btrace.c (record_btrace_wait): Adjust.
778         * target-debug.h
779         (target_debug_print_struct_target_waitstatus_p): Adjust.
780
781 2017-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
782
783         PR gdb/22046
784         * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
785         detection.
786
787 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
788
789         * NEWS (Changes since GDB 8.0): Add entry mentioning new support
790         for setting/unsetting environment variables on the remote target.
791         (New remote packets): Add entries for QEnvironmentHexEncoded,
792         QEnvironmentUnset and QEnvironmentReset.
793         * common/environ.c (gdb_environ::operator=): Extend method to
794         handle m_user_set_env_list and m_user_unset_env_list.
795         (gdb_environ::clear): Likewise.
796         (match_var_in_string): Change type of first parameter from 'char
797         *' to 'const char *'.
798         (gdb_environ::set): Extend method to handle
799         m_user_set_env_list and m_user_unset_env_list.
800         (gdb_environ::unset): Likewise.
801         (gdb_environ::clear_user_set_env): New method.
802         (gdb_environ::user_set_envp): Likewise.
803         (gdb_environ::user_unset_envp): Likewise.
804         * common/environ.h (gdb_environ): Handle m_user_set_env_list and
805         m_user_unset_env_list on move constructor/assignment.
806         (unset): Add new default parameter 'update_unset_list = true'.
807         (clear_user_set_env): New method.
808         (user_set_envp): Likewise.
809         (user_unset_envp): Likewise.
810         (m_user_set_env_list): New std::set.
811         (m_user_unset_env_list): Likewise.
812         * common/rsp-low.c (hex2str): New function.
813         (bin2hex): New overload for bin2hex function.
814         * common/rsp-low.c (hex2str): New prototype.
815         (str2hex): New overload prototype.
816         * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
817         QEnvironmentUnset and QEnvironmentReset.
818         (remote_protocol_features): Add QEnvironmentHexEncoded,
819         QEnvironmentUnset and QEnvironmentReset packets.
820         (send_environment_packet): New function.
821         (extended_remote_environment_support): Likewise.
822         (extended_remote_create_inferior): Call
823         extended_remote_environment_support.
824         (_initialize_remote): Add QEnvironmentHexEncoded,
825         QEnvironmentUnset and QEnvironmentReset packet configs.
826         * unittests/environ-selftests.c (gdb_selftest_env_var):
827         New variable.
828         (test_vector_initialization): New function.
829         (test_init_from_host_environ): Likewise.
830         (test_reinit_from_host_environ): Likewise.
831         (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
832         Likewise.
833         (test_unset_set_empty_vector): Likewise.
834         (test_vector_clear): Likewise.
835         (test_std_move): Likewise.
836         (test_move_constructor):
837         (test_self_move): Likewise.
838         (test_set_unset_reset): Likewise.
839         (run_tests): Rewrite in terms of the functions above.
840
841 2017-08-31  Weimin Pan  <weimin.pan@oracle.com>
842
843         * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
844         (adi_available): Use a temp variable of type CORE_ADDR as argument
845         3 when calling target_auxv_search.
846         (adi_normalize_address): Use masks and xor operators to calculate
847         normalized address.
848         (adi_read_versions, adi_write_versions, adi_print_versions)
849         (do_examine, do_assign): Use paddress.
850
851 2017-08-29  John Baldwin  <jhb@FreeBSD.org>
852
853         * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
854         * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
855         out of loop and add supply of FIR.
856         (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
857         add collect of FIR.
858
859 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
860
861         PR gdb/21827
862         * cli/cli-script.c (define_command): Don't convert command name
863         to lower case.
864
865 2017-08-25  Joel Brobecker  <brobecker@adacore.com>
866
867         * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
868         Update all callers accordingly. Remove all code blocks handling
869         the case where DISPP is not NULL.
870
871 2017-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
872
873         PR symtab/22003
874         * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
875         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
876         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
877
878 2017-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
879
880         * dwarf2read.c (build_type_psymtabs_reader): New prototype.
881         (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
882         (read_comp_units_from_section): New parameter abbrev_section, use
883         read_and_check_comp_unit_head, allocate signatured_type if needed.
884         (create_all_comp_units): Update read_comp_units_from_section caller.
885
886 2017-08-23  Pedro Alves  <palves@redhat.com>
887
888         PR remote/21852
889         * remote.c (add_current_inferior_and_thread): Set inferior_ptid
890         to null_ptid and switch to thread without reading the registers
891         after adding the inferior.
892
893 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
894
895         * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
896         compile-gcc.
897         * compile/compile.c (compile_gcc, show_compile_gcc): New.
898         (compile_to_object): Implement compile_gcc.
899         (_initialize_compile): Install "set compile-gcc".  Initialize
900         compile_gcc.
901
902 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
903
904         * compile/compile.c (compile_to_object): Conditionally call
905         set_verbose.  Conditionally call compile or compile_v0.
906
907 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
908
909         * sparc64-tdep.h: (adi_normalize_address): New export.
910         * sparc-nat.h: (open_adi_tag_fd): New export.
911         * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
912         * sparc64-linux-tdep.c:
913         (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
914         (sparc64_linux_handle_segmentation_fault): New function.
915         (sparc64_linux_init_abi): Register
916         sparc64_linux_handle_segmentation_fault
917         * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
918         (sparc64_addr_bits_remove): New function.
919         (sparc64_init_abi): Register sparc64_addr_bits_remove.
920         (MAX_PROC_NAME_SIZE): New macro.
921         (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
922         (sparc64adilist): New variable.
923         (adi_proc_list): New variable.
924         (find_adi_info): New function.
925         (add_adi_info): New function.
926         (get_adi_info_proc): New function.
927         (get_adi_info): New function.
928         (info_adi_command): New function.
929         (read_maps_entry): New function.
930         (adi_available): New function.
931         (adi_normalize_address): New function.
932         (adi_align_address): New function.
933         (adi_convert_byte_count): New function.
934         (adi_tag_fd): New function.
935         (adi_is_addr_mapped): New function.
936         (adi_read_versions): New function.
937         (adi_write_versions): New function.
938         (adi_print_versions): New function.
939         (do_examine): New function.
940         (do_assign): New function.
941         (adi_examine_command): New function.
942         (adi_assign_command): New function.
943         (_initialize_sparc64_adi_tdep): New function.
944
945 2017-08-22  Simon Marchi  <simon.marchi@ericsson.com>
946
947         * breakpoint.c (breakpoints_info): Rename to ...
948         (info_breakpoints_command): ... this.
949         (watchpoints_info): Rename to ...
950         (info_watchpoints_command): ... this.
951         (tracepoints_info): Rename to ...
952         (info_tracepoints_command): ... this.
953         (_initialize_breakpoint): Adjust.
954         * dcache.c (dcache_info): Rename to ...
955         (info_display_command): ... this.
956         (_initialize_dcache): Adjust.
957         * frame.h (args_info): Rename to ...
958         (info_args_command): ... this.
959         (locals_info): Rename to ...
960         (info_locals_command): ... this.
961         * infcmd.c (nofp_registers_info): Rename to ...
962         (info_registers_command): ... this.
963         (float_info): Rename to ...
964         (info_float_command): ... this.
965         (program_info): Rename to ...
966         (info_program_command): ... this.
967         (all_registers_info): Rename to ...
968         (info_all_registers_command): ... this.
969         (vector_info): Rename to ...
970         (info_vector_command): ... this.
971         (float_info): Rename to ...
972         (info_float_command): ... this.
973         (_initialize_infcmd): Adjust.
974         * inferior.h (term_info): Rename to ...
975         (info_terminal_command): ... this.
976         * inflow.c (term_info): Rename to ...
977         (info_terminal_command): ... this.
978         (_initialize_inflow): Adjust.
979         * infrun.c (signals_info): Rename to ...
980         (info_signals_command): ... this.
981         (_initialize_infrun): Adjust.
982         * objc-lang.c (classes_info): Rename to ...
983         (info_classes_command): ... this.
984         (selectors_info): Rename to ...
985         (info_selectors_command): ... this.
986         (_initialize_objc_language): Adjust.
987         * printcmd.c (sym_info): Rename to ...
988         (info_symbol_command): ... this.
989         (address_info): Rename to ...
990         (info_address_command): ... this.
991         (display_info): Rename to ...
992         (info_display_command): ... this.
993         (_initialize_printcmd): Adjust.
994         * reverse.c (bookmarks_info): Rename to ...
995         (info_breakpoints_command): ... this.
996         (_initialize_reverse): Adjust.
997         * ser-go32.c (dos_info): Rename to ...
998         (info_serial_command): ... this.
999         (_initialize_ser_dos): Adjust.
1000         * skip.c (skip_info): Rename to ...
1001         (info_skip_command): ... this.
1002         (_initialize_step_skip): Adjust.
1003         * source.c (line_info): Rename to ...
1004         (info_line_command): ... this.
1005         (source_info): Rename to ...
1006         (info_source_command)
1007         * stack.c (frame_info): Rename to ...
1008         (info_frame_command): ... this.
1009         (locals_info): Rename to ...
1010         (info_locals_command): ... this.
1011         (args_info): Rename to ...
1012         (info_args_command): ... this.
1013         (_initialize_stack): Adjust.
1014         * symtab.c (sources_info): Rename to ...
1015         (info_sources_command): ... this.
1016         (variables_info): Rename to ...
1017         (info_variables_command): ... this.
1018         (functions_info): Rename to ...
1019         (info_functions_command): ... this.
1020         (types_info): Rename to ...
1021         (info_types_command): ... this.
1022         (_initialize_symtab): Adjust.
1023         * target.c (target_info): Rename to ...
1024         (info_target_command): ... this.
1025         (initialize_targets): Adjust.
1026         * tracepoint.c (tvariables_info): Rename to ...
1027         (info_tvariables_command): ... this.
1028         (scope_info): Rename to ...
1029         (info_scope_command): ... this.
1030         (trace_dump_actions): Adjust.
1031         (_initialize_tracepoint): Adjust.
1032
1033 2017-08-22  Tom Tromey  <tom@tromey.com>
1034
1035         * breakpoint.h (install_breakpoint): Update.
1036         * breakpoint.c (add_solib_catchpoint): Update.
1037         (install_breakpoint): Change argument to a std::unique_ptr.
1038         (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
1039         (create_breakpoint_sal, create_breakpoint): Update.
1040         (watch_command_1, catch_exec_command_1)
1041         (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
1042         (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
1043         Return the breakpoint.
1044         (set_raw_breakpoint_without_location, set_raw_breakpoint)
1045         (new_single_step_breakpoint): Update.
1046         * break-catch-throw.c (handle_gnu_v3_exceptions): Use
1047         std::unique_ptr.
1048         * break-catch-syscall.c (create_syscall_event_catchpoint): Use
1049         std::unique_ptr.
1050         * break-catch-sig.c (create_signal_catchpoint): Use
1051         std::unique_ptr.
1052         * ada-lang.c (create_ada_exception_catchpoint): Use
1053         std::unique_ptr.
1054
1055 2017-08-22  Tom Tromey  <tom@tromey.com>
1056
1057         * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
1058
1059 2017-08-22  Tom Tromey  <tom@tromey.com>
1060
1061         * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
1062         (lookup_partial_symbol): Update.
1063
1064 2017-08-22  Tom Tromey  <tom@tromey.com>
1065
1066         * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
1067         * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
1068         (find_and_open_source, symtab_to_fullname): Update.
1069         * psymtab.c (psymtab_to_fullname): Update.
1070
1071 2017-08-22  Tom Tromey  <tom@tromey.com>
1072
1073         * exec.c (exec_file_attach): Update.
1074         * linux-thread-db.c (try_thread_db_load): Update.
1075         * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
1076         * utils.c (gdb_realpath): Change return type.
1077         (gdb_realpath_keepfile): Update.
1078         (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
1079         (_initialize_utils): Register the new self test.
1080         * source.c (openp): Update.
1081         (find_and_open_source): Update.
1082         * nto-tdep.c (nto_find_and_open_solib): Update.
1083         * main.c (set_gdb_data_directory): Update.
1084         (captured_main_1): Update.
1085         * dwarf2read.c (dwarf2_get_dwz_file): Update
1086         (dw2_map_symbol_filenames): Update.
1087         * auto-load.c (auto_load_safe_path_vec_update): Update.
1088         (filename_is_in_auto_load_safe_path_vec): Change type of
1089         "filename_realp".
1090         (auto_load_objfile_script): Update.
1091         (file_is_auto_load_safe): Update.  Use std::string.
1092         * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
1093
1094 2017-08-22  Tom Tromey  <tom@tromey.com>
1095
1096         * utils.c (gdb_realpath_keepfile): Return a
1097         gdb::unique_xmalloc_ptr.
1098         * exec.c (exec_file_attach): Update.
1099         * utils.h (gdb_realpath_keepfile): Return a
1100         gdb::unique_xmalloc_ptr.
1101
1102 2017-08-22  Tom Tromey  <tom@tromey.com>
1103
1104         * compile/compile.c (compile_file_command): Use
1105         gdb::unique_xmalloc_ptr, std::string.
1106         * utils.c (gdb_abspath): Change return type.
1107         * source.c (openp): Update.
1108         * objfiles.c (allocate_objfile): Update.
1109         * main.c (set_gdb_data_directory): Update.
1110         * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
1111
1112 2017-08-22  Zhouyi Zhou  <zhouzhouyi@gmail.com>
1113
1114         * cli-cmds.c (list_commands): List actual code around more than
1115         one location.
1116
1117 2017-08-21  John Baldwin  <jhb@FreeBSD.org>
1118
1119         * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
1120
1121 2017-08-21  Pedro Alves  <palves@redhat.com>
1122
1123         PR gdb/19487
1124         * c-exp.y (variable production): Handle function aliases.
1125         * minsyms.c (msymbol_is_text): New function.
1126         * minsyms.h (msymbol_is_text): Declare.
1127         * symtab.c (find_function_alias_target): New function.
1128         * symtab.h (find_function_alias_target): Declare.
1129
1130 2017-08-21  Pedro Alves  <palves@redhat.com>
1131
1132         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
1133         typedefs.
1134         * typeprint.c (whatis_exp): If handling "whatis", and expression
1135         is OP_TYPE, strip one typedef level.  Otherwise don't strip
1136         typedefs here.
1137         * valops.c (value_cast): Save "to" type before resolving
1138         stubs/typedefs.  Use that type as resulting value's type.
1139
1140 2017-08-18  Tom Tromey  <tom@tromey.com>
1141             Pedro Alves  <palves@redhat.com>
1142
1143         * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
1144         * sol-thread.c (sol_thread_resume, sol_thread_wait)
1145         (sol_thread_xfer_partial, rw_common): Use scoped_restore.
1146         * procfs.c (procfs_do_thread_registers): Use scoped_restore.
1147         * proc-service.c (ps_xfer_memory): Use scoped_restore.
1148         * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
1149         (linux_get_siginfo_data): Add "thread" argument.  Use
1150         scoped_restore.
1151         * linux-nat.c (linux_child_follow_fork)
1152         (check_stopped_by_watchpoint): Use scoped_restore.
1153         * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
1154         (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
1155         (restore_inferior_ptid, save_inferior_ptid): Remove.
1156         * btrace.c (btrace_fetch): Use scoped_restore.
1157         * bsd-uthread.c (bsd_uthread_fetch_registers)
1158         (bsd_uthread_store_registers): Use scoped_restore.
1159         * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
1160         scoped_restore.
1161         * aix-thread.c (aix_thread_resume, aix_thread_wait)
1162         (aix_thread_xfer_partial): Use scoped_restore.
1163         * inferior.h (save_inferior_ptid): Remove.
1164
1165 2017-08-18  Yao Qi  <yao.qi@linaro.org>
1166
1167         PR tdep/21818
1168         * arm-tdep.c (gdb_print_insn_arm): Mark
1169         USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
1170
1171 2017-08-18  Yao Qi  <yao.qi@linaro.org>
1172
1173         * NEWS: Mention GDBserver's new option "--selftest".
1174         * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
1175         * selftest.c: Move it to common/selftest.c.
1176         * selftest.h: Move it to common/selftest.h.
1177         * selftest-arch.c (reset): New function.
1178         (tests_with_arch): Call reset.
1179
1180 2017-08-18  Yao Qi  <yao.qi@linaro.org>
1181
1182         * selftest.c (run_tests): Don't call QUIT.  Call debug_printf
1183         instead of exception_fprintf and printf_filtered.
1184
1185 2017-08-18  Yao Qi  <yao.qi@linaro.org>
1186
1187         * selftest.c (register_self_test): Rename it to
1188         selftests::register_test.
1189         (run_self_tests): selftest::run_tests.
1190         * selftest.h: Update declarations.
1191         * selftest-arch.c (register_self_test_foreach_arch): Rename it to
1192         selftests::register_test_foreach_arch.
1193         * selftest-arch.h: Update declaration.
1194         * aarch64-tdep.c: Update.
1195         * arm-tdep.c: Likewise.
1196         * disasm-selftests.c: Likewise.
1197         * dwarf2loc.c: Likewise.
1198         * dwarf2-frame.c: Likewise.
1199         * findvar.c: Likewise.
1200         * gdbarch-selftests.c: Likewise.
1201         * maint.c (maintenance_selftest): Likewise.
1202         * regcache.c: Likewise.
1203         * rust-exp.y: Likewise.
1204         * selftest-arch.c: Likewise.
1205         * unittests/environ-selftests.c: Likewise.
1206         * unittests/function-view-selftests.c: Likewise.
1207         * unittests/offset-type-selftests.c: Likewise.
1208         * unittests/optional-selftests.c: Likewise.
1209         * unittests/scoped_restore-selftests.c: Likewise.
1210         * utils-selftests.c: Likewise.
1211
1212 2017-08-17  Pedro Alves  <palves@redhat.com>
1213
1214         * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
1215         local.
1216
1217 2017-08-17  Pedro Alves  <palves@redhat.com>
1218
1219         * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
1220         field.
1221         (reset_die_in_process): Delete, replaced by ...
1222         (process_die_scope): ... this new class.  Make it responsible for
1223         freeing cu->line_header too.
1224         (process_die): Use process_die_scope.
1225         (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
1226         cu->line_header_die_owner.  Don't release the line header if it's
1227         owned by the CU.
1228         (setup_type_unit_groups): Make the CU/DIE own the line header.
1229         Don't release the line header here.
1230
1231 2017-08-17  Alex Lindsay  <alexlindsay239@gmail.com>  (tiny change)
1232
1233         * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
1234
1235 2017-08-17  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1236
1237         * NEWS: Mention new shortcuts for nexti and stepi in TUI
1238         Single-Key mode
1239
1240 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1241
1242         * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
1243         mode command list.
1244
1245 2017-08-15  Stafford Horne  <shorne@gmail.com>
1246
1247         * MAINTAINERS (Write After Approval): Add Stafford Horne.
1248
1249 2017-08-15  Stafford Horne  <shorne@gmail.com>
1250
1251         * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
1252
1253 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1254
1255         PR gdb/21954
1256         * infcmd.c (unset_environment_command): Use the 'clear' method on
1257         the environment instead of resetting it.
1258
1259 2017-08-15  John Baldwin  <jhb@FreeBSD.org>
1260
1261         * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
1262         platforms.
1263
1264 2017-08-14  Tom Tromey  <tom@tromey.com>
1265
1266         * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
1267         (print_binary_chars): Likewise.
1268         (BITS_IN_BYTES): Remove.
1269
1270 2017-08-14  Tom Tromey  <tom@tromey.com>
1271
1272         PR gdb/21675
1273         * valprint.c (LOW_ZERO): Change value to 034.
1274         (print_octal_chars): Add static_asserts for octal constants.
1275         * printcmd.c (print_scalar_formatted): Add 'd' case.
1276
1277 2017-08-11  Tom Tromey  <tom@tromey.com>
1278
1279         * symfile.c (add_symbol_file_command): Use std::vector.
1280
1281 2017-08-14  Tom Tromey  <tom@tromey.com>
1282
1283         * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
1284         * break-catch-syscall.c (create_syscall_event_catchpoint): Use
1285         std::move.
1286         * break-catch-sig.c (create_signal_catchpoint): Use std::move.
1287
1288 2017-08-11  Pedro Alves  <palves@redhat.com>
1289
1290         * infrun.c (process_event_stop_test): Adjust
1291         function_name_is_marked_for_skip call.
1292         * skip.c: Include <list>.
1293         (skiplist_entry): Make it a class with private fields, and
1294         getters/setters.
1295         (skiplist_entry_chain): Delete.
1296         (skiplist_entries): New.
1297         (skiplist_entry_count): Delete.
1298         (highest_skiplist_entry_num): New.
1299         (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
1300         (add_skiplist_entry): Delete.
1301         (skiplist_entry::skiplist_entry): New.
1302         (skiplist_entry::add_entry): New.
1303         (skip_file_command, skip_function): Adjust.
1304         (compile_skip_regexp): Delete.
1305         (skip_command): Don't compile regexp here.  Adjust to use
1306         skiplist_entry::add_entry.
1307         (skip_info): Adjust to use range-for and getters.
1308         (skip_enable_command, skip_disable_command): Adjust to use
1309         range-for and setters.
1310         (skip_delete_command): Adjust to use std::list.
1311         (add_skiplist_entry): Delete.
1312         (skip_file_p): Delete, refactored as ...
1313         (skiplist_entry::do_skip_file_p): ... this new method.
1314         (skip_gfile_p): Delete, refactored as ...
1315         (skiplist_entry::do_gskip_file_p): ... this new method.
1316         (skip_function_p, skip_rfunction_p): Delete, refactored as ...
1317         (skiplist_entry::skip_function_p): ... this new method.
1318         (function_name_is_marked_for_skip): Now returns bool, and takes
1319         the function sal by const reference.  Adjust to use range-for and
1320         skiplist_entry methods.
1321         (_initialize_step_skip): Remove references to
1322         skiplist_entry_chain, skiplist_entry_count.
1323         * skip.h (function_name_is_marked_for_skip): Now returns bool, and
1324         takes the function sal by const reference.
1325
1326 2017-08-11  Yao Qi  <yao.qi@linaro.org>
1327
1328         * dwarf2-frame.c (clear_pointer_cleanup): Remove.
1329         (dwarf2_frame_cache): Remove reset_cache_cleanup.
1330         (dwarf2_frame_cache):
1331         * frame-unwind.c (frame_unwind_try_unwinder): Catch
1332         RETURN_MASK_ALL and set *this_case to NULL.
1333         * frame-unwind.h: Update comments.
1334
1335 2017-08-11  Yao Qi  <yao.qi@linaro.org>
1336
1337         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
1338         (dwarf2_frame_state_copy_regs): Remove.
1339         (dwarf2_frame_state_free_regs): Remove.
1340         (dwarf2_frame_state::~dwarf2_frame_state): Remove.
1341         (dwarf2_restore_rule): Call method .alloc_regs instead of
1342         dwarf2_frame_state_alloc_regs.
1343         (execute_cfa_program): Likewise.  Call dwarf2_frame_state_reg_info
1344         constructor.  Call std::move.
1345         (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
1346         (dwarf2_frame_cache): Likewise.
1347
1348         [GDB_SELF_TEST]: Include selftest.h and
1349         selftest-arch.h.
1350         [GDB_SELF_TEST] (execute_cfa_program_test): New function.
1351         (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
1352         execute_cfa_program_test.
1353
1354         * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
1355         copy ctor, assignment operator, move assignment.
1356         <alloc_regs>: New method.
1357         <swap>: New method.
1358         (struct dwarf2_frame_state): Delete dtor.
1359         (dwarf2_frame_state_alloc_regs): Remove declaration.
1360         * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
1361         dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
1362
1363 2017-08-11  Yao Qi  <yao.qi@linaro.org>
1364
1365         * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
1366         (dwarf2_frame_state::dwarf2_frame_state): New.
1367         (dwarf2_frame_state::~dwarf2_frame_state): New.
1368         (dwarf2_fetch_cfa_info): Update.
1369         (dwarf2_frame_cache): Remove old_chain.  Change 'fs' to an object
1370         rather than a pointer.  Update code.
1371         * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
1372         dtor.
1373         <data_align, code_align, retaddr_column>: Change them to const.
1374         <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
1375         to bool.
1376
1377 2017-08-11  Yao Qi  <yao.qi@linaro.org>
1378
1379         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
1380         <loc.exp>: New field.
1381         * dwarf2-frame.c (execute_cfa_program): Update.
1382         (dwarf2_frame_prev_register): Update.
1383
1384 2017-08-10  Pedro Alves  <palves@redhat.com>
1385
1386         * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
1387
1388 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
1389
1390         * fbsd-nat.c (struct fbsd_fork_info): Remove.
1391         (fbsd_pending_children): Use std::list.
1392         (fbsd_remember_child): Likewise.
1393         (fbsd_is_child_pending): Likewise.
1394         (fbsd_pending_vfork_done): Use std::forward_list.
1395         (fbsd_add_vfork_done): Likewise.
1396         (fbsd_is_vfork_done_pending): Likewise.
1397         (fbsd_next_vfork_done): Likewise.
1398
1399 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
1400
1401         * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
1402         (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
1403         [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
1404         for `mapfilename'.
1405         (fbsd_xfer_partial): Use gdb::byte_vector.
1406         (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
1407
1408 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
1409
1410         * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
1411         "filestuff.h".
1412         (fbsd_find_memory_regions): Fix `mapfile' initialization.
1413
1414 2017-08-09  Tom Tromey  <tom@tromey.com>
1415
1416         * skip.c (skiplist_entry): New constructor.
1417         (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
1418         (skiplist_entry::file_is_glob): Now bool.
1419         (skiplist_entry::file, skiplist_entry::function): Now
1420         std::string.
1421         (make_skip_entry): Return a unique_ptr.  Use new.
1422         (free_skiplist_entry, free_skiplist_entry_cleanup)
1423         (make_free_skiplist_entry_cleanup): Remove.
1424         (skip_command, skip_disable_command, add_skiplist_entry)
1425         (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
1426         (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
1427         (function_name_is_marked_for_skip): Update.
1428         (skip_delete_command): Update.  Use delete.
1429
1430 2017-08-09  Jiong Wang  <jiong.wang@arm.com>
1431
1432         * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
1433         (aarch64_linux_core_read_description): New function.
1434         (aarch64_linux_init_abi): Register gdbarch_core_read_description.
1435
1436 2017-08-09  Pedro Alves  <palves@redhat.com>
1437
1438         * cp-name-parser.y (cp_comp_to_string): Return a
1439         gdb::unique_xmalloc_ptr<char>.
1440         * cp-support.c (replace_typedefs_qualified_name)
1441         (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
1442         (cp_canonicalize_string_full): Use op= instead of explicit
1443         convertion.
1444         (cp_class_name_from_physname, method_name_from_physname)
1445         (cp_func_name, cp_remove_params): Adjust to use
1446         gdb::unique_xmalloc_ptr<char>.
1447         * cp-support.h (cp_comp_to_string): Return a
1448         gdb::unique_xmalloc_ptr<char>.
1449         * python/py-type.c (typy_lookup_type): Adjust to use
1450         gdb::unique_xmalloc_ptr<char>.
1451
1452 2017-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1453
1454         * dwarf2read.c (dwarf2_string_attr): Fix a typo.
1455
1456 2017-08-09  Alex Lindsay  <alexlindsay239@gmail.com>
1457             Yao Qi  <yao.qi@linaro.org>
1458
1459         * cp-support.c (cp_canonicalize_string_full): Use
1460         gdb::unique_xmalloc_ptr<char>.
1461         (cp_canonicalize_string): Likewise.
1462
1463 2017-08-09  Yao Qi  <yao.qi@linaro.org>
1464
1465         * features/Makefile (WHICH): Remove i386/ non-linux stuff.
1466         * regformats/i386/amd64-avx-avx512.dat: Remove.
1467         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
1468         * regformats/i386/amd64-avx-mpx.dat:Remove.
1469         * regformats/i386/amd64-avx.dat: Remove.
1470         * regformats/i386/amd64-mpx.dat: Remove.
1471         * regformats/i386/i386-avx-avx512.dat: Remove.
1472         * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
1473         * regformats/i386/i386-avx-mpx.dat: Remove.
1474         * regformats/i386/i386-mmx.dat: Remove.
1475         * regformats/i386/i386-mpx.dat: Remove.
1476
1477 2017-08-09  Yao Qi  <yao.qi@linaro.org>
1478
1479         * amd64-tdep.h (tdesc_x32): Remove the declaration.
1480         * amd64-tdep.c: Don't include features/i386/x32*.c.
1481         (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
1482         functions.
1483         * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
1484         and i386/x32-avx-avx512.
1485         (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
1486         and i386/x32.xml.
1487         * features/i386/x32-avx-avx512.c: Removed.
1488         * features/i386/x32-avx-avx512.xml: Removed.
1489         * features/i386/x32-avx.c: Removed.
1490         * features/i386/x32-avx.xml: Removed.
1491         * features/i386/x32.c: Removed.
1492         * features/i386/x32.xml: Removed.
1493         * regformats/i386/x32-avx-avx512.dat: Removed.
1494         * regformats/i386/x32-avx.dat: Removed.
1495         * regformats/i386/x32.dat: Removed.
1496
1497 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
1498
1499         PR breakpoints/21886
1500         * mem-break.c (default_memory_insert_breakpoint): Use
1501         `->placed_address' rather than `->reqstd_address' for the
1502         breakpoint location.
1503
1504 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
1505
1506         * arch-utils.c (default_print_insn): Remove arch/mach/endian
1507         assertions.
1508
1509 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
1510
1511         * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
1512         a union of `tdep_info', `tdesc_data' and `id'.
1513         * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
1514         rather than `info.tdep_info'.
1515         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1516         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1517         * i386-tdep.c (i386_gdbarch_init): Likewise.
1518         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1519         * mips-tdep.c (mips_gdbarch_init): Likewise.
1520         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
1521         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1522         * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
1523         `info.tdep_info'.
1524         (ppc_linux_init_abi): Use `info.tdesc_data' rather than
1525         `info.tdep_info'.
1526         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1527         * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
1528         `info.tdep_info'.
1529         * spu-tdep.c (spu_gdbarch_init): Likewise.
1530         * gdbarch.h: Regenerate.
1531
1532 2017-08-07  Leszek Swirski  <leszeks@google.com>
1533
1534         PR symtab/20899
1535         * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
1536
1537 2017-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1538
1539         * remote-sim.c (gdbsim_load): Remove char **argv local variable.
1540         (gdbsim_open): Rename gdb_argv args object to argv.
1541
1542 2017-08-05  Tom Tromey  <tom@tromey.com>
1543
1544         * compile/compile-object-load.c (compile_object_load): Use
1545         gdb::unique_xmalloc_ptr.
1546         * cli/cli-dump.c (scan_filename): Rename from
1547         scan_filename_with_cleanup.  Change return type.
1548         (scan_expression): Rename from scan_expression_with_cleanup.
1549         Change return type.
1550         (dump_memory_to_file, dump_value_to_file, restore_command):
1551         Use gdb::unique_xmalloc_ptr.  Update.
1552         * cli/cli-cmds.c (find_and_open_script): Use
1553         gdb::unique_xmalloc_ptr.
1554         * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
1555         * symmisc.c (maintenance_print_symbols)
1556         (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
1557         * symfile.c (symfile_bfd_open, generic_load)
1558         (add_symbol_file_command, remove_symbol_file_command): Use
1559         gdb::unique_xmalloc_ptr.
1560         * source.c (openp): Use gdb::unique_xmalloc_ptr.
1561         * psymtab.c (maintenance_print_psymbols): Use
1562         gdb::unique_xmalloc_ptr.
1563         * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
1564         * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
1565         * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
1566         (reload_shared_libraries_1): Likewise.
1567
1568 2017-08-05  Tom Tromey  <tom@tromey.com>
1569
1570         * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
1571         (rust_op_vector, rust_set_vector): New typedefs.
1572         (current_parser): New global.
1573         (work_obstack): Change to pointer type.  Update all users.
1574         (rust_ast, pstate): Remove globals.
1575         (struct rust_parser): New.
1576         (%union) <params, field_inits>: Change type.
1577         (start, tuple_expr, unit_expr, struct_expr_list, literal)
1578         (field_expr, expr_list, maybe_expr_list, type_list): Update.
1579         (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
1580         (convert_params_to_types, convert_params_to_expression): Change
1581         type of "params".
1582         (ast_string): Change type of "fields".
1583         (rust_parse): Make a rust_parser.  Remove cleanups.
1584         (rust_lex_tests): Make and install an auto_obstack.
1585
1586 2017-08-04  Yao Qi  <yao.qi@linaro.org>
1587
1588         * configure.srv (ipa_x32_linux_regobj): New.
1589         * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
1590         instead of X86_TDESC_AVX512.
1591         (initialize_low_tracepoint): Call
1592         init_registers_x32_avx_avx512_linux.
1593
1594 2017-08-04  Yao Qi  <yao.qi@linaro.org>
1595
1596         * utils.h (gdb_argv): Add namespace std for nullptr_t.
1597
1598 2017-08-03  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1599
1600         * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
1601
1602 2017-08-03  Tom Tromey  <tom@tromey.com>
1603
1604         * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
1605         Remove.
1606         * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
1607
1608 2017-08-03  Tom Tromey  <tom@tromey.com>
1609
1610         * python/py-param.c (compute_enum_values): Use gdb_argv.
1611
1612 2017-08-03  Tom Tromey  <tom@tromey.com>
1613
1614         * utils.h (struct gdb_argv_deleter): New.
1615         (gdb_argv): New class.
1616         * utils.c (gdb_argv::reset): New method.
1617         * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
1618         * tracefile.c (tsave_command): Use gdb_argv.
1619         * top.c (new_ui_command): Use gdb_argv.
1620         * symmisc.c (maintenance_print_symbols)
1621         (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
1622         * symfile.c (symbol_file_command, generic_load)
1623         (remove_symbol_file_command): Use gdb_argv.
1624         * stack.c (backtrace_command): Use gdb_argv.
1625         * source.c (add_path, show_substitute_path_command)
1626         (unset_substitute_path_command, set_substitute_path_command):
1627         Use gdb_argv.
1628         * skip.c (skip_command): Use gdb_argv.  Use gdb_buildargv.
1629         * ser-mingw.c (pipe_windows_open): Use gdb_argv.
1630         * remote.c (extended_remote_run, remote_put_command)
1631         (remote_get_command, remote_delete_command): Use gdb_argv.
1632         * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
1633         (gdbsim_open): Use gdb_argv.
1634         * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
1635         * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
1636         * procfs.c (procfs_info_proc): Use gdb_argv.
1637         * interps.c (interpreter_exec_cmd): Use gdb_argv.
1638         * infrun.c (handle_command): Use gdb_argv.
1639         * inferior.c (add_inferior_command, clone_inferior_command):
1640         Use gdb_argv.
1641         * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
1642         * exec.c (exec_file_command): Use gdb_argv.
1643         * cli/cli-cmds.c (alias_command): Use gdb_argv.
1644         * compile/compile.c (build_argc_argv): Use gdb_argv.
1645
1646 2017-08-03  Tom Tromey  <tom@tromey.com>
1647
1648         * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
1649
1650 2017-08-03  Tom Tromey  <tom@tromey.com>
1651
1652         * python/python.c (compute_python_string): Return std::string.
1653         (gdbpy_eval_from_control_command): Update.
1654         (do_start_initialization): Use std::string.
1655         * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
1656         xstrprintf.
1657         * python/py-breakpoint.c (local_setattro): Use string_printf, not
1658         xstrprintf.
1659
1660 2017-08-03  Tom Tromey  <tom@tromey.com>
1661
1662         * top.h (do_restore_instream_cleanup): Remove.
1663         * top.c (do_restore_instream_cleanup): Remove.
1664         (read_command_file): Use scoped_restore.
1665         * cli/cli-script.c (execute_user_command): Use scoped_restore.
1666
1667 2017-08-03  Tom Tromey  <tom@tromey.com>
1668
1669         * cli/cli-script.c (execute_user_command)
1670         (execute_control_command): Use scoped_restore.
1671
1672 2017-08-03  Tom Tromey  <tom@tromey.com>
1673
1674         * cli/cli-script.c (do_restore_user_call_depth): Remove.
1675         (execute_user_command): Remove user_call_depth; use
1676         user_args_stack's size instead.
1677
1678 2017-08-03  Tom Tromey  <tom@tromey.com>
1679
1680         * top.h (in_user_command): Remove.
1681         * top.c (in_user_command): Remove.
1682         * cli/cli-script.c (do_restore_user_call_depth)
1683         (execute_user_command): Update.
1684
1685 2017-08-03  Tom Tromey  <tom@tromey.com>
1686
1687         * valops.c (search_struct_method): Use gdb::byte_vector.
1688         * valarith.c (value_concat): Use std::vector.
1689         * target.c (memory_xfer_partial): Use gdb::byte_vector.
1690         (simple_search_memory): Likewise.
1691         * printcmd.c (find_string_backward): Use gdb::byte_vector.
1692         * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
1693         * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
1694         * elfread.c (elf_rel_plt_read): Use std::string.
1695         * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
1696         * cli/cli-dump.c (restore_section_callback): Use
1697         gdb::byte_vector.
1698
1699 2017-08-03  Tom Tromey  <tom@tromey.com>
1700
1701         * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
1702
1703 2017-08-03  Tom Tromey  <tom@tromey.com>
1704
1705         * tui/tui-regs.c (tui_restore_gdbout): Remove.
1706         (tui_register_format): Use scoped_restore.
1707
1708 2017-08-03  Tom Tromey  <tom@tromey.com>
1709
1710         * reverse.c (exec_direction_default): Remove.
1711         (exec_reverse_once): Use scoped_restore.
1712         * remote.c (restore_remote_timeout): Remove.
1713         (remote_flash_erase, remote_flash_write, remote_flash_done)
1714         (readchar, remote_serial_write): Use scoped_restore.
1715         * cli/cli-script.c (struct source_cleanup_lines_args)
1716         (source_cleanup_lines): Remove.
1717         (script_from_file): Use scoped_restore.
1718         * cli/cli-cmds.c (source_verbose_cleanup): Remove.
1719         (source_command): Use scoped_restore.
1720
1721 2017-08-03  Tom Tromey  <tom@tromey.com>
1722
1723         * utils.h (make_cleanup_free_so): Remove.
1724         * utils.c (do_free_so, make_cleanup_free_so): Remove.
1725         * solist.h (struct so_deleter): New.
1726         (so_list_up): New typedef.
1727         * solib-svr4.c (svr4_read_so_list): Use so_list_up.
1728
1729 2017-08-03  Tom Tromey  <tom@tromey.com>
1730
1731         * utils.h (make_cleanup_restore_current_language): Remove.
1732         * utils.c (do_restore_current_language)
1733         (make_cleanup_restore_current_language): Remove.
1734         * parse.c (parse_exp_in_context_1)
1735         (parse_expression_with_language): Use
1736         scoped_restore_current_language.
1737         * mi/mi-main.c (mi_cmd_execute): Use
1738         scoped_restore_current_language.
1739         * language.h (scoped_restore_current_language): New class.
1740
1741 2017-08-03  Tom Tromey  <tom@tromey.com>
1742
1743         * compile/compile.c (cleanup_unlink_file): Remove.
1744         (compile_to_object): Use gdb::unlinker.
1745         (eval_compile_command): Likewise.
1746
1747 2017-08-03  Tom Tromey  <tom@tromey.com>
1748
1749         * utils.h (make_cleanup_fclose): Remove.
1750         * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
1751
1752 2017-08-03  Tom Tromey  <tom@tromey.com>
1753
1754         * top.c (open_terminal_stream): Return gdb_file_up.
1755         (new_ui_command): Update.
1756
1757 2017-08-03  Tom Tromey  <tom@tromey.com>
1758
1759         * source.c (print_source_lines_base, forward_search_command)
1760         (reverse_search_command): Use gdb_file_up.
1761
1762 2017-08-03  Tom Tromey  <tom@tromey.com>
1763
1764         * fbsd-nat.c (fbsd_find_memory_regions): Update.
1765
1766 2017-08-03  Tom Tromey  <tom@tromey.com>
1767
1768         * cli/cli-cmds.c (find_and_open_script): Change return type.
1769         Remove "streamp" and "full_path" parameters.
1770         (source_script_with_search): Update.
1771         * auto-load.c (source_script_file): Update.
1772         * cli/cli-cmds.h (find_and_open_script): Change type.
1773         (open_script): New struct.
1774
1775 2017-08-03  Tom Tromey  <tom@tromey.com>
1776
1777         * xml-support.c (xml_fetch_content_from_file): Update.
1778         * ui-file.c (stdio_file::open): Update.
1779         * tracefile-tfile.c (tfile_start): Update.
1780         * remote.c (remote_file_put, remote_file_get): Update.
1781         * nat/linux-procfs.c (linux_proc_get_int)
1782         (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
1783         * nat/linux-osdata.c (linux_common_core_of_thread): Update.
1784         (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
1785         (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
1786         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
1787         * nat/linux-btrace.c (linux_determine_kernel_start): Update.
1788         * linux-nat.c (linux_proc_pending_signals): Update.
1789         * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
1790         (file_closer): Remove.
1791         * compile/compile.c (compile_to_object): Update.
1792         * common/filestuff.h (struct gdb_file_deleter): New.
1793         (gdb_file_up): New typedef.
1794         (gdb_fopen_cloexec): Change return type.
1795         * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
1796         * cli/cli-dump.c (fopen_with_cleanup): Remove.
1797         (dump_binary_file, restore_binary_file): Update.
1798         * auto-load.c (auto_load_objfile_script_1): Update.
1799
1800 2017-08-03  Tom Tromey  <tom@tromey.com>
1801
1802         * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
1803         (info_static_tracepoint_markers_command): Likewise.
1804         * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
1805         * skip.c (skip_info): Use ui_out_emit_table.
1806         * progspace.c (print_program_space): Use ui_out_emit_table.
1807         * osdata.c (info_osdata): Use ui_out_emit_table.
1808         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
1809         ui_out_emit_table.
1810         * linux-thread-db.c (info_auto_load_libthread_db): Use
1811         ui_out_emit_table.
1812         * inferior.c (print_inferior): Use ui_out_emit_table.
1813         * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
1814         * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
1815         * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
1816         * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
1817         * ui-out.h (class ui_out_emit_table): New.
1818
1819 2017-08-02  Maciej W. Rozycki  <macro@imgtec.com>
1820
1821         * mips-tdep.c (mips_fpu_type_str): New function.
1822         (mips_dump_tdep): Call it.
1823
1824 2017-08-01  Maciej W. Rozycki  <macro@imgtec.com>
1825
1826         * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
1827         `->mips_fpu_type'.
1828
1829 2017-07-31  Xavier Roirand  <roirand@adacore.com>
1830
1831         * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
1832
1833 2017-07-27  Xavier Roirand  <roirand@adacore.com>
1834
1835         * MAINTAINERS (Write After Approval): Add Xavier Roirand.
1836
1837 2017-07-26  Yao Qi  <yao.qi@linaro.org>
1838
1839         * cli/cli-cmds.c (maintenancechecklist): New variable.
1840         * gdbcmd.h (maintenancechecklist): Declare it.
1841         * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
1842         Call i386_linux_read_description with different masks.
1843         * maint.c (maintenance_check_command): New function.
1844         (_initialize_maint_cmds): Call add_prefix_cmd.
1845         * target-descriptions.c (tdesc_reg): override operator != and ==.
1846         (tdesc_type): Likewise.
1847         (tdesc_feature): Likewise.
1848         (target_desc): Likewise.
1849         [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
1850         (maintenance_check_xml_descriptions): New function.
1851         (_initialize_target_descriptions) Add command "xml-descriptions".
1852         * target-descriptions.h (selftests::record_xml_tdesc): Declare.
1853
1854 2017-07-26  Yao Qi  <yao.qi@linaro.org>
1855
1856         * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
1857         Include features/i386/32bit-*.c.
1858         (i386_linux_read_description): Generate target description if it
1859         doesn't exist.
1860         (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
1861         functions.
1862         * features/i386/32bit-linux.c: Re-generated.
1863         * features/i386/32bit-sse.c: Likewise.
1864         * target-descriptions.c (print_c_feature::visit): Print code to
1865         set register number if needed.
1866         (print_c_feature) <m_next_regnum>: New field.
1867
1868 2017-07-26  Yao Qi  <yao.qi@linaro.org>
1869
1870         * features/Makefile (CFILES): Rename with TDESC_CFILES.
1871         (FEATURE_XMLFILES): New.
1872         (FEATURE_CFILES): New.
1873         New rules.
1874         (clean-cfiles): Remove generated c files.
1875         * features/i386/32bit-avx.c: Generated.
1876         * features/i386/32bit-avx512.c: Generated.
1877         * features/i386/32bit-core.c: Generated.
1878         * features/i386/32bit-linux.c: Generated.
1879         * features/i386/32bit-mpx.c: Generated.
1880         * features/i386/32bit-pkeys.c: Generated.
1881         * features/i386/32bit-sse.c: Generated.
1882         * target-descriptions.c: Include algorithm.
1883         (tdesc_element_visitor): Add method visit_end.
1884         (print_c_tdesc): Implement visit_end.
1885         (print_c_tdesc:: m_filename_after_features): Move it to
1886         protected.
1887         (print_c_feature): New class.
1888         (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
1889         name starts with "i386/32bit-".
1890
1891 2017-07-26  Yao Qi  <yao.qi@linaro.org>
1892
1893         * target-descriptions.c (tdesc_element_visitor): New class.
1894         (tdesc_element): New class.
1895         (tdesc_reg): Inherit from tdesc_element.
1896         (tdesc_reg::accept): New function.
1897         (tdesc_type): Inherit from tdesc_element.
1898         (tdesc_type::accept): New function.
1899         (tdesc_feature): Inherit from tdesc_element.
1900         (tdesc_feature::accept): New function.
1901         (target_desc): Inherit from tdesc_element.
1902         (target_desc::target_desc): New.
1903         (target_desc::~target_desc): New.
1904         (target_desc::accept): New.
1905         (allocate_target_description): Use new.
1906         (free_target_description): Use delete.
1907         (print_c_tdesc): New class.
1908         (maint_print_c_tdesc_cmd): Adjust.
1909
1910         * features/aarch64.c: Re-generated.
1911         * features/arc-arcompact.c: Re-generated.
1912         * features/arc-v2.c: Re-generated.
1913         * features/arm/arm-with-iwmmxt.c: Re-generated.
1914         * features/arm/arm-with-m.c: Re-generated.
1915         * features/arm/arm-with-m-fpa-layout.c: Re-generated.
1916         * features/arm/arm-with-m-vfp-d16.c: Re-generated.
1917         * features/arm/arm-with-neon.c: Re-generated.
1918         * features/arm/arm-with-vfpv2.c: Re-generated.
1919         * features/arm/arm-with-vfpv3.c: Re-generated.
1920         * features/i386/amd64-avx-avx512.c: Re-generated.
1921         * features/i386/amd64-avx-avx512-linux.c: Re-generated.
1922         * features/i386/amd64-avx.c: Re-generated.
1923         * features/i386/amd64-avx-linux.c: Re-generated.
1924         * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
1925         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
1926         * features/i386/amd64-avx-mpx.c: Re-generated.
1927         * features/i386/amd64-avx-mpx-linux.c: Re-generated.
1928         * features/i386/amd64.c: Re-generated.
1929         * features/i386/amd64-linux.c: Re-generated.
1930         * features/i386/amd64-mpx.c: Re-generated.
1931         * features/i386/amd64-mpx-linux.c: Re-generated.
1932         * features/i386/i386-avx-avx512.c: Re-generated.
1933         * features/i386/i386-avx-avx512-linux.c: Re-generated.
1934         * features/i386/i386-avx.c: Re-generated.
1935         * features/i386/i386-avx-linux.c: Re-generated.
1936         * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
1937         * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
1938         * features/i386/i386-avx-mpx.c: Re-generated.
1939         * features/i386/i386-avx-mpx-linux.c: Re-generated.
1940         * features/i386/i386.c: Re-generated.
1941         * features/i386/i386-linux.c: Re-generated.
1942         * features/i386/i386-mmx.c: Re-generated.
1943         * features/i386/i386-mmx-linux.c: Re-generated.
1944         * features/i386/i386-mpx.c: Re-generated.
1945         * features/i386/i386-mpx-linux.c: Re-generated.
1946         * features/i386/x32-avx-avx512.c: Re-generated.
1947         * features/i386/x32-avx-avx512-linux.c: Re-generated.
1948         * features/i386/x32-avx.c: Re-generated.
1949         * features/i386/x32-avx-linux.c: Re-generated.
1950         * features/i386/x32.c: Re-generated.
1951         * features/i386/x32-linux.c: Re-generated.
1952         * features/microblaze.c: Re-generated.
1953         * features/microblaze-with-stack-protect.c: Re-generated.
1954         * features/mips64-dsp-linux.c: Re-generated.
1955         * features/mips64-linux.c: Re-generated.
1956         * features/mips-dsp-linux.c: Re-generated.
1957         * features/mips-linux.c: Re-generated.
1958         * features/nds32.c: Re-generated.
1959         * features/nios2.c: Re-generated.
1960         * features/nios2-linux.c: Re-generated.
1961         * features/rs6000/powerpc-32.c: Re-generated.
1962         * features/rs6000/powerpc-32l.c: Re-generated.
1963         * features/rs6000/powerpc-403.c: Re-generated.
1964         * features/rs6000/powerpc-403gc.c : Re-generated.
1965         * features/rs6000/powerpc-405.c: Re-generated.
1966         * features/rs6000/powerpc-505.c: Re-generated.
1967         * features/rs6000/powerpc-601.c: Re-generated.
1968         * features/rs6000/powerpc-602.c: Re-generated.
1969         * features/rs6000/powerpc-603.c: Re-generated.
1970         * features/rs6000/powerpc-604.c: Re-generated.
1971         * features/rs6000/powerpc-64.c: Re-generated.
1972         * features/rs6000/powerpc-64l.c: Re-generated.
1973         * features/rs6000/powerpc-7400.c: Re-generated.
1974         * features/rs6000/powerpc-750.c: Re-generated.
1975         * features/rs6000/powerpc-860.c: Re-generated.
1976         * features/rs6000/powerpc-altivec32.c: Re-generated.
1977         * features/rs6000/powerpc-altivec32l.c: Re-generated.
1978         * features/rs6000/powerpc-altivec64.c: Re-generated.
1979         * features/rs6000/powerpc-altivec64l.c: Re-generated.
1980         * features/rs6000/powerpc-cell32l.c: Re-generated.
1981         * features/rs6000/powerpc-cell64l.c: Re-generated.
1982         * features/rs6000/powerpc-e500.c: Re-generated.
1983         * features/rs6000/powerpc-e500l.c: Re-generated.
1984         * features/rs6000/powerpc-isa205-32l.c: Re-generated.
1985         * features/rs6000/powerpc-isa205-64l.c: Re-generated.
1986         * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
1987         * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
1988         * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
1989         * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
1990         * features/rs6000/powerpc-vsx32.c: Re-generated.
1991         * features/rs6000/powerpc-vsx32l.c: Re-generated.
1992         * features/rs6000/powerpc-vsx64.c: Re-generated.
1993         * features/rs6000/powerpc-vsx64l.c: Re-generated.
1994         * features/rs6000/rs6000.c: Re-generated.
1995         * features/s390-linux32.c: Re-generated.
1996         * features/s390-linux32v1.c: Re-generated.
1997         * features/s390-linux32v2.c: Re-generated.
1998         * features/s390-linux64.c: Re-generated.
1999         * features/s390-linux64v1.c: Re-generated.
2000         * features/s390-linux64v2.c: Re-generated.
2001         * features/s390-te-linux64.c: Re-generated.
2002         * features/s390-tevx-linux64.c: Re-generated.
2003         * features/s390-vx-linux64.c: Re-generated.
2004         * features/s390x-linux64.c: Re-generated.
2005         * features/s390x-linux64v1.c: Re-generated.
2006         * features/s390x-linux64v2.c: Re-generated.
2007         * features/s390x-te-linux64.c: Re-generated.
2008         * features/s390x-tevx-linux64.c: Re-generated.
2009         * features/s390x-vx-linux64.c: Re-generated.
2010         * features/sparc/sparc32-solaris.c: Re-generated.
2011         * features/sparc/sparc64-solaris.c: Re-generated.
2012         * features/tic6x-c62x.c: Re-generated.
2013         * features/tic6x-c62x-linux.c: Re-generated.
2014         * features/tic6x-c64x.c: Re-generated.
2015         * features/tic6x-c64x-linux.c: Re-generated.
2016         * features/tic6x-c64xp.c: Re-generated.
2017         * features/tic6x-c64xp-linux.c: Re-generated.
2018
2019 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2020
2021         * i386-linux-tdep.c (i386_linux_read_description): New function.
2022         (i386_linux_core_read_description): Call
2023         i386_linux_read_description.
2024         * i386-linux-tdep.h (i386_linux_read_description): Declare.
2025         (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
2026         (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
2027         (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
2028         (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
2029         * x86-linux-nat.c (x86_linux_read_description): Call
2030         i386_linux_read_description.
2031
2032 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2033
2034         * NEWS: Mention it.
2035         * features/Makefile (%.c: %.xml): Pass the xml file name to
2036         command "maint print c-tdesc".
2037         * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
2038         name from 'arg'.
2039
2040 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2041
2042         * target-descriptions.c (target_desc): Add ctor and dtor.  Do
2043         in-class initialization.
2044         (tdesc_create_feature): Call new instead of XCNEW.
2045         (free_target_description): Ue delete.
2046
2047 2017-07-25  John Baldwin  <jhb@FreeBSD.org>
2048
2049         * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
2050
2051 2017-07-25  Yao Qi  <yao.qi@linaro.org>
2052
2053         * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
2054         constant.
2055         (amd64_x32_init_abi): Likewise.
2056         * amd64-tdep.h (amd64_init_abi): Update declaration.
2057         (amd64_x32_init_abi): Likewise.
2058
2059 2017-07-25  Yao Qi  <yao.qi@linaro.org>
2060
2061         PR tdep/21717
2062         * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
2063         condition for FPSCR.
2064         (arm_linux_store_inferior_registers): Likewise.
2065
2066 2017-07-22  Tom Tromey  <tom@tromey.com>
2067
2068         * break-catch-syscall.c (struct catch_syscall_inferior_data)
2069         <syscalls_counts>: Now a std::vector.
2070         (get_catch_syscall_inferior_data): Use "new".
2071         (catch_syscall_inferior_data_cleanup): Use "delete".
2072         (insert_catch_syscall, remove_catch_syscall)
2073         (clear_syscall_counts): Update.
2074
2075 2017-07-22  Tom Tromey  <tom@tromey.com>
2076
2077         * break-catch-syscall.c (syscall_catchpoint)
2078         <syscalls_to_be_caught>: Now a std::vector<int>
2079         (~syscall_catchpoint): Remove.
2080         (insert_catch_syscall, remove_catch_syscall)
2081         (breakpoint_hit_catch_syscall, print_one_catch_syscall)
2082         (print_mention_catch_syscall, print_recreate_catch_syscall):
2083         Update.
2084         (create_syscall_event_catchpoint): Change type of "filter"
2085         parameter.
2086         (catch_syscall_split_args): Return a std::vector.
2087         (catch_syscall_command_1, catching_syscall_number_1): Update.
2088
2089 2017-07-22  Tom Tromey  <tom@tromey.com>
2090
2091         * break-catch-throw.c (struct exception_catchpoint)
2092         <exception_rx>: Now a std::string.
2093         (~exception_catchpoint): Remove.
2094         (print_one_detail_exception_catchpoint): Update.
2095         (handle_gnu_v3_exceptions): Change type of except_rx.
2096         (extract_exception_regexp): Return a std::string.
2097         (catch_exception_command_1): Update.
2098
2099 2017-07-22  Tom Tromey  <tom@tromey.com>
2100
2101         * break-catch-sig.c (gdb_signal_type): Remove typedef.
2102         (struct signal_catchpoint) <signals_to_be_caught>: Now a
2103         std::vector.
2104         <catch_all>: Now a bool.
2105         (~signal_catchpoint): Remove.
2106         (signal_catchpoint_insert_location)
2107         (signal_catchpoint_remove_location)
2108         (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
2109         (signal_catchpoint_print_mention)
2110         (signal_catchpoint_print_recreate)
2111         (signal_catchpoint_explains_signal): Update.
2112         (create_signal_catchpoint): Change type of "filter" and
2113         "catch_all".
2114         (catch_signal_split_args): Return a std::vector.  Change type of
2115         "catch_all".
2116         (catch_signal_command): Update.
2117
2118 2017-07-20  Pedro Alves  <palves@redhat.com>
2119
2120         * ada-lang.c (ada_language_defn): Make extern.
2121         (_initialize_ada_language): Remove add_language call.
2122         * c-lang.c (c_language_defn, cplus_language_defn)
2123         (asm_language_defn, minimal_language_defn): Make extern.
2124         (_initialize_c_language): Delete.
2125         * completer.c (compare_cstrings): Delete, moved to utils.h.
2126         * d-lang.c (d_language_defn): Make extern.
2127         (_initialize_d_language): Remove add_language calls.
2128         * defs.h (enum language): Add comment.
2129         * f-lang.c (f_language_defn): Make extern.
2130         (_initialize_f_language): Remove add_language call.
2131         * go-lang.c (go_language_defn): Make extern.
2132         (_initialize_go_language): Remove add_language call.
2133         * language.c: Include <algorithm>.
2134         (languages): Redefine as const array.
2135         (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
2136         (set_language_command): Handle "local".  Use for-range loop.
2137         (set_language): Remove loop.
2138         (language_enum): Rewrite.
2139         (language_def, language_str): Remove loops.
2140         (add_language): Delete.
2141         (add_set_language_command): New, based on add_languages.
2142         (skip_language_trampoline): Adjust.
2143         (local_language_defn): Delete.
2144         (language_gdbarch_post_init): Adjust.
2145         (_initialize_language): Remove add_language calls.  Call
2146         add_set_language_command.
2147         * language.h (add_language): Delete.
2148         (auto_language_defn)
2149         (unknown_language_defn, minimal_language_defn, ada_language_defn)
2150         (asm_language_defn, c_language_defn, cplus_language_defn)
2151         (d_language_defn, f_language_defn, go_language_defn)
2152         (m2_language_defn, objc_language_defn, opencl_language_defn)
2153         (pascal_language_defn, rust_language_defn): Declare.
2154         * m2-lang.c (m2_language_defn): Make extern.
2155         (_initialize_m2_language): Remove add_language call.
2156         * objc-lang.c (objc_language_defn): Make extern.
2157         (_initialize_objc_language): Remove add_language call.
2158         * opencl-lang.c (opencl_language_defn): Make extern.
2159         (_initialize_opencl_language): Remove add_language call.
2160         * p-lang.c (pascal_language_defn): Make extern.
2161         (_initialize_pascal_language): Delete.
2162         * rust-lang.c (rust_language_defn): Make extern.
2163         (_initialize_rust_language): Delete.
2164         * utils.h (compare_cstrings): New static inline function.
2165
2166 2017-07-20  Pedro Alves  <palves@redhat.com>
2167
2168         * ada-lang.c (ada_to_fixed_type_1): Adjust.
2169         (get_var_value): Constify parameters.
2170         (get_int_var_value): Change prototype.
2171         (to_fixed_range_type): Adjust.
2172         * ada-lang.h (get_int_var_value): Change prototype.
2173
2174 2017-07-20  Pedro Alves  <palves@redhat.com>
2175
2176         * dwarf2read.c (dw2_lookup_symbol): Use
2177         SYMBOL_MATCHES_SEARCH_NAME.
2178         * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
2179
2180 2017-07-20  Pedro Alves  <palves@redhat.com>
2181
2182         * block.c (block_iter_name_step, block_iter_name_first)
2183         (block_iter_name_next): Delete.
2184         (block_lookup_symbol_primary): Adjust to use
2185         dict_iter_match_first/dict_iter_match_next.
2186         * block.h (block_iter_name_first, block_iter_name_next): Delete
2187         declarations.
2188         (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
2189         dict_iter_match_first/dict_iter_match_next.
2190
2191 2017-07-20  Pedro Alves  <palves@redhat.com>
2192
2193         * cp-support.c (cp_find_first_component_aux): Add missing case for
2194         end of string.
2195
2196 2017-07-18  David Blaikie  <dblaikie@gmail.com>
2197
2198         * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
2199         of dwo_cu's dwo_file.
2200
2201 2017-07-18  Yao Qi  <yao.qi@linaro.org>
2202
2203         * remote.c (store_registers_using_G): Remove one line comment.
2204
2205 2017-07-18  Yao Qi  <yao.qi@linaro.org>
2206
2207         * regcache.c (regcache_cpy): Simplify it.
2208         (regcache::cpy_no_passthrough): Remove it.
2209         * regcache.h (cpy_no_passthrough): Remove it.
2210         (regcache_dup, regcache_cpy): Update comments.
2211
2212 2017-07-18  Pedro Alves  <palves@redhat.com>
2213
2214         * remote-sim.c (sim_command_completer): Adjust to work with a
2215         completion_tracker instead of a VEC.
2216
2217 2017-07-17  Pedro Alves  <palves@redhat.com>
2218
2219         * completer.c (complete_source_filenames): New function.
2220         (complete_address_and_linespec_locations): New function.
2221         (location_completer): Use complete_address_and_linespec_locations.
2222         (completion_tracker::build_completion_result): Honor the tracker's
2223         request to suppress append.
2224         * completer.h (completion_tracker::suppress_append_ws)
2225         (completion_tracker::set_suppress_append_ws): New methods.
2226         (completion_tracker::m_suppress_append_ws): New field.
2227         (complete_source_filenames): New declaration.
2228         * linespec.c (linespec_complete_what): New.
2229         (struct ls_parser) <complete_what, completion_word,
2230         completion_quote_char, completion_quote_end, completion_tracker>:
2231         New fields.
2232         (string_find_incomplete_keyword_at_end): New.
2233         (linespec_lexer_lex_string): Record quote char.  If in completion
2234         mode, don't throw.
2235         (linespec_lexer_consume_token): Advance the completion word point.
2236         (linespec_lexer_peek_token): Save/restore completion info.
2237         (save_stream_and_consume_token): New.
2238         (set_completion_after_number): New.
2239         (linespec_parse_basic): Set what to complete next depending on
2240         token.  Handle function and label completions specially.
2241         (parse_linespec): Disable objc shortcut in completion mode.  Set
2242         what to complete next depending on token type.  Skip keyword if in
2243         completion mode.
2244         (complete_linespec_component, linespec_complete): New.
2245         * linespec.h (linespec_complete): Declare.
2246
2247 2017-07-17  Pedro Alves  <palves@redhat.com>
2248
2249         * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
2250         Handle 'operator<' / 'operator<<'.
2251
2252 2017-07-17  Pedro Alves  <palves@redhat.com>
2253
2254         * completer.c (collect_explicit_location_matches): Handle
2255         MATCH_LABEL.
2256         (convert_explicit_location_to_linespec): New, factored out from
2257         ...
2258         (convert_explicit_location_to_sals): ... this.
2259         (complete_label): New.
2260         (linespec_complete_label, find_label_symbols_in_block): New.
2261         (find_label_symbols): Add completion_mode parameter and adjust to
2262         call find_label_symbols_in_block.
2263         * linespec.h (linespec_complete_label): Declare.
2264
2265 2017-07-17  Pedro Alves  <palves@redhat.com>
2266
2267         * ada-lang.c (ada_collect_symbol_completion_matches): Add
2268         complete_symbol_mode parameter.
2269         * cli/cli-cmds.c (complete_command): Get the completion result out
2270         of the handle_brkchars tracker if used a custom word point.
2271         * completer.c: Include "linespec.h".
2272         (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
2273         (advance_to_expression_complete_word_point): New.
2274         (completion_tracker::completes_to_completion_word): New.
2275         (complete_files_symbols): Pass down
2276         complete_symbol_mode::EXPRESSION.
2277         (explicit_options, probe_options): New.
2278         (collect_explicit_location_matches): Complete on the
2279         explictit_loc->foo instead of word.  Use
2280         linespec_complete_function.  Handle MATCH_LINE.  Handle offering
2281         keyword and options completions.
2282         (backup_text_ptr): Delete.
2283         (skip_keyword): New.
2284         (complete_explicit_location): Remove 'word' parameter.  Add
2285         language, quoted_arg_start and quoted_arg_end parameters.
2286         Rewrite, parsing left to right.
2287         (location_completer): Rewrite.
2288         (location_completer_handle_brkchars): New function.
2289         (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
2290         (enum complete_line_internal_reason): Adjust comments.
2291         (completion_tracker::discard_completions): New.
2292         (completer_handle_brkchars_func_for_completer): Handle
2293         location_completer.
2294         (gdb_custom_word_point_brkchars)
2295         (gdb_org_rl_basic_quote_characters): New.
2296         (gdb_completion_word_break_characters_throw)
2297         (completion_find_completion_word): Handle trackers that use a
2298         custom word point.
2299         (completion_tracker::advance_custom_word_point_by): New.
2300         (completion_tracker::build_completion_result): Don't rely on
2301         readline appending the quote char.
2302         (gdb_rl_attempted_completion_function_throw): Handle trackers that
2303         use a custom word point.
2304         (gdb_rl_attempted_completion_function): Restore
2305         rl_basic_quote_characters.
2306         * completer.h (class completion_tracker): Extend intro comment.
2307         (completion_tracker::set_quote_char)
2308         (completion_tracker::quote_char)
2309         (completion_tracker::set_use_custom_word_point)
2310         (completion_tracker::use_custom_word_point)
2311         (completion_tracker::custom_word_point)
2312         (completion_tracker::set_custom_word_point)
2313         (completion_tracker::advance_custom_word_point_by)
2314         (completion_tracker::completes_to_completion_word)
2315         (completion_tracker::discard_completions): New methods.
2316         (completion_tracker::m_quote_char)
2317         (completion_tracker::m_use_custom_word_point)
2318         (completion_tracker::m_custom_word_point): New fields.
2319         (advance_to_expression_complete_word_point): Declare.
2320         * f-lang.c (f_collect_symbol_completion_matches): Add
2321         complete_symbol_mode parameter.
2322         * language.h (struct language_defn)
2323         <la_collect_symbol_completion_matches>: Add complete_symbol_mode
2324         parameter.
2325         * linespec.c (linespec_keywords): Add NULL terminator.  Make extern.
2326         (linespec_complete_function): New function.
2327         (linespec_lexer_lex_keyword): Adjust.
2328         * linespec.h (linespec_keywords, linespec_complete_function): New
2329         declarations.
2330         * location.c (find_end_quote): New function.
2331         (explicit_location_lex_one): Add explicit_completion_info
2332         parameter.  Save quoting info.  Don't throw if being called for
2333         completion.  Don't handle Ada operators here.
2334         (is_cp_operator, skip_op_false_positives, first_of)
2335         (explicit_location_lex_one_function): New function.
2336         (string_to_explicit_location): Replace 'dont_throw' parameter with
2337         an explicit_completion_info pointer parameter.  Handle it.  Don't
2338         use explicit_location_lex_one to lex function names.  Use
2339         explicit_location_lex_one_function instead.
2340         * location.h (struct explicit_completion_info): New.
2341         (string_to_explicit_location): Replace 'dont_throw' parameter with
2342         an explicit_completion_info pointer parameter.
2343         * symtab.c (default_collect_symbol_completion_matches_break_on):
2344         Add complete_symbol_mode parameter.  Handle LINESPEC mode.
2345         (default_collect_symbol_completion_matches)
2346         (collect_symbol_completion_matches): Add complete_symbol_mode
2347         parameter.
2348         (collect_symbol_completion_matches_type): Pass down
2349         complete_symbol_mode::EXPRESSION.
2350         (collect_file_symbol_completion_matches): Add complete_symbol_mode
2351         parameter.  Handle LINESPEC mode.
2352         * symtab.h (complete_symbol_mode): New.
2353         (default_collect_symbol_completion_matches_break_on)
2354         (default_collect_symbol_completion_matches)
2355         (collect_symbol_completion_matches)
2356         (collect_file_symbol_completion_matches): Add complete_symbol_mode
2357         parameter.
2358
2359 2017-07-17  Pedro Alves  <palves@redhat.com>
2360
2361         * utils.c (enum class strncmp_iw_mode): New.
2362         (strcmp_iw): Rename to ...
2363         (strncmp_iw_with_mode): ... this.  Add string2_len and mode
2364         parameters.  Handle them.
2365         (strncmp_iw): New.
2366         (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
2367         * utils.h (strncmp_iw): Declare.
2368         (strcmp_iw): Move describing comments here.
2369
2370 2017-07-17  Pedro Alves  <palves@redhat.com>
2371
2372         * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
2373         CP_OPERATOR_STR.
2374         * c-typeprint.c (is_type_conversion_operator): Use
2375         CP_OPERATOR_STR.
2376         * cp-support.c (LENGTH_OF_OPERATOR): Delete.
2377         (cp_find_first_component_aux): Use CP_OPERATOR_STR and
2378         CP_OPERATOR_LEN.
2379         * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
2380         * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
2381         * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
2382         * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
2383         CP_OPERATOR_STR.
2384         * location.c: Include "cp-support.h".
2385         (explicit_location_lex_one): Use CP_OPERATOR_LEN and
2386         CP_OPERATOR_STR.
2387         * symtab.c (operator_chars): Use CP_OPERATOR_STR and
2388         CP_OPERATOR_LEN.
2389
2390 2017-07-17  Pedro Alves  <palves@redhat.com>
2391
2392         * cli/cli-cmds.c (complete_command): Use a completion tracker
2393         along with completion_find_completion_word for handle_brkchars
2394         phase.
2395         * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
2396         (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
2397         (struct gdb_rl_completion_word_info): New.
2398         (gdb_rl_find_completion_word): New.
2399         (completion_find_completion_word): New.
2400         * completer.h (completion_find_completion_word): Declare.
2401
2402 2017-07-17  Pedro Alves  <palves@redhat.com>
2403
2404         * ada-lang.c (symbol_completion_match): Adjust comments.
2405         (symbol_completion_add): Replace vector parameter with
2406         completion_tracker parameter.  Use it.
2407         (ada_make_symbol_completion_list): Rename to...
2408         (ada_collect_symbol_completion_matches): ... this.  Add
2409         completion_tracker parameter and use it.
2410         (ada_language_defn): Adjust.
2411         * break-catch-syscall.c (catch_syscall_completer): Adjust
2412         prototype and work with completion_tracker instead of VEC.
2413         * breakpoint.c (condition_completer): Adjust prototype and work
2414         with completion_tracker instead of VEC.
2415         * c-lang.c (c_language_defn, cplus_language_defn)
2416         (asm_language_defn, minimal_language_defn): Adjust to renames.
2417         * cli/cli-cmds.c (complete_command): Rework using
2418         completion_tracker.  Catch exceptions when completing.
2419         * cli/cli-decode.c (integer_unlimited_completer)
2420         (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
2421         with completion_tracker instead of VEC.
2422         * command.h (struct completion_tracker): Forward declare.
2423         (completer_ftype, completer_handle_brkchars_ftype): Change
2424         types.
2425         (complete_on_cmdlist, complete_on_enum): Adjust.
2426         * completer.c: Include <algorithm>.
2427         (struct gdb_completer_state): New.
2428         (current_completion): New global.
2429         (readline_line_completion_function): Delete.
2430         (noop_completer, filename_completer)
2431         (filename_completer_handle_brkchars, complete_files_symbols)
2432         (linespec_location_completer): Adjust to work with a
2433         completion_tracker instead of a VEC.
2434         (string_or_empty): New.
2435         (collect_explicit_location_matches): Adjust to work with a
2436         completion_tracker instead of a VEC.
2437         (explicit_location_completer): Rename to ...
2438         (complete_explicit_location): ... this and adjust to work with a
2439         completion_tracker instead of a VEC.
2440         (location_completer): Adjust to work with a completion_tracker
2441         instead of a VEC.
2442         (add_struct_fields): Adjust to work with a completion_list instead
2443         of VEC.
2444         (expression_completer): Rename to ...
2445         (complete_expression): ... this and adjust to work with a
2446         completion_tracker instead of a VEC.  Use complete_files_symbols.
2447         (expression_completer): Reimplement on top of complete_expression.
2448         (symbol_completer): Adjust to work with a completion_tracker
2449         instead of a VEC.
2450         (enum complete_line_internal_reason): Add describing comments.
2451         (complete_line_internal_normal_command): Adjust to work with a
2452         completion_tracker instead of a VEC.
2453         (complete_line_internal): Rename to ...
2454         (complete_line_internal_1): ... this and adjust to work with a
2455         completion_tracker instead of a VEC.  Assert TEXT is NULL in the
2456         handle_brkchars phase.
2457         (new_completion_tracker): Delete.
2458         (complete_line_internal): Reimplement as TRY/CATCH wrapper around
2459         complete_line_internal_1.
2460         (free_completion_tracker): Delete.
2461         (INITIAL_COMPLETION_HTAB_SIZE): New.
2462         (completion_tracker::completion_tracker)
2463         (completion_tracker::~completion_tracker): New.
2464         (maybe_add_completion): Delete.
2465         (completion_tracker::maybe_add_completion)
2466         (completion_tracker::add_completion)
2467         (completion_tracker::add_completions): New.
2468         (throw_max_completions_reached_error): Delete.
2469         (complete_line): Adjust to work with a completion_tracker instead
2470         of a VEC.  Don't create a completion_tracker_t or check for max
2471         completions here.
2472         (command_completer, command_completer_handle_brkchars)
2473         (signal_completer, reg_or_group_completer_1)
2474         (reg_or_group_completer, default_completer_handle_brkchars):
2475         Adjust to work with a completion_tracker.
2476         (gdb_completion_word_break_characters_throw): New.
2477         (gdb_completion_word_break_characters): Reimplement.
2478         (line_completion_function): Delete.
2479         (completion_tracker::recompute_lowest_common_denominator)
2480         (expand_preserving_ws)
2481         (completion_tracker::build_completion_result)
2482         (completion_result::completion_result)
2483         (completion_result::completion_result)
2484         (completion_result::~completion_result)
2485         (completion_result::completion_result)
2486         (completion_result::release_match_list, compare_cstrings)
2487         (completion_result::sort_match_list)
2488         (completion_result::reset_match_list)
2489         (gdb_rl_attempted_completion_function_throw)
2490         (gdb_rl_attempted_completion_function): New.
2491         * completer.h (completion_list, struct completion_result)
2492         (class completion_tracker): New.
2493         (complete_line): Add completion_tracker parameter.
2494         (readline_line_completion_function): Delete.
2495         (gdb_rl_attempted_completion_function): New.
2496         (noop_completer, filename_completer, expression_completer)
2497         (location_completer, symbol_completer, command_completer)
2498         (signal_completer, reg_or_group_completer): Update prototypes.
2499         (completion_tracker_t, new_completion_tracker)
2500         (make_cleanup_free_completion_tracker): Delete.
2501         (enum maybe_add_completion_enum): Delete.
2502         (maybe_add_completion): Delete.
2503         (throw_max_completions_reached_error): Delete.
2504         * corefile.c (complete_set_gnutarget): Adjust to work with a
2505         completion_tracker instead of a VEC.
2506         * cp-abi.c (cp_abi_completer): Adjust to work with a
2507         completion_tracker instead of a VEC.
2508         * d-lang.c (d_language_defn): Adjust.
2509         * disasm.c (disassembler_options_completer): Adjust to work with a
2510         completion_tracker instead of a VEC.
2511         * f-lang.c (f_make_symbol_completion_list): Rename to ...
2512         (f_collect_symbol_completion_matches): ... this.  Adjust to work
2513         with a completion_tracker instead of a VEC.
2514         (f_language_defn): Adjust.
2515         * go-lang.c (go_language_defn): Adjust.
2516         * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
2517         Adjust to work with a completion_tracker instead of a VEC.
2518         * infrun.c (handle_completer): Likewise.
2519         * interps.c (interpreter_completer): Likewise.
2520         * interps.h (interpreter_completer): Likewise.
2521         * language.c (unknown_language_defn, auto_language_defn)
2522         (local_language_defn): Adjust.
2523         * language.h (language_defn::la_make_symbol_completion_list):
2524         Rename to ...
2525         (language_defn::la_collect_symbol_completion_matches): ... this
2526         and adjust to work with a completion_tracker instead of a VEC.
2527         * m2-lang.c (m2_language_defn): Adjust.
2528         * objc-lang.c (objc_language_defn): Adjust.
2529         * opencl-lang.c (opencl_language_defn): Adjust.
2530         * p-lang.c (pascal_language_defn): Adjust.
2531         * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
2532         (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
2533         with a completion_tracker.
2534         * rust-lang.c (rust_language_defn): Adjust.
2535         * symtab.c (free_completion_list, do_free_completion_list)
2536         (return_val, completion_tracker): Delete.
2537         (completion_list_add_name, completion_list_add_symbol)
2538         (completion_list_add_msymbol, completion_list_objc_symbol)
2539         (completion_list_add_fields, add_symtab_completions): Add
2540         completion_tracker parameter and use it.
2541         (default_make_symbol_completion_list_break_on_1): Rename to...
2542         (default_collect_symbol_completion_matches_break_on): ... this.
2543         Add completion_tracker parameter and use it instead of allocating
2544         a completion tracker here.
2545         (default_make_symbol_completion_list_break_on): Delete old
2546         implementation.
2547         (default_make_symbol_completion_list): Delete.
2548         (default_collect_symbol_completion_matches): New.
2549         (make_symbol_completion_list): Delete.
2550         (collect_symbol_completion_matches): New.
2551         (make_symbol_completion_type): Rename to ...
2552         (collect_symbol_completion_matches_type): ... this.  Add
2553         completion_tracker parameter and use it instead of VEC.
2554         (make_file_symbol_completion_list_1): Rename to...
2555         (collect_file_symbol_completion_matches): ... this.  Add
2556         completion_tracker parameter and use it instead of VEC.
2557         (make_file_symbol_completion_list): Delete.
2558         (add_filename_to_list): Use completion_list instead of a VEC.
2559         (add_partial_filename_data::list): Now a completion_list.
2560         (make_source_files_completion_list): Work with a completion_list
2561         instead of a VEC.
2562         * symtab.h: Include "completer.h".
2563         (default_make_symbol_completion_list_break_on)
2564         (default_make_symbol_completion_list, make_symbol_completion_list)
2565         (make_symbol_completion_type, make_file_symbol_completion_list)
2566         (make_source_files_completion_list): Delete.
2567         (default_collect_symbol_completion_matches_break_on)
2568         (default_collect_symbol_completion_matches)
2569         (collect_symbol_completion_matches)
2570         (collect_symbol_completion_matches_type)
2571         (collect_file_symbol_completion_matches)
2572         (make_source_files_completion_list): New.
2573         * top.c (init_main): Don't install a rl_completion_entry_function
2574         hook.  Install a rl_attempted_completion_function hook instead.
2575         * tui/tui-layout.c (layout_completer): Adjust to work with a
2576         completion_tracker.
2577         * tui/tui-regs.c (tui_reggroup_completer):
2578         * tui/tui-win.c (window_name_completer, focus_completer)
2579         (winheight_completer): Adjust to work with a completion_tracker.
2580         * value.c: Include "completer.h".
2581         (complete_internalvar): Adjust to work with a completion_tracker.
2582         * value.h (complete_internalvar): Likewise.
2583
2584 2017-07-17  Pedro Alves  <palves@redhat.com>
2585
2586         * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
2587         renames.
2588         * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
2589         comments to completer_ftype's declaration.
2590         <completer_handle_brkchars>: Change type to
2591         completer_handle_brkchars_ftype.
2592         * command.h (completer_ftype): Add describing comment and give
2593         names to parameters.
2594         (completer_ftype_void): Rename to ...
2595         (completer_handle_brkchars_ftype) ... this.  Add describing comment.
2596         (set_cmd_completer_handle_brkchars): Adjust.
2597         * completer.c (filename_completer_handle_brkchars): New function.
2598         (complete_line_internal_normal_command): New function, factored
2599         out from ...
2600         (complete_line_internal): ... here.
2601         (command_completer_handle_brkchars)
2602         (default_completer_handle_brkchars)
2603         (completer_handle_brkchars_func_for_completer): New functions.
2604         * completer.h (set_gdb_completion_word_break_characters): Delete
2605         declaration.
2606         (completer_handle_brkchars_func_for_completer): New declaration.
2607         * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
2608         completer_handle_brkchars_func_for_completer.
2609
2610 2017-07-17  Pedro Alves  <palves@redhat.com>
2611
2612         * completer.c (symbol_completer): New function, based on
2613         make_symbol_completion_list_fn.
2614         * completer.h (symbol_completer): New declaration.
2615         * guile/scm-cmd.c (cmdscm_completers): Adjust.
2616         * python/py-cmd.c (completers): Adjust.
2617         * symtab.c (make_symbol_completion_list_fn): Delete.
2618         * symtab.h (make_symbol_completion_list_fn): Delete.
2619         * cli/cli-decode.c (add_cmd): Adjust.
2620
2621 2017-07-17  Pedro Alves  <palves@redhat.com>
2622
2623         * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
2624         * dwarf2read.c: Include "filename-seen-cache.h".
2625         * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
2626         (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
2627         * filename-seen-cache.c: New file.
2628         * filename-seen-cache.h: New file.
2629         * symtab.c: Include "filename-seen-cache.h".
2630         (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
2631         (create_filename_seen_cache, clear_filename_seen_cache)
2632         (delete_filename_seen_cache, filename_seen): Delete, parts moved
2633         to filename-seen-cache.h/filename-seen-cache.c.
2634         (output_source_filename, sources_info)
2635         (maybe_add_partial_symtab_filename)
2636         (make_source_files_completion_list): Adjust to use
2637         filename_seen_cache.
2638
2639 2017-07-17  Pedro Alves  <palves@redhat.com>
2640
2641         * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
2642         fields.
2643         (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
2644         dwarf2_debug_sections*)): New.
2645         (dwarf2_per_objfile::dwarf2_per_objfile(const
2646         dwarf2_per_objfile&)): Declare as deleted.
2647         (dwarf2_per_objfile::operator=): Declare as deleted.
2648         (dwarf2_per_objfile::dwarf2_per_objfile)
2649         (dwarf2_per_objfile::~dwarf2_per_objfile)
2650         (dwarf2_per_objfile::free_cached_comp_units): New.
2651         (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
2652         ctor.  Call dwarf2_per_objfile's ctor manually.
2653         (dwarf2_locate_sections): Deleted/refactored as ...
2654         (dwarf2_per_objfile::locate_sections): ... this new method.
2655         (free_cached_comp_units): Defer to
2656         dwarf2_per_objfile::free_cached_comp_units.
2657         (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
2658
2659 2017-07-14  Tom Tromey  <tom@tromey.com>
2660
2661         PR rust/21764:
2662         * rust-exp.y (convert_ast_to_expression): Add "want_type"
2663         parameter.
2664         <UNOP_SIZEOF>: Split into separate case.
2665         <UNOP_VAR_VALUE>: Handle want_type.  Add error case.
2666
2667 2017-07-14  Tom Tromey  <tom@tromey.com>
2668
2669         PR rust/21763:
2670         * symtab.c (symbol_matches_domain): Add language_rust to special
2671         case.
2672         * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
2673         treat LOC_TYPEDEF symbols as variables.
2674
2675 2017-07-14  Pedro Alves  <palves@redhat.com>
2676
2677         * symtab.c (make_file_symbol_completion_list_1): Iterate over
2678         symtabs matching all symtabs with SRCFILE as file name instead of
2679         only considering the first hit, with lookup_symtab.
2680
2681 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
2682
2683         * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
2684         operator_name parameters.
2685         (gen_expr): Update function call.
2686
2687 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
2688
2689         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
2690         parameter.
2691         * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
2692         Likewise.
2693         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
2694         parameter, use agent_expr::gdbarch instead, update function
2695         calls.
2696         (locexpr_tracepoint_var_ref): Likewise.
2697         (loclist_tracepoint_var_ref): Likewise.
2698         * ax-gdb.c (gen_trace_static_fields): Likewise.
2699         (gen_traced_pop): Likewise.
2700         (gen_frame_args_address): Likewise.
2701         (gen_frame_locals_address): Likewise.
2702         (gen_var_ref): Likewise.
2703         (gen_struct_ref_recursive): Likewise.
2704         (gen_static_field): Likewise.
2705         (gen_maybe_namespace_elt): Likewise.
2706         (gen_expr): Likewise.
2707         (gen_trace_for_var): Likewise.
2708         (gen_trace_for_expr): Likewise.
2709         (gen_trace_for_return_address): Likewise.
2710
2711 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
2712
2713         * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
2714         parameter.
2715         (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
2716
2717 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
2718
2719         * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
2720         from ax, update calls.
2721         (gen_usual_arithmetic): Likewise.
2722         (gen_integral_promotions): Likewise.
2723         (gen_bitfield_ref): Likewise.
2724         (gen_primitive_field): Likewise.
2725         (gen_struct_ref_recursive): Likewise.
2726         (gen_struct_ref): Likewise.
2727         (gen_maybe_namespace_elt): Likewise.
2728         (gen_struct_elt_for_reference): Likewise.
2729         (gen_namespace_elt): Likewise.
2730         (gen_aggregate_elt_ref): Likewise.
2731         (gen_expr): Get gdbarch from ax, update calls.
2732         (gen_expr_binop_rest): Likewise.
2733
2734 2017-07-13  Pedro Alves  <palves@redhat.com>
2735
2736         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
2737         as default tdesc.
2738         * amd64-dicos-tdep.c (amd64_dicos_init_abi):
2739         * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
2740         * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
2741         tdesc_amd64_linux as default tdesc.  Get final tdesc from the
2742         tdep.
2743         (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
2744         Get final tdesc from the tdep.
2745         * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
2746         default tdesc.
2747         * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
2748         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
2749         * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
2750         Use it as default tdesc.
2751         (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
2752         down to amd_init_abi.  No longer handle fallback tdesc here.
2753         * amd64-tdep.h (tdesc_x32): Declare.
2754         (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
2755         parameter.
2756         * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
2757         as default tdesc.
2758
2759 2017-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2760
2761         * s390-linux-tdep.c (s390_process_record): Add support for
2762         instructions new in arch12.
2763
2764 2017-07-11  John Baldwin  <jhb@FreeBSD.org>
2765
2766         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2767         PT_GETFSBASE and PT_GETGSBASE.
2768         (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
2769         PT_SETGSBASE.
2770
2771 2017-07-11  John Baldwin  <jhb@FreeBSD.org>
2772
2773         * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
2774         (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
2775         (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
2776         those rules.
2777         * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
2778         * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
2779         * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
2780         * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
2781         * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
2782         * features/i386/amd64.xml: Add 64bit-segments.xml.
2783         * features/i386/amd64-avx-avx512.c: Regenerated.
2784         * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
2785         * features/i386/amd64-avx-mpx.c: Regenerated.
2786         * features/i386/amd64-avx.c: Regenerated.
2787         * features/i386/amd64-mpx.c: Regenerated.
2788         * features/i386/amd64.c: Regenerated.
2789         * regformats/i386/amd64-avx-avx512.dat: Regenerated.
2790         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
2791         * regformats/i386/amd64-avx-mpx.dat: Regenerated.
2792         * regformats/i386/amd64-avx.dat: Regenerated.
2793         * regformats/i386/amd64-mpx.dat: Regenerated.
2794         * regformats/i386/amd64.dat: Regenerated.
2795
2796 2017-07-10  Yao Qi  <yao.qi@linaro.org>
2797
2798         * features/i386/amd64-avx-avx512-linux.c: Re-generated.
2799         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
2800
2801 2017-07-10  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2802
2803         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
2804         unsetenv.
2805         * gnulib/aclocal.m4: Regenerate.
2806         * gnulib/config.in: Regenerate.
2807         * gnulib/configure: Regenerate.
2808         * gnulib/import/Makefile.am: Regenerate.
2809         * gnulib/import/Makefile.in: Regenerate.
2810         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2811         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2812         * gnulib/import/m4/environ.m4: New file.
2813         * gnulib/import/m4/setenv.m4: New file.
2814         * gnulib/import/setenv.c: New file.
2815         * gnulib/import/unsetenv.c: New file.
2816
2817 2017-07-09  Simon Marchi  <simon.marchi@ericsson.com>
2818
2819         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
2820         address when op is DW_OP_addr.
2821
2822 2017-07-09  Tom Tromey  <tom@tromey.com>
2823
2824         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
2825         check and apply to outer type.
2826
2827 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2828
2829         * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
2830         (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
2831         (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
2832         (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
2833
2834 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2835
2836         * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
2837
2838 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2839
2840         * corelow.c (get_core_siginfo): Remove.
2841         (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
2842         instead of get_core_siginfo.
2843         * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
2844         * gdbarch.h: Re-generate.
2845         * gdbarch.c: Re-generate.
2846         * linux-tdep.c (linux_core_xfer_siginfo): New.
2847         (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
2848
2849 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2850
2851         * corelow.c (thread_section_name): Move to ...
2852         * gdbcore.h (thread_section_name): ... here.
2853
2854 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2855
2856         * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
2857         (struct siginfo32): New.
2858         [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
2859         (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
2860         via ptrace(PT_LWPINFO).
2861
2862 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
2863
2864         * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
2865         (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
2866         (fbsd_get_siginfo_type): New.
2867         (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
2868         (_initialize_fbsd_tdep): New.
2869
2870 2017-07-06  David Blaikie  <dblaikie@gmail.com>
2871
2872         * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
2873         a singular dwo_unit*) to support multiple CUs in the same way that
2874         multiple TUs are supported.
2875         (create_cus_hash_table): Replace create_dwo_cu with a function for
2876         parsing multiple CUs from a DWO file.
2877         (open_and_init_dwo_file): Use create_cus_hash_table rather than
2878         create_dwo_cu.
2879         (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
2880         htab_find, rather than comparing the signature to a singleton CU in
2881         the dwo_file.
2882
2883 2017-07-06  Pedro Alves  <palves@redhat.com>
2884
2885         * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
2886
2887 2017-07-04  Pedro Alves  <palves@redhat.com>
2888
2889         * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
2890         * gdbtypes.h (TYPE_STATIC): Delete.
2891         (struct fn_field) <is_public, is_abstract, is_static, is_final,
2892         is_synchronized, is_native>: Delete.
2893         <dummy>: Bump.
2894         (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
2895         (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
2896         (TYPE_FN_FIELD_ABSTRACT): Delete.
2897
2898 2017-07-03  Simon Marchi  <simon.marchi@ericsson.com>
2899
2900         * buffer.h (buffer_finish): Fix spelling mistakes.
2901
2902 2017-07-01  Eli Zaretskii  <eliz@gnu.org>
2903
2904         * .dir-locals.el: Automatically switch to C-style comments in
2905         versions of Emacs that support the feature.
2906
2907 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2908             Pedro Alves  <palves@redhat.com>
2909
2910         PR cli/21688
2911         * cli/cli-script.c (command_name_equals_not_inline): Remove function.
2912         (process_next_line): New variable 'inline_cmd'.
2913         Adjust 'if' clauses for "python", "compile" and "guile" to use
2914         'command_name_equals' and check for '!inline_cmd'.
2915
2916 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2917
2918         PR cli/21688
2919         * cli/cli-script.c (command_name_equals_not_inline): New function.
2920         (process_next_line): Adjust 'if' clauses for "python", "compile"
2921         and "guile" to use command_name_equals_not_inline.
2922
2923 2017-06-29  Pedro Alves  <palves@redhat.com>
2924
2925         * completer.c (expression_completer): Call
2926         linespec_location_completer instead of location_completer.
2927
2928 2017-06-29  Pedro Alves  <palves@redhat.com>
2929
2930         * completer.c (expression_completer): Remove code that recomputes
2931         'text' from 'word'.
2932
2933 2017-06-29  Yao Qi  <yao.qi@linaro.org>
2934
2935         * regformats/regdat.sh: Generate code with
2936         "ifndef IN_PROCESS_AGENT".
2937
2938 2017-06-28  Pedro Alves  <palves@redhat.com>
2939
2940         * command.h: Include "common/scoped_restore.h".
2941
2942 2017-06-28  Yao Qi  <yao.qi@linaro.org>
2943
2944         * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
2945         instead of obstack_grow.
2946
2947 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
2948
2949         PR gdb/21337
2950         * symfile.c (reread_symbols): Call objfiles_changed just before
2951         read_symbols.
2952
2953 2017-06-27  Pedro Alves  <palves@redhat.com>
2954
2955         * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
2956         (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
2957         (completion_list_add_symbol, completion_list_add_msymbol):
2958         ... these new functions.
2959         (add_symtab_completions)
2960         (default_make_symbol_completion_list_break_on_1): Adjust.
2961
2962 2017-06-27  Pedro Alves  <palves@redhat.com>
2963
2964         * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
2965         bfd_zalloc.  Call objfile_per_bfd_storage's ctor.
2966         (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
2967         dtor.
2968         * objfiles.h (objfile_per_bfd_storage): Add ctor.  Make
2969         'storage_obstack' field an auto_obstack.  In-class initialize all
2970         non-bitfield fields.  Make minsyms_read bool.
2971         * symfile.c (read_symbols): Adjust.
2972
2973 2017-06-27  Alan Hayward  <alan.hayward@arm.com>
2974
2975         * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
2976         (gdbsim_store_register): Likewise.
2977
2978 2017-06-27  Pedro Alves  <palves@redhat.com>
2979
2980         * c-exp.y (name_obstack): Now an auto_obstack.
2981         (yylex): Use auto_obstack::clear.
2982         (c_parse): Use auto_obstack::clear instead of reinitializing and
2983         freeing the obstack.
2984         * c-lang.c (evaluate_subexp_c): Use auto_obstack.
2985         * d-exp.y (name_obstack): Now an auto_obstack.
2986         (yylex): Use auto_obstack::clear.
2987         (d_parse): Use auto_obstack::clear instead of reinitializing and
2988         freeing the obstack.
2989         * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
2990         auto_obstack.
2991         * dwarf2read.c (create_addrmap_from_index)
2992         (dwarf2_build_psymtabs_hard)
2993         (update_enumeration_type_from_children): Likewise.
2994         * gdb_obstack.h (auto_obstack): New type.
2995         * go-exp.y (name_obstack): Now an auto_obstack.
2996         (build_packaged_name): Use auto_obstack::clear.
2997         (go_parse): Use auto_obstack::clear instead of reinitializing and
2998         freeing the obstack.
2999         * linux-tdep.c (linux_make_mappings_corefile_notes): Use
3000         auto_obstack.
3001         * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
3002         * rust-exp.y (work_obstack): Now an auto_obstack.
3003         (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
3004         reinitializing and freeing the obstack.
3005         * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
3006         (host_char_to_target): Use auto_obstack.
3007         * utils.h (make_cleanup_obstack_free): Delete declaration.
3008         * valprint.c (generic_emit_char, generic_printstr): Use
3009         auto_obstack.
3010
3011 2017-06-27  Simon Marchi  <simon.marchi@ericsson.com>
3012
3013         * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
3014         thread.
3015         (darwin_init_thread_list): Don't update dummy thread.
3016         (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
3017
3018 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
3019
3020         * record-full.c (netorder16): Remove.
3021
3022 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
3023
3024         * common/diagnostics.h: Define macros for GCC.
3025         (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
3026         * common/vec.h: Include diagnostics.h.
3027         (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
3028         (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
3029         warning.
3030
3031 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
3032
3033         * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
3034         New macro.
3035         * ada-lex.l: Ignore deprecated register warnings.
3036
3037 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
3038
3039         * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
3040         datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
3041
3042 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
3043
3044         * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
3045         its own line.
3046
3047 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
3048
3049         * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
3050
3051 2017-06-23  Alan Hayward  <alan.hayward@arm.com>
3052
3053         * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
3054         (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
3055         (xtensa_register_read_masked): Likewise.
3056
3057 2017-06-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3058
3059         * common/environ.c (gdb_environ::unset): Update comment.
3060
3061 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
3062
3063         * python/py-unwind.c (pyuw_sniffer): Allocate space for
3064         registers.
3065
3066 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
3067
3068         * record-full.c (record_full_exec_insn): Use byte_vector.
3069
3070 2017-06-22  Yao Qi  <yao.qi@linaro.org>
3071
3072         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
3073         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
3074
3075 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
3076
3077         * remote.c (cached_reg): Move from here...
3078         * regcache.h (cached_reg): ...to here.
3079         * python/py-unwind.c (struct reg_info): Remove.
3080         (cached_frame_info): Use cached_reg_t.
3081         (pyuw_prev_register): Likewise.
3082         (pyuw_sniffer): Use cached_reg_t and allocate registers.
3083         (pyuw_dealloc_cache): Free all registers.
3084
3085 2017-06-22  Pedro Alves  <palves@redhat.com>
3086             Simon Marchi  <simon.marchi@ericsson.com>
3087
3088         * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
3089         warning.
3090         * common/diagnostics.h: New file.
3091
3092 2017-06-22  Pedro Alves  <palves@redhat.com>
3093
3094         * common/agent.h: Add include guards.
3095
3096 2017-06-21  Simon Marchi  <simon.marchi@ericsson.com>
3097
3098         * target.h (struct target_ops) <to_xfer_partial>: Update doc to
3099         talk about addressable units instead of bytes.
3100
3101 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3102
3103         * common/environ.c (gdb_environ::unset): Use '::iterator' instead
3104         of '::const_iterator'.
3105
3106 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3107
3108         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3109         'unittests/environ-selftests.c'.
3110         (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
3111         * charset.c (find_charset_names): Declare object 'iconv_env'.
3112         Update code to use 'iconv_env' object.  Remove call to
3113         'free_environ'.
3114         * common/environ.c: Include <utility>.
3115         (make_environ): Delete function.
3116         (free_environ): Delete function.
3117         (gdb_environ::clear): New function.
3118         (gdb_environ::operator=): New function.
3119         (gdb_environ::get): Likewise.
3120         (environ_vector): Delete function.
3121         (set_in_environ): Delete function.
3122         (gdb_environ::set): New function.
3123         (unset_in_environ): Delete function.
3124         (gdb_environ::unset): New function.
3125         (gdb_environ::envp): Likewise.
3126         * common/environ.h: Include <vector>.
3127         (struct gdb_environ): Delete; transform into...
3128         (class gdb_environ): ... this class.
3129         (free_environ): Delete prototype.
3130         (init_environ, get_in_environ, set_in_environ, unset_in_environ,
3131         environ_vector): Likewise.
3132         * infcmd.c (run_command_1): Update code to call
3133         'envp' from 'gdb_environ' class.
3134         (environment_info): Update code to call methods from 'gdb_environ'
3135         class.
3136         (unset_environment_command): Likewise.
3137         (path_info): Likewise.
3138         (path_command): Likewise.
3139         * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
3140         (inferior::inferior): Initialize 'environment' using the host's
3141         information.
3142         * inferior.h: Remove forward declaration of 'struct gdb_environ'.
3143         Include "environ.h".
3144         (class inferior) <environment>: Change type from 'struct
3145         gdb_environ' to 'gdb_environ'.
3146         * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
3147         methods from 'gdb_environ' class.
3148         * solib.c (solib_find_1): Likewise
3149         * unittests/environ-selftests.c: New file.
3150
3151 2017-06-20  Yao Qi  <yao.qi@linaro.org>
3152
3153         * features/i386/i386-linux.xml: Exchange the order of including
3154         32bit-linux.xml and 32bit-sse.xml.
3155         * features/i386/i386-linux.c: Regenerated.
3156
3157 2017-06-20  Yao Qi  <yao.qi@linaro.org>
3158
3159         * target-descriptions.c (tdesc_reg): Add ctor, dtor.
3160         Delete copy ctor and assignment operator.
3161         (tdesc_type): Likewise.
3162         (tdesc_feature): Likewise.
3163         (tdesc_free_reg): Remove.
3164         (tdesc_create_reg): Use new.
3165         (tdesc_free_type): Remove.
3166         (tdesc_create_vector): Use new.
3167         (tdesc_create_union): Likewise.
3168         (tdesc_create_flags): Likewise.
3169         (tdesc_create_enum): Likewise.
3170         (tdesc_free_feature): Delete.
3171         (free_target_description): Use delete.
3172
3173 2017-06-19  John Baldwin  <jhb@FreeBSD.org>
3174
3175         * mips-tdep.c (print_gp_register_row): Don't error for unavailable
3176         registers.
3177
3178 2017-06-19  Pedro Alves  <palves@redhat.com>
3179
3180         * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
3181         after gdb::unlinker.
3182
3183 2017-06-19  Sergio Durigan Junior  <sergiodj@redhat.com>
3184
3185         * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
3186         gdb_environ to access an environment variable.
3187
3188 2017-06-18  Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
3189
3190         * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
3191         gdb_byte*.
3192
3193 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
3194
3195         * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
3196
3197 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
3198
3199         * configure: Re-generate.
3200         * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
3201
3202 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
3203
3204         * configure: Re-generate.
3205         * warning.m4: Pass -Werror to compiler when checking for
3206         supported warning flags.
3207
3208 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
3209
3210         * Makefile.in (COMPILE.pre): Add "-x c++".
3211
3212 2017-06-16  Alan Hayward  <alan.hayward@arm.com>
3213             Pedro Alves  <palves@redhat.com>
3214             Yao Qi  <yao.qi@linaro.org>
3215
3216         * defs.h (RequireLongest): New.
3217         (extract_integer): Declare function template.
3218         (extract_signed_integer): Remove the declaration, but define it
3219         static inline.
3220         (extract_unsigned_integer): Likewise.
3221         (store_integer): Declare function template.
3222         (store_signed_integer): Remove the declaration, but define it
3223         static inline.
3224         (store_unsigned_integer): Likewise.
3225         * findvar.c (extract_integer): New function template.
3226         (extract_signed_integer): Remove.
3227         (extract_unsigned_integer): Remove.
3228         (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
3229         instantiations.
3230         (store_integer): New function template.
3231         (store_signed_integer): Remove.
3232         (store_unsigned_integer): Remove.
3233         (store_integer): Explicit instantiations.
3234         * regcache.c (regcache_raw_read_signed): Update.
3235         (regcache::raw_read): New function.
3236         (regcache::raw_read_signed): Remove.
3237         (regcache::raw_read_unsigned): Remove.
3238         (regcache_raw_read_unsigned): Update.
3239         (regcache_raw_write_unsigned): Update.
3240         (regcache::raw_write_signed): Remove.
3241         (regcache::raw_write): New function.
3242         (regcache_cooked_read_signed): Update.
3243         (regcache::raw_write_unsigned): Remove.
3244         (regcache::cooked_read_signed): Remove.
3245         (regcache_cooked_read_unsigned): Update.
3246         (regcache::cooked_read_unsigned): Remove.
3247         (regcache_cooked_write_signed): Update.
3248         (regcache_cooked_write_unsigned): Update.
3249         * regcache.h (regcache) <raw_read_signed>: Remove.
3250         <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
3251         <raw_read, raw_write>: New.
3252         <cooked_read_signed, cooked_write_signed>: Remove.
3253         <cooked_write_unsigned, cooked_read_unsigned>: Remove.
3254         <cooked_read, cooked_write>: New.
3255         * sh64-tdep.c (sh64_pseudo_register_read): Update.
3256         (sh64_pseudo_register_write): Update.
3257
3258 2017-06-16  Anton Kolesov  <anton.kolesov@synopsys.com>
3259
3260         * arc-tdep.c (arc_disassembler_options): New variable.
3261         (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
3262         of default_print_insn.
3263         (arc_delayed_print_insn): Set info->section when needed,
3264         use default_print_insn to retrieve a disassembler.
3265
3266 2017-06-14  Sergio Durigan Junior  <sergiodj@redhat.com>
3267
3268         PR gdb/21574
3269         * infcmd.c (_initialize_infcmd): Expand "help run" documentation
3270         to mention $SHELL and startup-with-shell.
3271
3272 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
3273
3274         * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
3275
3276 2017-06-14  Yao Qi  <yao.qi@linaro.org>
3277
3278         * aarch64-tdep.c (aarch64_gdb_print_insn): Call
3279         default_print_insn instead of print_insn_aarch64.
3280         * arm-tdep.c (gdb_print_insn_arm): Call
3281         default_print_insn instead of print_insn_big_arm
3282         and print_insn_little_arm.
3283         * i386-tdep.c (i386_print_insn): Call default_print_insn
3284         instead of print_insn_i386.
3285         * ia64-tdep.c (ia64_print_insn): Call
3286         default_print_insn instead of print_insn_ia64.
3287         * mips-tdep.c (gdb_print_insn_mips): Call
3288         default_print_insn instead of print_insn_big_mips
3289         and print_insn_little_mips.
3290         * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
3291         instead of print_insn_spu.
3292
3293 2017-06-14  Pedro Alves  <palves@redhat.com>
3294
3295         * ada-lang.c: Include "common/byte-vector.h".
3296         (ada_value_primitive_packed_val): Use gdb::byte_vector.
3297         * charset.c (wchar_iterator::iterate): Resize the vector instead
3298         of reserving it.
3299         * common/byte-vector.h: Include "common/def-vector.h".
3300         (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
3301         * cli/cli-dump.c: Include "common/byte-vector.h".
3302         (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
3303         * common/byte-vector.h: New file.
3304         * common/def-vector.h: New file.
3305         * common/default-init-alloc.h: New file.
3306         * dwarf2loc.c: Include "common/byte-vector.h".
3307         (rw_pieced_value): Use gdb::byte_vector, and resize the vector
3308         instead of reserving it.
3309         * dwarf2read.c: Include "common/byte-vector.h".
3310         (data_buf::m_vec): Now a gdb::byte_vector.
3311         * gdb_regex.c: Include "common/def-vector.h".
3312         (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
3313         * mi/mi-main.c: Include "common/byte-vector.h".
3314         (mi_cmd_data_read_memory): Use gdb::byte_vector.
3315         * printcmd.c: Include "common/byte-vector.h".
3316         (print_scalar_formatted): Use gdb::byte_vector.
3317         * valprint.c: Include "common/byte-vector.h".
3318         (maybe_negate_by_bytes, print_decimal_chars): Use
3319         gdb::byte_vector.
3320
3321 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
3322
3323         * darwin-nat.c: Include "nat/fork-inferior.h".
3324
3325 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
3326
3327         * configure.nat: Factor out Darwin bits that are not
3328         architecture-specific.  Add fork-inferior.o.
3329
3330 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
3331
3332         * configure.nat: Factor out AIX bits that are not
3333         architecture-specific.  Add fork-inferior.o.
3334
3335 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3336
3337         * dwarf2loc.c (rw_pieced_value): New.  Merge logic from...
3338         (read_pieced_value, write_pieced_value): ...here.  Reduce to
3339         wrappers that just call rw_pieced_value.
3340
3341 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3342
3343         * dwarf2loc.c (write_pieced_value): When writing the data for a
3344         memory piece, use write_memory_with_notification instead of
3345         write_memory.
3346
3347 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3348
3349         * valops.c (read_value_memory): Change embedded_offset to
3350         represent a bit offset instead of a byte offset.
3351         * value.h (read_value_memory): Adjust comment.
3352
3353 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3354
3355         * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
3356         dest_offset_bits and source_offset_bits.
3357         (write_pieced_value): Likewise.
3358
3359 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3360
3361         * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
3362         given by DW_OP_bit_piece.
3363         (write_pieced_value): Likewise.
3364
3365 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3366
3367         * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
3368         some other preparations to the places where sufficient information
3369         is available.
3370         (write_pieced_value): Likewise.
3371
3372 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3373
3374         * dwarf2loc.c (bits_to_bytes): New function.
3375         (read_pieced_value): Fix offset calculations for register pieces
3376         on big-endian targets.
3377         (write_pieced_value): Likewise.
3378
3379 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3380
3381         * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
3382         (write_pieced_value): Likewise.
3383
3384 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3385
3386         * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
3387         transfer the source value's least significant bits, instead of its
3388         lowest-addressed ones.  Rename type_len to max_offset.
3389         (read_pieced_value): Mirror above changes to write_pieced_value as
3390         applicable.
3391
3392 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3393
3394         * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
3395         truncate full bytes from dest_offset_bits before using it as an
3396         offset into the buffer.
3397
3398 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3399
3400         * dwarf2loc.c (write_pieced_value): Include transfer size in
3401         byte-wise check.
3402
3403 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3404
3405         * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
3406         calculation of this_size.
3407
3408 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3409
3410         * dwarf2loc.c (read_pieced_value): Respect parent value's offset
3411         when targeting a bit-field.
3412         (write_pieced_value): Likewise.
3413
3414 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3415
3416         * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
3417         (allocate_piece_closure): Drop addr_size parameter.
3418         (dwarf2_evaluate_loc_desc_full): Adjust call to
3419         allocate_piece_closure.
3420
3421 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3422
3423         PR gdb/21226
3424         * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
3425         the LSB end, independent of endianness.
3426
3427 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3428
3429         * dwarf2loc.c (write_pieced_value): Fix order of calculations for
3430         size capping.
3431
3432 2017-06-13  Yao Qi  <yao.qi@linaro.org>
3433
3434         * mips-linux-nat.c: Move include features/mips*-linux.c to
3435         mips-linux-tdep.c.
3436         (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
3437         to mips-linux-tdep.c.
3438         * mips-linux-tdep.c: Include features/mips*-linux.c
3439         (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
3440         functions.
3441         * mips-linux-tdep.h (tdesc_mips_linux): Declare.
3442         (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
3443         (tdesc_mips64_dsp_linux): Declare.
3444
3445 2017-06-12  Tom Tromey  <tom@tromey.com>
3446
3447         * valprint.h (val_print_type_code_int): Remove.
3448         * valprint.c (generic_val_print_int): Always call
3449         val_print_scalar_formatted.
3450         (val_print_type_code_int): Remove.
3451         * printcmd.c (print_scalar_formatted): Handle options->format==0.
3452         * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
3453         * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
3454         * ada-valprint.c (ada_val_print_num): Use
3455         val_print_scalar_formatted.
3456
3457 2017-06-12  Tom Tromey  <tom@tromey.com>
3458
3459         * printcmd.c (print_scalar_formatted): Unify the two switches.
3460         Don't convert scalars to LONGEST.
3461
3462 2017-06-12  Tom Tromey  <tom@tromey.com>
3463
3464         PR exp/16225:
3465         * valprint.h (print_decimal_chars): Update.
3466         * valprint.c (maybe_negate_by_bytes): New function.
3467         (print_decimal_chars): Add "is_signed" argument.
3468         * printcmd.c (print_scalar_formatted): Update.
3469
3470 2017-06-12  Tom Tromey  <tom@tromey.com>
3471
3472         PR exp/16225:
3473         * valprint.h (print_binary_chars, print_hex_chars): Update.
3474         * valprint.c (val_print_type_code_int): Update.
3475         (print_binary_chars): Add "zero_pad" argument.
3476         (emit_octal_digit): New function.
3477         (print_octal_chars): Don't zero-pad.
3478         (print_decimal_chars): Likewise.
3479         (print_hex_chars): Add "zero_pad" argument.
3480         * sh64-tdep.c (sh64_do_fp_register): Update.
3481         * regcache.c (regcache::dump): Update.
3482         * printcmd.c (print_scalar_formatted): Update.
3483         * infcmd.c (default_print_one_register_info): Update.
3484
3485 2017-06-12  Pedro Alves  <palves@redhat.com>
3486             Alan Hayward  <alan.hayward@arm.com>
3487
3488         * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
3489         (mips_eabi_push_dummy_call): Rename local 'regsize' to
3490         'abi_regsize'.  Rename local array 'valbuf' to 'ref_valbuf', and
3491         use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
3492         Assert that abi_regsize bytes fit in 'ref_valbuf'.
3493
3494 2017-06-12  Pedro Alves  <palves@redhat.com>
3495
3496         * dwarf2read.c (mapped_symtab::data): Now a vector of
3497         symtab_index_entry instead of vector of
3498         std::unique_ptr<symtab_index_entry>.  All users adjusted to check
3499         whether an element's name is NULL instead of checking whether the
3500         element itself is NULL.
3501         (find_slot): Change return type.  Adjust.
3502         (hash_expand, , add_index_entry, uniquify_cu_indices)
3503         (write_hash_table): Adjust.
3504
3505 2017-06-12  Pedro Alves  <palves@redhat.com>
3506
3507         * dwarf2read.c (recursively_count_psymbols): New function.
3508         (write_psymtabs_to_index): Call it to compute number of psyms and
3509         pass estimate size of psyms_seen to unordered_set's ctor.
3510
3511 2017-06-12  Pedro Alves  <palves@redhat.com>
3512
3513         * dwarf2read.c (write_hash_table): Check if key already exists
3514         before emplacing.
3515
3516 2017-06-12  Pedro Alves  <palves@redhat.com>
3517
3518         * dwarf2read.c (data_buf::append_space): Rename to...
3519         (data_buf::grow): ... this, and make private.  Adjust all callers.
3520         (data_buf::append_uint): New method.
3521         (add_address_entry, write_one_signatured_type)
3522         (write_psymtabs_to_index): Use it.
3523
3524 2017-06-12  Pedro Alves  <palves@redhat.com>
3525
3526         * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
3527         (file_write (FILE *, const std::vector<Elem>&)): Delete.
3528         (data_buf::file_write): Call ::fwrite directly.
3529
3530 2017-06-12  Pedro Alves  <palves@redhat.com>
3531
3532         * dwarf2read.c (uniquify_cu_indices): Use std::unique and
3533         std::vector::erase.
3534
3535 2017-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3536
3537         Code cleanup: C++ify .gdb_index producer.
3538         * dwarf2read.c: Include <unordered_set> and <unordered_map>.
3539         (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
3540         (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
3541         (create_strtab, add_string): Remove.
3542         (file_write, data_buf): New.
3543         (struct symtab_index_entry): Use std::vector for cu_indices.
3544         (struct mapped_symtab): Use std::vector for data.
3545         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
3546         (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
3547         Remove.
3548         (find_slot): Change return type.  Update it to the new data structures.
3549         (hash_expand, add_index_entry): Update it to the new data structures.
3550         (offset_type_compare): Remove.
3551         (uniquify_cu_indices): Update it to the new data structures.
3552         (c_str_view, c_str_view_hasher, vector_hasher): New.
3553         (add_indices_to_cpool): Remove.
3554         (write_hash_table): Update it to the new data structures.
3555         (struct psymtab_cu_index_map, hash_psymtab_cu_index)
3556         (eq_psymtab_cu_index): Remove.
3557         (psym_index_map): New typedef.
3558         (struct addrmap_index_data): Change addr_obstack pointer to data_buf
3559         reference and std::unordered_map for cu_index_htab.
3560         (add_address_entry, add_address_entry_worker, write_address_map)
3561         (write_psymbols): Update it to the new data structures.
3562         (write_obstack): Remove.
3563         (struct signatured_type_index_data): Change types_list to a data_buf
3564         reference and psyms_seen to a std::unordered_set reference.
3565         (write_one_signatured_type, recursively_write_psymbols)
3566         (write_psymtabs_to_index): Update it to the new data structures.
3567
3568 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
3569
3570         * NEWS (Changes since GDB 8.0): Announce {set,show} debug
3571         separate-debug-file commands.
3572         * symfile.h (separate_debug_file_debug): New global.
3573         * symfile.c (separate_debug_file_debug): New global.
3574         (separate_debug_file_exists, find_separate_debug_file): Add
3575         debug output.
3576         (_initialize_symfile): Add "set debug separate-debug-file"
3577         command.
3578         * build-id.c (build_id_to_debug_bfd,
3579         find_separate_debug_file_by_buildid): Add debug output.
3580
3581 2017-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
3582
3583         * gdbarch.sh (displaced_step_free_closure): Remove.
3584         * gdbarch.h, gdbarch.c: Re-generate.
3585         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
3586         displaced_step_free_closure.
3587         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
3588         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
3589         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3590         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
3591         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3592         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3593         * arch-utils.h (simple_displaced_step_free_closure): Remove.
3594         * arch-utils.c (simple_displaced_step_free_closure): Remove.
3595         * infrun.c (displaced_step_clear): Call xfree instead of
3596         gdbarch_displaced_step_free_closure.
3597
3598 2017-06-08  Sergio Durigan Junior  <sergiodj@redhat.com>
3599
3600         * common/common-utils.c (stringify_argv): Check for "arg[0] !=
3601         NULL".
3602
3603 2017-06-08 Alan Hayward  <alan.hayward@arm.com>
3604
3605         * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
3606         (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
3607         (mn10300_push_dummy_call): Likewise.
3608
3609 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
3610
3611         * mi/mi-main.c (register_changed_p): Use value_contents_eq.
3612
3613 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
3614
3615         * mi/mi-main.c (register_changed_p): Use cooked_read_value.
3616
3617 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3618
3619         * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
3620         able to start inferiors using a shell.
3621         (New remote packets): Announce new packet "QStartupWithShell".
3622         * remote.c: Add PACKET_QStartupWithShell.
3623         (extended_remote_create_inferior): Handle new
3624         PACKET_QStartupWithShell.
3625         (remote_protocol_features) <QStartupWithShell>: New entry for
3626         PACKET_QStartupWithShell.
3627         (_initialize_remote): Call "add_packet_config_cmd" for
3628         QStartupShell.
3629
3630 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3631             Pedro Alves  <palves@redhat.com>
3632
3633         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
3634         and "nat/fork-inferior.h".
3635         * common/common-inferior.h: New file, with contents from
3636         "gdb/inferior.h".
3637         * commom/common-utils.c: Include "common-utils.h".
3638         (stringify_argv): New function.
3639         * common/common-utils.h (stringify_argv): New prototype.
3640         * configure.nat: Add "fork-inferior.o" as a dependency for
3641         "*linux*", "fbsd*" and "nbsd*" hosts.
3642         * corefile.c (get_exec_file): Update comment.
3643         * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
3644         instead of "startup_inferior".
3645         (darwin_create_inferior): Call "add_thread_silent" after
3646         "fork_inferior".
3647         * fork-child.c: Cleanup unnecessary includes.
3648         (SHELL_FILE): Move to "common/common-fork-child.c".
3649         (environ): Likewise.
3650         (exec_wrapper): Initialize.
3651         (get_exec_wrapper): New function.
3652         (breakup_args): Move to "common/common-fork-child.c"; rename to
3653         "breakup_args_for_exec".
3654         (escape_bang_in_quoted_argument): Move to
3655         "common/common-fork-child.c".
3656         (saved_ui): New variable.
3657         (prefork_hook): New function.
3658         (postfork_hook): Likewise.
3659         (postfork_child_hook): Likewise.
3660         (gdb_startup_inferior): Likewise.
3661         (fork_inferior): Move to "common/common-fork-child.c".  Update
3662         function to support gdbserver.
3663         (startup_inferior): Likewise.
3664         * gdbcore.h (get_exec_file): Remove declaration.
3665         * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
3666         instead of "startup_inferior".  Call "add_thread_silent" after
3667         "fork_inferior".
3668         * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
3669         (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
3670         instead of "startup_inferior".  Call "add_thread_silent" after
3671         "fork_inferior".
3672         * inferior.h: Include "common-inferior.h".
3673         (trace_start_error): Move to "common/common-utils.h".
3674         (trace_start_error_with_name): Likewise.
3675         (fork_inferior): Move prototype to "nat/fork-inferior.h".
3676         (startup_inferior): Likewise.
3677         (gdb_startup_inferior): New prototype.
3678         * nat/fork-inferior.c: New file, with contents from "fork-child.c".
3679         * nat/fork-inferior.h: New file.
3680         * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
3681         instead of "startup_inferior".  Call "add_thread_silent" after
3682         "fork_inferior".
3683         * target.h (target_terminal_init): Move prototype to
3684         "target/target.h".
3685         (target_terminal_inferior): Likewise.
3686         (target_terminal_ours): Likewise.
3687         * target/target.h (target_terminal_init): New prototype, moved
3688         from "target.h".
3689         (target_terminal_inferior): Likewise.
3690         (target_terminal_ours): Likewise.
3691         * utils.c (gdb_flush_out_err): New function.
3692
3693 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3694
3695         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
3696         * common/common-gdbthread.h: New file, with parts from
3697         "gdb/gdbthread.h".
3698         * gdbthread.h: Include "common-gdbthread.h".
3699         (switch_to_thread): Moved to "common/common-gdbthread.h".
3700
3701 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3702
3703         * Makefile.in (SFILES): Add "common/job-control.c".
3704         (HFILES_NO_SRCDIR): Add "common/job-control.h".
3705         (COMMON_OBS): Add "job-control.o".
3706         * common/job-control.c: New file, with contents from
3707         "gdb/inflow.c".
3708         * common/job-control.h: New file, with contents from "terminal.h".
3709         * fork-child.c: Include "job-control.h".
3710         * inflow.c: Include "job-control.h".
3711         (gdb_setpgid): Move to "common/common-inflow.c".
3712         (_initialize_inflow): Move setting of "job_control" to
3713         "handle_job_control".
3714         * terminal.h (job_control): Moved to "common/common-terminal.h".
3715         (gdb_setpgid): Likewise.
3716         * top.c: Include "job_control.h".
3717         * utils.c: Likewise.
3718         (job_control): Moved to "job-control.c".
3719
3720 2017-06-07  Pedro Alves  <palves@redhat.com>
3721
3722         * Makefile.in (SFILES): Add gdb_regex.c.
3723         (COMMON_OBS): Add gdb_regex.o.
3724         * ada-lang.c (ada_add_standard_exceptions)
3725         (ada_add_exceptions_from_frame, name_matches_regex)
3726         (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
3727         parameter type to compiled_regex.  Adjust.
3728         (ada_exceptions_list): Use compiled_regex.
3729         * break-catch-throw.c (exception_catchpoint::pattern): Now a
3730         std::unique_ptr<compiled_regex>.
3731         (exception_catchpoint::~exception_catchpoint): Remove regfree
3732         call.
3733         (check_status_exception_catchpoint): Adjust to use compiled_regex.
3734         (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
3735         * breakpoint.c (solib_catchpoint::compiled): Now a
3736         std::unique_ptr<compiled_regex>.
3737         (solib_catchpoint::~solib_catchpoint): Remove regfree call.
3738         (check_status_catch_solib): Adjust to use compiled_regex.
3739         (add_solib_catchpoint): Adjust to use compiled_regex.
3740         * cli/cli-cmds.c (apropos_command): Use compiled_regex.
3741         * cli/cli-decode.c (apropos_cmd): Change regex parameter to
3742         compiled_regex reference.  Adjust to use it.
3743         * cli/cli-decode.h: Remove struct re_pattern_buffer forward
3744         declaration.  Include "gdb_regex.h".
3745         (apropos_cmd): Change regex parameter to compiled_regex reference.
3746         * gdb_regex.c: New file.
3747         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
3748         declarations.
3749         (class compiled_regex): New.
3750         * linux-tdep.c: Include "common/gdb_optional.h".
3751         (struct mapping_regexes): New, factored out from
3752         mapping_is_anonymous_p, and adjusted to use compiled_regex.
3753         (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
3754         gdb::optional and remove cleanups.  Adjust to compiled_regex.
3755         * probe.c: Include "common/gdb_optional.h".
3756         (collect_probes): Use compiled_regex and gdb::optional and remove
3757         cleanups.
3758         * skip.c: Include "common/gdb_optional.h".
3759         (skiplist_entry::compiled_function_regexp): Now a
3760         gdb::optional<compiled_regex>.
3761         (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
3762         (free_skiplist_entry): Remove regfree call.
3763         (compile_skip_regexp, skip_rfunction_p): Adjust to use
3764         compiled_regex and gdb::optional.
3765         * symtab.c: Include "common/gdb_optional.h".
3766         (search_symbols): Use compiled_regex and gdb::optional.
3767         * utils.c (do_regfree_cleanup, make_regfree_cleanup)
3768         (get_regcomp_error, compile_rx_or_error): Delete.  Some bits moved
3769         to gdb_regex.c.
3770
3771 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
3772
3773         * regcache.c (regcache::save): Avoid buffer use.
3774         (regcache::dump): Likewise.
3775
3776 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
3777
3778         * sh-tdep.c (sh_pseudo_register_read): Remove
3779         MAX_REGISTER_SIZE.
3780         (sh_pseudo_register_write): Likewise.
3781         * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
3782         (sh64_pseudo_register_write): Likewise
3783
3784 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
3785
3786         * aarch64-tdep.c (aarch64_store_return_value): Use
3787         V_REGISTER_SIZE.
3788         (aarch64_pseudo_read_value): Likewise.
3789         (aarch64_pseudo_write): Likewise.
3790
3791 2017-06-06  Yao Qi  <yao.qi@linaro.org>
3792
3793         * regformats/regdef.h (set_register_cache): Remove the
3794         declaration.
3795
3796 2017-06-06 Alan Hayward  <alan.hayward@arm.com>
3797
3798         * frame.c (frame_unwind_register_signed): Use
3799         frame_unwind_register_value.
3800
3801 2017-06-06  Pedro Alves  <palves@redhat.com>
3802
3803         PR breakpoints/21553
3804         * breakpoint.c (create_breakpoints_sal_default)
3805         (init_breakpoint_sal, create_breakpoint_sal): Use
3806         gdb::unique_xmalloc_ptr for string parameters.
3807         (create_breakpoint): Constify 'extra_string' and 'cond_string'
3808         parameters.  Replace cleanups with gdb::unique_xmalloc_ptr.
3809         (base_breakpoint_create_breakpoints_sal)
3810         (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
3811         (strace_marker_create_breakpoints_sal)
3812         (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
3813         string parameters.
3814         * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
3815         gdb::unique_xmalloc_ptr for string parameters.
3816         (create_breakpoint): Constify 'extra_string' and 'cond_string'
3817         parameters.
3818
3819 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
3820
3821         * alpha-tdep.c (alpha_register_to_value): Use
3822         get_frame_register_value.
3823         (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
3824
3825 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
3826
3827         * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
3828         (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
3829         (ia64_value_to_register): Likewise.
3830         (ia64_extract_return_value): Likewise.
3831         (ia64_store_return_value): Likewise.
3832         (ia64_push_dummy_call): Likewise.
3833
3834 2017-06-04  Joel Brobecker  <brobecker@adacore.com>
3835
3836         GDB 8.0 released.
3837
3838 2017-06-03  Simon Marchi  <simon.marchi@ericsson.com>
3839
3840         * x86-linux-nat.c (struct arch_lwp_info): Remove.
3841
3842 2017-06-03  Simon Marchi  <simon.marchi@polymtl.ca>
3843
3844         * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
3845         parameter.
3846         (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
3847
3848 2017-06-02  Simon Marchi  <simon.marchi@ericsson.com>
3849
3850         * event-loop.c (poll_timers): Unallocate timer using delete
3851         instead of xfree.
3852
3853 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
3854
3855         * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
3856         (struct breakpoint) <~breakpoint>: New.
3857         (struct watchpoint): Inherit from breakpoint.
3858         <~watchpoint>: New.
3859         <base>: Remove.
3860         (struct tracepoint): Inherit from breakpoint.
3861         <base>: Remove.
3862         * breakpoint.c (longjmp_breakpoint_ops): Remove.
3863         (struct longjmp_breakpoint): Inherit from breakpoint.
3864         <~longjmp_breakpoint>: New.
3865         <base>: Remove.
3866         (new_breakpoint_from_type): Remove casts.
3867         (watchpoint_in_thread_scope): Remove reference to base field.
3868         (watchpoint_del_at_next_stop): Likewise.
3869         (update_watchpoint): Likewise.
3870         (watchpoint_check): Likewise.
3871         (bpstat_check_watchpoint): Likewise.
3872         (set_longjmp_breakpoint): Likewise.
3873         (struct fork_catchpoint): Inherit from breakpoint.
3874         <base>: Remove.
3875         (struct solib_catchpoint): Inherit from breakpoint.
3876         <~solib_catchpoint>: New.
3877         <base>: Remove.
3878         (dtor_catch_solib): Change to ...
3879         (solib_catchpoint::~solib_catchpoint): ... this.
3880         (breakpoint_hit_catch_solib): Remove reference to base field.
3881         (add_solib_catchpoint): Likewise.
3882         (create_fork_vfork_event_catchpoint): Likewise.
3883         (struct exec_catchpoint): Inherit from breakpoint.
3884         <~exec_catchpoint>: New.
3885         <base>: Remove.
3886         (dtor_catch_exec): Change to ...
3887         (exec_catchpoint::~exec_catchpoint): ... this.
3888         (dtor_watchpoint): Change to ...
3889         (watchpoint::~watchpoint): ... this.
3890         (watch_command_1): Remove reference to base field.
3891         (catch_exec_command_1): Likewise.
3892         (base_breakpoint_dtor): Change to ...
3893         (breakpoint::~breakpoint): ... this.
3894         (base_breakpoint_ops): Remove dtor field value.
3895         (longjmp_bkpt_dtor): Change to ...
3896         (longjmp_breakpoint::~longjmp_breakpoint): ... this.
3897         (strace_marker_create_breakpoints_sal): Remove reference to base
3898         field.
3899         (delete_breakpoint): Don't manually call breakpoint destructor.
3900         (create_tracepoint_from_upload): Remove reference to base field.
3901         (trace_pass_set_count): Likewise.
3902         (initialize_breakpoint_ops): Don't initialize
3903         momentary_breakpoint_ops, don't set dtors.
3904         * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
3905         <~ada_catchpoint>: New.
3906         <base>: Remove.
3907         (create_excep_cond_exprs): Remove reference to base field.
3908         (dtor_exception): Change to ...
3909         (ada_catchpoint::~ada_catchpoint): ... this.
3910         (dtor_catch_exception): Remove.
3911         (dtor_catch_exception_unhandled): Remove.
3912         (dtor_catch_assert): Remove.
3913         (create_ada_exception_catchpoint): Remove reference to base
3914         field.
3915         (initialize_ada_catchpoint_ops): Don't set dtors.
3916         * break-catch-sig.c (struct signal_catchpoint): Inherit from
3917         breakpoint.
3918         <~signal_catchpoint>: New.
3919         <base>: Remove.
3920         (signal_catchpoint_dtor): Change to ...
3921         (signal_catchpoint::~signal_catchpoint): ... this.
3922         (create_signal_catchpoint): Remove reference to base field.
3923         (initialize_signal_catchpoint_ops): Don't set dtor.
3924         * break-catch-syscall.c (struct syscall_catchpoint): Inherit
3925         from breakpoint.
3926         <~syscall_catchpoint>: New.
3927         <base>: Remove.
3928         (dtor_catch_syscall): Change to ...
3929         (syscall_catchpoint::~syscall_catchpoint): ... this.
3930         (create_syscall_event_catchpoint): Remove reference to base
3931         field.
3932         (initialize_syscall_catchpoint_ops): Don't set dtor.
3933         * break-catch-throw.c (struct exception_catchpoint): Inherit
3934         from breakpoint.
3935         <~exception_catchpoint>: New.
3936         <base>: Remove.
3937         (dtor_exception_catchpoint): Change to ...
3938         (exception_catchpoint::~exception_catchpoint): ... this.
3939         (handle_gnu_v3_exceptions): Remove reference to base field.
3940         (initialize_throw_catchpoint_ops): Don't set dtor.
3941         * ctf.c (ctf_get_traceframe_address): Remove reference to base
3942         field.
3943         * remote.c (remote_get_tracepoint_status): Likewise.
3944         * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
3945         * tracefile.c (tracefile_fetch_registers): Likewise.
3946         * tracepoint.c (actions_command): Likewise.
3947         (validate_actionline): Likewise.
3948         (tfind_1): Likewise.
3949         (get_traceframe_location): Likewise.
3950         (find_matching_tracepoint_location): Likewise.
3951         (parse_tracepoint_status): Likewise.
3952         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
3953
3954 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
3955
3956         * breakpoint.c (struct longjmp_breakpoint): New struct.
3957         (is_tracepoint_type): Change return type to bool.
3958         (is_longjmp_type): New function.
3959         (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
3960         (set_raw_breakpoint_without_location): Use
3961         new_breakpoint_from_type.
3962         (set_raw_breakpoint): Likewise.
3963
3964 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
3965
3966         * breakpoint.c (new_breakpoint_from_type): New function.
3967         (create_breakpoint_sal): Use new_breakpoint_from_type and
3968         unique_ptr.
3969         (create_breakpoint): Likewise.
3970
3971 2017-05-31  Simon Marchi  <simon.marchi@ericsson.com>
3972
3973         * memattr.c (mem_info_command): Rename to ...
3974         (info_mem_command): ... this.
3975         (mem_enable_command): Rename to ...
3976         (enable_mem_command): ... this.
3977         (mem_disable_command): Rename to ...
3978         (disable_mem_command): ... this.
3979         (mem_delete_command): Rename to ...
3980         (delete_mem_command): ... this.
3981         (_initialize_mem): Adjust function names.
3982
3983 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
3984
3985         * btrace.c (handle_pt_insn_events): New.
3986         (ftrace_add_pt): Call handle_pt_insn_events.  Rename ERRCODE into
3987         STATUS.  Split into this and ...
3988         (handle_pt_insn_event_flags): ... this.
3989
3990 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
3991
3992         * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
3993         and struct pt_insn.resynced.
3994         * configure: Regenerated.
3995         * config.in: Regenerated.
3996
3997 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
3998
3999         * btrace.c (ftrace_find_call_by_number): New function.
4000         (ftrace_new_function): Store objects, not pointers.
4001         (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
4002         ftrace_new_gap, ftrace_update_function,
4003         ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
4004         btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
4005         btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
4006         btrace_ends_with_single_insn, btrace_call_get): Account for
4007         btrace_thread_info::functions now storing objects.
4008         * btrace.h (struct btrace_thread_info): Add constructor.
4009         (struct btrace_thread_info) <functions>: Make std::vector.
4010         (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
4011         Initialize with default values.
4012         * record-btrace.c (record_btrace_frame_sniffer): Account for
4013         btrace_thread_info::functions now storing objects.
4014
4015 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4016
4017         * btrace.c: Remove typedef bfun_s.
4018         (ftrace_new_gap): Directly add gaps to the list of gaps.
4019         (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
4020         ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
4021         btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
4022         instead of gdb VEC.
4023
4024 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4025
4026         * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
4027         ftrace_bridge_gap): Replace references to btrace_thread_info::segment
4028         with btrace_thread_info::next_segment and
4029         btrace_thread_info::prev_segment.
4030         * btrace.h: Remove struct btrace_func_link.
4031         (struct btrace_function): Replace pair of function segment pointers
4032         with pair of indices.
4033         * python/py-record-btrace.c (btpy_call_prev_sibling,
4034         btpy_call_next_sibling): Replace references to
4035         btrace_thread_info::segment with btrace_thread_info::next_segment and
4036         btrace_thread_info::prev_segment.
4037         * record-btrace.c (record_btrace_frame_this_id): Use
4038         btrace_find_call_by_number.
4039
4040 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4041
4042         * btrace.c (ftrace_new_function, ftrace_fixup_level,
4043         ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
4044         btrace_insn_next, btrace_insn_prev): Remove references to
4045         btrace_thread_info::flow.
4046         * btrace.h (struct btrace_function): Remove FLOW.
4047
4048 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4049
4050         * btrace.c (ftrace_find_call_by_number): New function.
4051         (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
4052         ftrace_get_caller, ftrace_find_call, ftrace_new_return,
4053         ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
4054         ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
4055         index.
4056         * btrace.h (struct btrace_function): Turn UP into an index.
4057         * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
4058         as an index.
4059         * record-btrace.c (record_btrace_frame_unwind_stop_reason,
4060         record_btrace_frame_prev_register, record_btrace_frame_sniffer,
4061         record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
4062
4063 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4064
4065         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
4066         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
4067         ftrace_update_function, ftrace_compute_global_level_offset,
4068         btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
4069         btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
4070         btrace_insn_end, btrace_is_empty): Remove references to
4071         btrace_thread_info::begin and btrace_thread_info::end.
4072         * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
4073         (struct btrace_thread_info) <functions>: Adjust comment.
4074         * record-btrace.c (record_btrace_start_replaying): Remove reference to
4075         btrace_thread_info::begin.
4076
4077 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4078
4079         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
4080         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
4081         ftrace_update_function): Remove arguments that implicitly were always
4082         BTINFO->END.
4083         (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
4084         Don't pass BTINFO->END.
4085
4086 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4087
4088         * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
4089         btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
4090         btrace_find_insn_by_number): Replace function segment pointer with
4091         index.
4092         (btrace_insn_cmp): Simplify.
4093         * btrace.h: (struct btrace_insn_iterator) Rename index to
4094         insn_index.  Replace function segment pointer with index into function
4095         segment vector.
4096         * record-btrace.c (record_btrace_call_history): Replace function
4097         segment pointer use with index.
4098         (record_btrace_frame_sniffer): Retrieve function call segment through
4099         vector.
4100         (record_btrace_set_replay): Remove defunc't safety check.
4101
4102 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4103
4104         * btrace.c (btrace_ends_with_single_insn): New function.
4105         (btrace_call_get, btrace_call_number, btrace_call_begin,
4106         btrace_call_end, btrace_call_next, btrace_call_prev,
4107         btrace_find_call_by_number): Use index into call segment vector
4108         instead of pointer.
4109         (btrace_call_cmp): Simplify.
4110         * btrace.h (struct btrace_call_iterator): Replace function call segment
4111         pointer with index into vector.
4112         * record-btrace.c (record_btrace_call_history): Use index instead of
4113         pointer.
4114
4115 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4116
4117         * btrace.c (btrace_insn_begin, btrace_insn_end,
4118         btrace_find_insn_by_number): Add btinfo to iterator.
4119         * btrace.h (struct btrace_insn_iterator): Add btinfo.
4120
4121 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4122
4123         * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
4124         and save pointers directly.
4125         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
4126         ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
4127         ftrace_add_pt): Add btrace_thread_info to arguments.  Adjust for
4128         changed signature of functions.
4129         (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
4130         (btrace_fetch): Remove code that adds btrace_function pointers to
4131         vector of btrace_functions.
4132         (btrace_clear): Simplify freeing vector of btrace_functions.
4133
4134 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
4135
4136         * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
4137         Replace VEC_* with std::vector functions.
4138         * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
4139         (struct btrace_thread_info)<functions>: Change type to std::vector.
4140
4141 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4142
4143         * NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
4144         "Removed targets and native configurations" up.  Merge duplicate
4145         "New commands" sub-sections.  Add "New options" sub-sections.
4146
4147 2017-05-26  Alan Hayward  <alan.hayward@arm.com>
4148
4149         * defs.h (copy_integer_to_size): New declaration.
4150         * findvar.c (copy_integer_to_size): New function.
4151         (do_cint_test): New selftest function.
4152         (copy_integer_to_size_test): Likewise.
4153         (_initialize_findvar): Likewise.
4154         * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
4155         (mips_fbsd_collect_reg): Use raw_collect_integer.
4156         * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
4157         (mips64_fill_gregset): Use raw_collect_integer
4158         (mips64_fill_fpregset): Use raw_supply_integer.
4159         * regcache.c (regcache::raw_supply_integer): New function.
4160         (regcache::raw_collect_integer): Likewise.
4161         * regcache.h: (regcache::raw_supply_integer): New declaration.
4162         (regcache::raw_collect_integer): Likewise.
4163
4164 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4165
4166         * Makefile.in (SFILES): Add gdbarch-selftests.c.
4167         (COMMON_OBS): Add gdbarch-selftests.o.
4168         * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
4169         * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
4170         * gdbarch-selftests.c: New file.
4171         * regcache.h (regcache) <~regcache>: Mark it virtual if
4172         GDB_SELF_TEST.
4173         <raw_write>: Likewise.
4174
4175 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4176
4177         * regcache.c (current_regcache): Change it to
4178         regcache::current_regcache.
4179         (regcache_observer_target_changed): Update.
4180         (regcache_thread_ptid_changed): Make it a regcache static
4181         method.
4182         (regcache_thread_ptid_changed): Update.
4183         (class regcache_access): New.
4184         (current_regcache_test): Update.
4185         (_initialize_regcache): Update.
4186         * regcache.h: Include forward_list.
4187         (regcache): Declare regcache_thread_ptid_changed and declare
4188         registers_changed_ptid as friend.
4189
4190 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4191
4192         * i387-tdep.c (i387_register_to_value): Use register_size
4193         instead of TYPE_LENGTH.
4194         * m68k-tdep.c (m68k_register_to_value): Likewise.
4195
4196 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4197
4198         * i387-tdep.c (i387_convert_register_p): Return false if type
4199         code isn't TYPE_CODE_FLT.
4200
4201 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4202
4203         * alpha-tdep.c (alpha_convert_register_p): Return true if type
4204         length is 4.
4205         (alpha_register_to_value): Remove type length check.
4206         (alpha_value_to_register): Likewise.
4207
4208 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4209
4210         * ia64-tdep.c (ia64_convert_register_p): Check type's code is
4211         TYPE_CODE_FLT.
4212
4213 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4214
4215         * m68k-tdep.c (m68k_convert_register_p): Check type's code is
4216         TYPE_CODE_FLT or not.
4217
4218 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4219
4220         * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
4221         * avr-tdep.c (avr_gdbarch_init): Likewise.
4222         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
4223         * cris-tdep.c (cris_gdbarch_init): Likewise.
4224         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
4225         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
4226         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
4227         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4228         * mep-tdep.c (mep_gdbarch_init): Likewise.
4229         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
4230         * mips-tdep.c (mips_gdbarch_init): Likewise.
4231         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4232         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
4233         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4234         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
4235         * v850-tdep.c (v850_gdbarch_init): Likewise.
4236
4237 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4238
4239         * selftest-arch.c (tests_with_arch): Call registers_changed
4240         and reinit_frame_cache.
4241         * selftest.c (run_self_tests): Likewise.
4242
4243 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4244
4245         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
4246         (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
4247
4248 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4249
4250         * rl78-tdep.c (rl78_gdbarch_init): Don't call
4251         set_gdbarch_print_insn.
4252
4253 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4254
4255         * h8300-tdep.c (h8300_gdbarch_init): Don't call
4256         set_gdbarch_print_insn.
4257
4258 2017-05-24  Yao Qi  <yao.qi@linaro.org>
4259
4260         * alpha-tdep.c (alpha_gdbarch_init): Don't call
4261         set_gdbarch_print_insn.
4262         * arc-tdep.c (arc_gdbarch_init): Likewise.
4263         * arch-utils.c: include dis-asm.h.
4264         (default_print_insn): New function.
4265         * arch-utils.h (default_print_insn): Declare.
4266         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
4267         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
4268         * cris-tdep.c (cris_delayed_get_disassembler): Remove.
4269         (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
4270         * frv-tdep.c (frv_gdbarch_init): Likewise.
4271         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
4272         * gdbarch.sh (print_insn): Use default_print_insn.
4273         * gdbarch.c: Regenerated.
4274         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
4275         * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
4276         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
4277         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4278         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
4279         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
4280         (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
4281         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4282         * m88k-tdep.c (m88k_gdbarch_init): Likewise.
4283         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
4284         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4285         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
4286         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4287         * mt-tdep.c (mt_gdbarch_init): Likewise.
4288         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
4289         * nios2-tdep.c (nios2_print_insn): Remove.
4290         (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
4291         * rx-tdep.c (rx_gdbarch_init): Likewise.
4292         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
4293         * score-tdep.c (score_print_insn): Remove.
4294         (score_gdbarch_init): Don't call set_gdbarch_print_insn.
4295         * sh-tdep.c (sh_gdbarch_init): Likewise.
4296         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
4297         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
4298         * tic6x-tdep.c (tic6x_print_insn): Remove.
4299         (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
4300         * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
4301         * v850-tdep.c (v850_gdbarch_init): Likewise.
4302         * vax-tdep.c (vax_gdbarch_init): Likewise.
4303         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
4304         * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
4305
4306 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
4307
4308         * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
4309         (MIPS_FP0_REGNUM): Remove.
4310         (MIPS_FSR_REGNUM): Remove.
4311         (mips_fbsd_supply_fpregs): Use mips_regnum.
4312         (mips_fbsd_supply_gregs): Likewise.
4313         (mips_fbsd_collect_fpregs): Likewise.
4314         (mips_fbsd_collect_gregs): Likewise.
4315
4316 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
4317
4318         * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
4319         (getpfpregs_supplies): New function.
4320         (mips_fbsd_fetch_inferior_registers): Remove early exit and use
4321         getfpregs_supplies.
4322         (mips_fbsd_store_inferior_registers): Likewise.
4323
4324 2017-05-22  Pedro Alves <palves@redhat.com>
4325
4326         * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
4327         maintainer.
4328
4329 2017-05-22  Alan Hayward  <alan.hayward@arm.com>
4330
4331         * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
4332         (store_register): Likewise.
4333         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
4334         (get_decimal_float_return_value): Likewise.
4335         (do_ppc_sysv_return_value): Likewise.
4336         (ppc64_sysv_abi_push_integer): Likewise.
4337         (ppc64_sysv_abi_push_freg): Likewise.
4338         (ppc64_sysv_abi_return_value_base): Likewise.
4339         (ppc64_sysv_abi_return_value): Likewise.
4340         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
4341         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
4342         * rs6000-nat.c: Likewise.
4343         * rs6000-tdep.c (rs6000_register_to_value): Likewise.
4344         (rs6000_value_to_register): Likewise.
4345         * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
4346
4347 2017-05-21  Tom Tromey  <tom@tromey.com>
4348
4349         PR rust/21466:
4350         * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
4351         arrays as "[T]", not "[T; ]".
4352
4353 2017-05-19  Tom Tromey  <tom@tromey.com>
4354
4355         PR rust/21484:
4356         * rust-lang.c (exp_descriptor_rust): New function.
4357         (rust_language_defn): Use it.
4358         * p-lang.c (pascal_language_defn): Update.
4359         * opencl-lang.c (opencl_language_defn): Update.
4360         * objc-lang.c (objc_language_defn): Update.
4361         * m2-lang.c (m2_language_defn): Update.
4362         * language.h (struct language_defn)
4363         <la_watch_location_expression>: New member.
4364         * language.c (unknown_language_defn, auto_language_defn)
4365         (local_language_defn): Update.
4366         * go-lang.c (go_language_defn): Update.
4367         * f-lang.c (f_language_defn): Update.
4368         * d-lang.c (d_language_defn): Update.
4369         * c-lang.h (c_watch_location_expression): Declare.
4370         * c-lang.c (c_watch_location_expression): New function.
4371         (c_language_defn, cplus_language_defn, asm_language_defn)
4372         (minimal_language_defn): Use it.
4373         * breakpoint.c (watch_command_1): Call
4374         la_watch_location_expression.
4375         * ada-lang.c (ada_language_defn): Update.
4376
4377 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4378
4379         PR tui/21482
4380         * gdb_curses.h (NOMACROS): Define.
4381         (NCURSES_NOMACROS): Define.
4382
4383 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4384
4385         PR tui/21482
4386         * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
4387         arg to char *.
4388         * tui/tui-wingeneral.c (box_win): Likewise.
4389         * tui/tui-winsource.c (tui_erase_source_content): Likewise.
4390         (tui_show_source_line): Likewise.
4391         (tui_show_exec_info_content): Likewise.
4392
4393 2017-05-19  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
4394
4395         * sparc-tdep.c (sparc_structure_return_p)
4396         (sparc_arg_on_registers_p): New functions.
4397         (sparc32_store_arguments): Use them.
4398         * sparc64-tdep.c (sparc64_16_byte_align_p)
4399         (sparc64_store_floating_fields, sparc64_extract_floating_fields):
4400         Handle TYPE_CODE_ARRAY.
4401
4402 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4403
4404         * cli/cli-decode.c (add_alias_cmd): New function.
4405         * command.h (add_alias_cmd): Declare.
4406         * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
4407         instead call add_alias_cmd.
4408
4409 2017-05-17  Pedro Alves  <palves@redhat.com>
4410
4411         * Makefile.in (nat_extra_makefile_frag): Rename to ...
4412         (nat_makefile_frag): ... this.  All references updated.
4413         * configure.ac: Likewise.
4414         * configure.nat: Likewise.  Enhance comments.
4415         * configure: Regenerate.
4416
4417 2017-05-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4418
4419         * procfs.c (procfs_create_inferior): Change prototype to match
4420         definition.
4421
4422 2017-05-13  Eli Zaretskii  <eliz@gnu.org>
4423
4424         * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
4425         C++ compiler warning.
4426
4427 2017-05-12  Tom Tromey  <tom@tromey.com>
4428
4429         PR rust/21483:
4430         * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
4431         recurse, just call value_struct_elt directly.
4432
4433 2017-05-12  Tom Tromey  <tom@tromey.com>
4434
4435         * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
4436         OP_RUST_ARRAY>: Fix.
4437
4438 2017-05-12  Tom Tromey  <tom@tromey.com>
4439
4440         * rust-lang.c (rust_print_subexp): Replace "return" with "break".
4441
4442 2017-05-09  Yao Qi  <yao.qi@linaro.org>
4443
4444         * regcache.c: Include <forward_list>.
4445         (struct regcache_list): Remove.
4446         (current_regcache): Update.
4447         (get_thread_arch_aspace_regcache): Update for std::forward_list.
4448         (regcache_thread_ptid_changed): Likewise.
4449         (registers_changed_ptid): Likewise.
4450         (current_regcache_size): Likewise.
4451
4452 2017-05-09  Yao Qi  <yao.qi@linaro.org>
4453
4454         * regcache.c [GDB_SELF_TEST]: Include selftest.h.
4455         (current_regcache_size): New function.
4456         (current_regcache_test): New function.
4457         (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
4458
4459 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
4460
4461         * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
4462         (print_gp_register_row): Use get_frame_register_value.
4463
4464 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
4465
4466         * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
4467         (mips_supply_fpregset): Likewise.
4468         (mips64_supply_gregset): Likewise.
4469
4470 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
4471
4472         * mn10300-linux-tdep.c (am33_supply_gregset_method): Use 
4473         regcache->raw_supply_zeroed.
4474
4475 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
4476
4477         * configure.nat: Rearrange 'case' statements to match
4478         host before cpu.
4479
4480 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
4481
4482         * Makefile.in: Remove "@host_makefile_frag@".  Add variables
4483         NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
4484         NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST.  Add
4485         "@nat_extra_makefile_frag@".
4486         (Makefile): Remove dependency on "@frags@".
4487         ($(GNULIB_BUILDDIR)/Makefile): Likewise.
4488         (data-directory/Makefile): Likewise.
4489         * config/aarch64/linux.mh: Deleted; moved contents to
4490         "gdb/configure.nat".
4491         * config/alpha/alpha-linux.mh: Likewise.
4492         * config/alpha/nbsd.mh: Likewise.
4493         * config/arm/linux.mh: Likewise.
4494         * config/arm/nbsdelf.mh: Likewise.
4495         * config/i386/cygwin.mh: Likewise.
4496         * config/i386/cygwin64.mh: Likewise.
4497         * config/i386/darwin.mh: Likewise.
4498         * config/i386/fbsd.mh: Likewise.
4499         * config/i386/fbsd64.mh: Likewise.
4500         * config/i386/go32.mh: Likewise.
4501         * config/i386/i386gnu.mh: Likewise.
4502         * config/i386/i386sol2.mh: Likewise.
4503         * config/i386/linux.mh: Likewise.
4504         * config/i386/linux64.mh: Likewise.
4505         * config/i386/mingw.mh: Likewise.
4506         * config/i386/mingw64.mh: Likewise.
4507         * config/i386/nbsd64.mh: Likewise.
4508         * config/i386/nbsdelf.mh: Likewise.
4509         * config/i386/nto.mh: Likewise.
4510         * config/i386/obsd.mh: Likewise.
4511         * config/i386/obsd64.mh: Likewise.
4512         * config/i386/sol2-64.mh: Likewise.
4513         * config/ia64/linux.mh: Likewise.
4514         * config/m32r/linux.mh: Likewise.
4515         * config/m68k/linux.mh: Likewise.
4516         * config/m68k/nbsdelf.mh: Likewise.
4517         * config/m68k/obsd.mh: Likewise.
4518         * config/m88k/obsd.mh: Likewise.
4519         * config/mips/fbsd.mh: Likewise.
4520         * config/mips/linux.mh: Likewise.
4521         * config/mips/nbsd.mh: Likewise.
4522         * config/mips/obsd64.mh: Likewise.
4523         * config/pa/linux.mh: Likewise.
4524         * config/pa/nbsd.mh: Likewise.
4525         * config/pa/obsd.mh: Likewise.
4526         * config/powerpc/aix.mh: Likewise.
4527         * config/powerpc/fbsd.mh: Likewise.
4528         * config/powerpc/linux.mh: Likewise.
4529         * config/powerpc/nbsd.mh: Likewise.
4530         * config/powerpc/obsd.mh: Likewise.
4531         * config/powerpc/ppc64-linux.mh: Likewise.
4532         * config/powerpc/spu-linux.mh: Likewise.
4533         * config/s390/linux.mh: Likewise.
4534         * config/sh/nbsd.mh: Likewise.
4535         * config/sparc/fbsd.mh: Likewise.
4536         * config/sparc/linux.mh: Likewise.
4537         * config/sparc/linux64.mh: Likewise.
4538         * config/sparc/nbsd64.mh: Likewise.
4539         * config/sparc/nbsdelf.mh: Likewise.
4540         * config/sparc/obsd64.mh: Likewise.
4541         * config/sparc/sol2.mh: Likewise.
4542         * config/tilegx/linux.mh: Likewise.
4543         * config/vax/nbsdelf.mh: Likewise.
4544         * config/vax/obsd.mh: Likewise.
4545         * config/xtensa/linux.mh: Likewise.
4546         * config/i386/i386gnu.mn: New file, with excerpts from
4547         "config/i386/i386gnu.mh".
4548         * configure: Regenerate.
4549         * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
4550         *.mh files under "gdb/config".
4551         * configure.nat: New file, with contents from the
4552         "gdb/config/*/*.mh" files.
4553
4554 2017-05-05  Tim Wiederhake  <tim.wiederhake@intel.com>
4555
4556         * btrace.c (btrace_clear): Free insn vector.
4557
4558 2017-05-05  Pedro Alves  <palves@redhat.com>
4559
4560         * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
4561         * configure: Regenerate.
4562
4563 2017-05-04  Pedro Alves  <palves@redhat.com>
4564
4565         * Makefile.in (SFILES): Add progspace-and-thread.c.
4566         (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
4567         (COMMON_OBS): Add progspace-and-thread.o.
4568         * breakpoint.c: Include "progspace-and-thread.h".
4569         (update_inserted_breakpoint_locations)
4570         (insert_breakpoint_locations, create_longjmp_master_breakpoint):
4571         Use scoped_restore_current_pspace_and_thread.
4572         (create_std_terminate_master_breakpoint): Use
4573         scoped_restore_current_program_space.
4574         (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
4575         (print_breakpoint_location): Use
4576         scoped_restore_current_program_space.
4577         (bp_loc_is_permanent): Use
4578         scoped_restore_current_pspace_and_thread.
4579         (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
4580         (download_tracepoint_locations): Use
4581         scoped_restore_current_pspace_and_thread.
4582         (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
4583         * exec.c (exec_close_1): Use scoped_restore_current_program_space.
4584         (enum step_over_calls_kind): Moved from inferior.h.
4585         (class scoped_restore_current_thread): New class.
4586         * gdbthread.h (make_cleanup_restore_current_thread): Delete
4587         declaration.
4588         (scoped_restore_current_thread): New class.
4589         * infcmd.c: Include "common/gdb_optional.h".
4590         (continue_1, proceed_after_attach): Use
4591         scoped_restore_current_thread.
4592         (notice_new_inferior): Use scoped_restore_current_thread.
4593         * inferior.c: Include "progspace-and-thread.h".
4594         (restore_inferior, save_current_inferior): Delete.
4595         (add_inferior_command, clone_inferior_command): Use
4596         scoped_restore_current_pspace_and_thread.
4597         * inferior.h (scoped_restore_current_inferior): New class.
4598         * infrun.c: Include "progspace-and-thread.h" and
4599         "common/gdb_optional.h".
4600         (follow_fork_inferior): Use
4601         scoped_restore_current_pspace_and_thread.
4602         (scoped_restore_exited_inferior): New class.
4603         (handle_vfork_child_exec_or_exit): Use
4604         scoped_restore_exited_inferior,
4605         scoped_restore_current_pspace_and_thread,
4606         scoped_restore_current_thread and scoped_restore.
4607         (fetch_inferior_event): Use scoped_restore_current_thread.
4608         * linespec.c (decode_line_full, decode_line_1): Use
4609         scoped_restore_current_program_space.
4610         * mi/mi-main.c: Include "progspace-and-thread.h".
4611         (exec_continue): Use scoped_restore_current_thread.
4612         (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
4613         (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
4614         * proc-service.c (ps_pglobal_lookup): Use
4615         scoped_restore_current_program_space.
4616         * progspace-and-thread.c: New file.
4617         * progspace-and-thread.h: New file.
4618         * progspace.c (release_program_space, clone_program_space): Use
4619         scoped_restore_current_program_space.
4620         (restore_program_space, save_current_program_space)
4621         (save_current_space_and_thread): Delete.
4622         (switch_to_program_space_and_thread): Moved to
4623         progspace-and-thread.c.
4624         * progspace.h (save_current_program_space)
4625         (save_current_space_and_thread): Delete declarations.
4626         (scoped_restore_current_program_space): New class.
4627         * remote.c (remote_btrace_maybe_reopen): Use
4628         scoped_restore_current_thread.
4629         * symtab.c: Include "progspace-and-thread.h".
4630         (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
4631         * thread.c (print_thread_info_1): Use
4632         scoped_restore_current_thread.
4633         (struct current_thread_cleanup): Delete.
4634         (do_restore_current_thread_cleanup)
4635         (restore_current_thread_cleanup_dtor): Rename/convert both to ...
4636         (scoped_restore_current_thread::~scoped_restore_current_thread):
4637         ... this new dtor.
4638         (make_cleanup_restore_current_thread): Rename/convert to ...
4639         (scoped_restore_current_thread::scoped_restore_current_thread):
4640         ... this new ctor.
4641         (thread_apply_all_command): Use scoped_restore_current_thread.
4642         (thread_apply_command): Use scoped_restore_current_thread.
4643         * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
4644         * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
4645
4646 2017-05-04  Pedro Alves  <palves@redhat.com>
4647
4648         * thread.c (make_cleanup_restore_current_thread): Move
4649         find_thread_ptid call before the is_stopped call.  Assert that the
4650         thread is found.  Replace is_stopped call by checking the thread's
4651         state directly.  Remove unnecessary NULL-thread check.
4652
4653 2017-05-04  Pedro Alves  <palves@redhat.com>
4654
4655         * corelow.c (thread_section_name): New class.
4656         (get_core_register_section, get_core_siginfo): Use it.
4657
4658 2017-05-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4659
4660         * corelow.c (sniff_core_bfd): Remove extra semicolon.
4661         (get_core_register_section): Remove xfree of NULL pointer.
4662
4663 2017-05-03  Alan Hayward  <alan.hayward@arm.com>
4664
4665         * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
4666         * regcache.c (regcache::raw_supply_zeroed): New function.
4667         * regcache.h (regcache::raw_supply_zeroed): New declaration.
4668
4669 2017-05-03  Simon Marchi  <simon.marchi@ericsson.com>
4670
4671         * gdbarch.sh: Remove commented out definition of
4672         TARGET_CHAR_BIT.
4673         * gdbarch.h: Re-generate.
4674
4675 2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
4676
4677         * configure: Regenerate.
4678
4679 2017-05-02  Simon Marchi  <simon.marchi@ericsson.com>
4680
4681         * solib-target.c (solib_target_relocate_section_addresses):
4682         Remove num_section_bases, num_bases, segment_bases variables.
4683
4684 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
4685
4686         * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
4687
4688 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
4689
4690         * solib-target.c: Include <vector>
4691         (struct lm_info_target) <~lm_info_target>: Remove.
4692         <segment_bases, section_bases>: Change type to
4693         std::vector<CORE_ADDR>.
4694         (library_list_start_segment, library_list_start_section,
4695         library_list_end_library,
4696         solib_target_relocate_section_addresses): Adjust.
4697
4698 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
4699
4700         * gdbarch.sh (software_single_step): Change return type to
4701         std::vector<CORE_ADDR>.
4702         * gdbarch.c, gdbarch.h: Re-generate.
4703         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
4704         Adjust.
4705         (arm_deal_with_atomic_sequence_raw): Adjust.
4706         (thumb_get_next_pcs_raw): Adjust.
4707         (arm_get_next_pcs_raw): Adjust.
4708         (arm_get_next_pcs): Adjust.
4709         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
4710         * aarch64-tdep.c (aarch64_software_single_step): Adjust.
4711         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
4712         (alpha_software_single_step): Adjust.
4713         * alpha-tdep.h (alpha_software_single_step): Adjust.
4714         * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
4715         * arm-tdep.c (arm_software_single_step): Adjust.
4716         (arm_breakpoint_kind_from_current_state): Adjust.
4717         * arm-tdep.h (arm_software_single_step): Adjust.
4718         * breakpoint.c (insert_single_step_breakpoint): Adjust.
4719         * cris-tdep.c (cris_software_single_step): Adjust.
4720         * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
4721         (micromips_deal_with_atomic_sequence): Adjust.
4722         (deal_with_atomic_sequence): Adjust.
4723         (mips_software_single_step): Adjust.
4724         * mips-tdep.h (mips_software_single_step): Adjust.
4725         * moxie-tdep.c (moxie_software_single_step): Adjust.
4726         * nios2-tdep.c (nios2_software_single_step): Adjust.
4727         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
4728         * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
4729         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
4730         * s390-linux-tdep.c (s390_software_single_step): Adjust.
4731         * sparc-tdep.c (sparc_software_single_step): Adjust.
4732         * spu-tdep.c (spu_software_single_step): Adjust.
4733         * tic6x-tdep.c (tic6x_software_single_step): Adjust.
4734
4735 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
4736
4737         * gdbarch.sh: Use semi-colon as field separator instead of colon.
4738         * gdbarch.h: Re-generate.
4739
4740 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4741
4742         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
4743         (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
4744         * python/py-instruction.c, python/py-instruction.h: New file.
4745         * python/py-record.c: Add py-instruction.h include.
4746         (gdbpy_initialize_record): Make gdb.Instruction a super class of
4747         gdb.RecordInstruction.
4748         * python/python-internal.h: Add gdbpy_initialize_instruction
4749         declaration.
4750         * python/python.c (do_start_initialization): Add
4751         gdbpy_initialize_instruction.
4752
4753 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4754
4755         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
4756         Remove.
4757         (btrace_func_from_recpy_func): New function.
4758         (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
4759         (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
4760         btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
4761         (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
4762         recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
4763         Also, use new helper functions.
4764         (btpy_list_item): Use new helper functions.
4765         (recpy_bt_function_call_history): Use new type name.
4766         (btpy_call_getset): Remove.
4767         (gdbpy_initialize_btrace): Remove code to initialize
4768         gdb.BtraceFunctionCall.
4769         * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
4770         recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
4771         recpy_bt_func_prev, recpy_bt_func_next): New export.
4772         * python/py-record.c (recpy_func_type): New static object.
4773         (recpy_func_new, recpy_func_level, recpy_func_symbol,
4774         recpy_func_instructions, recpy_func_up, recpy_func_prev,
4775         recpy_func_next): New function.
4776         (recpy_element_hash, recpy_element_richcompare): Updated comment.
4777         (recpy_func_getset): New static object.
4778         (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
4779         * python/py-record.h (recpy_func_type, recpy_func_new): New export.
4780
4781 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4782
4783         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
4784         (btpy_object, btpy_insn_type, btpy_new): Remove.
4785         (btpy_list_object): Use gdb.RecordInstruction type instead of
4786         gdb.BtraceInstruction type.
4787         (btrace_insn_from_recpy_insn): New function.
4788         (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
4789         btpy_new.
4790         (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
4791         (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
4792         btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
4793         btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
4794         instead of btpy_object.
4795         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
4796         btpy_insn_data, btpy_insn_decode): Rename to ...
4797         (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
4798         recpy_bt_insn_is_speculative, recpy_bt_insn_data,
4799         recpy_bt_insn_decode): This.  Also, use new helper functions.
4800         (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
4801         recpy_insn_type.
4802         (btpy_insn_getset): Remove.
4803         (gdbpy_initialize_btrace): Remove code to initialize
4804         gdb.BtraceInstruction.  Use recpy_element_object.
4805         * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
4806         recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
4807         recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
4808         * python/py-record.c (recpy_insn_type): New static object.
4809         (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
4810         recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
4811         recpy_element_number, recpy_element_hash, recpy_element_richcompare):
4812         New function.
4813         (recpy_insn_getset): New static object.
4814         (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
4815         * python/py-record.h (recpy_element_object): New typedef.
4816         (recpy_insn_type, recpy_insn_new): New export.
4817
4818 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4819
4820         * py-record-btrace.c (btpy_insn_new): Removed.
4821         (btpy_insn_or_gap_new): New function.
4822         (btpy_insn_error): Removed.
4823         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
4824         btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
4825         (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
4826         btpy_insn_or_gap_new instead of btpy_insn_new.
4827         (btpy_insn_getset): Remove btpy_insn_error.
4828         * py-record.c (recpy_gap_type): New static object.
4829         (recpy_gap_object): New typedef.
4830         (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
4831         recpy_gap_reason_string): New function.
4832         (recpy_gap_getset): New static object.
4833         (gdbpy_initialize_record): Initialize gdb.RecordGap type.
4834         * py-record.h (recpy_gap_new): New export.
4835
4836 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4837
4838         * python/py-record.c (recpy_ptid): Remove.
4839         (recpy_record_getset): Remove recpy_ptid.
4840
4841 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4842
4843         * btrace.c (btrace_fetch): Set inferior_ptid.
4844         * python/py-record-btrace.c: Add "py-record.h" include.
4845         (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
4846         recpy_bt_end, recpy_bt_instruction_history,
4847         recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
4848         in gdb.Record object instead of current ptid.
4849         * python/py-record.c: Include new "py-record.h" file.
4850         (recpy_record_object): Moved to py-record.h.
4851         * python/py-record.h: New file.
4852
4853 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4854
4855         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
4856         BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
4857         indentation.
4858
4859 2017-05-01  Joel Brobecker  <brobecker@adacore.com>
4860
4861         * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
4862         the past maintainers section.
4863
4864 2017-04-28  Yao Qi  <yao.qi@linaro.org>
4865
4866         * infcmd.c (get_return_value): Use regcache ctor, and remove
4867         cleanup.
4868
4869 2017-04-28  Yao Qi  <yao.qi@linaro.org>
4870             Pedro Alves  <palves@redhat.com>
4871
4872         * regcache.c (regcache::regcache): New tag dispatch ctor.
4873         (do_cooked_read): Moved above.
4874         (regcache_dup): Use the tag dispatch ctor..
4875         * regcache.h (regcache): Declare ctor, delete copy ctor and
4876         assignment operator, remove friend regcache_dup.
4877
4878 2017-04-28  Yao Qi  <yao.qi@linaro.org>
4879
4880         * regcache.c (regcache_dup): Assert !src->m_readonly_p and
4881         call method save instead of regcache_cpy.
4882         * regcache.h (struct regcache): Make regcache_dup a friend.
4883
4884 2017-04-28  Yao Qi  <yao.qi@linaro.org>
4885
4886         * regcache.c (struct regcache): Move to regcache.h
4887         (regcache::arch): New method.
4888         (regcache_get_ptid): Update.
4889         (get_regcache_arch): Call arch method.
4890         (get_regcache_aspace): Call method aspace.
4891         (register_buffer): Change it to method.
4892         (regcache_save): Change it to regcache::save.
4893         (regcache_restore): Likewise.
4894         (regcache_cpy_no_passthrough): Remove the declaration.
4895         (regcache_cpy): Call methods restore and cpy_no_passthrough.
4896         (regcache_cpy_no_passthrough): Change it to method
4897         cpy_no_passthrough.
4898         (regcache_register_status): Change it to method
4899         get_register_status.
4900         (regcache_invalidate): Change it to method invalidate.
4901         (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
4902         (regcache_raw_update): Change it to method raw_update.
4903         (regcache_raw_read): Likewise.
4904         (regcache_raw_read_signed): Likewise.
4905         (regcache_raw_read_unsigned): Likewise.
4906         (regcache_raw_write_signed): Likewise.
4907         (regcache_raw_write_unsigned): Likewise.
4908         (regcache_cooked_read): Likewise.
4909         (regcache_cooked_read_value): Likewise.
4910         (regcache_cooked_read_signed): Likewise.
4911         (regcache_cooked_read_unsigned): Likewise.
4912         (regcache_cooked_write_signed): Likewise.
4913         (regcache_cooked_write_unsigned): Likewise.
4914         (regcache_raw_set_cached_value): Likewise.
4915         (regcache_raw_write): Likewise.
4916         (regcache_cooked_write): Likewise.
4917         (regcache_xfer_part): Likewise.
4918         (regcache_raw_read_part): Likewise.
4919         (regcache_raw_write_part): Likewise.
4920         (regcache_cooked_read_part): Likewise.
4921         (regcache_cooked_write_part): Likewise.
4922         (regcache_raw_supply): Likewise.
4923         (regcache_raw_collect): Likewise.
4924         (regcache_transfer_regset): Likewise.
4925         (regcache_supply_regset): Likewise.
4926         (regcache_collect_regset): Likewise.
4927         (regcache_debug_print_register): Likewise.
4928         (enum regcache_dump_what): Move it to regcache.h.
4929         (regcache_dump): Change it to method dump.
4930         * regcache.h (enum regcache_dump_what): New.
4931         (class regcache): New.
4932         * target.c (target_fetch_registers): Call method
4933         debug_print_register.
4934         (target_store_registers): Likewise.
4935
4936 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4937
4938         * windows-nat.c (struct lm_info_windows): Initialize field.
4939         (windows_make_so): Allocate lm_info_windows with new.
4940         (windows_free_so): Free lm_info_windows with delete.
4941
4942 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4943
4944         * solib-darwin.c (struct lm_info_darwin): Initialize field.
4945         (darwin_current_sos): Allocate lm_info_darwin with new, remove
4946         cleanup.
4947         (darwin_free_so): Free lm_info_darwin with delete.
4948
4949 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4950
4951         * solib-svr4.h (struct lm_info_svr4): Initialize fields.
4952         <l_addr_p>: Change type to bool.
4953         * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
4954         (svr4_free_so): Free lm_info_svr4 with delete.
4955         (svr4_copy_library_list): Replace memcpy with call to copy
4956         constructor.
4957         (library_list_start_library, svr4_default_sos): Allocate
4958         lm_info_svr4 with new.
4959
4960 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4961
4962         * solib-target.c (struct lm_info_target): Add destructor,
4963         initialize fields.
4964         <name>: Change type to std::string.
4965         (library_list_start_library): Allocate lm_info_target with new.
4966         (solib_target_free_library_list): Free lm_info_target with
4967         delete.
4968         (solib_target_current_sos): Adapt to std::string.
4969         (solib_target_free_so): Free lm_info_target with delete.
4970
4971 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4972
4973         * solib-frv.c (struct lm_info_frv): Add destructor, initialize
4974         fields.
4975         (frv_current_sos): Allocate lm_info_frv with new.
4976         (frv_relocate_main_executable): Free lm_info_frv with delete,
4977         allocate with new.
4978         (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
4979
4980 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4981
4982         * solib-frv.c (struct lm_info_frv): Fix indentation.
4983
4984 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4985
4986         * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
4987         map field.
4988         (dsbt_current_sos): Allocate lm_info_dsbt with new.
4989         (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
4990         and allocate with new.
4991         (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
4992
4993 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
4994
4995         * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
4996         <filename, member_name>: Change type to std::string.
4997         (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
4998         (library_list_start_library): Allocate lm_info_aix with new.
4999         (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
5000         (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
5001         with copy constructor.
5002
5003 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
5004
5005         * solist.h (struct lm_info): Remove.
5006         (struct lm_info_base): New class.
5007         (struct so_list) <lm_info>: Change type to lm_info_base *.
5008         * nto-tdep.c (struct lm_info): Remove.
5009         (lm_addr): Adjust.
5010         * solib-aix.c (struct lm_info): Rename to ...
5011         (struct lm_info_aix): ... this.  Extend lm_info_base.
5012         (lm_info_p): Rename to ...
5013         (lm_info_aix_p): ... this, and adjust.
5014         (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
5015         solib_aix_parse_libraries, library_list_start_library,
5016         solib_aix_free_library_list, solib_aix_parse_libraries,
5017         solib_aix_get_library_list,
5018         solib_aix_relocate_section_addresses, solib_aix_free_so,
5019         solib_aix_get_section_offsets,
5020         solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
5021         Adjust.
5022         (struct solib_aix_inferior_data) <library_list>: Adjust.
5023         * solib-darwin.c (struct lm_info): Rename to ...
5024         (struct lm_info_darwin): ... this.  Extend lm_info_base.
5025         (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
5026         * solib-dsbt.c (struct lm_info): Rename to ...
5027         (struct lm_info_dsbt): ... this.  Extend lm_info_base.
5028         (struct dsbt_info) <main_executable_lm_info): Adjust.
5029         (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
5030         dsbt_relocate_section_addresses): Adjust.
5031         * solib-frv.c (struct lm_info): Rename to ...
5032         (struct lm_info_frv): ... this.  Extend lm_info_base.
5033         (main_executable_lm_info): Adjust.
5034         (frv_current_sos, frv_relocate_main_executable, frv_free_so,
5035         frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
5036         find_canonical_descriptor_in_load_object,
5037         frv_fdpic_find_canonical_descriptor): Adjust.
5038         * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
5039         to lm_info_svr4.
5040         (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
5041         svr4_clear_so, svr4_copy_library_list,
5042         library_list_start_library, svr4_default_sos, svr4_read_so_list,
5043         svr4_current_sos, svr4_fetch_objfile_link_map,
5044         solist_update_incremental): Adjust.
5045         * solib-svr4.h (struct lm_info_svr4): Move here from
5046         solib-svr4.c.
5047         * solib-target.c (struct lm_info): Rename to ...
5048         (struct lm_info_target): ... this.  Extend lm_info_base.
5049         (lm_info_p): Rename to ...
5050         (lm_info_target_p): ... this.
5051         (solib_target_parse_libraries, library_list_start_segment,
5052         library_list_start_section, library_list_start_library,
5053         library_list_end_library, solib_target_free_library_list,
5054         solib_target_current_sos, solib_target_free_so,
5055         solib_target_relocate_section_addresses): Adjust.
5056         * windows-nat.c (struct lm_info): Rename to ...
5057         (struct lm_info_windows): ... this.  Extend lm_info_base.
5058         (windows_make_so, handle_load_dll, handle_unload_dll,
5059         windows_xfer_shared_libraries): Adjust.
5060
5061 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
5062
5063         * solib-darwin.c (struct darwin_so_list): Remove.
5064         (darwin_current_sos): Allocate an so_list object instead of a
5065         darwin_so_list, separately allocate an lm_info object.
5066         (darwin_free_so): Free lm_info.
5067
5068 2017-04-28  John Baldwin  <jhb@FreeBSD.org>
5069
5070         * mips-tdep.c (print_gp_register_row): Replace printf_filtered
5071         with fprintf_filtered.
5072
5073 2017-04-28  Yao Qi  <yao.qi@linaro.org>
5074
5075         * regcache.c (regcache::regcache): New function.
5076         (regcache::~regcache): New function.
5077         (regcache_xmalloc_1): Remove.
5078         (regcache_xmalloc): Call new regcache.
5079         (regcache_xfree): Call delete regcache.
5080         (get_thread_arch_aspace_regcache): Call new regcache.
5081
5082 2017-04-28  Yao Qi  <yao.qi@linaro.org>
5083
5084         * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
5085         lwp instead of ptid_get_lwp.
5086
5087 2017-04-28  Yao Qi  <yao.qi@linaro.org>
5088
5089         * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
5090         lwp_info instead of getting from inferior_ptid.
5091
5092 2017-04-27  Keith Seitz  <keiths@redhat.com>
5093
5094         * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
5095         DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
5096         (CV_CONVERSION_BADNESS): Define.
5097         (rank_one_type): Remove overly restrictive rvalue reference
5098         rank checks.
5099         Add cv-qualifier checks and subranks for type equality.
5100         * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
5101         REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
5102         CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
5103
5104 2017-04-27  Simon Marchi  <simon.marchi@ericsson.com>
5105
5106         * python/py-inferior.c (inferior_to_inferior_object): Increment reference
5107         count when creating the object.
5108
5109 2017-04-27  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>
5110             Ulrich Weigand  <uweigand@de.ibm.com>
5111
5112         * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
5113         entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
5114         is used in AIX.
5115         (read_xcoff_symtab): Handle C_WEAKEXT storage class.
5116         (process_xcoff_symbol): Likewise.
5117         (scan_xcoff_symtab): Likewise.
5118
5119 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
5120
5121         * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
5122         (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
5123         (ia64_access_reg): Use get_frame_register_unsigned.
5124         (ia64_access_rse_reg): Likewise.
5125         (ia64_libunwind_frame_prev_register): Likewise.
5126
5127 2017-04-26  Jiong Wang  <jiong.wang@arm.com>
5128
5129         * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
5130         * gdbarch.c: Regenerated.
5131         * gdbarch.h: Regenerated.
5132         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
5133         visibility external.
5134         (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
5135         between DW_CFA_lo_user and DW_CFA_high_user inclusive.
5136         (enum cfa_how_kind): Move to ...
5137         (struct dwarf2_frame_state_reg_info): Likewise.
5138         (struct dwarf2_frame_state): Likewise.
5139         * dwarf2-frame.h: ... here.
5140         (dwarf2_frame_state_alloc_regs): New declaration.
5141         * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
5142         (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
5143
5144 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
5145
5146         * xtensa-tdep.c (xtensa_pseudo_register_read): Use
5147         regcache_raw_read_unsigned.
5148         (xtensa_pseudo_register_write): Likewise.
5149
5150 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
5151
5152         * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
5153         (nds32_pseudo_register_write): Likewise.
5154
5155 2017-04-25  Yao Qi  <yao.qi@linaro.org>
5156
5157         * regcache.c (struct regcache) <readonly_p>: Change its type
5158         to bool.
5159         (regcache_xmalloc_1): Update parameter type and callers update.
5160
5161 2017-04-25  Yao Qi  <yao.qi@linaro.org>
5162
5163         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
5164         set_gdbarch_wchar_bit.
5165         * arm-tdep.c (arm_gdbarch_init): Likewise.
5166
5167 2017-04-25  Pedro Alves  <palves@redhat.com>
5168
5169         * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
5170         (BothAreRelocatable, memcopy, memmove): Don't define.
5171         * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
5172         macros.
5173
5174 2017-04-25  Pedro Alves  <palves@redhat.com>
5175
5176         * common/common-defs.h: Include "common/poison.h".
5177         * common/function-view.h: (Not, Or, Requires): Move to traits.h
5178         and adjust.
5179         * common/poison.h: New file.
5180         * common/traits.h: Include <type_traits>.
5181         (Not, Or, Requires): New, moved from common/function-view.h.
5182
5183 2017-04-25  Pedro Alves  <palves@redhat.com>
5184
5185         * breakpoint.h (struct breakpoint): In-class initialize all
5186         fields.  Make boolean fields "bool".
5187         * breakpoint.c (init_raw_breakpoint_without_location): Remove
5188         memset call and initializations no longer necessary.
5189
5190 2017-04-25  Pedro Alves  <palves@redhat.com>
5191
5192         * btrace.c (pt_btrace_insn_flags): Change parameter type to
5193         reference.
5194         (pt_btrace_insn): New function.
5195         (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
5196
5197 2017-04-25  Pedro Alves  <palves@redhat.com>
5198
5199         * ada-lang.c (ada_catchpoint_location): Now a "class".  Remove
5200         "base" field and inherit from "bp_location" instead.  Add
5201         non-default ctor.
5202         (allocate_location_exception): Use new non-default ctor.
5203         * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
5204         (init_bp_location): Convert to ...
5205         (bp_location::bp_location): ... this new ctor, and remove memset
5206         call.
5207         (base_breakpoint_allocate_location): Use the new non-default ctor.
5208         * breakpoint.h (bp_location): Now a class.  Declare default and
5209         non-default ctors.  In-class initialize all members.
5210         (init_bp_location): Remove declaration.
5211
5212 2017-04-25  Pedro Alves  <palves@redhat.com>
5213
5214         * common/enum-flags.h (enum_flags): Don't implement copy ctor and
5215         assignment operator.
5216
5217 2017-04-24  Yao Qi  <yao.qi@linaro.org>
5218
5219         * doublest.c (convert_doublest_to_floatformat): Call
5220         floatformat_totalsize_bytes.
5221
5222 2017-04-22  Tom Tromey  <tom@tromey.com>
5223
5224         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
5225         ui_out_emit_list.
5226         * stack.c (print_frame): Use ui_out_emit_list.
5227         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
5228         ui_out_emit_list.
5229         * mi/mi-main.c (print_one_inferior)
5230         (mi_cmd_data_list_register_names)
5231         (mi_cmd_data_list_register_values, mi_cmd_list_features)
5232         (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
5233         ui_out_emit_list.
5234         * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
5235         (mi_output_solib_attribs): Use ui_out_emit_list,
5236         ui_out_emit_tuple.
5237         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
5238         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
5239         (mi_cmd_stack_list_args, list_args_or_locals): Use
5240         ui_out_emit_list.
5241         * disasm.c (do_assembly_only): Use ui_out_emit_list.
5242         * breakpoint.c (print_solib_event, output_thread_groups): Use
5243         ui_out_emit_list.
5244
5245 2017-04-22  Tom Tromey  <tom@tromey.com>
5246
5247         * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
5248         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
5249         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
5250
5251 2017-04-22  Tom Tromey  <tom@tromey.com>
5252
5253         * tracepoint.c (tvariables_info_1)
5254         (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
5255
5256 2017-04-22  Tom Tromey  <tom@tromey.com>
5257
5258         * stack.c (print_frame_arg): Use ui_out_emit_tuple,
5259         annotate_arg_emitter.
5260         * breakpoint.c (print_mention_watchpoint)
5261         (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
5262         * annotate.h (struct annotate_arg_emitter): New.
5263
5264 2017-04-22  Tom Tromey  <tom@tromey.com>
5265
5266         * record-btrace.c (record_btrace_insn_history)
5267         (record_btrace_insn_history_range, record_btrace_call_history)
5268         (record_btrace_call_history_range): Use ui_out_emit_tuple.
5269         * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
5270         ui_out_emit_tuple.
5271         * stack.c (print_frame_info): Use ui_out_emit_tuple.
5272         * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
5273         * skip.c (skip_info): Use ui_out_emit_tuple.
5274         * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
5275         * progspace.c (print_program_space): Use ui_out_emit_tuple.
5276         * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
5277         * osdata.c (info_osdata): Use ui_out_emit_tuple.
5278         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
5279         ui_out_emit_tuple.
5280         * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
5281         (output_register, mi_cmd_data_read_memory)
5282         (mi_cmd_data_read_memory_bytes, mi_load_progress)
5283         (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
5284         * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
5285         Use ui_out_emit_tuple.
5286         * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
5287         ui_out_emit_tuple.
5288         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
5289         (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
5290         * linux-thread-db.c (info_auto_load_libthread_db): Use
5291         ui_out_emit_tuple.
5292         * inferior.c (print_inferior): Use ui_out_emit_tuple.
5293         * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
5294         * disasm.c (do_mixed_source_and_assembly_deprecated)
5295         (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
5296         * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
5297         * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
5298         * breakpoint.c (print_one_breakpoint_location)
5299         (print_one_breakpoint): Use ui_out_emit_tuple.
5300         * auto-load.c (print_script, info_auto_load_cmd): Use
5301         ui_out_emit_tuple.
5302         * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
5303
5304 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
5305
5306         * thread.c (print_thread_info_1): Remove dead code.
5307
5308 2017-04-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5309
5310         * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
5311         GDB_SELF_TEST.
5312         * arm-tdep.c (selftests::arm_record_test): Likewise.
5313
5314 2017-04-21  Yao Qi  <yao.qi@linaro.org>
5315
5316         * regcache.c (regcache_restore): Remove argument 2.  Replace
5317         argument 3 with regcache.  Get register status from
5318         src->register_status and get register contents from
5319         register_buffer (src, regnum).
5320         (regcache_cpy): Update.
5321
5322 2017-04-19  Pedro Alves  <palves@redhat.com>
5323
5324         * gdbthread.h (thread): Add missing closing parenthesis in
5325         comment.
5326
5327 2017-04-19  Pedro Alves  <palves@redhat.com>
5328
5329         * common/refcounted-object.h: New file.
5330         * gdbthread.h: Include "common/refcounted-object.h".
5331         (thread_info): Inherit from refcounted_object and add comments.
5332         (thread_info::incref, thread_info::decref)
5333         (thread_info::m_refcount): Delete.
5334         (thread_info::deletable): Use the refcounted_object::refcount()
5335         method.
5336         * inferior.c (current_inferior_): Add comment.
5337         (set_current_inferior): Increment/decrement refcounts.
5338         (prune_inferiors, remove_inferior_command): Skip inferiors marked
5339         not-deletable instead of comparing with the current inferior.
5340         (initialize_inferiors): Increment the initial inferior's refcount.
5341         * inferior.h (struct inferior): Forward declare.
5342         Include "common/refcounted-object.h".
5343         (current_inferior, set_current_inferior): Move declaration to
5344         before struct inferior's definition, and fix comment.
5345         (inferior): Inherit from refcounted_object.  Add comments.
5346         * thread.c (switch_to_thread_no_regs): Reference the thread's
5347         inferior pointer directly instead of doing a ptid lookup.
5348         (switch_to_no_thread): New function.
5349         (switch_to_thread(thread_info *)): New function, factored out
5350         from ...
5351         (switch_to_thread(ptid_t)): ... this.
5352         (restore_current_thread): Delete.
5353         (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
5354         fields, and add 'inf' field.
5355         (do_restore_current_thread_cleanup): Check whether old->inf is
5356         alive instead of looking up an inferior by ptid.  Use
5357         switch_to_thread and switch_to_no_thread.
5358         (restore_current_thread_cleanup_dtor): Use old->inf directly
5359         instead of lookup up an inferior by id.  Decref the inferior.
5360         Don't restore 'removable'.
5361         (make_cleanup_restore_current_thread): Same the inferior pointer
5362         in old, instead of the inferior number.  Incref the inferior.
5363         Don't save/clear 'removable'.
5364
5365 2017-04-19  Pedro Alves  <palves@redhat.com>
5366
5367         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5368         unittests/scoped_restore-selftests.c.
5369         (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
5370         * common/scoped_restore.h (scoped_restore_base): Make "class".
5371         (scoped_restore_base::release): New public method.
5372         (scoped_restore_base::scoped_restore_base): New protected ctor.
5373         (scoped_restore_base::m_saved_var): New protected field.
5374         (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
5375         scoped_restore_base base class instead of m_saved_var directly.
5376         (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
5377         (scoped_restore_tmpl::scoped_restore_tmpl(const
5378         scoped_restore_tmpl<T>&)): Likewise.
5379         (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
5380         method.
5381         (scoped_restore_tmpl::saved_var): New method.
5382         (scoped_restore_tmpl::m_saved_var): Delete.
5383         * inferior.h (inferior::detaching): Now a bool.
5384         * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
5385         cleanup.
5386         * unittests/scoped_restore-selftests.c: New file.
5387
5388 2017-04-19  Pedro Alves  <palves@redhat.com>
5389
5390         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
5391         Re-sort in alphabetic order.
5392
5393 2017-04-18  Pedro Alves  <palves@redhat.com>
5394
5395         * xml-support.c (obstack_xml_printf): Delete.
5396         * xml-support.h (obstack_xml_printf): Delete.
5397
5398 2017-04-18  Pedro Alves  <palves@redhat.com>
5399
5400         * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
5401         vdebug, verror, body_text, start_element, end_element, name,
5402         user_data, set_is_xinclude, set_error, expat_parser>: New methods.
5403         <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
5404         is_xinclude>: Make private and add m_ prefix.
5405         (gdb_xml_parser::body_text): New method, based on ...
5406         (gdb_xml_body_text): ... this.  Adjust.
5407         (gdb_xml_parser::vdebug): New method, based on ...
5408         (gdb_xml_debug): ... this.  Adjust.
5409         (gdb_xml_parser::verror): New method, based on ...
5410         (gdb_xml_error): ... this.  Adjust.
5411         (gdb_xml_parser::start_element): New method, based on ...
5412         (gdb_xml_start_element): ... this.  Adjust.
5413         (gdb_xml_start_element_wrapper): Defer to
5414         gdb_xml_parser::start_element and gdb_xml_parser::set_error.
5415         (gdb_xml_parser::end_element): New method, based on ...
5416         (gdb_xml_end_element_wrapper): ... this.  Adjust.
5417         (gdb_xml_parser::~gdb_xml_parser): Adjust.
5418         (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
5419         (gdb_xml_parser::use_dtd): New method, based on ...
5420         (gdb_xml_use_dtd): ... this.  Adjust.
5421         (gdb_xml_parser::parse): New method, based on ...
5422         (gdb_xml_parse): ... this.  Adjust.
5423         (gdb_xml_parse_quick): Adjust to call the parser's parse method.
5424         (xinclude_start_include): Adjust to call the parser's name method.
5425         (xml_xinclude_default, xml_xinclude_start_doctype)
5426         (xml_xinclude_end_doctype): Adjust to call the parser's user_data
5427         method.
5428         (xml_process_xincludes): Adjust to call parser methods.
5429         * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
5430         declarations.
5431
5432 2017-04-18  Pedro Alves  <palves@redhat.com>
5433
5434         * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
5435         gdb::optional<std::string>.
5436         * xml-support.c: Include <string>.
5437         (scope_level::scope_level(scope_level &&))
5438         (scope_level::~scope_level): Delete.
5439         (scope_level::body): Now a std::string.
5440         (gdb_xml_body_text, gdb_xml_end_element): Adjust.
5441         (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
5442         parameter.
5443         (xinclude_parsing_data::~xinclude_parsing_data): Delete.
5444         (xinclude_parsing_data::output): Now a std::string reference.
5445         (xinclude_start_include): Adjust.
5446         (xml_xinclude_default): Adjust.
5447         (xml_process_xincludes): Add 'output' parameter, and return bool.
5448         * xml-support.h (xml_process_xincludes): Add 'output' parameter,
5449         and return bool.
5450         * xml-tdesc.c: Include <unordered_map> and <string>.
5451         (tdesc_xml_cache): Delete.
5452         (tdesc_xml_cache_s): Delete.
5453         (xml_cache): Now an std::unordered_map.
5454         (tdesc_parse_xml): Adjust to use std::string and unordered_map.
5455         (target_fetch_description_xml): Change return type to
5456         gdb::optional<std::string>, and adjust.
5457         * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
5458         (target_fetch_description_xml): Change return type to
5459         gdb::optional<std::string>.
5460
5461 2017-04-18  Pedro Alves  <palves@redhat.com>
5462
5463         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5464         unittests/optional-selftests.c.
5465         (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
5466         * unittests/optional-selftests.c: New file.
5467         * unittests/optional/assignment/1.cc: New file.
5468         * unittests/optional/assignment/2.cc: New file.
5469         * unittests/optional/assignment/3.cc: New file.
5470         * unittests/optional/assignment/4.cc: New file.
5471         * unittests/optional/assignment/5.cc: New file.
5472         * unittests/optional/assignment/6.cc: New file.
5473         * unittests/optional/assignment/7.cc: New file.
5474         * unittests/optional/cons/copy.cc: New file.
5475         * unittests/optional/cons/default.cc: New file.
5476         * unittests/optional/cons/move.cc: New file.
5477         * unittests/optional/cons/value.cc: New file.
5478         * unittests/optional/in_place.cc: New file.
5479         * unittests/optional/observers/1.cc: New file.
5480         * unittests/optional/observers/2.cc: New file.
5481
5482 2017-04-18  Pedro Alves  <palves@redhat.com>
5483
5484         * common/gdb_optional.h: Include common/traits.h.
5485         (in_place_t): New type.
5486         (in_place): New constexpr variable.
5487         (optional::optional): Remove member initialization of
5488         m_instantiated.
5489         (optional::optional(in_place_t...)): New constructor.
5490         (optional::~optional): Use reset.
5491         (optional::optional(const optional&)): New.
5492         (optional::optional(const optional&&)): New.
5493         (optional::optional(T &)): New.
5494         (optional::optional(T &&)): New.
5495         (operator::operator=(const optional &)): New.
5496         (operator::operator=(optional &&)): New.
5497         (operator::operator= (const T &))
5498         (operator::operator= (T &&))
5499         (operator::emplace (Args &&... args)): Return a T&.  Use reset.
5500         (operator::reset): New.
5501         (operator::m_instantiated):: Add in-class initializer.
5502         * common/traits.h: Include <type_traits>.
5503         (struct And): New types.
5504
5505 2017-04-18  Pedro Alves  <palves@redhat.com>
5506
5507         * xml-support.c: Include <vector>.
5508         (scope_level::scope_level(const gdb_xml_element *))
5509         (scope_level::scope_level(scope_level&&)): New.
5510         (scope_level::~scope_level): New.
5511         (scope_level_s): Delete.
5512         (gdb_xml_parser::scopes): Now a std::vector.
5513         (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
5514         Use std::vector.
5515         (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
5516         scope cleanup code.
5517         (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
5518         of the scopes member.  Use std::vector::emplace_back.
5519
5520 2017-04-18  Pedro Alves  <palves@redhat.com>
5521
5522         * xml-support.c (gdb_xml_parser): Add ctor/dtor.  Make is_xinclude
5523         a bool.
5524         (gdb_xml_end_element): Change type of first parameter.
5525         (gdb_xml_cleanup): Rename to ...
5526         (gdb_xml_parser::~gdb_xml_parser): ... this.
5527         (gdb_xml_create_parser_and_cleanup): Delete with ...
5528         (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
5529         to this new ctor.
5530         (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
5531         using gdb_xml_create_parser_and_cleanup.
5532         (xinclude_parsing_data): Add ctor/dtor.
5533         (xml_xinclude_cleanup): Delete.
5534         (xml_process_xincludes): Create a local xinclude_parsing_data
5535         instead of heap-allocating one.  Create a local gdb_xml_parser
5536         instead of heap-allocating one with
5537         gdb_xml_create_parser_and_cleanup.
5538
5539 2017-04-18  John Baldwin  <jhb@FreeBSD.org>
5540
5541         PR threads/20743
5542         * fbsd-nat.c (resume_one_thread_cb): Remove.
5543         (resume_all_threads_cb): Remove.
5544         (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
5545         iterate_over_threads.
5546
5547 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
5548
5549         * NEWS: Create a new section for the next release branch.
5550         Rename the section of the current branch, now that it has
5551         been cut.
5552
5553 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
5554
5555         GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
5556         * version.in: Bump version to 8.0.50.DATE-git.
5557
5558 2017-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
5559
5560         PR gdb/21385
5561         * windows-nat.c (windows_create_inferior): Declare 'allargs'
5562         independently of the host, and fix build breakage on Cygwin.
5563
5564 2017-04-13  Pedro Alves  <palves@redhat.com>
5565
5566         * inferior.c (free_inferior): Convert to ...
5567         (inferior::~inferior): ... this dtor.
5568         (inferior::inferior): New ctor, factored out from ...
5569         (add_inferior_silent): ... here.  Allocate the inferior with a new
5570         expression.
5571         (delete_inferior): Call delete instead of free_inferior.
5572         * inferior.h (gdb_environ, continuation): Forward declare.
5573         (inferior): Now a class.  Add in-class initialization to all
5574         members.  Make boolean fields bool, except 'detaching'.
5575         (inferior::inferior): New explicit ctor.
5576         (inferior::~inferior): New.
5577
5578 2017-04-13  Pedro Alves  <palves@redhat.com>
5579
5580         * inferior.c (init_inferior_list): Delete.
5581         * inferior.h (init_inferior_list): Delete.
5582
5583 2017-04-13  Pedro Alves  <palves@redhat.com>
5584
5585         PR threads/13217
5586         * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
5587         (top level): Call it twice, with different thread sets.
5588
5589 2017-04-13  Pedro Alves  <palves@redhat.com>
5590
5591         * thread.c: Include <algorithm>.
5592         (thread_array_cleanup): Delete.
5593         (scoped_inc_dec_ref): New class.
5594         (live_threads_count): New function.
5595         (set_thread_refcount): Delete.
5596         (tp_array_compar_ascending): Now a bool.
5597         (tp_array_compar): Convert to a std::sort comparison function.
5598         (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
5599         and live_threads_count.
5600
5601 2017-04-13  Pedro Alves  <palves@redhat.com>
5602
5603         * infrun.c (follow_fork_inferior): Also switch the current
5604         inferior.
5605
5606 2017-04-13  Pedro Alves  <palves@redhat.com>
5607
5608         * breakpoint.c (watch_command_1): Save watchpoint-frame info
5609         before calling create_internal_breakpoint.
5610
5611 2017-04-13  Pedro Alves  <palves@redhat.com>
5612
5613         * fork-child.c (execv_argv): New class.
5614         (breakup_args): Refactored as ...
5615         (execv_argv::init_for_no_shell): .. this method of execv_argv.
5616         Copy arguments to storage and replace separators with NULL
5617         terminators in place.
5618         (escape_bang_in_quoted_argument): Adjust to return bool.
5619         (execv_argv::execv_argv): New ctor.
5620         (execv_argv::init_for_shell): New method, factored out from
5621         fork_inferior.  Don't strdup strings into the vector.
5622         (fork_inferior): Eliminate "shell" local and use execv_argv.  Use
5623         Remove free_vector_argv call.
5624
5625 2017-04-13  Yao Qi  <yao.qi@linaro.org>
5626
5627         * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
5628         tdep->rx_psw_type.
5629
5630 2017-04-13  Yao Qi  <yao.qi@linaro.org>
5631
5632         * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
5633         * rx-tdep.c (rx_gdbarch_init): Likewise.
5634
5635 2017-04-13  Pedro Alves  <palves@redhat.com>
5636
5637         * breakpoint.h (struct breakpoint): Reindent.
5638
5639 2017-04-13  Pedro Alves  <palves@redhat.com>
5640
5641         * breakpoint.c (bp_location): Rename to ...
5642         (bp_locations): ... this.  All references updated.
5643         (bp_location_count): Rename to ...
5644         (bp_locations_count): ... this.  All references updated.
5645         (bp_location_placed_address_before_address_max): Rename to ...
5646         (bp_locations_placed_address_before_address_max): ... this.  All
5647         references updated.
5648         (bp_location_shadow_len_after_address_max): Rename to ...
5649         (bp_locations_shadow_len_after_address_max): ... this.  All
5650         references updated.
5651         (bp_location_compare_addrs): Rename to ...
5652         (bp_locations_compare_addrs): ... this.  All references updated.
5653         (bp_location_compare):Rename to ...
5654         (bp_locations_compare): ... this.  All references updated.
5655         (bp_location_target_extensions_update): Rename to ...
5656         (bp_locations_target_extensions_update): ... this.  All references
5657         updated.
5658
5659 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5660
5661         * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
5662         * common/common.m4: Check headers 'termios.h', 'termio.h' and
5663         'sgtty.h'.
5664         * common/gdb_termios.h: New file, with parts of "terminal.h".
5665         * inflow.c: Include "gdb_termios.h".
5666         * ser-unix.c: Include "gdb_termios.h".
5667         * terminal.h: Move terminal-related defines to
5668         "common/gdb_termios.h".
5669
5670 2017-04-12  Tom Tromey  <tom@tromey.com>
5671
5672         * probe.c (parse_probes): Update.
5673         * location.h (delete_event_location): Don't declare.
5674         (event_location_deleter::operator()): Update.
5675         * location.c (event_location_deleter::operator()): Rename from
5676         delete_event_location.
5677         * linespec.h (linespec_result) <location>: Change type to
5678         event_location_up.
5679         * linespec.c (canonicalize_linespec, event_location_to_sals)
5680         (decode_objc): Update.
5681         (linespec_result): Don't call delete_event_location.
5682         * breakpoint.c (create_breakpoints_sal)
5683         (bkpt_probe_create_sals_from_location)
5684         (strace_marker_create_sals_from_location): Update.
5685
5686 2017-04-12  Tom Tromey  <tom@tromey.com>
5687
5688         * linespec.h (struct linespec_result): Add constructor and
5689         destructor.
5690         (init_linespec_result, destroy_linespec_result)
5691         (make_cleanup_destroy_linespec_result): Don't declare.
5692         * linespec.c (init_linespec_result): Remove.
5693         (linespec_result::~linespec_result): Rename from
5694         destroy_linespec_result.  Update.
5695         (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
5696         Remove.
5697         * breakpoint.c (create_breakpoint, break_range_command)
5698         (decode_location_default): Update.
5699         * ax-gdb.c (agent_command_1): Update.
5700
5701 2017-04-12  Tom Tromey  <tom@tromey.com>
5702
5703         * remote.c (remote_download_tracepoint): Update.
5704         * python/py-breakpoint.c (bppy_get_location): Update.
5705         * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
5706         (gdbscm_breakpoint_location): Update.
5707         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
5708         * breakpoint.h (struct breakpoint) <location, location_range_end>:
5709         Change type to event_location_up.
5710         * breakpoint.c (create_overlay_event_breakpoint)
5711         (create_longjmp_master_breakpoint)
5712         (create_std_terminate_master_breakpoint)
5713         (create_exception_master_breakpoint)
5714         (breakpoint_event_location_empty_p, print_breakpoint_location)
5715         (print_one_breakpoint_location, create_thread_event_breakpoint)
5716         (init_breakpoint_sal, create_breakpoint)
5717         (print_recreate_ranged_breakpoint, break_range_command)
5718         (init_ada_exception_breakpoint, say_where): Update.
5719         (base_breakpoint_dtor): Don't call delete_event_location.
5720         (bkpt_print_recreate, tracepoint_print_recreate)
5721         (dprintf_print_recreate, update_static_tracepoint)
5722         (breakpoint_re_set_default): Update.
5723
5724 2017-04-12  Tom Tromey  <tom@tromey.com>
5725
5726         * compile/compile-loc2c.c (compute_stack_depth_worker): Change
5727         type of "to_do".  Update.
5728         (compute_stack_depth): Use std::vector.
5729
5730 2017-04-12  Tom Tromey  <tom@tromey.com>
5731
5732         * printcmd.c (find_instruction_backward): Use std::vector.
5733
5734 2017-04-12  Tom Tromey  <tom@tromey.com>
5735
5736         * symfile.c (objfilep): Remove typedef.
5737         (reread_symbols): Use a std::vector.
5738
5739 2017-04-12  Tom Tromey  <tom@tromey.com>
5740
5741         * mi/mi-main.c (exec_direction_forward): Remove.
5742         (exec_reverse_continue, mi_execute_command): Use scoped_restore.
5743         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
5744         scoped_restore.
5745         * guile/guile.c (guile_repl_command, guile_command)
5746         (gdbscm_execute_gdb_command): Use scoped_restore.
5747         * go-exp.y (go_parse): Use scoped_restore.
5748         * d-exp.y (d_parse): Use scoped_restore.
5749         * cli/cli-decode.c (cmd_func): Use scoped_restore.
5750         * c-exp.y (c_parse): Use scoped_restore.
5751
5752 2017-04-12  Tom Tromey  <tom@tromey.com>
5753
5754         * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
5755         (mi_parse): Update return type.
5756         (mi_parse_free): Remove.
5757         * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
5758         (mi_parse::~mi_parse): Rename from mi_parse_free.
5759         (mi_parse_cleanup): Remove.
5760         (mi_parse): Return a unique_ptr.  Use new.
5761         * mi/mi-main.c (mi_execute_command): Update.
5762
5763 2017-04-12  Tom Tromey  <tom@tromey.com>
5764
5765         * location.c (explicit_location_lex_one): Return a
5766         unique_xmalloc_ptr.
5767         (string_to_explicit_location): Update.  Remove cleanups.
5768
5769 2017-04-12  Tom Tromey  <tom@tromey.com>
5770
5771         * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
5772         (compare_value_and_voffset): Change type.  Update.
5773         (compute_vtable_size): Change type of "offset_vec".
5774         (gnuv3_print_vtable): Use std::vector.  Remove cleanups.
5775         (gnuv3_get_typeid): Remove extraneous declaration.
5776
5777 2017-04-12  Tom Tromey  <tom@tromey.com>
5778
5779         * charset.h (wchar_iterator): Fix comment.
5780
5781 2017-04-12  Tom Tromey  <tom@tromey.com>
5782
5783         * charset.c (iconv_wrapper): New class.
5784         (cleanup_iconv): Remove.
5785         (convert_between_encodings): Use it.
5786
5787 2017-04-12  Tom Tromey  <tom@tromey.com>
5788
5789         * symfile.h (increment_reading_symtab): Update type.
5790         * symfile.c (decrement_reading_symtab): Remove.
5791         (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
5792         * psymtab.c (psymtab_to_symtab): Update.
5793         * dwarf2read.c (dw2_instantiate_symtab): Update.
5794
5795 2017-04-12  Tom Tromey  <tom@tromey.com>
5796
5797         * jit.c (struct jit_reader): Declare separately.  Add constructor
5798         and destructor.  Change type of "handle".
5799         (loaded_jit_reader): Define separately.
5800         (jit_reader_load): Update.  New "new".
5801         (jit_reader_unload_command): Use "delete".
5802         * gdb-dlfcn.h (struct dlclose_deleter): New.
5803         (gdb_dlhandle_up): New typedef.
5804         (gdb_dlopen, gdb_dlsym): Update types.
5805         (gdb_dlclose): Remove.
5806         * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
5807         (gdb_dlsym): Change type of "handle".
5808         (make_cleanup_dlclose): Remove.
5809         (dlclose_deleter::operator()): Rename from gdb_dlclose.
5810         * compile/compile-c-support.c (load_libcc): Update.
5811
5812 2017-04-12  Tom Tromey  <tom@tromey.com>
5813
5814         * symtab.h (find_pcs_for_symtab_line): Change return type.
5815         * symtab.c (find_pcs_for_symtab_line): Change return type.
5816         * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
5817         type of "vec".  Update.
5818         (ltpy_get_pcs_for_line): Update.
5819         * linespec.c (decode_digits_ordinary): Update.
5820
5821 2017-04-12  Tom Tromey  <tom@tromey.com>
5822
5823         * tracepoint.c (actions_command): Update.
5824         * python/python.c (python_command, python_interactive_command):
5825         Update.
5826         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
5827         * guile/guile.c (guile_command): Update.
5828         * defs.h (read_command_lines, read_command_lines_1): Return
5829         command_line_up.
5830         (command_lines_deleter): New struct.
5831         (command_line_up): New typedef.
5832         * compile/compile.c (compile_code_command)
5833         (compile_print_command): Update.
5834         * cli/cli-script.h (get_command_line, copy_command_lines): Return
5835         command_line_up.
5836         (make_cleanup_free_command_lines): Remove.
5837         * cli/cli-script.c (get_command_line, read_command_lines_1)
5838         (copy_command_lines): Return command_line_up.
5839         (while_command, if_command, read_command_lines, define_command)
5840         (document_command): Update.
5841         (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
5842         Remove.
5843         * breakpoint.h (breakpoint_set_commands): Change type of
5844         "commands".
5845         * breakpoint.c (breakpoint_set_commands): Change type of
5846         "commands".  Update.
5847         (do_map_commands_command, update_dprintf_command_list)
5848         (create_tracepoint_from_upload): Update.
5849
5850 2017-04-12  Tom Tromey  <tom@tromey.com>
5851
5852         * tracepoint.c (scope_info): Update.
5853         * spu-tdep.c (spu_catch_start): Update.
5854         * python/python.c (gdbpy_decode_line): Update.
5855         * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
5856         * python/py-breakpoint.c (bppy_init): Update.
5857         * probe.c (parse_probes): Update.
5858         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
5859         * location.h (event_location_deleter): New struct.
5860         (event_location_up): New typedef.
5861         (new_linespec_location, new_address_location, new_probe_location)
5862         (new_explicit_location, copy_event_location)
5863         (string_to_event_location, string_to_event_location_basic)
5864         (string_to_explicit_location): Update return type.
5865         (make_cleanup_delete_event_location): Remove.
5866         * location.c (new_linespec_location, new_address_location)
5867         (new_probe_location, new_explicit_location, copy_event_location):
5868         Return event_location_up.
5869         (delete_event_location_cleanup)
5870         (make_cleanup_delete_event_location): Remove.
5871         (string_to_explicit_location, string_to_event_location_basic)
5872         (string_to_event_location): Return event_location_up.
5873         * linespec.c (canonicalize_linespec, event_location_to_sals)
5874         (decode_line_with_current_source)
5875         (decode_line_with_last_displayed, decode_objc): Update.
5876         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
5877         * completer.c (location_completer): Update.
5878         * cli/cli-cmds.c (edit_command, list_command): Update.
5879         * breakpoint.c (create_overlay_event_breakpoint)
5880         (create_longjmp_master_breakpoint)
5881         (create_std_terminate_master_breakpoint)
5882         (create_exception_master_breakpoint)
5883         (create_thread_event_breakpoint): Update.
5884         (init_breakpoint_sal): Update.  Remove some dead code.
5885         (create_breakpoint_sal): Change type of "location".  Update.
5886         (create_breakpoints_sal, create_breakpoint, break_command_1)
5887         (dprintf_command, break_range_command, until_break_command)
5888         (init_ada_exception_breakpoint)
5889         (strace_marker_create_sals_from_location)
5890         (update_static_tracepoint, trace_command, ftrace_command)
5891         (strace_command, create_tracepoint_from_upload): Update.
5892         * break-catch-throw.c (re_set_exception_catchpoint): Update.
5893         * ax-gdb.c (agent_command_1): Update.
5894
5895 2017-04-12  Pedro Alves  <palves@redhat.com>
5896
5897         * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
5898         * configure.tgt: Handle i[34567]86-*-go32* and
5899         i[34567]86-*-msdosdjgpp*.
5900         * i386-tdep.c (i386_svr4_reg_to_regnum):
5901         Make extern.
5902         (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
5903         i386-go32-tdep.c.
5904         (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
5905         * i386-go32-tdep.c: New file.
5906         * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
5907         declarations.
5908
5909 2017-04-12  Simon Marchi  <simon.marchi@ericsson.com>
5910
5911         * aix-thread.c (pd_status2str): Change return type to const char *.
5912
5913 2017-04-12  Pedro Alves  <palves@redhat.com>
5914
5915         * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
5916         calls to set_gdbarch_gnu_triplet_regexp.
5917
5918 2017-04-12  Pedro Alves  <palves@redhat.com>
5919
5920         PR gdb/21323
5921         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
5922         New enum value.
5923         (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
5924         * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
5925         * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
5926         * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
5927         * gdbarch.h, gdbarch.c: Regenerate.
5928         * aarch64-tdep.c (aarch64_gdbarch_init): Override
5929         gdbarch_wchar_bit and gdbarch_wchar_signed.
5930         * alpha-tdep.c (alpha_gdbarch_init): Likewise.
5931         * arm-tdep.c (arm_gdbarch_init): Likewise.
5932         * avr-tdep.c (avr_gdbarch_init): Likewise.
5933         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5934         * i386-nto-tdep.c (i386nto_init_abi): Likewise.
5935         * i386-tdep.c (i386_go32_init_abi): Likewise.
5936         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
5937         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
5938         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
5939         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
5940         * sh-tdep.c (sh_gdbarch_init): Likewise.
5941         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
5942         * sparc64-tdep.c (sparc64_init_abi): Likewise.
5943         * windows-tdep.c (windows_init_abi): Likewise.
5944         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5945
5946 2017-04-12  Pedro Alves  <palves@redhat.com>
5947
5948         PR c++/21323
5949         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
5950         cplus_primitive_type_char32_t>: New enum values.
5951         (cplus_language_arch_info): Register cplus_primitive_type_char16_t
5952         and cplus_primitive_type_char32_t.
5953         * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
5954         32, use the archtecture's built-in type for char16_t and char32_t,
5955         respectively.  Otherwise, fallback to init_integer_type as before,
5956         but make the type unsigned, and issue a complaint.
5957         * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
5958
5959 2017-04-12  Alan Hayward  <alan.hayward@arm.com>
5960
5961         * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
5962         (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
5963
5964 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5965
5966         * windows-nat.c (windows_create_inferior): Declare 'toexec' as
5967         'const char *'.
5968
5969 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5970
5971         * common/common-utils.c (free_vector_argv): New function.
5972         * common/common-utils.h: Include <vector>.
5973         (free_vector_argv): New prototype.
5974         * darwin-nat.c (darwin_create_inferior): Rewrite function
5975         prototype in order to constify "exec_file" and accept a
5976         "std::string" for "allargs".
5977         * fork-child.c: Include <vector>.
5978         (breakup_args): Rewrite function, using C++.
5979         (fork_inferior): Rewrite function header, constify "exec_file_arg"
5980         and accept "std::string" for "allargs".  Update the code to
5981         calculate "argv" based on "allargs".  Update calls to "exec_fun"
5982         and "execvp".
5983         * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
5984         order to constify "exec_file" and accept a "std::string" for
5985         "allargs".
5986         * go32-nat.c (go32_create_inferior): Likewise.
5987         * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
5988         * infcmd.c (run_command_1): Constify "exec_file".  Use
5989         "std::string" for inferior arguments.
5990         * inferior.h (fork_inferior): Update prototype.
5991         * linux-nat.c (linux_nat_create_inferior): Rewrite function
5992         prototype in order to constify "exec_file" and accept a
5993         "std::string" for "allargs".
5994         * nto-procfs.c (procfs_create_inferior): Likewise.
5995         * procfs.c (procfs_create_inferior): Likewise.
5996         * remote-sim.c (gdbsim_create_inferior): Likewise.
5997         * remote.c (extended_remote_run): Update code to accept
5998         "std::string" as argument.
5999         (extended_remote_create_inferior): Rewrite function prototype in
6000         order to constify "exec_file" and accept a "std::string" for
6001         "allargs".
6002         * rs6000-nat.c (super_create_inferior): Likewise.
6003         (rs6000_create_inferior): Likewise.
6004         * target.h (struct target_ops) <to_create_inferior>: Likewise.
6005         * windows-nat.c (windows_create_inferior): Likewise.
6006
6007 2017-04-11  Pedro Alves  <palves@redhat.com>
6008
6009         * thread.c: Fix whitespace throughout.
6010
6011 2017-04-11  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6012
6013         * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
6014
6015 2017-04-11  Alan Hayward  <alan.hayward@arm.com>
6016
6017         * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
6018
6019 2017-04-10  Sergio Durigan Junior  <sergiodj@redhat.com>
6020
6021         PR gdb/21364
6022         * osdata.c (info_osdata): Check if 'type' is an empty string
6023         instead of NULL.
6024
6025 2017-04-10  Pedro Alves  <palves@redhat.com>
6026
6027         * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
6028         (ptid_to_global_thread_id, in_thread_list)
6029         (do_captured_list_thread_ids, set_resumed, set_running)
6030         (set_executing, set_stop_requested, finish_thread_state)
6031         (validate_registers_access, can_access_registers_ptid)
6032         (print_thread_info_1, switch_to_thread)
6033         (do_restore_current_thread_cleanup)
6034         (make_cleanup_restore_current_thread, thread_command)
6035         (thread_name_command): Use operator== instead of ptid_equal.
6036
6037 2017-04-10  Pedro Alves  <palves@redhat.com>
6038
6039         * thread.c (struct current_thread_cleanup) <next>: Delete field.
6040         (current_thread_cleanup_chain): Delete.
6041         (restore_current_thread_cleanup_dtor)
6042         (make_cleanup_restore_current_thread): Remove references to
6043         current_thread_cleanup_chain.
6044
6045 2017-04-10  Alan Hayward  <alan.hayward@arm.com>
6046
6047         * msp430-tdep.c (msp430_pseudo_register_read): Never return
6048         REG_UNKNOWN.
6049
6050 2017-04-10  Yao Qi  <yao.qi@linaro.org>
6051
6052         PR gdb/19942
6053         * gdbthread.h (thread_info::deletable): New method.
6054         (thread_info::incref): New method.
6055         (thread_info::decref): New method.
6056         (thread_info::refcount): Move it to private.
6057         * infrun.c (save_stop_context): Call inc_refcount.
6058         (release_stop_context_cleanup): Likewise.
6059         * thread.c (set_thread_exited): New function.
6060         (init_thread_list): Delete "tp" only it is deletable, otherwise
6061         call set_thread_exited.
6062         (delete_thread_1): Call set_thread_exited.
6063         (current_thread_cleanup) <inferior_pid>: Remove.
6064         <thread>: New field.
6065         (restore_current_thread_ptid_changed): Removed.
6066         (do_restore_current_thread_cleanup): Adjust.
6067         (restore_current_thread_cleanup_dtor): Don't call
6068         find_thread_ptid.
6069         (set_thread_refcount): Use dec_refcount.
6070         (make_cleanup_restore_current_thread): Adjust.
6071         (thread_apply_all_command): Call inc_refcount.
6072         (_initialize_thread): Don't call
6073         observer_attach_thread_ptid_changed.
6074
6075 2017-04-10  Yao Qi  <yao.qi@linaro.org>
6076
6077         * thread.c (delete_thread_1): Hoist code on marking thread as
6078         exited.
6079
6080 2017-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
6081
6082         * windows-nat.c (windows_detach): Initialize ptid with
6083         minus_one_ptid.
6084
6085 2017-04-07  Simon Marchi  <simon.marchi@ericsson.com>
6086
6087         * unittests/ptid-selftests.c: Fix erroneous assert messages.
6088
6089 2017-04-07  Alan Hayward  <alan.hayward@arm.com>
6090
6091         * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
6092         (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
6093         (bfin_pseudo_register_write): Likewise
6094
6095 2017-04-06  Simon Marchi  <simon.marchi@ericsson.com>
6096
6097         * common/ptid.h (struct ptid): Change to...
6098         (class ptid_t): ... this.
6099         <ptid_t>: New constructors.
6100         <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
6101         matches>: New methods.
6102         <make_null, make_minus_one>: New static methods.
6103         <pid>: Rename to...
6104         <m_pid>: ...this.
6105         <lwp>: Rename to...
6106         <m_lwp>: ...this.
6107         <tid>: Rename to...
6108         <m_tid>: ...this.
6109         (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
6110         ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
6111         as references, move comment to class ptid_t.
6112         * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
6113         ptid_t static methods.
6114         (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
6115         ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
6116         Take ptid arguments as references, implement using ptid_t methods.
6117         * unittests/ptid-selftests.c: New file.
6118         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6119         unittests/ptid-selftests.c.
6120         (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
6121
6122 2017-04-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6123
6124         * python/python.c (python_run_simple_file): Cast mode literal to
6125         non-const char pointer as expected by PyFile_FromString.
6126
6127 2017-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6128
6129         * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
6130         minus_one_ptid and null_ptid.
6131
6132 2017-04-05  Pedro Alves  <palves@redhat.com>
6133
6134         * warning.m4 (build_warnings): Remove -Wno-write-strings.
6135         * configure: Regenerate.
6136
6137 2017-04-05  Pedro Alves  <palves@redhat.com>
6138
6139         * ada-exp.y (yyerror): Constify.
6140         * ada-lang.c (bound_name, get_selections)
6141         (ada_variant_discrim_type)
6142         (ada_variant_discrim_name, ada_value_struct_elt)
6143         (ada_lookup_struct_elt_type, is_unchecked_variant)
6144         (ada_which_variant_applies, standard_exc, ada_get_next_arg)
6145         (catch_ada_exception_command_split)
6146         (catch_ada_assert_command_split, catch_assert_command)
6147         (ada_op_name): Constify.
6148         * ada-lang.h (ada_yyerror, get_selections)
6149         (ada_variant_discrim_name, ada_value_struct_elt): Constify.
6150         * arc-tdep.c (arc_print_frame_cache): Constify.
6151         * arm-tdep.c (arm_skip_stub): Constify.
6152         * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
6153         (gen_aggregate_elt_ref): Constify.
6154         * bcache.c (print_bcache_statistics): Constify.
6155         * bcache.h (print_bcache_statistics): Constify.
6156         * break-catch-throw.c (catch_exception_command_1):
6157         * breakpoint.c (struct ep_type_description::description):
6158         Constify.
6159         (add_solib_catchpoint): Constify.
6160         (catch_fork_command_1): Add cast.
6161         (add_catch_command): Constify.
6162         * breakpoint.h (add_catch_command, add_solib_catchpoint):
6163         Constify.
6164         * bsd-uthread.c (bsd_uthread_state): Constify.
6165         * buildsym.c (patch_subfile_names): Constify.
6166         * buildsym.h (next_symbol_text_func, patch_subfile_names):
6167         Constify.
6168         * c-exp.y (yyerror): Constify.
6169         (token::oper): Constify.
6170         * c-lang.h (c_yyerror, cp_print_class_member): Constify.
6171         * c-varobj.c (cplus_describe_child): Constify.
6172         * charset.c (find_charset_names): Add cast.
6173         (find_charset_names): Constify array and add const_cast.
6174         * cli/cli-cmds.c (complete_command, cd_command): Constify.
6175         (edit_command): Constify.
6176         * cli/cli-decode.c (lookup_cmd): Constify.
6177         * cli/cli-dump.c (dump_memory_command, dump_value_command):
6178         Constify.
6179         (struct dump_context): Constify.
6180         (add_dump_command, restore_command): Constify.
6181         * cli/cli-script.c (get_command_line): Constify.
6182         * cli/cli-script.h (get_command_line): Constify.
6183         * cli/cli-utils.c (check_for_argument): Constify.
6184         * cli/cli-utils.h (check_for_argument): Constify.
6185         * coff-pe-read.c (struct read_pe_section_data): Constify.
6186         * command.h (lookup_cmd): Constify.
6187         * common/print-utils.c (decimal2str): Constify.
6188         * completer.c (gdb_print_filename): Constify.
6189         * corefile.c (set_gnutarget): Constify.
6190         * cp-name-parser.y (yyerror): Constify.
6191         * cp-valprint.c (cp_print_class_member): Constify.
6192         * cris-tdep.c (cris_register_name, crisv32_register_name):
6193         Constify.
6194         * d-exp.y (yyerror): Constify.
6195         (struct token::oper): Constify.
6196         * d-lang.h (d_yyerror): Constify.
6197         * dbxread.c (struct header_file_location::name): Constify.
6198         (add_old_header_file, add_new_header_file, last_function_name)
6199         (dbx_next_symbol_text, add_bincl_to_list)
6200         (find_corresponding_bincl_psymtab, set_namestring)
6201         (find_stab_function_addr, read_dbx_symtab, start_psymtab)
6202         (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
6203         * defs.h (command_line_input, print_address_symbolic)
6204         (deprecated_readline_begin_hook): Constify.
6205         * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
6206         Constify.
6207         * event-top.c (handle_line_of_input): Constify and add cast.
6208         * exceptions.c (catch_errors): Constify.
6209         * exceptions.h (catch_errors): Constify.
6210         * expprint.c (print_subexp_standard, op_string, op_name)
6211         (op_name_standard, dump_raw_expression, dump_raw_expression):
6212         * expression.h (op_name, op_string, dump_raw_expression):
6213         Constify.
6214         * f-exp.y (yyerror): Constify.
6215         (struct token::oper): Constify.
6216         (struct f77_boolean_val::name): Constify.
6217         * f-lang.c (f_word_break_characters): Constify.
6218         * f-lang.h (f_yyerror): Constify.
6219         * fork-child.c (fork_inferior): Add cast.
6220         * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
6221         (new_variant): Constify.
6222         * gdbarch.sh (pstring_ptr, pstring_list): Constify.
6223         * gdbarch.c: Regenerate.
6224         * gdbcore.h (set_gnutarget): Constify.
6225         * go-exp.y (yyerror): Constify.
6226         (token::oper): Constify.
6227         * go-lang.h (go_yyerror): Constify.
6228         * go32-nat.c (go32_sysinfo): Constify.
6229         * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
6230         * guile/scm-cmd.c (cmdscm_function): Constify.
6231         * guile/scm-param.c (pascm_param_value): Constify.
6232         * h8300-tdep.c (h8300_register_name, h8300s_register_name)
6233         (h8300sx_register_name): Constify.
6234         * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
6235         Constify.
6236         * ia64-tdep.c (ia64_register_names): Constify.
6237         * infcmd.c (construct_inferior_arguments): Constify.
6238         (path_command, attach_post_wait): Constify.
6239         * language.c (show_range_command, show_case_command)
6240         (unk_lang_error): Constify.
6241         * language.h (language_defn::la_error)
6242         (language_defn::la_name_of_this): Constify.
6243         * linespec.c (decode_line_2): Constify.
6244         * linux-thread-db.c (thread_db_err_str): Constify.
6245         * lm32-tdep.c (lm32_register_name): Constify.
6246         * m2-exp.y (yyerror): Constify.
6247         * m2-lang.h (m2_yyerror): Constify.
6248         * m32r-tdep.c (m32r_register_names): Constify and make static.
6249         * m68hc11-tdep.c (m68hc11_register_names): Constify.
6250         * m88k-tdep.c (m88k_register_name): Constify.
6251         * macroexp.c (appendmem): Constify.
6252         * mdebugread.c (fdr_name, add_data_symbol, parse_type)
6253         (upgrade_type, parse_external, parse_partial_symbols)
6254         (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
6255         (new_symbol): Constify.
6256         * memattr.c (mem_info_command): Constify.
6257         * mep-tdep.c (register_name_from_keyword): Constify.
6258         * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
6259         Constify.
6260         * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
6261         * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
6262         * mi/mi-main.c (captured_mi_execute_command): Constify and add
6263         cast.
6264         (mi_execute_async_cli_command): Constify.
6265         * mips-tdep.c (mips_register_name): Constify.
6266         * mn10300-tdep.c (register_name, mn10300_generic_register_name)
6267         (am33_register_name, am33_2_register_name)
6268         * moxie-tdep.c (moxie_register_names): Constify.
6269         * nat/linux-osdata.c (osdata_type): Constify fields.
6270         * nto-tdep.c (nto_parse_redirection): Constify.
6271         * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
6272         (lookup_child_selector): Constify.
6273         (objc_methcall::name): Constify.
6274         * objc-lang.h (lookup_objc_class, lookup_child_selector)
6275         (lookup_struct_typedef): Constify.
6276         * objfiles.c (pc_in_section): Constify.
6277         * objfiles.h (pc_in_section): Constify.
6278         * p-exp.y (struct token::oper): Constify.
6279         (yyerror): Constify.
6280         * p-lang.h (pascal_yyerror): Constify.
6281         * parser-defs.h (op_name_standard): Constify.
6282         (op_print::string): Constify.
6283         (exp_descriptor::op_name): Constify.
6284         * printcmd.c (print_address_symbolic): Constify.
6285         * psymtab.c (print_partial_symbols): Constify.
6286         * python/py-breakpoint.c (stop_func): Constify.
6287         (bppy_get_expression): Constify.
6288         * python/py-cmd.c (cmdpy_completer::name): Constify.
6289         (cmdpy_function): Constify.
6290         * python/py-event.c (evpy_add_attribute)
6291         (gdbpy_initialize_event_generic): Constify.
6292         * python/py-event.h (evpy_add_attribute)
6293         (gdbpy_initialize_event_generic): Constify.
6294         * python/py-evts.c (add_new_registry): Constify.
6295         * python/py-finishbreakpoint.c (outofscope_func): Constify.
6296         * python/py-framefilter.c (get_py_iter_from_func): Constify.
6297         * python/py-inferior.c (get_buffer): Add cast.
6298         * python/py-param.c (parm_constant::name): Constify.
6299         * python/py-unwind.c (fprint_frame_id): Constify.
6300         * python/python.c (gdbpy_parameter_value): Constify.
6301         * remote-fileio.c (remote_fio_func_map): Make 'name' const.
6302         * remote.c (memory_packet_config::name): Constify.
6303         (show_packet_config_cmd, remote_write_bytes)
6304         (remote_buffer_add_string):
6305         * reverse.c (exec_reverse_once): Constify.
6306         * rs6000-tdep.c (variant::name, variant::description): Constify.
6307         * rust-exp.y (rustyyerror): Constify.
6308         * rust-lang.c (rust_op_name): Constify.
6309         * rust-lang.h (rustyyerror): Constify.
6310         * serial.h (serial_ops::name): Constify.
6311         * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
6312         (sh_sh3e_register_name, sh_sh2e_register_name)
6313         (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
6314         (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
6315         (sh_sh4_register_name, sh_sh4_nofpu_register_name)
6316         (sh_sh4al_dsp_register_name): Constify.
6317         * sh64-tdep.c (sh64_register_name): Constify.
6318         * solib-darwin.c (lookup_symbol_from_bfd): Constify.
6319         * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
6320         * stabsread.c (patch_block_stabs, read_type_number)
6321         (ref_map::stabs, ref_add, process_reference)
6322         (symbol_reference_defined, define_symbol, define_symbol)
6323         (error_type, read_type, read_member_functions, read_cpp_abbrev)
6324         (read_one_struct_field, read_struct_fields, read_baseclasses)
6325         (read_tilde_fields, read_struct_type, read_array_type)
6326         (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
6327         (read_huge_number, read_range_type, read_args, common_block_start)
6328         (find_name_end): Constify.
6329         * stabsread.h (common_block_start, define_symbol)
6330         (process_one_symbol, symbol_reference_defined, ref_add):
6331         * symfile.c (get_section_index, add_symbol_file_command):
6332         * symfile.h (get_section_index): Constify.
6333         * target-descriptions.c (tdesc_type::name): Constify.
6334         (tdesc_free_type): Add cast.
6335         * target.c (find_default_run_target):
6336         (add_deprecated_target_alias, find_default_run_target)
6337         (target_announce_detach): Constify.
6338         (do_option): Constify.
6339         * target.h (add_deprecated_target_alias): Constify.
6340         * thread.c (print_thread_info_1): Constify.
6341         * top.c (deprecated_readline_begin_hook, command_line_input):
6342         Constify.
6343         (init_main): Add casts.
6344         * top.h (handle_line_of_input): Constify.
6345         * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
6346         * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
6347         (tfind_command): Rename to ...
6348         (tfind_command_1): ... this and constify.
6349         (tfind_command): New function.
6350         (tfind_end_command, tfind_start_command): Adjust.
6351         (encode_source_string): Constify.
6352         * tracepoint.h (encode_source_string): Constify.
6353         * tui/tui-data.c (tui_partial_win_by_name): Constify.
6354         * tui/tui-data.h (tui_partial_win_by_name): Constify.
6355         * tui/tui-source.c (tui_set_source_content_nil): Constify.
6356         * tui/tui-source.h (tui_set_source_content_nil): Constify.
6357         * tui/tui-win.c (parse_scrolling_args): Constify.
6358         * tui/tui-windata.c (tui_erase_data_content): Constify.
6359         * tui/tui-windata.h (tui_erase_data_content): Constify.
6360         * tui/tui-winsource.c (tui_erase_source_content): Constify.
6361         * tui/tui.c (tui_enable): Add cast.
6362         * utils.c (defaulted_query): Constify.
6363         (init_page_info): Add cast.
6364         (puts_debug, subset_compare): Constify.
6365         * utils.h (subset_compare): Constify.
6366         * varobj.c (varobj_format_string): Constify.
6367         * varobj.h (varobj_format_string): Constify.
6368         * vax-tdep.c (vax_register_name): Constify.
6369         * windows-nat.c (windows_detach): Constify.
6370         * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
6371         * xml-support.c (gdb_xml_end_element): Constify.
6372         * xml-tdesc.c (tdesc_start_reg): Constify.
6373         * xstormy16-tdep.c (xstormy16_register_name): Constify.
6374         * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
6375         * xtensa-tdep.h (xtensa_register_t::name): Constify.
6376
6377 2017-04-05  Pedro Alves  <palves@redhat.com>
6378
6379         * proc-api.c (struct trans): Constify.
6380         (procfs_note): Constify.
6381         * proc-events.c (struct trans, syscall_table):
6382         * proc-flags.c (struct trans): Constify.
6383         * proc-utils.h (procfs_note): Constify.
6384         * proc-why.c (struct trans): Constify.
6385         * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
6386         (procfs_detach): Constify.
6387         * sol-thread.c (struct string_map): Constify.
6388         (td_err_string, td_state_string): Constify.
6389
6390 2017-04-05  Pedro Alves  <palves@redhat.com>
6391
6392         * proc-api.c (procfs_filename): Don't initialize
6393         procfs_filename.
6394         (prepare_to_trace): Assume procfs_filename is non-NULL.
6395         (_initialize_proc_api): Give procfs_filename a default value here.
6396
6397 2017-04-05  Pedro Alves  <palves@redhat.com>
6398
6399         * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
6400         'cond_string' parameter.
6401         (extract_exception_regexp): Constify 'string' parameter.
6402         (catch_exception_command_1): Constify.
6403         * breakpoint.c (init_catchpoint)
6404         (create_fork_vfork_event_catchpoint): Constify 'cond_string'
6405         parameter.
6406         (ep_parse_optional_if_clause, catch_fork_command_1)
6407         (catch_exec_command_1): Constify.
6408         * breakpoint.h (init_catchpoint): Constify 'cond_string'
6409         parameter.
6410         (ep_parse_optional_if_clause): Constify.
6411         * cli/cli-utils.c (remove_trailing_whitespace)
6412         (check_for_argument): Constify.
6413         * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
6414         non-const overload.
6415         (check_for_argument): Likewise.
6416
6417 2017-04-05  Pedro Alves  <palves@redhat.com>
6418
6419         * event-top.c (command_line_handler): Add cast to execute_command
6420         call.
6421         * record-btrace.c (cmd_record_btrace_bts_start)
6422         (cmd_record_btrace_pt_start, cmd_record_btrace_start)
6423         (cmd_record_btrace_start): Add cast to execute_command call.
6424         * record-full.c (record_full_goto_insn):
6425         * record.c (record_start, record_stop): Add cast to
6426         execute_command_to_string calls.
6427         (cmd_record_start): Add cast to execute_command calls.
6428
6429 2017-04-05  Pedro Alves  <palves@redhat.com>
6430
6431         * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
6432         static inline function.
6433         * python/py-arch.c (archpy_disassemble): Constify 'keywords'
6434         array and use gdb_PyArg_ParseTupleAndKeywords.
6435         * python/py-cmd.c (cmdpy_init): Likewise.
6436         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
6437         * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
6438         (infpy_search_memory): Likewise.
6439         * python/py-objfile.c (objfpy_add_separate_debug_file)
6440         (gdbpy_lookup_objfile): Likewise.
6441         * python/py-symbol.c (gdbpy_lookup_symbol)
6442         (gdbpy_lookup_global_symbol): Likewise.
6443         * python/py-type.c (gdbpy_lookup_type): Likewise.
6444         * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
6445         * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
6446         Likewise.
6447
6448 2017-04-05  Pedro Alves  <palves@redhat.com>
6449
6450         * python/python-internal.h (gdb_PyGetSetDef): New type.
6451         * python/py-block.c (block_object_getset)
6452         (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
6453         * python/py-event.c (event_object_getset)
6454         (finish_breakpoint_object_getset): Likewise.
6455         * python/py-inferior.c (inferior_object_getset): Likewise.
6456         * python/py-infthread.c (thread_object_getset): Likewise.
6457         * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
6458         * python/py-linetable.c (linetable_entry_object_getset): Likewise.
6459         * python/py-objfile.c (objfile_getset): Likewise.
6460         * python/py-progspace.c (pspace_getset): Likewise.
6461         * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
6462         Likewise.
6463         * python/py-record.c (recpy_record_getset): Likewise.
6464         * python/py-symbol.c (symbol_object_getset): Likewise.
6465         * python/py-symtab.c (symtab_object_getset, sal_object_getset):
6466         Likewise.
6467         * python/py-type.c (type_object_getset, field_object_getset):
6468         Likewise.
6469         * python/py-value.c (value_object_getset): Likewise.
6470
6471 2017-04-05  Pedro Alves  <palves@redhat.com>
6472
6473         * python/python-internal.h (gdb_PyObject_CallMethod)
6474         (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
6475         New functions.
6476         (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
6477         (PySys_GetObject, PySys_SetPath): New macros.
6478
6479 2017-04-05  Pedro Alves  <palves@redhat.com>
6480
6481         * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
6482         info_osdata_command.
6483         * osdata.c (info_osdata_command): Rename to ...
6484         (info_osdata): ... this.  Constify 'type' parameter, and remove
6485         the 'from_tty' parameter.  Accept NULL TYPE.
6486         (info_osdata_command): New function.
6487         * osdata.h (info_osdata_command): Remove declaration.
6488         (info_osdata): New declaration.
6489
6490 2017-04-05  Pedro Alves  <palves@redhat.com>
6491
6492         * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
6493         (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
6494         (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
6495         parameter.
6496         * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
6497         (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
6498         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
6499         parameter.
6500         * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
6501         (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
6502         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
6503         (mi_cmd_file_list_exec_source_files)
6504         (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
6505         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
6506         (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
6507         parameter.
6508         * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
6509         (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
6510         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6511         (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
6512         (mi_cmd_stack_info_frame): Constify 'command' parameter.
6513         * mi/mi-cmd-target.c (mi_cmd_target_file_get)
6514         (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
6515         'command' parameter.
6516         * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
6517         (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
6518         (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
6519         (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
6520         (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
6521         (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
6522         (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
6523         (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
6524         (mi_cmd_var_set_update_range): Constify 'command' parameter.
6525         * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
6526         * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
6527         parameter.
6528         * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
6529         (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
6530         (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
6531         (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
6532         (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
6533         (mi_cmd_target_flash_erase, mi_cmd_thread_select)
6534         (mi_cmd_thread_list_ids, mi_cmd_thread_info)
6535         (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
6536         (mi_cmd_data_list_changed_registers)
6537         (mi_cmd_data_write_register_values)
6538         (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
6539         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
6540         (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
6541         (mi_cmd_list_features, mi_cmd_list_target_features)
6542         (mi_cmd_add_inferior, mi_cmd_remove_inferior)
6543         (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
6544         (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
6545         (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
6546         (mi_cmd_trace_frame_collected): Constify 'command'
6547         parameter.
6548         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
6549         'command' parameter.
6550
6551 2017-04-05  Pedro Alves  <palves@redhat.com>
6552
6553         * ada-lang.c (ada_completer_word_break_characters): Now a const
6554         array.
6555         (ada_get_gdb_completer_word_break_characters): Constify.
6556         * completer.c (gdb_completer_command_word_break_characters)
6557         (gdb_completer_file_name_break_characters)
6558         (gdb_completer_quote_characters): Now const arrays.
6559         (get_gdb_completer_quote_characters): Constify.
6560         (set_rl_completer_word_break_characters): New function.
6561         (set_gdb_completion_word_break_characters)
6562         (complete_line_internal): Use it.
6563         * completer.h (get_gdb_completer_quote_characters): Constify.
6564         (set_rl_completer_word_break_characters): Declare.
6565         * f-lang.c (f_word_break_characters): Constify.
6566         * language.c (default_word_break_characters): Constify.
6567         * language.h (language_defn::la_word_break_characters): Constify.
6568         (default_word_break_characters): Constify.
6569         * top.c (init_main): Use set_rl_completer_word_break_characters.
6570
6571 2017-04-05  Pedro Alves  <palves@redhat.com>
6572
6573         * aix-thread.c (aix_thread_pid_to_str)
6574         (aix_thread_extra_thread_info): Constify.
6575         * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
6576         * bsd-uthread.c (bsd_uthread_extra_thread_info)
6577         (bsd_uthread_pid_to_str): Constify.
6578         * corelow.c (core_pid_to_str): Constify.
6579         * darwin-nat.c (darwin_pid_to_str): Constify.
6580         * fbsd-nat.c (fbsd_pid_to_str): Constify.
6581         * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
6582         Constify.
6583         * gnu-nat.c (gnu_pid_to_str): Constify.
6584         * go32-nat.c (go32_pid_to_str): Constify.
6585         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
6586         * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
6587         * inferior.c (inferior_pid_to_str): Constify.
6588         * linux-nat.c (linux_nat_pid_to_str): Constify.
6589         * linux-tdep.c (linux_core_pid_to_str): Constify.
6590         * linux-thread-db.c (thread_db_pid_to_str)
6591         (thread_db_extra_thread_info): Constify.
6592         * nto-tdep.c (nto_extra_thread_info): Constify.
6593         * nto-tdep.h (nto_extra_thread_info): Constify.
6594         * obsd-nat.c (obsd_pid_to_str): Constify.
6595         * procfs.c (procfs_pid_to_str): Constify.
6596         * ravenscar-thread.c (ravenscar_extra_thread_info)
6597         (ravenscar_pid_to_str): Constify.
6598         * remote-sim.c (gdbsim_pid_to_str): Constify.
6599         * remote.c (remote_threads_extra_info, remote_pid_to_str):
6600         Constify.
6601         * sol-thread.c (solaris_pid_to_str): Constify.
6602         * sol2-tdep.c (sol2_core_pid_to_str): Constify.
6603         * sol2-tdep.h (sol2_core_pid_to_str): Constify.
6604         * target.c (default_pid_to_str, target_pid_to_str)
6605         (normal_pid_to_str, default_pid_to_str): Constify.
6606         * target.h (target_ops::to_pid_to_str)
6607         (target_ops::to_extra_thread_info): Constify.
6608         (target_pid_to_str, normal_pid_to_str): Constify.
6609         * windows-nat.c (windows_pid_to_str): Constify.
6610         * gdbarch.sh (core_pid_to_str): Constify.
6611         * target-delegates.c: Regenerate.
6612         * gdbarch.h, gdbarch.c: Regenerate.
6613
6614 2017-04-05  Pedro Alves  <palves@redhat.com>
6615
6616         * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
6617         the memory of the temporary warning_pre_print override.
6618         * utils.c (warning_pre_print): Constify.
6619         * utils.h (warning_pre_print): Constify.
6620
6621 2017-04-05  Pedro Alves  <palves@redhat.com>
6622
6623         * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
6624         (shell_command): New function.
6625         (make_command): Use std::string.
6626         (init_cli_cmds): Register shell_command instead of shell_escape.
6627
6628 2017-04-05  Pedro Alves  <palves@redhat.com>
6629
6630         * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
6631         * tracepoint.c (default_collect): Don't initialize.
6632
6633 2017-04-05  Pedro Alves  <palves@redhat.com>
6634
6635         * macroexp.c (macro_buffer::shared): Now a bool.
6636         (init_buffer): Update.
6637         (init_shared_buffer): Constify 'addr' parameter.
6638         (substitute_args, expand, macro_expand, macro_expand_next): Remove
6639         casts.
6640
6641 2017-04-05  Pedro Alves  <palves@redhat.com>
6642
6643         * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
6644         * disasm.c (set_disassembler_options): Constify local.
6645         * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
6646
6647 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6648
6649         PR gdb/21352
6650         * tracefile.c (tsave_command): Fix argument parsing for '-r'
6651         option.
6652
6653 2017-04-05  Yao Qi  <yao.qi@linaro.org>
6654
6655         * frame.c (frame_unwind_register_unsigned): Call
6656         frame_unwind_register_value.
6657
6658 2017-04-05  Yao Qi  <yao.qi@linaro.org>
6659
6660         * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
6661         Use gdb_test_multiple, and don't match anchor.
6662
6663 2017-04-05  Pedro Alves  <palves@redhat.com>
6664
6665         * MAINTAINERS (Global Maintainers): Add Simon Marchi.
6666         (Write After Approval): Remove Simon Marchi.
6667
6668 2017-04-05  Pedro Alves  <palves@redhat.com>
6669
6670         * common/gdb_optional.h (optional::optional): Make constexpr and
6671         initialize m_dummy.
6672
6673 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
6674
6675         * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
6676         (amd64fbsd_jmp_buf_reg_offset): Remove.
6677         (amd64fbsd_supply_uthread): Remove function.
6678         (amd64fbsd_collect_uthread): Remove function.
6679         (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
6680         * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
6681         (x86_64-*-freebsd*): Remove bsd-uthread.o.
6682         (fbsd-nat.c): Update comment.
6683         * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
6684         (i386fbsd_jmp_buf_reg_offset): Remove.
6685         (i386fbsd_supply_uthread): Remove function.
6686         (i386fbsd_collect_uthread): Remove function.
6687         (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
6688
6689 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
6690
6691         * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
6692         (ALLDEPFILES): Remove alpha-fbsd-tdep.c
6693         * NEWS: Mention that support for FreeBSD/alpha was removed.
6694         * alpha-fbsd-tdep.c: Delete file.
6695         * config/alpha/fbsd.mh: Delete file.
6696         * configure.host: Delete alpha*-*-freebsd* and
6697         alpha*-*-kfreebsd*-gnu.
6698         * configure.tgt: Delete alpha*-*-freebsd* and
6699         alpha*-*-kfreebsd*-gnu.
6700
6701 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
6702
6703         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
6704         amd64bsd_store_inferior_registers): Use ptid from regcache.
6705
6706 2017-04-04  Pedro Alves  <palves@redhat.com>
6707
6708         * dwarf2read.c (lnp_state_machine): Now a class.  Initialize all
6709         data fields, make them private and add "m_" prefixes.
6710         (lnp_state_machine::lnp_state_machine): New ctor.
6711         (record_line, check_line_address, handle_set_discriminator)
6712         (handle_set_address, handle_advance_pc, handle_special_opcode)
6713         (handle_advance_line, handle_set_file, handle_negate_stmt)
6714         (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
6715         (end_sequence, advance_line): New methods.
6716         (m_gdbarch, m_record_lines_p): New fields.
6717         (lnp_reader_state): Delete.
6718         (dwarf_record_line): Rename to ...
6719         (lnp_state_machine::record_line): ... adjust.
6720         (init_lnp_state_machine): Delete.
6721         (lnp_state_machine::lnp_state_machine): New.
6722         (check_line_address): Rename to ...
6723         (lnp_state_machine::check_line_address): This.
6724         (dwarf_decode_lines_1): Remove reference to "reader_state".
6725         Adjust lnp_state_machine having a non-default ctor.  Use bool.
6726         State machine internal state manipulation moved to
6727         lnp_state_machine methods.
6728
6729 2017-04-04  Pedro Alves  <palves@redhat.com>
6730
6731         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6732         unittests/offset-type-selftests.c.
6733         (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
6734         * common/offset-type.h: New file.
6735         * common/preprocessor.h: New file.
6736         * common/traits.h: New file.
6737         * common/valid-expr.h: New file.
6738         * dwarf2expr.c: Include "common/underlying.h".  Adjust to use
6739         sect_offset and cu_offset strong typedefs throughout.
6740         * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
6741         typedefs throughout.
6742         * dwarf2loc.c: Include "common/underlying.h".  Adjust to use
6743         sect_offset and cu_offset strong typedefs throughout.
6744         * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
6745         typedefs throughout.
6746         * gdbtypes.h: Include "common/offset-type.h".
6747         (cu_offset): Now an offset type (strong typedef) instead of a
6748         struct.
6749         (sect_offset): Likewise.
6750         (union call_site_parameter_u): Rename "param_offset" field to
6751         "param_cu_off".
6752         * unittests/offset-type-selftests.c: New file.
6753
6754 2017-04-04  Pedro Alves  <palves@redhat.com>
6755
6756         * common/underlying.h: New file.
6757         * dwarf2read.c: Include "common/gdb_optional.h" and
6758         "common/underlying.h".
6759         (dir_index, file_name_index): New types.
6760         (file_entry): Use them.
6761         (file_entry::include): Use to_underlying.
6762         (line_header::add_file_name): Use dir_index.
6763         (read_formatted_entries): Use gdb::optional.  Read form before
6764         writting to file_entry.
6765         (dwarf_decode_line_header): Use dir_index.
6766         (lnp_state_machine::current_file): Use to_underlying.
6767         (lnp_state_machine::file): Change type to file_name_index.
6768         (dwarf_record_line): Use to_underlying.
6769         (init_lnp_state_machine): Use file_name_index.
6770         (dwarf_decode_lines_1): Use dir_index and file_name_index.
6771
6772 2017-04-04  Pedro Alves  <palves@redhat.com>
6773
6774         * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
6775         operator bool, has_value and get methods.
6776
6777 2017-04-04  Pedro Alves  <palves@redhat.com>
6778
6779         * dwarf2read.c (struct file_entry): Add ctors, and initialize all
6780         fields.
6781         (line_header): Initialize all data fields.  Change type of
6782         standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
6783         Change type of include_dirs to std::vector<const char *>.  Remove
6784         num_include_dirs, include_dirs_size.  Change type of file_names to
6785         std::vector<file_entry>.  Remove num_file_names, file_names_size.
6786         (line_header::line_header): New.
6787         (line_header::add_include_dir, line_header::add_file_name): New
6788         methods.
6789         (line_header::include_dir_at): Remove NULL check.
6790         (line_header::file_name_at): Add const overload.
6791         (line_header_up): New unique_ptr typedef.
6792         (dw2_get_file_names_reader): Use line_header_up.  Adjust to use
6793         std::vector.  Remove free_line_header call.
6794         (dwarf2_build_include_psymtabs): Use line_header_up.  Remove
6795         free_line_header call.
6796         (free_cu_line_header): Delete.
6797         (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
6798         (setup_type_unit_groups): Use line_header_up instead of cleanups.
6799         Adjust to use std::vector.
6800         (free_line_header): Delete.
6801         (free_line_header_voidp): Use delete.
6802         (add_include_dir): Replace with ...
6803         (line_header::add_include_dir): ... this method.  Use std::vector.
6804         (add_file_name): Replace with ...
6805         (line_header::add_file_name): ... this method.  Use std::vector.
6806         (add_include_dir_stub): Delete.
6807         (read_formatted_entries): Remove memset.
6808         (dwarf_decode_line_header): Return a line_header_up instead of a
6809         raw pointer.  Remove cleanup handling.  Pass lambdas to
6810         read_formatted_entries.  Adjust to use line_header methods.
6811         (dwarf_decode_lines_1): Adjust to use line_header methods.
6812         (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
6813         use std::vector.
6814
6815 2017-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
6816
6817         * remote.c (set_general_thread, set_continue_thread): Use ptid_t
6818         instead of struct ptid.
6819
6820 2017-05-04  Alan Hayward  <alan.hayward@arm.com>
6821
6822         * frame.c (get_frame_register_bytes): Unwind using value.
6823         (put_frame_register_bytes): Likewise.
6824
6825 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
6826
6827         * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
6828         aggregate-like.
6829
6830 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6831
6832         * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
6833
6834 2017-03-29  Yao Qi  <yao.qi@linaro.org>
6835
6836         * gdbthread.h (struct thread_info): Declare constructor and
6837         destructor.  Add some in-class member initializers.
6838         * thread.c (free_thread): Remove.
6839         (init_thread_list): Call delete instead of free_thread.
6840         (new_thread): Call thread_info constructor.
6841         (thread_info::thread_info): New function.
6842         (thread_info::~thread_info): New function.
6843         (delete_thread_1): Call delete instead of free_thread.
6844         (make_cleanup_restore_current_thread): Move tp and frame to
6845         inner block.
6846
6847 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
6848
6849         * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
6850         (arc_skip_prologue): Likewise.
6851         (arc_make_frame_cache): Likewise.
6852         (arc_pv_get_operand): New function.
6853         (arc_is_in_prologue): Likewise.
6854         (arc_analyze_prologue): Likewise.
6855         (arc_print_frame_cache): Likewise.
6856         (MAX_PROLOGUE_LENGTH): New constant.
6857
6858 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
6859
6860         * configure.tgt: Add arc-insn.o.
6861         * arc-tdep.c (arc_delayed_print_insn): Make non-static.
6862         (dump_arc_instruction_command): New function.
6863         (arc_fprintf_disasm): Likewise.
6864         (arc_disassemble_info): Likewise.
6865         (arc_insn_get_operand_value): Likewise.
6866         (arc_insn_get_operand_value_signed): Likewise.
6867         (arc_insn_get_memory_base_reg): Likewise.
6868         (arc_insn_get_memory_offset): Likewise.
6869         (arc_insn_get_branch_target): Likewise.
6870         (arc_insn_dump): Likewise.
6871         (arc_insn_get_linear_next_pc): Likewise.
6872         * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
6873         (arc_disassemble_info): Likewise.
6874         (arc_insn_get_branch_target): Likewise.
6875         (arc_insn_get_linear_next_pc): Likewise.
6876         * NEWS: Mention new "maint print arc arc-instruction".
6877
6878 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
6879
6880         * arc-tdep (maintenance_print_arc_list): New variable.
6881         (maintenance_print_arc_command): New function.
6882
6883 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
6884
6885         * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
6886         Add "limm" and "reserved".
6887         (arc_cannot_fetch_register, arc_cannot_store_register): Add
6888         ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
6889         * arc-tdep.h (arc_regnum): Likewise.
6890
6891 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
6892
6893         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
6894         for THREADPTR register.
6895         (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
6896         register.
6897         * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
6898         (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
6899         * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
6900
6901 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
6902
6903         * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
6904         registers above gdbarch_num_regs (gdbarch) as privileged in
6905         call0 ABI.
6906
6907 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
6908
6909         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
6910         for a single specified register or for all registers in
6911         a0_base..a0_base + C0_NREGS range.
6912         (supply_gregset_reg): Call regcache_raw_supply for a single
6913         specified register or for all registers in a0_base..a0_base +
6914         C0_NREGS range.
6915
6916 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
6917
6918         * arch/xtensa.h (C0_NREGS): Add definition.
6919         * xtensa-tdep.c (C0_NREGS): Remove definition.
6920
6921 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
6922
6923         * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
6924         Drop xtensa_default_isa initialization.
6925         (xtensa_gdbarch_init): Initialize xtensa_default_isa.
6926
6927 2017-03-27  Pedro Alves  <palves@redhat.com>
6928
6929         * dwarf2read.c (file_entry) <dir_index>: Add comment.
6930         (file_entry::include_dir): New method.
6931         (line_header::include_dir_at, line_header::file_name_at): New
6932         methods.
6933         (setup_type_unit_groups, setup_type_unit_groups)
6934         (psymtab_include_file_name): Simplify using the new methods.
6935         (lnp_state_machine) <the_line_header>: New field.
6936         <file>: Add comment.
6937         (lnp_state_machine::current_file): New method.
6938         (dwarf_record_line): Simplify using the new methods.
6939         (init_lnp_state_machine): Initialize the "the_line_header" field.
6940         (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
6941         Simplify using the new methods.
6942
6943 2017-03-27  Pedro Alves  <palves@redhat.com>
6944
6945         * cp-name-parser.y (make_empty): Delete.
6946         (demangler_special, nested_name, ptr_operator, array_indicator)
6947         (direct_declarator, declarator_1): Use fill_comp instead of
6948         make_empty.
6949
6950 2017-03-27  Pedro Alves  <palves@redhat.com>
6951
6952         * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
6953         to ATTRIBUTE_PRINTF.
6954         * solib-target.c (library_list_start_list): Print "string" not
6955         "version".
6956         * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
6957         gdb_xml_error call.
6958
6959 2017-03-27  Pedro Alves  <palves@redhat.com>
6960
6961         * dwarf2read.c (struct file_and_directory): New.
6962         (dwarf2_get_dwz_file): Adjust to use std::string.
6963         (dw2_get_file_names_reader): Adjust to use file_and_directory.
6964         (find_file_and_directory): Adjust to return a file_and_directory
6965         object.
6966         (read_file_scope): Adjust to use file_and_directory.  Remove
6967         make_cleanup/do_cleanups calls.
6968         (open_and_init_dwp_file): Adjust to use std::string.  Remove
6969         make_cleanup/do_cleanups calls.
6970         * python/python.c (do_start_initialization): Adjust to ldirname
6971         returning a std::string.
6972         * utils.c (ldirname): Now returns a std::string.
6973         * utils.h (ldirname): Change return type to std::string.
6974         * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
6975         returning a std::string.
6976         * xml-tdesc.c (file_read_description_xml): Likewise.
6977
6978 2017-03-24  Alan Hayward  <alan.hayward@arm.com>
6979
6980         * regcache.c (regcache_debug_print_register): New function.
6981         * regcache.h (regcache_debug_print_register): New declaration.
6982         * target.c (debug_print_register): Remove.
6983         (target_fetch_registers): Call regcache_debug_print_register.
6984         (target_store_registers): Likewise.
6985
6986 2017-03-24  Pádraig Brady  <pbrady@fb.com>
6987
6988         * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
6989         reference beyond the 'lh->include_dirs' array before accessing to
6990         it.
6991         (psymtab_include_file_name): Likewise.
6992         (dwarf_decode_lines_1): Likewise.
6993         (dwarf_decode_lines): Likewise.
6994         (file_file_name): Likewise.
6995
6996 2017-03-23  Simon Marchi  <simon.marchi@ericsson.com>
6997
6998         * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
6999         inferior_ptid.
7000         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
7001         ps_lsetfpregs): Likewise.
7002         * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
7003         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
7004         ps_lsetfpregs): Likewise.
7005         * target.c (target_fetch_registers, target_store_registers):
7006         Remove asserts.
7007
7008 2017-03-23  Alan Hayward  <alan.hayward@arm.com>
7009
7010         * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
7011
7012 2017-03-23  Yao Qi  <yao.qi@linaro.org>
7013
7014         * aarch64-tdep.c (aarch64_process_record_test): Declare.
7015         (_initialize_aarch64_tdep): Register it.
7016         (aarch64_record_load_store): Handle PRFM instruction.
7017         (aarch64_process_record_test): New function.
7018
7019 2017-03-23  Yao Qi  <yao.qi@linaro.org>
7020
7021         * aarch64-tdep.c (aarch64_record_load_store): Fix code
7022         indentation.
7023
7024 2017-03-23  Yao Qi  <yao.qi@linaro.org>
7025
7026         * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
7027
7028 2017-03-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
7029
7030         python/python.c (do_start_initialization): Fix memory leak.
7031
7032 2017-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
7033
7034         * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
7035         using get_ptrace_pid.
7036         * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
7037         inferior_ptid.
7038         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
7039         inferior_ptid instead of pid.
7040
7041 2017-03-22  Yao Qi  <yao.qi@linaro.org>
7042
7043         * aarch64-tdep.c: Wrap locally used classes in anonymous
7044         namespace.
7045         * arm-tdep.c: Likewise.
7046         * linespec.c: Likewise.
7047         * ui-out.c: Likewise.
7048
7049 2017-03-22  Jonah Graham  <jonah@kichwacoders.com>
7050
7051         PR gdb/19637
7052         * python/lib/gdb/printer/bound_registers.py: Import sys.
7053
7054 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
7055
7056         * windows-nat.c (do_windows_fetch_inferior_registers): Add
7057         windows_thread_info parameter and use it instead of
7058         current_thread.
7059         (windows_fetch_inferior_registers): Don't set current_thread,
7060         pass the thread to do_windows_fetch_inferior_registers.  Use
7061         ptid from regcache instead of inferior_ptid.
7062         (do_windows_store_inferior_registers): Add windows_thread_info
7063         parameter and use it instead of current_thread.
7064         (windows_store_inferior_registers): Don't set current_thread,
7065         pass the thread to do_windows_store_inferior_registers.  Use
7066         ptid from regcache instead of inferior_ptid.
7067
7068 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
7069
7070         * ser-mingw.c (ser_windows_raw): Remove reference to
7071         struct serial::current_timeout.
7072
7073 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
7074
7075         PR tdep/20928
7076         * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
7077         * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
7078         (sparc64_fsr_type): Fix %fsr decoding.
7079
7080 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
7081
7082         * python/py-record-btrace.c (btpy_insn_data): Change return type
7083         for Python 2.
7084
7085 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
7086
7087         * spu-linux-nat.c (spu_fetch_inferior_registers,
7088         spu_store_inferior_registers): Use ptid from regcache, set and
7089         restore inferior_ptid.
7090         * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
7091         Likewise.
7092
7093 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
7094
7095         * i386-linux-nat.c (fetch_register, store_register,
7096         i386_linux_fetch_inferior_registers,
7097         i386_linux_store_inferior_registers): Use ptid from regcache.
7098         * ia64-linux-nat.c (ia64_linux_fetch_register,
7099         ia64_linux_store_register): Likewise.
7100         * inf-ptrace.c (inf_ptrace_fetch_register,
7101         inf_ptrace_store_register): Likewise.
7102         * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
7103         m32r_linux_store_inferior_registers): Likewise.
7104         * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
7105         m68kbsd_store_inferior_registers): Likewise.
7106         * m68k-linux-nat.c (fetch_register, store_register,
7107         m68k_linux_fetch_inferior_registers,
7108         m68k_linux_store_inferior_registers): Likewise.
7109         * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
7110         m88kbsd_store_inferior_registers): Likewise.
7111         * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
7112         mips_fbsd_store_inferior_registers): Likewise.
7113         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
7114         mips64_linux_regsets_store_registers): Likewise.
7115         * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
7116         mipsnbsd_store_inferior_registers): Likewise.
7117         * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
7118         mips64obsd_store_inferior_registers): Likewise.
7119         * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
7120         Likewise.
7121         * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
7122         ppcfbsd_store_inferior_registers): Likewise.
7123         * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
7124         ppc_linux_store_inferior_registers): Likewise.
7125         * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
7126         ppcnbsd_store_inferior_registers): Likewise.
7127         * ppc-obsd-nat.c (ppcobsd_fetch_registers,
7128         ppcobsd_store_registers): Likewise.
7129         * procfs.c (procfs_fetch_registers, procfs_store_registers):
7130         Likewise.
7131         * ravenscar-thread.c (ravenscar_fetch_registers,
7132         ravenscar_store_registers, ravenscar_prepare_to_store):
7133         Likewise.
7134         * record-btrace.c (record_btrace_fetch_registers,
7135         record_btrace_store_registers, record_btrace_prepare_to_store):
7136         Likewise.
7137         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
7138         Lookup inferior using ptid from regcache, instead of
7139         current_inferior.
7140         * remote.c (remote_fetch_registers, remote_store_registers): Use
7141         ptid from regcache.
7142         * rs6000-nat.c (fetch_register, store_register): Likewise.
7143         * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
7144         s390_linux_store_inferior_registers): Likewise.
7145         * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
7146         shnbsd_store_inferior_registers): Likewise.
7147         * sol-thread.c (sol_thread_fetch_registers,
7148         sol_thread_store_registers): Likewise.
7149         * sparc-nat.c (sparc_fetch_inferior_registers,
7150         sparc_store_inferior_registers): Likewise.
7151         * tilegx-linux-nat.c (fetch_inferior_registers,
7152         store_inferior_registers): Likewise.
7153         * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
7154         vaxbsd_store_inferior_registers): Likewise.
7155         * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
7156         store_xtregs): Likewise.
7157
7158 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7159
7160         PR gdb/14441
7161         * NEWS: Mention support for rvalue references in GDB and python.
7162         * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
7163         supports both lvalue and rvalue references.
7164
7165 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7166
7167         PR gdb/14441
7168         * gdbtypes.c (rank_one_type): Implement overloading
7169         resolution rules regarding rvalue references.
7170
7171 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7172
7173         PR gdb/14441
7174         * aarch64-tdep.c (aarch64_type_align)
7175         (aarch64_extract_return_value, aarch64_store_return_value): Change
7176         lvalue reference type checks to general reference type checks.
7177         * amd64-tdep.c (amd64_classify): Likewise.
7178         * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
7179         Likewise.
7180         * arm-tdep.c (arm_type_align, arm_extract_return_value)
7181         (arm_store_return_value): Likewise.
7182         * ax-gdb.c (gen_fetch, gen_cast): Likewise.
7183         * c-typeprint.c (c_print_type): Likewise.
7184         * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
7185         (cplus_number_of_children, cplus_describe_child): Likewise.
7186         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
7187         * completer.c (expression_completer): Likewise.
7188         * cp-support.c (make_symbol_overload_list_adl_namespace):
7189         Likewise.
7190         * darwin-nat-info.c (info_mach_region_command): Likewise.
7191         * dwarf2loc.c (entry_data_value_coerce_ref)
7192         (value_of_dwarf_reg_entry): Likewise.
7193         * eval.c (ptrmath_type_p, evaluate_subexp_standard)
7194         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
7195         Likewise.
7196         * findvar.c (extract_typed_address, store_typed_address):
7197         Likewise.
7198         * gdbtypes.c (rank_one_type): Likewise.
7199         * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
7200         * infcall.c (value_arg_coerce): Likewise.
7201         * language.c (pointer_type): Likewise.
7202         * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
7203         Likewise.
7204         * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
7205         * mn10300-tdep.c (mn10300_type_align): Likewise.
7206         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
7207         * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
7208         (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
7209         Likewise.
7210         * printcmd.c (print_formatted, x_command): Likewise.
7211         * python/py-type.c (typy_get_composite, typy_template_argument):
7212         Likewise.
7213         * python/py-value.c (valpy_referenced_value)
7214         (valpy_get_dynamic_type, value_has_field): Likewise.
7215         * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
7216         * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
7217         * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
7218         * spu-tdep.c (spu_scalar_value_p): Likewise.
7219         * symtab.c (lookup_symbol_aux): Likewise.
7220         * typeprint.c (whatis_exp, print_type_scalar): Likewise.
7221         * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
7222         Likewise.
7223         * valops.c (value_cast_pointers, value_cast)
7224         (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
7225         (value_struct_elt, value_struct_elt_bitpos)
7226         (value_find_oload_method_list, find_overload_match)
7227         (value_rtti_indirect_type): Likewise.
7228         * valprint.c (val_print_scalar_type_p, generic_val_print):
7229         Likewise.
7230         * value.c (value_actual_type, value_as_address, unpack_long)
7231         (pack_long, pack_unsigned_long, coerce_ref_if_computed)
7232         (coerce_ref): Likewise.
7233         * varobj.c (varobj_get_value_type): Likewise.
7234
7235 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7236
7237         PR gdb/14441
7238         * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
7239         table of constants.
7240         * python/lib/gdb/command/explore.py: Support exploring values
7241         of rvalue reference types.
7242         * python/lib/gdb/types.py: Implement get_basic_type() for
7243         rvalue reference types.
7244         * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
7245         constant.
7246         * python/py-value.c (valpy_getitem): Add an rvalue reference
7247         check.
7248         (valpy_reference_value): Add new parameter "refcode".
7249         (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
7250         New wrappers for valpy_reference_value().
7251         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
7252         (gdbpy_invoke_xmethod): Likewise.
7253
7254 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7255
7256         PR gdb/14441
7257         * dwarf2read.c (process_die, read_type_die_1): Handle the
7258         DW_TAG_rvalue_reference_type DIE.
7259         (read_tag_reference_type): Add new parameter "refcode".
7260
7261 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7262
7263         PR gdb/14441
7264         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
7265         (c_type_print_modifier, c_type_print_varspec_suffix)
7266         (c_type_print_base): Support printing rvalue reference types.
7267         * c-valprint.c (c_val_print, c_value_print): Support printing
7268         rvalue reference values.
7269
7270 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7271
7272         PR gdb/14441
7273         * cp-name-parser.y (ptr_operator): Handle the '&&' token in
7274         typename.
7275         * cp-support.c (replace_typedefs): Handle
7276         DEMANGLE_COMPONENT_RVALUE_REFERENCE.
7277         * python/py-type.c (typy_lookup_type): Likewise.
7278
7279 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7280
7281         PR gdb/14441
7282         * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
7283         * parse.c (insert_type): Change assert statement.
7284         (follow_types): Handle rvalue reference types.
7285         * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
7286         constant.
7287
7288 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7289
7290         PR gdb/14441
7291         * ada-lang.c (ada_evaluate_subexp): Adhere to the new
7292         value_ref() interface.
7293         * c-valprint.c (c_value_print): Likewise.
7294         * infcall.c (value_arg_coerce): Likewise.
7295         * python/py-value.c (valpy_reference_value): Likewise.
7296         * valops.c (value_cast, value_reinterpret_cast)
7297         (value_dynamic_cast, typecmp): Likewise.
7298         (value_ref): Parameterize by kind of return value reference type.
7299         * value.h (value_ref): Add new parameter "refcode".
7300
7301 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7302
7303         PR gdb/14441
7304         * dwarf2read.c (read_tag_reference_type): Use
7305         lookup_lvalue_reference_type() instead of lookup_reference_type().
7306         * eval.c (evaluate_subexp_standard): Likewise.
7307         * f-exp.y: Likewise.
7308         * gdbtypes.c (make_reference_type, lookup_reference_type):
7309         Generalize with rvalue reference types.
7310         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
7311         convenience wrappers for lookup_reference_type().
7312         * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
7313         reference kind parameter.
7314         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
7315         wrappers for lookup_reference_type().
7316         * guile/scm-type.c (gdbscm_type_reference): Use
7317         lookup_lvalue_reference_type() instead of lookup_reference_type().
7318         * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
7319         * parse.c (follow_types): Likewise.
7320         * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
7321         * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
7322         Likewise.
7323         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
7324         (gdbpy_invoke_xmethod): Likewise.
7325         * stabsread.c: Provide extra argument to make_reference_type()
7326         call.
7327         * valops.c (value_ref, value_rtti_indirect_type): Use
7328         lookup_lvalue_reference_type() instead of lookup_reference_type().
7329
7330 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
7331
7332         PR gdb/14441
7333         * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
7334         (TYPE_IS_REFERENCE): New macro.
7335         (struct type): Add rvalue_reference_type field.
7336         (TYPE_RVALUE_REFERENCE_TYPE): New macro.
7337
7338 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
7339
7340         * NEWS: Add an entry about new '-file-list-shared-libraries' command.
7341         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
7342         New function definition.
7343         * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
7344         * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
7345         New function declaration.
7346         * mi/mi-interp.c (mi_output_solib_attribs): New Function.
7347         * mi/mi-interp.h: New file.
7348         * solib.c (info_sharedlibrary_command): Replace for loop with
7349         ALL_SO_LIBS macro
7350         * solib.h (update_solib_list): New function declaration.
7351         (so_list_head): Move macro.
7352         * solist.h (ALL_SO_LIBS): New macro.
7353
7354 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
7355
7356         * infcmd.c (post_create_inferior): Remove unused argument in
7357         call to solib_add.
7358         * remote.c (remote_start_remote): Likewise.
7359         * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
7360         * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
7361         (enable_break): Likewise.
7362         * solib.c (update_solib_list): Remove unused target argument
7363         and its documentation.
7364         (solib_add): Remove unused target argument.  Remove unused
7365         argument in call to update_solib_list.
7366         (info_sharedlibrary_command): Remove unused argument in call
7367         to update_solib_list.
7368         (sharedlibrary_command): Remove unused argument in call to
7369         solib_add.
7370         (handle_solib_event): Likewise.
7371         (reload_shared_libraries): Likewise.
7372         * solib.h (solib_add): Remove unused target argument.
7373
7374 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7375
7376         * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
7377         (s390_displaced_step_fixup): Cover relative branches with the
7378         default fixup handling.  This fixes lack of support for some
7379         relative branch instructions.
7380
7381 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7382
7383         * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
7384         ptid from regcache.
7385
7386 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7387
7388         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
7389         i386_darwin_store_inferior_registers): Use ptid from regcache.
7390
7391 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7392
7393         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
7394         i386bsd_store_inferior_registers): Use ptid from regcache.
7395
7396 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7397
7398         * hppa-obsd-nat.c (hppaobsd_fetch_registers,
7399         hppaobsd_store_registers): Use ptid from regcache.
7400
7401 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7402
7403         * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
7404         hppanbsd_store_registers): Use ptid from regcache.
7405
7406 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7407
7408         * hppa-linux-nat.c (fetch_register, store_register): Use ptid
7409         from regcache.  Use get_ptrace_pid.
7410
7411 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7412
7413         * corelow.c (get_core_register_section): Use ptid from regcache,
7414         update doc.
7415
7416 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7417
7418         * bsd-uthread.c (bsd_uthread_fetch_registers,
7419         bsd_uthread_store_registers): Use ptid from regcache, set and
7420         restore inferior_ptid.
7421
7422 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7423
7424         * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
7425         fetch_fp_regs, store_register, store_regs, store_fp_register,
7426         store_fp_regs): Use ptid from regcache.
7427
7428 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
7429
7430         * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
7431         store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
7432         store_vfp_regs): Use ptid from regcache.
7433
7434 2017-03-17  Pedro Alves  <palves@redhat.com>
7435
7436         PR remote/21188
7437         * ser-base.c (ser_base_wait_for): Add comment.
7438         (do_ser_base_readchar): Improve comment based on the ser-unix.c's
7439         version.
7440         * ser-unix.c (hardwire_raw): Remove reference to
7441         scb->current_timeout.
7442         (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
7443         (hardwire_ops): Install ser_base_readchar instead of
7444         hardwire_readchar.
7445         * serial.h (struct serial) <current_timeout, timeout_remaining>:
7446         Remove fields.
7447
7448 2017-03-17  Jonah Graham  <jonah@kichwacoders.com>
7449
7450         PR gdb/19637
7451         * python/lib/gdb/printer/bound_registers.py: Add support for
7452         Python 3.
7453
7454 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7455
7456         * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
7457         pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
7458         (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
7459         byte_offset to subobj_byte_offset.  Fix the handling of
7460         DWARF_VALUE_STACK on big-endian targets when coming via an
7461         implicit pointer.
7462         (dwarf2_evaluate_loc_desc): Adjust call to
7463         dwarf2_evaluate_loc_desc_full.
7464         * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
7465         * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
7466
7467 2017-03-16  Yao Qi  <yao.qi@linaro.org>
7468
7469         * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
7470         and REVSH instructions.
7471
7472 2017-03-16  Yao Qi  <yao.qi@linaro.org>
7473
7474         * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
7475         (arm_record_test): Declare.
7476         (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
7477         (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
7478         align with the manual.
7479         (thumb_record_misc): Adjust the code order to align with the
7480         manual.
7481         (thumb2_record_decode_insn_handler): Fix instruction matching.
7482         (instruction_reader_thumb): New class.
7483         (arm_record_test): New function.
7484
7485 2017-03-16  Yao Qi  <yao.qi@linaro.org>
7486
7487         * arm-tdep.c (abstract_memory_reader): New class.
7488         (instruction_reader): New class.
7489         (extract_arm_insn): Add argument 'reader'.  Callers updated.
7490         (decode_insn): Likewise.
7491
7492 2017-03-16  Doug Evans  <dje@google.com>
7493
7494         * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
7495         member.  Change type of TYPE member to SCM.  All uses updated.
7496         (lsscm_make_lazy_string_smob): Add assert.
7497         (lsscm_make_lazy_string): Flag bad length values.
7498         (lsscm_elt_type): New function.
7499         (gdbscm_lazy_string_to_value): Rewrite to use
7500         lsscm_safe_lazy_string_to_value.
7501         (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
7502         * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
7503         values.  Fix TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle typedefs
7504         in incoming type.
7505         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
7506         * guile/scm-type.c (tyscm_scm_to_type): New function.
7507
7508 2017-03-15  Doug Evans  <dje@google.com>
7509
7510         PR python/17728, python/18439, python/18779
7511         * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
7512         member.  Change type of TYPE member to PyObject *.  All uses updated.
7513         (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
7514         (gdbpy_create_lazy_string_object): Flag bad length values.
7515         Handle TYPE_CODE_ARRAY with possibly different user-provided length.
7516         Handle typedefs in incoming type.
7517         (stpy_lazy_string_elt_type): New function.
7518         (gdbpy_extract_lazy_string): Call it.
7519         * python/py-value.c (valpy_lazy_string): Flag bad length values.
7520         Fix handling of TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle
7521         typedefs in incoming type.
7522
7523 2017-03-16  Doug Evans  <dje@google.com>
7524
7525         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
7526         * guile/scm-type.c (tyscm_scm_to_type): New function.
7527
7528 2017-03-16  Jiong Wang  <jiong.wang@arm.com>
7529
7530         * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
7531         "ULONGEST" for "skip".
7532
7533 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7534
7535         PR gdb/21220
7536         * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
7537         TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
7538         (inf_ptrace_peek_poke): ...here.  New function.  Now also loop
7539         over ptrace peek/poke until end of buffer or error.
7540
7541 2017-03-14  Simon Marchi  <simon.marchi@ericsson.com>
7542
7543         * parse.c (length_of_subexp): Make static.
7544         * parser-defs.h (length_of_subexp): Remove.
7545
7546 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7547
7548         * linux-nat.c (linux_proc_xfer_partial): Handle write operations
7549         as well.
7550
7551 2017-03-14  Pedro Alves  <palves@redhat.com>
7552
7553         * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
7554         (main): Use std::unique_ptr.  Remove calls to
7555         cp_demangled_name_parse_free.
7556
7557 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7558
7559         * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
7560         alphabsd_store_inferior_registers): Use regcache->ptid instead
7561         of inferior_ptid.
7562
7563 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7564
7565         * aix-thread.c (aix_thread_fetch_registers,
7566         aix_thread_store_registers): Use regcache->ptid instead of
7567         inferior_ptid.
7568
7569 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7570
7571         * aarch64-linux-nat.c (fetch_gregs_from_thread,
7572         store_gregs_to_thread, fetch_fpregs_from_thread,
7573         store_fpregs_to_thread): Use regcache->ptid instead of
7574         inferior_ptid.
7575
7576 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7577
7578         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
7579         amd64_linux_fetch_inferior_registers): Use regcache->ptid
7580         instead of inferior_ptid.
7581
7582 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7583
7584         * target.c (target_fetch_registers, target_store_registers): Add
7585         assert.
7586
7587 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
7588
7589         * regcache.h (regcache_get_ptid): New function.
7590         * regcache.c (regcache_get_ptid): New function.
7591
7592 2017-03-13  Mark Wielaard  <mark@klomp.org>
7593
7594         * cp-name-parser.y (make_empty): Initialize d_printing to zero.
7595
7596 2017-03-10  Keith Seitz  <keiths@redhat.com>
7597
7598         PR c++/8218
7599         * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
7600
7601 2017-03-08  Pedro Alves  <palves@redhat.com>
7602
7603         PR gdb/18360
7604         * infrun.c (start_step_over, do_target_resume, resume)
7605         (restart_threads): Assert we're not resuming a thread that is
7606         meant to be stopped.
7607         (infrun_thread_stop_requested_callback): Delete.
7608         (infrun_thread_stop_requested): If the thread is internally
7609         stopped, queue a pending stop event and clear the thread's
7610         inline-frame state.
7611         (handle_stop_requested): New function.
7612         (handle_syscall_event, handle_inferior_event_1): Use
7613         handle_stop_requested.
7614         (handle_stop_requested): New function.
7615         (handle_signal_stop): Set the thread's stop_signal here instead of
7616         at caller.
7617         (finish_step_over): Clear step over info unconditionally.
7618         (handle_signal_stop): If the user had interrupted the event
7619         thread, consider the stop a random signal.
7620         (handle_signal_stop) <signal arrived while stepping over
7621         breakpoint>: Don't restart threads here.
7622         (stop_waiting): Don't clear step-over info here.
7623
7624 2017-03-08  Pedro Alves  <palves@redhat.com>
7625
7626         PR 21206
7627         * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
7628         goes to argument 2, not 1.
7629
7630 2017-03-08  Pedro Alves  <palves@redhat.com>
7631
7632         PR cli/21218
7633         * top.c (gdb_readline_wrapper): Avoid passing NULL to
7634         display_gdb_prompt.
7635         (command_line_input): Add comment.
7636
7637 2017-03-08  Pedro Alves  <palves@redhat.com>
7638
7639         PR tui/21216
7640         * tui/tui-file.c (tui_file::write): New.
7641         * tui/tui-file.h (tui_file): Override "write".
7642         * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
7643         factored out from ...
7644         (tui_puts): ... here.
7645         (tui_putc): Use them.
7646         (tui_write): New function.
7647         * tui/tui-io.h (tui_write): Declare.
7648
7649 2017-03-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7650
7651         * Makefile.in (SFILES): Replace "environ.c" with
7652         "common/environ.c".
7653         (HFILES_NO_SRCDIR): Likewise, for "environ.h".
7654         * environ.c: Include "common-defs.h" instead of "defs.h.  Moved
7655         to...
7656         * common/environ.c: ... here.
7657         * environ.h: Moved to...
7658         * common/environ.h: ... here.
7659
7660 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
7661
7662         * gdbarch.sh (pstring_ptr): New static function.
7663         (gdbarch_disassembler_options): Use it.
7664         (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
7665         not valid_disassembler_option->name.
7666         * gdbarch.c: Regenerate.
7667
7668 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
7669
7670         * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
7671
7672 2017-03-07  Pedro Alves  <palves@redhat.com>
7673
7674         * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
7675
7676 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7677
7678         * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
7679         * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
7680         * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
7681         * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
7682
7683 2017-03-06  Simon Marchi  <simon.marchi@ericsson.com>
7684
7685         * xtensa-linux-nat.c (fetch_gregs): Remove const.
7686
7687 2017-03-03  Simon Marchi  <simon.marchi@ericsson.com>
7688
7689         * remote.c (remote_add_target_side_commands): Use range-based
7690         for loop.
7691
7692 2017-03-03  Yao Qi  <yao.qi@linaro.org>
7693
7694         PR gdb/21165
7695         * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
7696         value is lazy.
7697         * valprint.c (common_val_print): Likewise.
7698
7699 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
7700
7701         * NEWS: Mention new set/show disassembler-options commands.
7702         * doc/gdb.texinfo: Document new set/show disassembler-options commands.
7703         * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
7704         (prospective_options): New static variable.
7705         (gdb_disassembler::gdb_disassembler): Initialize
7706         m_di.disassembler_options.
7707         (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
7708         (get_disassembler_options): New function.
7709         (set_disassembler_options): Likewise.
7710         (set_disassembler_options_sfunc): Likewise.
7711         (show_disassembler_options_sfunc): Likewise.
7712         (disassembler_options_completer): Likewise.
7713         (_initialize_disasm): Likewise.
7714         * disasm.h (get_disassembler_options): New prototype.
7715         (set_disassembler_options): Likewise.
7716         * gdbarch.sh (gdbarch_disassembler_options): New variable.
7717         (gdbarch_verify_disassembler_options): Likewise.
7718         * gdbarch.c: Regenerate.
7719         * gdbarch.h: Likewise.
7720         * arm-tdep.c (num_disassembly_options): Delete.
7721         (set_disassembly_style): Likewise.
7722         (arm_disassembler_options): New static variable.
7723         (set_disassembly_style_sfunc): Convert short style name into long
7724         option name.  Call set_disassembler_options.
7725         (show_disassembly_style_sfunc): New function.
7726         (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
7727         set_gdbarch_verify_disassembler_options.
7728         (_initialize_arm_tdep): Delete regnames variable and update callers.
7729         (arm_disassembler_options): Initialize.
7730         (disasm_options): New variable.
7731         (num_disassembly_options): Rename from this...
7732         (num_disassembly_styles): ...to this.  Compute by scanning through
7733         disasm_options.
7734         (valid_disassembly_styles): Initialize using disasm_options.
7735         Remove calls to parse_arm_disassembler_option, get_arm_regnames and
7736         set_arm_regname_option.
7737         Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
7738         * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
7739         (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
7740         set_gdbarch_verify_disassembler_options.
7741         * s390-tdep.c (s390_disassembler_options): New static variable.
7742         (s390_gdbarch_init):all set_gdbarch_disassembler_options and
7743         set_gdbarch_verify_disassembler_options.
7744
7745 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
7746
7747         * remote.c (remote_add_target_side_condition): Remove "struct"
7748         keyword from range-based for loop.
7749
7750 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
7751
7752         * remote.c (remote_add_target_side_condition): Use range-based
7753         for loop.  Update comment.
7754
7755 2017-02-27  Yao Qi  <yao.qi@linaro.org>
7756
7757         * f-typeprint.c (f_print_type): Check "varstring" is empty first.
7758
7759 2017-02-26  Alan Hayward  <alan.hayward@arm.com>
7760
7761         * regcache.c (regcache_raw_update): New function.
7762         (regcache_raw_read): Move code to regcache_raw_update.
7763         * regcache.h (regcache_raw_update): New declaration.
7764         * remote.c (remote_prepare_to_store): Call regcache_raw_update.
7765
7766 2017-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7767
7768         * dwarf2read.c (create_debug_type_hash_table): Initialize
7769         header.signature and header.type_offset_in_tu.
7770
7771 2017-02-24  Pedro Alves  <palves@redhat.com>
7772
7773         * symtab.c (make_file_symbol_completion_list_1): Use
7774         add_symtab_completions.
7775
7776 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
7777
7778         * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
7779
7780 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
7781
7782         * i386-tdep.c (i386_pseudo_register_read_into_value): Use
7783         I386_MAX_REGISTER_SIZE.
7784         (i386_pseudo_register_write): Likewise.
7785         (i386_process_record): Likewise.
7786         * i387-tdep.c (i387_supply_xsave): Likewise.
7787         * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
7788         (store_register): Likewise.
7789
7790 2017-02-23  Pedro Alves  <palves@redhat.com>
7791
7792         * ada-lang.c: Include "common/function-view.h".
7793         (ada_iterate_over_symbols): Adjust to use function_view as
7794         callback type.
7795         (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
7796         (ada_make_symbol_completion_list): Use a lambda.
7797         (ada_exc_search_name_matches): Delete.
7798         (name_matches_regex): New.
7799         (ada_add_global_exceptions): Use a lambda and name_matches_regex.
7800         * compile/compile-c-support.c: Include "common/function-view.h".
7801         (print_one_macro): Change prototype to accept a ui_file pointer.
7802         (write_macro_definitions): Use a lambda.
7803         * dwarf2read.c: Include "common/function-view.h".
7804         (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
7805         (dw2_expand_symtabs_matching): Adjust to use function_view as
7806         callback type.
7807         * language.h: Include "common/function-view.h".
7808         (struct language_defn) <la_iterate_over_symbols>: Adjust to use
7809         function_view as callback type.
7810         (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
7811         * linespec.c: Include "common/function-view.h".
7812         (collect_info::add_symbol): New method.
7813         (struct symbol_and_data_callback, iterate_inline_only, struct
7814         symbol_matcher_data, iterate_name_matcher): Delete.
7815         (iterate_over_all_matching_symtabs): Adjust to use function_view
7816         as callback type and lambdas.
7817         (iterate_over_file_blocks): Adjust to use function_view as
7818         callback type.
7819         (decode_compound_collector): Now a class with private fields.
7820         (decode_compound_collector::release_symbols): New method.
7821         (collect_one_symbol): Rename to...
7822         (decode_compound_collector::operator()): ... this and adjust.
7823         (lookup_prefix_sym): decode_compound_collector construction bits
7824         move to decode_compound_collector ctor.  Pass the
7825         decode_compound_collector object directly as callback.  Remove
7826         cleanups and use decode_compound_collector::release_symbols
7827         instead.
7828         (symtab_collector): Now a class with private fields.
7829         (symtab_collector::release_symtabs): New method.
7830         (add_symtabs_to_list): Rename to...
7831         (symtab_collector::operator()): ... this and adjust.
7832         (collect_symtabs_from_filename): symtab_collector construction
7833         bits move to symtab_collector ctor.  Pass the symtab_collector
7834         object directly as callback.  Remove cleanups and use
7835         symtab_collector::release_symtabs instead.
7836         (collect_symbols): Delete.
7837         (add_matching_symbols_to_info): Use lambdas.
7838         * macrocmd.c (print_macro_callback): Delete.
7839         (info_macro_command): Use a lambda.
7840         (info_macros_command): Pass print_macro_definition as callable
7841         directly.
7842         (print_one_macro): Remove 'ignore' parameter.
7843         (macro_list_command): Adjust.
7844         * macrotab.c (macro_for_each_data::fn): Now a function_view.
7845         (macro_for_each_data::user_data): Delete field.
7846         (foreach_macro): Adjust to call the function_view.
7847         (macro_for_each): Adjust to use function_view as callback type.
7848         (foreach_macro_in_scope): Adjust to call the function_view.
7849         (macro_for_each_in_scope): Adjust to use function_view as callback
7850         type.
7851         * macrotab.h: Include "common/function-view.h".
7852         (macro_callback_fn): Declare a prototype instead of a pointer.
7853         Remove "user_data" parameter.
7854         (macro_for_each, macro_for_each_in_scope): Adjust to use
7855         function_view as callback type.
7856         * psymtab.c (partial_map_expand_apply)
7857         (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
7858         Adjust to use function_view as callback type and to return bool.
7859         (psym_expand_symtabs_matching): Adjust to use function_view as
7860         callback types.
7861         * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
7862         to use function_view as callback type and to return bool.
7863         (debug_qf_expand_symtabs_matching): Adjust to use function_view as
7864         callback types.
7865         * symfile.c (expand_symtabs_matching): Adjust to use function_view
7866         as callback types.
7867         * symfile.h: Include "common/function-view.h".
7868         (expand_symtabs_file_matcher_ftype)
7869         (expand_symtabs_symbol_matcher_ftype)
7870         (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
7871         return bool.
7872         (quick_symbol_functions::map_symtabs_matching_filename)
7873         (quick_symbol_functions::expand_symtabs_matching): Adjust to use
7874         function_view as callback type and return bool.
7875         (expand_symtabs_matching): Adjust to use function_view as callback
7876         type.
7877         (maintenance_expand_name_matcher)
7878         (maintenance_expand_file_matcher): Delete.
7879         (maintenance_expand_symtabs): Use lambdas.
7880         * symtab.c (iterate_over_some_symtabs): Adjust to use
7881         function_view as callback types and return bool.
7882         (iterate_over_symtabs): Likewise.  Use unique_xmalloc_ptr instead
7883         of a cleanup.
7884         (lookup_symtab_callback): Delete.
7885         (lookup_symtab): Use a lambda.
7886         (iterate_over_symbols): Adjust to use function_view as callback
7887         type.
7888         (struct search_symbols_data, search_symbols_file_matches)
7889         (search_symbols_name_matches): Delete.
7890         (search_symbols): Use a pair of lambdas.
7891         (struct add_name_data, add_macro_name, symbol_completion_matcher)
7892         (symtab_expansion_callback): Delete.
7893         (default_make_symbol_completion_list_break_on_1): Use lambdas.
7894         * symtab.h: Include "common/function-view.h".
7895         (iterate_over_some_symtabs): Adjust to use function_view as
7896         callback type and return bool.
7897         (iterate_over_symtabs): Adjust to use function_view as callback
7898         type.
7899         (symbol_found_callback_ftype): Remove 'data' parameter and return
7900         bool.
7901         (iterate_over_symbols): Adjust to use function_view as callback
7902         type.
7903
7904 2017-02-23  Pedro Alves  <palves@redhat.com>
7905
7906         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
7907         (%.o) <unittests/%.c>: New pattern.
7908         * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
7909         CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
7910         * common/function-view.h: New file.
7911         * unittests/function-view-selftests.c: New file.
7912         * configure: Regenerate.
7913
7914 2017-02-23  Simon Marchi  <simon.marchi@ericsson.com>
7915
7916         * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
7917         inferior_ptid.
7918         * go32-nat.c (go32_thread_alive): Likewise.
7919
7920 2017-02-23  Yao Qi  <yao.qi@linaro.org>
7921
7922         * varobj-iter.h (varobj_iter_delete): Call xfree instead of
7923         delete.
7924
7925 2017-02-23  Yao Qi  <yao.qi@linaro.org>
7926
7927         * varobj.c (varobj_clear_saved_item): Use delete instead of
7928         xfree.
7929         (update_dynamic_varobj_children): Likewise.
7930
7931 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7932
7933         * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
7934
7935 2017-02-21  Simon Marchi  <simon.marchi@ericsson.com>
7936
7937         * common/enum-flags.h (enum_flags::enum_flags): Initialize
7938         m_enum_value to 0 in default constructor.
7939
7940 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
7941
7942         * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
7943         (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
7944         (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
7945         STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
7946         (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
7947         (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
7948         (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
7949         IS_STORE_CONDITIONAL_INSN.
7950
7951 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7952
7953         * dwarf2_rnglists_process: Initialize range_beginning and range_end.
7954
7955 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7956
7957         * NEWS (Changes since GDB 7.12): Add DWARF-5.
7958
7959 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7960
7961         * dwarf2read.c (skip_one_die, read_attribute_value)
7962         (dwarf2_const_value_attr, dump_die_shallow)
7963         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
7964         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
7965
7966 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7967
7968         * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
7969         (dwarf_parse_macro_header): Accept DWARF version 5.
7970         (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
7971
7972 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7973
7974         * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7975         DW_AT_GNU_*.
7976         * common/common-exceptions.h (enum errors): Likewise.
7977         * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
7978         * dwarf2expr.c (dwarf_block_to_dwarf_reg)
7979         (dwarf_expr_context::execute_stack_op): Likewise.
7980         * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
7981         Likewise.
7982         * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
7983         (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
7984         (show_entry_values_debug, call_site_to_target_addr)
7985         (func_addr_to_tail_call_list, func_verify_no_selftailcall)
7986         (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
7987         (entry_data_value_free_closure, value_of_dwarf_reg_entry)
7988         (value_of_dwarf_block_entry, indirect_pieced_value)
7989         (symbol_needs_eval_context::push_dwarf_reg_entry_value):
7990         (disassemble_dwarf_expression): Likewise.
7991         * dwarf2read.c (process_die, inherit_abstract_dies)
7992         (read_call_site_scope): Likewise.
7993         * gdbtypes.h (struct func_type, struct call_site_parameter)
7994         (struct call_site): Likewise.
7995         * stack.c (read_frame_arg): Likewise.
7996         * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
7997
7998 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7999
8000         * defs.h (read_unsigned_leb128): New declaration.
8001         * dwarf2loc.c (decode_debug_loclists_addresses): New function.
8002         (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
8003         (dwarf2_find_location_expression): Call also
8004         decode_debug_loclists_addresses.  Handle DWARF-5 ULEB128 length.
8005         * dwarf2loc.h (dwarf2_version): New declaration.
8006         * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
8007         rnglists.
8008         (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
8009         .debug_rnglists.
8010         (struct dwop_section_names): Add loclists_dwo.
8011         (dwop_section_names): Add .debug_loclists.dwo.
8012         (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
8013         (struct dwarf2_per_cu_data): Add dwarf_version.
8014         (struct dwo_sections): Add loclists.
8015         (struct attr_abbrev): Add implicit_const.
8016         (read_indirect_line_string): New declaration.
8017         (read_unsigned_leb128): Delete declaration.
8018         (rcuh_kind): New definition.
8019         (read_and_check_comp_unit_head): Change parameter
8020         is_debug_types_section to section_kind.
8021         (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
8022         (read_comp_unit_head): Change parameter abfd to section, add parameter
8023         section_kind.  Handle DWARF-5.
8024         (error_check_comp_unit_head): Accept also DWARF version 5.
8025         (read_and_check_comp_unit_head): Change parameter
8026         is_debug_types_section to section_kind.
8027         (read_and_check_type_unit_head): Delete function.
8028         (read_abbrev_offset): Handle DWARF-5.
8029         (create_debug_type_hash_table): Add parameter section_kind.  Process
8030         only DW_UT_type.  Use signature and type_offset_in_tu from struct
8031         comp_unit_head.
8032         (create_debug_types_hash_table): Update create_debug_type_hash_table
8033         caller.
8034         (create_all_type_units): Call create_debug_type_hash_table.
8035         (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
8036         read_and_check_type_unit_head caller to read_and_check_comp_unit_head
8037         caller.
8038         (skip_one_die): Handle DW_FORM_implicit_const.
8039         (dwarf2_rnglists_process): New function.
8040         (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
8041         (abbrev_table_read_table): Handle DW_FORM_implicit_const.
8042         (read_attribute_value): Handle DW_FORM_implicit_const,
8043         DW_FORM_line_strp.
8044         (read_attribute): Handle DW_FORM_implicit_const.
8045         (read_indirect_string_at_offset_from): New function from
8046         read_indirect_string_at_offset.
8047         (read_indirect_string_at_offset): Call
8048         read_indirect_string_at_offset_from.
8049         (read_indirect_line_string_at_offset): New function.
8050         (read_indirect_string): New function comment.
8051         (read_indirect_line_string): New function.
8052         (read_unsigned_leb128): Make it global.
8053         (dwarf2_string_attr): Handle DWARF-5.
8054         (add_include_dir_stub, read_formatted_entries): New functions.
8055         (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
8056         Handle DWARF-5.
8057         (per_cu_header_read_in): Update read_comp_unit_head caller.
8058         (dwarf2_version): New function.
8059         * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
8060         rnglists.
8061         * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
8062         fields.
8063
8064 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8065
8066         * dwarf2read.c (abbrev_table_read_table): Read the data only once.
8067
8068 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8069
8070         * dwarf2read.c (dwarf2_ranges_process): New function from
8071         dwarf2_ranges_read.
8072         (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
8073         dwarf2_ranges_process.
8074
8075 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8076
8077         * dwarf2read.c (create_debug_type_hash_table): New function from
8078         create_debug_types_hash_table.
8079         (create_debug_types_hash_table): Call create_debug_type_hash_table.
8080         (create_all_type_units, open_and_init_dwo_file): Update
8081         create_debug_types_hash_table callers.
8082
8083 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8084
8085         PR gdb/16188
8086         * fork-child.c (trace_start_error): Fix thinko.  va_end should
8087         refer to 'ap', not 'args'.
8088
8089 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8090             Pedro Alves  <palves@redhat.com>
8091
8092         PR gdb/16188
8093         * darwin-nat.c (darwin_ptrace_me): Check if calls to system
8094         calls succeeded.
8095         * fork-child.c (trace_start_error): New function.
8096         (trace_start_error_with_name): Likewise.
8097         * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
8098         * inf-ptrace.c (inf_ptrace_me): Likewise.
8099         * inferior.h (trace_start_error): New prototype.
8100         (trace_start_error_with_name): Likewise.
8101
8102 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
8103
8104         PR gdb/21164
8105         * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
8106         NULL before using it.
8107         * symmisc.c (maintenance_print_symbols): Likewise.
8108         (maintenance_print_msymbols): Likewise.
8109
8110 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8111
8112         * NEWS: Add record Python bindings entry.
8113
8114 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8115
8116         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
8117         py-record-full.o.
8118         (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
8119         * python/py-record-btrace.c, python/py-record-btrace.h,
8120         python/py-record-full.c, python/py-record-full.h: New file.
8121         * python/py-record.c: Add include for py-record-btrace.h and
8122         py-record-full.h.
8123         (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
8124         recpy_instruction_history, recpy_function_call_history, recpy_begin,
8125         recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
8126         * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
8127         New definition.
8128         (gdbpy_initialize_btrace): New export.
8129         * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
8130
8131 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8132
8133         * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
8134         (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
8135         * python/py-record.c: New file.
8136         * python/python-internal.h (gdbpy_start_recording,
8137         gdbpy_current_recording, gdpy_stop_recording,
8138         gdbpy_initialize_record): New export.
8139         * python/python.c (_initialize_python): Add gdbpy_initialize_record.
8140         (python_GdbMethods): Add gdbpy_start_recording,
8141         gdbpy_current_recording and gdbpy_stop_recording.
8142
8143 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8144
8145         * record-btrace.c (record_btrace_record_method): New function.
8146         (init_record_btrace_ops): Initialize to_record_method.
8147         * record-full.c (record_full_record_method): New function.
8148         (init_record_full_ops, init_record_full_core_ops): Add
8149         record_full_record_method.
8150         * record.h (enum record_method): New enum.
8151         * target-debug.h (target_debug_print_enum_record_method: New define.
8152         * target-delegates.c: Regenerate.
8153         * target.c (target_record_method): New function.
8154         * target.h: Include record.h.
8155         (struct target_ops) <to_record_method>: New field.
8156         (target_record_method): New export.
8157
8158 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8159
8160         * record.h (record_start, record_stop): New export.
8161         * record.c (record_start, record_stop): New function.
8162
8163 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8164
8165         * btrace.c (btrace_fetch): Copy function call segments pointer
8166         into a vector.
8167         (btrace_clear): Clear the vector.
8168         (btrace_find_insn_by_number): Use binary search to find the correct
8169         function call segment.
8170         * btrace.h (brace_fun_p): New typedef.
8171         (struct btrace_thread_info) <functions>: New field.
8172
8173 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8174
8175         * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
8176         * btrace.c (btrace_decode_error): ... here.  New function.
8177         * btrace.h (btrace_decode_error): New export.
8178
8179 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
8180
8181         * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
8182         (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
8183         btrace_find_insn_by_number): Remove special case for gaps.
8184         * btrace.h (btrace_insn_get_error): New export.
8185         (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
8186         * record-btrace.c (btrace_insn_history): Print number for gaps.
8187         (record_btrace_info, record_btrace_goto): Handle gaps.
8188
8189 2017-02-14  Tom Tromey  <tom@tromey.com>
8190
8191         PR python/13598:
8192         * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
8193         event.
8194         * python/py-evts.c (gdbpy_initialize_py_events): Add
8195         before_prompt registry.
8196         * python/py-events.h (events_object) <before_prompt>: New field.
8197
8198 2017-02-14  Markus Metzger  <markus.t.metzger@intel.com>
8199
8200         * btrace.c (ftrace_new_switch): Preserve up link and flags.
8201
8202 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
8203
8204         * symfile (_initialize_symfile): Add usage text to the load command's
8205         help text.
8206
8207 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
8208
8209         * utils.c (defaulted_query): Don't query on secondary UIs.
8210
8211 2017-02-10  Tom Tromey  <tom@tromey.com>
8212
8213         * rust-lang.c (rust_get_disr_info): Remove unused variable.
8214
8215 2017-02-10  Tom Tromey  <tom@tromey.com>
8216
8217         * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
8218         "cleanup" local.
8219         * python/py-type.c (typy_legacy_template_argument): Remove
8220         unnecessary "cleanup" local.
8221
8222 2017-02-10  Tom Tromey  <tom@tromey.com>
8223
8224         * python/python.c (do_start_initialization): New function, from
8225         _initialize_python.
8226         (_initialize_python): Call do_start_initialization.
8227         * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
8228         goto.
8229
8230 2017-02-10  Tom Tromey  <tom@tromey.com>
8231
8232         * python/py-prettyprint.c (pretty_print_one_value): Use
8233         gdbpy_ref.
8234
8235 2017-02-10  Tom Tromey  <tom@tromey.com>
8236
8237         * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
8238         * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
8239         gdbpy_ref.
8240         * python/py-type.c (field_new): Use gdbpy_ref.
8241         * python/py-symtab.c (symtab_and_line_to_sal_object): Use
8242         gdbpy_ref.
8243         * python/py-progspace.c (pspy_new): Use gdbpy_ref.
8244         (py_free_pspace): Likewise.
8245         (pspace_to_pspace_object): Likewise.
8246         * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
8247         (py_free_objfile): Likewise.
8248         (objfile_to_objfile_object): Likewise.
8249         * python/py-inferior.c (delete_thread_object): Use
8250         gdbpy_ref.
8251         (infpy_read_memory): Likewise.
8252         (py_free_inferior): Likewise.
8253         * python/py-evtregistry.c (create_eventregistry_object): Use
8254         gdbpy_ref.
8255         * python/py-event.c (create_event_object): Use gdbpy_ref.
8256
8257 2017-02-10  Tom Tromey  <tom@tromey.com>
8258
8259         * python/py-ref.h (gdbpy_ref_policy): Now a template.
8260         (gdbpy_ref): Now a template; allow subclasses of PyObject to be
8261         used.
8262         * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
8263         python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
8264         python/py-exitedevent.c, python/py-finishbreakpoint.c,
8265         python/py-framefilter.c, python/py-function.c,
8266         python/py-inferior.c, python/py-infevents.c,
8267         python/py-linetable.c, python/py-newobjfileevent.c,
8268         python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
8269         python/py-signalevent.c, python/py-stopevent.c,
8270         python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
8271         python/py-unwind.c, python/py-utils.c, python/py-value.c,
8272         python/py-varobj.c, python/py-xmethods.c, python/python.c,
8273         varobj.c: Change gdbpy_ref to gdbpy_ref<>.
8274
8275 2017-02-10  Tom Tromey  <tom@tromey.com>
8276
8277         * ui-out.h (ui_out_emit_type): New class.
8278         (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
8279         * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
8280         and ui_out_emit_tuple.
8281         (enumerate_locals): Likewise.
8282         (py_mi_print_variables, py_print_locals, py_print_args): Use
8283         ui_out_emit_list.
8284         (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
8285         ui_out_emit_list.
8286         * common/gdb_optional.h: New file.
8287
8288 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
8289
8290         * MAINTAINERS (Write After Approval): Update my e-mail address.
8291
8292 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
8293
8294         PR gdb/21122
8295         * breakpoint.c (_initialize_breakpoint): Update the help description
8296         of the 'commands' command to indicate that it takes a list argument.
8297
8298 2017-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8299
8300         * interps.c (current_interp_set_logging): Remove "return".
8301
8302 2017-02-09  Gary Benson  <gbenson@redhat.com>
8303
8304         * symtab.c (add_symtab_completions): Prevent NULL pointer
8305         dereference.
8306
8307 2017-02-08  Pedro Alves  <palves@redhat.com>
8308
8309         * interps.c (interp::interp): Remove reference to quiet_p.
8310         (interp_set): Make static.  Remove dead "Switching to" output
8311         code.
8312         (interp_quiet_p, interp_set_quiet): Delete.
8313         (interpreter_exec_cmd): Don't set the interpreter quiet.
8314         * interps.h (interp_quiet_p): Make static.
8315         (class interp) <quiet_p>: Remove field
8316
8317 2017-02-08  Jerome Guitton  <guitton@adacore.com>
8318
8319         * cli/cli-decode.c (find_command_name_length): Make it extern.
8320         * cli/cli-decode.h (find_command_name_length): Declare.
8321         * cli/cli-script.c (command_name_equals, line_first_arg):
8322         New functions.
8323         (process_next_line): Use cli-decode to parse command names.
8324         (build_command_line): Make args a constant pointer.
8325
8326 2017-02-08  Jerome Guitton  <guitton@adacore.com>
8327
8328         * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
8329         Remove case-insensitive search.
8330
8331 2017-02-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
8332
8333         * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
8334         at the end of the line.  Avoids an ARI warning.
8335
8336 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
8337
8338         * NEWS: Mention support for record/replay of Intel 64 rdrand and
8339         rdseed instructions.
8340         i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
8341
8342 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
8343
8344         PR tdep/20936
8345         Provide and use sparc32 and sparc64 target description XML files.
8346         * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
8347         features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
8348         * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
8349         features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
8350         * features/sparc/sparc32-solaris.xml: New file.
8351         * features/sparc/sparc64-solaris.xml: New file.
8352         * features/sparc/sparc32-solaris.c: Generated.
8353         * features/sparc/sparc64-solaris.c: Generated.
8354         * sparc-tdep.h: Account for differences in target descriptions.
8355         * sparc-tdep.c (sparc32_register_name): Use target provided registers.
8356         (sparc32_register_type): Use target provided registers.
8357         (validate_tdesc_registers): New function.
8358         (sparc32_gdbarch_init): Use tdesc_has_registers.
8359         Set pseudoregister functions.
8360         * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
8361         (sparc64_register_type): Use target provided registers.
8362         (sparc64_init_abi): Set pseudoregister functions.
8363
8364 2017-02-03  Tom Tromey  <tom@tromey.com>
8365
8366         PR rust/21097:
8367         * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
8368         with a single member.
8369
8370 2017-02-03  Pedro Alves  <palves@redhat.com>
8371
8372         * cli/cli-interp.c (cli_interp_base::cli_interp_base)
8373         (cli_interp_base::~cli_interp_base): New.
8374         (cli_interp): New struct.
8375         (as_cli_interp): Cast the interp itself to cli_interp.
8376         (cli_interpreter_pre_command_loop): Rename to ...
8377         (cli_interp_base::pre_command_loop): ... this.  Remove 'self'
8378         parameter.
8379         (cli_interpreter_init): Rename to ...
8380         (cli_interp::init): ... this.  Remove 'self' parameter.  Use
8381         boolean.  Make extern.
8382         (cli_interpreter_resume): Rename to ...
8383         (cli_interp::resume): ... this.  Remove 'data' parameter.  Make
8384         extern.
8385         (cli_interpreter_suspend): Rename to ...
8386         (cli_interp::suspend): ... this.  Remove 'data' parameter.  Make
8387         extern.
8388         (cli_interpreter_exec): Rename to ...
8389         (cli_interp::exec): ... this.  Remove 'data' parameter.  Make
8390         extern.
8391         (cli_interpreter_supports_command_editing): Rename to ...
8392         (cli_interp_base::supports_command_editing): ... this.  Remove
8393         'interp' parameter.  Make extern.
8394         (cli_ui_out): Rename to ...
8395         (cli_interp::interp_ui_out): ... this.  Remove 'interp' parameter.
8396         Make extern.
8397         (cli_set_logging): Rename to ...
8398         (cli_interp_base::set_logging): ... this.  Remove 'interp'
8399         parameter.  Make extern.
8400         (cli_interp_procs): Delete.
8401         (cli_interp_factory): Adjust to use "new".
8402         * cli/cli-interp.h: Include "interps.h".
8403         (struct cli_interp_base): New struct.
8404         * interps.c (struct interp): Delete.  Fields moved to interps.h.
8405         (interp_new): Delete.
8406         (interp::interp, interp::~interp): New.
8407         (interp_set): Use bool, and return void.  Assume the interpreter
8408         has suspend, init and resume methods, and that the all return
8409         void.
8410         (set_top_level_interpreter): interp_set returns void.
8411         (interp_ui_out): Adapt.
8412         (current_interp_set_logging): Adapt.
8413         (interp_data): Delete.
8414         (interp_pre_command_loop, interp_supports_command_editing): Adapt.
8415         (interp_exec): Adapt.
8416         (top_level_interpreter_data): Delete.
8417         * interps.h (interp_init_ftype, interp_resume_ftype)
8418         (interp_suspend_ftype, interp_exec_ftype)
8419         (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
8420         (class interp): New.
8421         (interp_new): Delete.
8422         (interp_set): Now returns void.  Use bool.
8423         (interp_data, top_level_interpreter_data): Delete.
8424         * mi/mi-common.h: Include interps.h.
8425         (class mi_interp): Inherit from interp.  Define a ctor.  Declare
8426         init, resume, suspect, exec, interp_ui_out, set_logging and
8427         pre_command_loop methods.
8428         * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
8429         (mi_interpreter_init): Rename to ...
8430         (mi_interp::init): ... this.  Remove the 'interp' parameter, use
8431         bool, return void and make extern.  Adjust.
8432         (mi_interpreter_resume): ... Rename to ...
8433         (mi_interp::resume): ... this.  Remove the 'data' parameter,
8434         return void and make extern.  Adjust.
8435         (mi_interpreter_suspend): ... Rename to ...
8436         (mi_interp::suspend): ... this.  Remove the 'data' parameter,
8437         return void and make extern.  Adjust.
8438         (mi_interpreter_exec): ... Rename to ...
8439         (mi_interp::exec): ... this.  Remove the 'data' parameter and make
8440         extern.  Adjust.
8441         (mi_interpreter_pre_command_loop): ... Rename to ...
8442         (mi_interp::pre_command_loop): ... this.  Remove the 'self'
8443         parameter and make extern.
8444         (mi_on_normal_stop_1): Adjust.
8445         (mi_ui_out): Rename to ...
8446         (mi_interp::interp_ui_out): ... this.  Remove the 'interp'
8447         parameter and make extern.  Adjust.
8448         (mi_set_logging): Rename to ...
8449         (mi_interp::set_logging): ... this.  Remove the 'interp'
8450         parameter and make extern.  Adjust.
8451         (mi_interp_procs): Delete.
8452         (mi_interp_factory): Adjust to use 'new'.
8453         * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
8454         (mi_print_exception, mi_execute_command, mi_load_progress):
8455         Adjust.
8456         * tui/tui-interp.c (tui_interp): New class.
8457         (as_tui_interp): Return a tui_interp pointer.
8458         (tui_on_normal_stop, tui_on_signal_received)
8459         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
8460         (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
8461         to use interp::interp_ui_out.
8462         (tui_init): Rename to ...
8463         (tui_interp::init): ... this.  Remove the 'self' parameter, use
8464         bool, return void and make extern.  Adjust.
8465         (tui_resume): Rename to ...
8466         (tui_interp::resume): ... this.  Remove the 'data' parameter,
8467         return void and make extern.  Adjust.
8468         (tui_suspend): Rename to ...
8469         (tui_interp::suspend): ... this.  Remove the 'data' parameter,
8470         return void and make extern.  Adjust.
8471         (tui_ui_out): Rename to ...
8472         (tui_interp::interp_ui_out): ... this.  Remove the 'self'
8473         parameter, and make extern.  Adjust.
8474         (tui_exec): Rename to ...
8475         (tui_interp::exec): ... this.  Remove the 'data' parameter and
8476         make extern.
8477         (tui_interp_procs): Delete.
8478         (tui_interp_factory): Use "new".
8479
8480 2017-02-02  Tom Tromey  <tom@tromey.com>
8481
8482         * rust-exp.y (ends_raw_string, space_then_number)
8483         (rust_identifier_start_p): Return bool.
8484         * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
8485         (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
8486         (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
8487         (rust_chartype_p): Return bool.
8488         (val_print_struct, rust_print_struct_def, rust_print_type):
8489         Update.
8490         * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
8491         Return bool.
8492
8493 2017-02-02  Tom Tromey  <tom@tromey.com>
8494
8495         * rust-lang.c: Reindent.
8496
8497 2017-02-02  Tom Tromey  <tom@tromey.com>
8498
8499         * rust-lang.h (rust_crate_for_block): Update.
8500         * rust-lang.c (rust_crate_for_block): Return std::string.
8501         (rust_get_disr_info): Use std:;string, not
8502         gdb::unique_xmalloc_ptr.
8503         * rust-exp.y (crate_name): Update.
8504
8505 2017-02-02  Pedro Alves  <palves@redhat.com>
8506
8507         * disasm-selftests.c (print_one_insn_test): Move the "verbose"
8508         field out of gdb_disassembler_test and make it static.
8509
8510 2017-02-02  Pedro Alves  <palves@redhat.com>
8511
8512         * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
8513         mi1_interp and mi_interp fields.
8514
8515 2017-02-02  Pedro Alves  <palves@redhat.com>
8516
8517         * cli/cli-interp.c (struct saved_output_files, saved_output):
8518         Moved from cli/cli-logging.c.
8519         (cli_set_logging): New function.
8520         (cli_interp_procs): Install cli_set_logging.
8521         * cli/cli-interp.h (make_logging_output, cli_set_logging):
8522         Declare.
8523         * cli/cli-logging.c (struct saved_output_files, saved_output):
8524         Moved to cli/cli-interp.c.
8525         (pop_output_files): Don't save outputs here.
8526         (make_logging_output): New function.
8527         (handle_redirections): Don't build tee nor save previous outputs
8528         here.
8529         * interps.c (current_interp_set_logging): Change prototype.
8530         Assume there's always a set_logging_proc method installed.
8531         * interps.h (interp_set_logging_ftype): Change prototype.
8532         (current_interp_set_logging): Change prototype and adjust comment.
8533         * mi/mi-interp.c (mi_set_logging): Change protototype.  Adjust to
8534         use make_logging_output.
8535         * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
8536 2017-02-02  Pedro Alves  <palves@redhat.com>
8537
8538         * cli/cli-logging.c (maybe_warn_already_logging): New factored out
8539         from ...
8540         (set_logging_overwrite): ... here.
8541         (logging_no_redirect_file): Delete.
8542         (set_logging_redirect): Don't handle redirection on the fly.
8543         Instead warn that "logging off" / "logging on" is necessary.
8544         (pop_output_files): Delete references to logging_no_redirect_file.
8545         (show_logging_command): Always speak in terms of what will happen
8546         once logging is reenabled.
8547
8548 2017-02-02  Pedro Alves  <palves@redhat.com>
8549
8550         * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
8551
8552 2017-02-02  Pedro Alves  <palves@redhat.com>
8553
8554         * disasm.c (gdb_pretty_print_insn): Rename to ...
8555         (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
8556         Remove gdbarch parameter.  Adapt to clear the object's buffers
8557         instead of allocating new buffers, and to print using the object's
8558         gdb_disassembler instead of calling gdb_print_insn.
8559         (dump_insns): Use gdb_pretty_print_disassembler.
8560         * disasm.h (gdb_pretty_print_insn): Delete declaration.
8561         (gdb_pretty_print_disassembler): New class.
8562         * record-btrace.c (btrace_insn_history): Use
8563         gdb_pretty_print_disassembler.
8564
8565 2017-02-02  Pedro Alves  <palves@redhat.com>
8566
8567         * ada-lang.c (type_as_string): Use string_file.
8568         * ada-valprint.c (ada_print_floating): Use string_file.
8569         * ada-varobj.c (ada_varobj_scalar_image)
8570         (ada_varobj_get_value_image): Use string_file.
8571         * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
8572         * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
8573         * breakpoint.c (update_inserted_breakpoint_locations)
8574         (insert_breakpoint_locations, reattach_breakpoints)
8575         (print_breakpoint_location, print_one_detail_ranged_breakpoint)
8576         (print_it_watchpoint): Use string_file.
8577         (save_breakpoints): Use stdio_file.
8578         * c-exp.y (oper): Use string_file.
8579         * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
8580         tee_file.
8581         (pop_output_files): Use delete.
8582         (handle_redirections): Use stdio_file and tee_file.
8583         * cli/cli-setshow.c (do_show_command): Use string_file.
8584         * compile/compile-c-support.c (c_compute_program): Use
8585         string_file.
8586         * compile/compile-c-symbols.c (generate_vla_size): Take a
8587         'string_file &' instead of a 'ui_file *'.
8588         (generate_c_for_for_one_variable): Take a 'string_file &' instead
8589         of a 'ui_file *'.  Use string_file.
8590         (generate_c_for_variable_locations): Take a 'string_file &'
8591         instead of a 'ui_file *'.
8592         * compile/compile-internal.h (generate_c_for_for_one_variable):
8593         Take a 'string_file &' instead of a 'ui_file *'.
8594         * compile/compile-loc2c.c (push, pushf, unary, binary)
8595         (print_label, pushf_register_address, pushf_register)
8596         (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
8597         'ui_file *'.  Adjust.
8598         * compile/compile.c (compile_to_object): Use string_file.
8599         * compile/compile.h (compile_dwarf_expr_to_c)
8600         (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
8601         'ui_file *'.
8602         * cp-support.c (inspect_type): Use string_file and obstack_copy0.
8603         (replace_typedefs_qualified_name): Use string_file and
8604         obstack_copy0.
8605         * disasm.c (gdb_pretty_print_insn): Use string_file.
8606         (gdb_disassembly): Adjust reference the null_stream global.
8607         (do_ui_file_delete): Delete.
8608         (gdb_insn_length): Use null_stream.
8609         * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
8610         * dwarf2loc.c (dwarf2_compile_property_to_c)
8611         (locexpr_generate_c_location, loclist_generate_c_location): Take a
8612         'string_file &' instead of a 'ui_file *'.
8613         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
8614         * dwarf2read.c (do_ui_file_peek_last): Delete.
8615         (dwarf2_compute_name): Use string_file.
8616         * event-top.c (gdb_setup_readline): Use stdio_file.
8617         * gdbarch.sh (verify_gdbarch): Use string_file.
8618         * gdbtypes.c (safe_parse_type): Use null_stream.
8619         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
8620         string_file.
8621         * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
8622         'string_file *' instead of a 'ui_file *'.
8623         (gdbscm_arch_disassemble): Use string_file.
8624         * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
8625         * guile/scm-ports.c (class ioscm_file_port): Now a class that
8626         inherits from ui_file.
8627         (ioscm_file_port_delete, ioscm_file_port_rewind)
8628         (ioscm_file_port_put): Delete.
8629         (ioscm_file_port_write): Rename to ...
8630         (ioscm_file_port::write): ... this.  Remove file_port_magic
8631         checks.
8632         (ioscm_file_port_new): Delete.
8633         (ioscm_with_output_to_port_worker): Use ioscm_file_port and
8634         ui_file_up.
8635         * guile/scm-type.c (tyscm_type_name): Use string_file.
8636         * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
8637         Use string_file.
8638         * infcmd.c (print_return_value_1): Use string_file.
8639         * infrun.c (print_target_wait_results): Use string_file.
8640         * language.c (add_language): Use string_file.
8641         * location.c (explicit_to_string_internal): Use string_file.
8642         * main.c (captured_main_1): Use null_file.
8643         * maint.c (maintenance_print_architecture): Use stdio_file.
8644         * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
8645         * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
8646         event_channel>: Change type to mi_console_file pointer.
8647         * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
8648         (mi_console_file_delete): Delete.
8649         (struct mi_console_file): Delete.
8650         (mi_console_file_magic): Delete.
8651         (mi_console_file_new): Delete.
8652         (mi_console_file::mi_console_file): New.
8653         (mi_console_file_delete): Delete.
8654         (mi_console_file_fputs): Delete.
8655         (mi_console_file::write): New.
8656         (mi_console_raw_packet): Delete.
8657         (mi_console_file::flush): New.
8658         (mi_console_file_flush): Delete.
8659         (mi_console_set_raw): Rename to ...
8660         (mi_console_file::set_raw): ... this.
8661         * mi/mi-console.h (class mi_console_file): New class.
8662         (mi_console_file_new, mi_console_set_raw): Delete.
8663         * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
8664         (mi_set_logging): Use delete and tee_file.  Adjust.
8665         * mi/mi-main.c (output_register): Use string_file.
8666         (mi_cmd_data_evaluate_expression): Use string_file.
8667         (mi_cmd_data_read_memory): Use string_file.
8668         (mi_cmd_execute, print_variable_or_computed): Use string_file.
8669         * mi/mi-out.c (mi_ui_out::main_stream): New.
8670         (mi_ui_out::rewind): Use main_stream and
8671         string_file.
8672         (mi_ui_out::put): Use main_stream and string_file.
8673         (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
8674         Allocate a 'string_file' instead.
8675         (mi_out_new): Don't allocate a mem_fileopen stream here.
8676         * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
8677         (mi_ui_out::main_stream): Declare method.
8678         * printcmd.c (eval_command): Use string_file.
8679         * psymtab.c (maintenance_print_psymbols): Use stdio_file.
8680         * python/py-arch.c (archpy_disassemble): Use string_file.
8681         * python/py-breakpoint.c (bppy_get_commands): Use string_file.
8682         * python/py-frame.c (frapy_str): Use string_file.
8683         * python/py-framefilter.c (py_print_type, py_print_single_arg):
8684         Use string_file.
8685         * python/py-type.c (typy_str): Use string_file.
8686         * python/py-unwind.c (unwind_infopy_str): Use string_file.
8687         * python/py-value.c (valpy_str): Use string_file.
8688         * record-btrace.c (btrace_insn_history): Use string_file.
8689         * regcache.c (regcache_print): Use stdio_file.
8690         * reggroups.c (maintenance_print_reggroups): Use stdio_file.
8691         * remote.c (escape_buffer): Use string_file.
8692         * rust-lang.c (rust_get_disr_info): Use string_file.
8693         * serial.c (serial_open_ops_1): Use stdio_file.
8694         (do_serial_close): Use delete.
8695         * stack.c (print_frame_arg): Use string_file.
8696         (print_frame_args): Remove local mem_fileopen stream, not used.
8697         (print_frame): Use string_file.
8698         * symmisc.c (maintenance_print_symbols): Use stdio_file.
8699         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
8700         Take a 'string_file *' instead of a 'ui_file *'.
8701         * top.c (new_ui): Use stdio_file and stderr_file.
8702         (free_ui): Use delete.
8703         (execute_command_to_string): Use string_file.
8704         (quit_confirm): Use string_file.
8705         * tracepoint.c (collection_list::append_exp): Use string_file.
8706         * tui/tui-disasm.c (tui_disassemble): Use string_file.
8707         * tui/tui-file.c: Don't include "ui-file.h".
8708         (enum streamtype, struct tui_stream): Delete.
8709         (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
8710         (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
8711         (tui_file::tui_file): New method.
8712         (tui_file_fputs): Delete.
8713         (tui_file_get_strbuf): Delete.
8714         (tui_file::puts): New method.
8715         (tui_file_adjust_strbuf): Delete.
8716         (tui_file_flush): Delete.
8717         (tui_file::flush): New method.
8718         * tui/tui-file.h: Tweak intro comment.
8719         Include ui-file.h.
8720         (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
8721         (tui_file_adjust_strbuf): Delete declarations.
8722         (class tui_file): New class.
8723         * tui/tui-io.c (tui_initialize_io): Use tui_file.
8724         * tui/tui-regs.c (tui_restore_gdbout): Use delete.
8725         (tui_register_format): Use string_stream.
8726         * tui/tui-stack.c (tui_make_status_line): Use string_file.
8727         (tui_get_function_from_frame): Use string_file.
8728         * typeprint.c (type_to_string): Use string_file.
8729         * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
8730         (null_stream): New global.
8731         (ui_file_delete): Delete.
8732         (ui_file::ui_file): New.
8733         (null_file_isatty): Delete.
8734         (ui_file::~ui_file): New.
8735         (null_file_rewind): Delete.
8736         (ui_file::printf): New.
8737         (null_file_put): Delete.
8738         (null_file_flush): Delete.
8739         (ui_file::putstr): New.
8740         (null_file_write): Delete.
8741         (ui_file::putstrn): New.
8742         (null_file_read): Delete.
8743         (ui_file::putc): New.
8744         (null_file_fputs): Delete.
8745         (null_file_write_async_safe): Delete.
8746         (ui_file::vprintf): New.
8747         (null_file_delete): Delete.
8748         (null_file::write): New.
8749         (null_file_fseek): Delete.
8750         (null_file::puts): New.
8751         (ui_file_data): Delete.
8752         (null_file::write_async_safe): New.
8753         (gdb_flush, ui_file_isatty): Adjust.
8754         (ui_file_put, ui_file_rewind): Delete.
8755         (ui_file_write): Adjust.
8756         (ui_file_write_for_put): Delete.
8757         (ui_file_write_async_safe, ui_file_read): Adjust.
8758         (ui_file_fseek): Delete.
8759         (fputs_unfiltered): Adjust.
8760         (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
8761         (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
8762         (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
8763         (set_ui_file_data): Delete.
8764         (string_file::~string_file, string_file::write)
8765         (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
8766         (do_ui_file_as_string, ui_file_as_string): Delete.
8767         (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
8768         (struct mem_file): Delete.
8769         (mem_file_new): Delete.
8770         (stdio_file::stdio_file): New.
8771         (mem_file_delete): Delete.
8772         (stdio_file::stdio_file): New.
8773         (mem_fileopen): Delete.
8774         (stdio_file::~stdio_file): New.
8775         (mem_file_rewind): Delete.
8776         (stdio_file::set_stream): New.
8777         (mem_file_put): Delete.
8778         (stdio_file::open): New.
8779         (mem_file_write): Delete.
8780         (stdio_file_magic, struct stdio_file): Delete.
8781         (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
8782         (stdio_file::flush): New.
8783         (stdio_file_read): Rename to ...
8784         (stdio_file::read): ... this.  Adjust.
8785         (stdio_file_write): Rename to ...
8786         (stdio_file::write): ... this.  Adjust.
8787         (stdio_file_write_async_safe): Rename to ...
8788         (stdio_file::write_async_safe) ... this.  Adjust.
8789         (stdio_file_fputs): Rename to ...
8790         (stdio_file::puts) ... this.  Adjust.
8791         (stdio_file_isatty): Delete.
8792         (stdio_file_fseek): Delete.
8793         (stdio_file::isatty): New.
8794         (stderr_file_write): Rename to ...
8795         (stderr_file::write) ... this.  Adjust.
8796         (stderr_file_fputs): Rename to ...
8797         (stderr_file::puts) ... this.  Adjust.
8798         (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
8799         (stderr_file::stderr_file): New.
8800         (tee_file_magic): Delete.
8801         (struct tee_file): Delete.
8802         (tee_file::tee_file): New.
8803         (tee_file_new): Delete.
8804         (tee_file::~tee_file): New.
8805         (tee_file_delete): Delete.
8806         (tee_file_flush): Rename to ...
8807         (tee_file::flush): ... this.  Adjust.
8808         (tee_file_write): Rename to ...
8809         (tee_file::write): ... this.  Adjust.
8810         (tee_file::write_async_safe): New.
8811         (tee_file_fputs): Rename to ...
8812         (tee_file::puts): ... this.  Adjust.
8813         (tee_file_isatty): Rename to ...
8814         (tee_file::isatty): ... this.  Adjust.
8815         * ui-file.h (struct obstack, struct ui_file): Don't
8816         forward-declare.
8817         (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
8818         (ui_file_write_ftype)
8819         (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
8820         (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
8821         (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
8822         (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
8823         (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
8824         (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
8825         (set_ui_file_fseek): Delete.
8826         (ui_file_data, ui_file_delete, ui_file_rewind)
8827         (struct ui_file): New.
8828         (ui_file_up): New.
8829         (class null_file): New.
8830         (null_stream): Declare.
8831         (ui_file_write_for_put, ui_file_put): Delete.
8832         (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
8833         Delete.
8834         (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
8835         (gdb_fopen, tee_file_new): Delete.
8836         (struct string_file): New.
8837         (struct stdio_file): New.
8838         (stdio_file_up): New.
8839         (struct stderr_file): New.
8840         (class tee_file): New.
8841         * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
8842         of a 'ui_file *'.  Adjust.
8843         * ui-out.h (class ui_out) <field_stream>: Likewise.
8844         * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
8845         (null_stream): Delete.
8846         (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
8847         Adjust.
8848         * utils.h (struct ui_file): Delete forward declaration..
8849         (make_cleanup_ui_file_delete, null_stream): Delete declarations.
8850         (error_stream): Take a 'string_file &' instead of a
8851         'ui_file *'.
8852         * varobj.c (varobj_value_get_print_value): Use string_file.
8853         * xtensa-tdep.c (xtensa_verify_config): Use string_file.
8854         * gdbarch.c: Regenerate.
8855
8856 2017-02-02  Pedro Alves  <palves@redhat.com>
8857
8858         * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
8859         (gdb_pretty_print_insn): ... this.  Now a free function.  Add back
8860         a 'gdbarch' parameter.  Allocate a mem_fileopen stream here.
8861         Adjust to call gdb_print_insn instead of
8862         gdb_disassembler::print_insn.
8863         (dump_insns, do_mixed_source_and_assembly_deprecated)
8864         (do_mixed_source_and_assembly, do_assembly_only): Add back a
8865         'gdbarch' parameter.  Remove gdb_disassembler parameter.
8866         (gdb_disassembly): Don't allocate a gdb_disassembler here.
8867         * disasm.h (gdb_disassembler::pretty_print_insn): Delete
8868         declaration.
8869         (gdb_pretty_print_insn): Re-add declaration.
8870         * record-btrace.c (btrace_insn_history): Don't allocate a
8871         gdb_disassembler here.  Adjust to call gdb_pretty_print_insn.
8872
8873 2017-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
8874
8875         * disasm.h (gdb_disassembly): Remove file_string parameter.
8876         * disasm.c (gdb_disassembly): Likewise.
8877         * cli/cli-cmds.c (print_disassembly): Adapt.
8878         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
8879         * stack.c (do_gdb_disassembly): Likewise.
8880
8881 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8882
8883         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
8884         DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
8885         targets.  And if the implicit value is longer than needed, extract
8886         the first bytes instead of the "least significant" ones.
8887
8888 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
8889
8890         * btrace.c (btrace_enable): Do not call btrace_add_pc for
8891         BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
8892         (btrace_fetch): Assert can_access_registers_ptid.
8893         * record-btrace.c (require_btrace_thread, record_btrace_info): Call
8894         validate_registers_access.
8895
8896 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
8897
8898         * gdbthread.h (can_access_registers_ptid): New.
8899         * thread.c (can_access_registers_ptid): New.
8900
8901 2017-02-01  Pedro Alves  <palves@redhat.com>
8902
8903         * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
8904
8905 2017-01-31  Pedro Alves  <palves@redhat.com>
8906
8907         * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
8908         Fix typos.
8909
8910 2017-01-31  Pedro Alves  <palves@redhat.com>
8911
8912         * stack.c (print_frame_args): Remove local mem_fileopen stream,
8913         not used.
8914
8915 2017-01-31  Pedro Alves  <palves@redhat.com>
8916
8917         * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
8918
8919 2017-01-31  Pedro Alves  <palves@redhat.com>
8920
8921         * common/scoped_restore.h
8922         (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
8923         change the value's parameter type to T2.
8924         (make_scoped_restore): Likewise.
8925
8926 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8927             Richard Henderson  <rth@redhat.com>
8928
8929         * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
8930         (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
8931         GS_BASE for older kernels.
8932         (amd64_linux_store_inferior_registers): Add case to store FS_BASE
8933         GS_BASE for older kernels.
8934         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
8935         and GS_BASE to the offset table.
8936         (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
8937         system register group.
8938         * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
8939         for older kernels.
8940         * amd64-tdep.c (amd64_init_abi): Add segment registers for the
8941         amd64 ABI.
8942         * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
8943         AMD64_GSBASE_REGNUM.
8944         (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
8945         * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
8946         (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
8947         (x32-avx-linux.dat, x32-avx512-linux.dat): Add
8948         i386/64bit-segments.xml in those rules.
8949         * features/i386/64bit-segments.xml: New file.
8950         * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
8951         * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
8952         * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
8953         * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
8954         * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
8955         * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
8956         * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
8957         * features/i386/amd64-avx-linux.c: Regenerated.
8958         * features/i386/amd64-avx-mpx-linux.c: Regenerated.
8959         * features/i386/amd64-avx-mpx.c: Regenerated.
8960         * features/i386/amd64-avx512-linux.c: Regenerated.
8961         * features/i386/amd64-linux.c: Regenerated.
8962         * features/i386/amd64-mpx-linux.c: Regenerated.
8963         * features/i386/i386-avx-mpx-linux.c: Regenerated.
8964         * features/i386/i386-avx-mpx.c: Regenerated.
8965         * features/i386/x32-avx-linux.c: Regenerated.
8966         * features/i386/x32-avx512-linux.c: Regenerated.
8967         * regformats/i386/amd64-avx-linux.dat: Regenerated.
8968         * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
8969         * regformats/i386/amd64-avx512-linux.dat: Regenerated.
8970         * regformats/i386/amd64-linux.dat: Regenerated.
8971         * regformats/i386/amd64-mpx-linux.dat: Regenerated.
8972         * regformats/i386/x32-avx-linux.dat: Regenerated.
8973         * regformats/i386/x32-avx512-linux.dat: Regenerated.
8974         * regformats/i386/x32-linux.dat: Regenerated.
8975
8976 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8977
8978         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
8979         Set to AMD64_NUM_REGS.
8980
8981 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8982
8983         * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
8984         that checks validity of a register number.
8985
8986 2017-01-27  Kees Cook  <keescook@google.com>
8987
8988         * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
8989         fetch_fpregs if target has fpa registers.
8990         (arm_linux_store_inferior_registers): Call store_fpregs if target
8991         has fpa registers.
8992
8993 2017-01-26  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8994
8995         * cris-tdep.c (cris_gdbarch_init): Remove check for
8996         info.byte_order and force it to BFD_ENDIAN_LITTLE.
8997
8998 2017-01-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8999
9000         * corelow.c (get_core_register_section): Check for regset
9001         existence before checking for REGSET_VARIABLE_SIZE.
9002
9003 2017-01-26  Yao Qi  <yao.qi@linaro.org>
9004             Pedro Alves  <palves@redhat.com>
9005
9006         PR gdb/20939
9007         * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
9008         call memory_error, save memaddr instead.
9009         (gdb_disassembler::print_insn): If gdbarch_print_insn returns
9010         negative, cal memory_error.
9011         * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
9012
9013 2017-01-26  Yao Qi  <yao.qi@linaro.org>
9014
9015         * disasm-selftests.c (memory_error_test): New function.
9016         (_initialize_disasm_selftests): Register memory_error_test.
9017
9018 2017-01-26  Yao Qi  <yao.qi@linaro.org>
9019
9020         * Makefile.in (SFILES): Add disasm-selftests.c and
9021         selftest-arch.c.
9022         (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
9023         * disasm-selftests.c: New file.
9024         * selftest-arch.c: New file.
9025         * selftest-arch.h: New file.
9026
9027 2017-01-26  Yao Qi  <yao.qi@linaro.org>
9028
9029         * mep-tdep.c (mep_gdb_print_insn): Set info->arch
9030         to bfd_arch_mep.  Don't return 0 if section is not
9031         found.  Call print_insn_mep.
9032
9033 2017-01-26  Pedro Alves  <palves@redhat.com>
9034             Yao Qi  <yao.qi@linaro.org>
9035
9036         * arm-tdep.c: Include "disasm.h".
9037         (gdb_print_insn_arm): Update code to get gdbarch.
9038         * disasm.c (dis_asm_read_memory): Change it to
9039         gdb_disassembler::dis_asm_read_memory.
9040         (dis_asm_memory_error): Likewise.
9041         (dis_asm_print_address): Likewise.
9042         (gdb_pretty_print_insn): Change it to
9043         gdb_disassembler::pretty_print_insn.
9044         (dump_insns): Add one argument gdb_disassemlber.  All
9045         callers updated.
9046         (do_mixed_source_and_assembly_deprecated): Likewise.
9047         (do_mixed_source_and_assembly): Likewise.
9048         (do_assembly_only): Likewise.
9049         (gdb_disassembler::gdb_disassembler): New.
9050         (gdb_disassembler::print_insn): New.
9051         * disasm.h (class gdb_disassembler): New.
9052         (gdb_pretty_print_insn): Remove declaration.
9053         (gdb_disassemble_info): Likewise.
9054         * guile/scm-disasm.c (class gdbscm_disassembler): New.
9055         (gdbscm_disasm_read_memory_worker): Update.
9056         (gdbscm_disasm_read_memory): Update.
9057         (gdbscm_disasm_memory_error): Remove.
9058         (gdbscm_disasm_print_address): Remove.
9059         (gdbscm_disassembler::gdbscm_disassembler): New.
9060         (gdbscm_print_insn_from_port): Update.
9061         * mips-tdep.c: Include disasm.h.
9062         (gdb_print_insn_mips): Update code to get gdbarch.
9063         * record-btrace.c (btrace_insn_history): Update.
9064         * spu-tdep.c: Include disasm.h.
9065         (struct spu_dis_asm_data): Remove.
9066         (struct spu_dis_asm_info): New.
9067         (spu_dis_asm_print_address): Use spu_dis_asm_info to get
9068         SPU id.
9069         (gdb_print_insn_spu): Cast disassemble_info to
9070         spu_dis_asm_info.
9071
9072 2017-01-26  Yao Qi  <yao.qi@linaro.org>
9073
9074         * disasm.c (do_ui_file_delete): Delete.
9075         (gdb_insn_length): Move code creating stream to ...
9076         * utils.c (null_stream): ... here.  New function.
9077         * utils.h (null_stream): Declare.
9078
9079 2017-01-23  Simon Marchi  <simon.marchi@polymtl.ca>
9080
9081         * python/py-inferior.c (find_thread_object): Return directly
9082         from the loop.  Remove "found" variable.
9083
9084 2017-01-21  Joel Brobecker  <brobecker@adacore.com>
9085
9086         GDB 7.12.1 released.
9087
9088 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
9089
9090         * python/py-function.c (fnpy_call): Reorder declarations to have
9091         the gdbpy_enter object declared first.
9092         * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
9093
9094 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
9095
9096         PR python/21068
9097         * python/python-internal.h (PyMem_RawMalloc): Define for
9098         Python < 3.4.
9099         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
9100         PyMem_RawMalloc instead of PyMem_Malloc.
9101
9102 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
9103             Luis Machado  <lgustavo@codesourcery.com>
9104
9105         * NEWS (New commands): Mention flash-erase.
9106         (New MI commands): Mention target-flash-erase.
9107         * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
9108         command.
9109         * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
9110         * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
9111         * target.c (flash_erase_command): New function.
9112         (initialize_targets): Add new flash-erase command.
9113         * target.h (flash_erase_command): New declaration.
9114
9115 2017-01-20  Joel Brobecker  <brobecker@adacore.com>
9116
9117         * nat/linux-ptrace.c: Only include <sys/procfs.h> if
9118         HAVE_SYS_PROCFS_H is defined.
9119
9120 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
9121
9122         * remote.c (struct cached_reg): Change data into a pointer.
9123         * (stop_reply_dtr): Free data pointers before deleting vector.
9124         (process_stop_reply): Likewise.
9125         (remote_parse_stop_reply): Allocate space for data
9126
9127 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
9128
9129         * amd64-tdep.c (amd64_pseudo_register_read_value): remove
9130         MAX_REGISTER_SIZE.
9131         (amd64_pseudo_register_read_value): Likewise.
9132         * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
9133         (store_register_using_P): Likewise.
9134         * regcache.c (regcache_xfer_part): Likewise.
9135
9136 2017-01-16  Ivo Raisr  <ivo.raisr@oracle.com>
9137
9138         Split real and pseudo registers.
9139         * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
9140         (sparc32_pseudo_regnum): New enum.
9141         * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
9142         * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
9143         (SPARC32_CP0_REGISTERS): New macro.
9144         (sparc32_pseudo_register_name): New function.
9145         (sparc32_register_name): Use sparc32_pseudo_register_name.
9146         (sparc32_pseudo_register_type): New function.
9147         (sparc32_register_type): Use sparc32_pseudo_register_type.
9148         (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
9149         pseudo register numbers.
9150         * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
9151         (SPARC64_CP0_REGISTERS): New macro.
9152         (sparc64_pseudo_register_name): New function.
9153         (sparc64_register_name): Use sparc64_pseudo_register_name.
9154         (sparc64_pseudo_register_type): New function.
9155         (sparc64_register_type): Use sparc64_pseudo_register_type.
9156         (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
9157         pseudo register numbers.
9158         (sparc64_store_floating_fields, sparc64_extract_floating_fields,
9159         sparc64_store_arguments): Handle pseudo register numbers.
9160
9161 2017-01-13  Yao Qi  <yao.qi@linaro.org>
9162
9163         * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
9164         (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
9165         output.
9166         (getpkt_or_notif_sane_1): Likewise.
9167
9168 2017-01-13  Yao Qi  <yao.qi@linaro.org>
9169
9170         * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
9171         of CC.  Pass "-x c++-header" instead of "-x c".
9172
9173 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
9174
9175         * remote.c (remote_can_async_p): Update comment.
9176
9177 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
9178
9179         * linux-nat.c (linux_nat_can_async_p): Update comment.
9180
9181 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
9182
9183         * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
9184
9185 2017-01-11  Simon Marchi  <simon.marchi@ericsson.com>
9186
9187         * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
9188
9189 2017-01-10  Tom Tromey  <tom@tromey.com>
9190
9191         * python/py-type.c (typy_legacy_template_argument): Update.
9192         * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
9193         ~demangle_parse_info): Declare new members.
9194         (cp_demangled_name_to_comp): Return unique_ptr.
9195         (cp_demangled_name_parse_free)
9196         (make_cleanup_cp_demangled_name_parse_free)
9197         (cp_new_demangle_parse_info): Remove.
9198         * cp-support.c (do_demangled_name_parse_free_cleanup)
9199         (make_cleanup_cp_demangled_name_parse_free): Remove.
9200         (inspect_type, cp_canonicalize_string_full)
9201         (cp_canonicalize_string): Update.
9202         (mangled_name_to_comp): Change return type.
9203         (cp_class_name_from_physname, method_name_from_physname)
9204         (cp_func_name, cp_remove_params): Update.
9205         * cp-name-parser.y (demangle_parse_info): New constructor, from
9206         cp_new_demangle_parse_info.
9207         (~demangle_parse_info): New destructor, from
9208         cp_demangled_name_parse_free.
9209         (cp_merge_demangle_parse_infos): Update.
9210         (cp_demangled_name_to_comp): Change return type.
9211
9212 2017-01-10  Tom Tromey  <tom@tromey.com>
9213
9214         * top.c (prevent_dont_repeat): Change return type.
9215         * python/python.c (execute_gdb_command): Use std::string.
9216         Update.
9217         * guile/guile.c (gdbscm_execute_gdb_command): Update.
9218         * command.h (prevent_dont_repeat): Change return type.
9219         * breakpoint.c (bpstat_do_actions_1): Update.
9220
9221 2017-01-10  Tom Tromey  <tom@tromey.com>
9222
9223         * value.h (scoped_value_mark::~scoped_value_mark): Call
9224         free_to_mark.
9225         (scoped_value_mark::free_to_mark): New method.
9226         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
9227         scoped_value_mark.
9228
9229 2017-01-10  Tom Tromey  <tom@tromey.com>
9230
9231         * python/py-value.c (valpy_dereference, valpy_referenced_value)
9232         (valpy_reference_value, valpy_const_value, valpy_get_address)
9233         (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
9234         (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
9235         (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
9236         * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
9237         scoped_value_mark.
9238         * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
9239         * value.h (scoped_value_mark): New class.
9240
9241 2017-01-10  Tom Tromey  <tom@tromey.com>
9242
9243         * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
9244         * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
9245         * psymtab.c (discard_psymtabs_upto): Remove.
9246         (make_cleanup_discard_psymtabs): Remove.
9247         (struct psymtab_state): Remove.
9248
9249 2017-01-10  Tom Tromey  <tom@tromey.com>
9250
9251         * record-full.c (record_full_save_cleanups): Remove.
9252         (record_full_save): Use gdb::unlinker.
9253         * gcore.c (do_bfd_delete_cleanup): Remove.
9254         (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr.  Remove
9255         cleanups.
9256         * dwarf2read.c (unlink_if_set): Remove.
9257         (write_psymtabs_to_index): Use gdb::unlinker.
9258         * common/gdb_unlinker.h: New file.
9259
9260 2017-01-10  Tom Tromey  <tom@tromey.com>
9261
9262         * windows-tdep.c (windows_xfer_shared_library): Update.
9263         * windows-nat.c (windows_make_so): Update.
9264         * utils.h (make_cleanup_bfd_unref): Remove.
9265         * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
9266         * symfile.h (symfile_bfd_open)
9267         (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
9268         * symfile.c (read_symbols, symbol_file_add)
9269         (separate_debug_file_exists): Update.
9270         (symfile_bfd_open): Return gdb_bfd_ref_ptr.
9271         (generic_load, reread_symbols): Update.
9272         * symfile-mem.c (symbol_file_add_from_memory): Update.
9273         * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
9274         (spu_symbol_file_add_from_memory): Update.
9275         * solist.h (struct target_so_ops) <bfd_open>: Return
9276         gdb_bfd_ref_ptr.
9277         (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
9278         * solib.c (solib_bfd_fopen, solib_bfd_open): Return
9279         gdb_bfd_ref_ptr.
9280         (solib_map_sections, reload_shared_libraries_1): Update.
9281         * solib-svr4.c (enable_break): Update.
9282         * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
9283         * solib-frv.c (enable_break2): Update.
9284         * solib-dsbt.c (enable_break): Update.
9285         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
9286         gdb_bfd_ref_ptr.
9287         (darwin_solib_get_all_image_info_addr_at_init): Update.
9288         (darwin_bfd_open): Return gdb_bfd_ref_ptr.
9289         * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
9290         * record-full.c (record_full_save): Update.
9291         * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
9292         * procfs.c (insert_dbx_link_bpt_in_file): Update.
9293         * minidebug.c (find_separate_debug_file_in_section): Return
9294         gdb_bfd_ref_ptr.
9295         * machoread.c (macho_add_oso_symfile): Change abfd to
9296         gdb_bfd_ref_ptr.
9297         (macho_symfile_read_all_oso): Update.
9298         (macho_check_dsym): Return gdb_bfd_ref_ptr.
9299         (macho_symfile_read): Update.
9300         * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
9301         (jit_bfd_try_read_symtab): Update.
9302         * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
9303         (gdb_bfd_openw, gdb_bfd_openr_iovec)
9304         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
9305         gdb_bfd_ref_ptr.
9306         (gdb_bfd_ref_policy): New struct.
9307         (gdb_bfd_ref_ptr): New typedef.
9308         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
9309         (gdb_bfd_openw, gdb_bfd_openr_iovec)
9310         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
9311         gdb_bfd_ref_ptr.
9312         * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
9313         * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
9314         (gcore_command): Update.
9315         * exec.c (exec_file_attach): Update.
9316         * elfread.c (elf_symfile_read): Update.
9317         * dwarf2read.c (dwarf2_get_dwz_file): Update.
9318         (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
9319         (open_and_init_dwo_file): Update.
9320         (open_dwp_file): Return gdb_bfd_ref_ptr.
9321         (open_and_init_dwp_file): Update.
9322         * corelow.c (core_open): Update.
9323         * compile/compile-object-load.c (compile_object_load): Update.
9324         * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
9325         * coffread.c (coff_symfile_read): Update.
9326         * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
9327         gdb_bfd_ref_ptr.  Rename.
9328         (dump_bfd_file, restore_command): Update.
9329         * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
9330         * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
9331         (find_separate_debug_file_by_buildid): Update.
9332
9333 2017-01-10  Tom Tromey  <tom@tromey.com>
9334
9335         * common/gdb_ref_ptr.h: New file.
9336         * python/py-ref.h (struct gdbpy_ref_policy): New.
9337         (gdbpy_ref): Now a typedef.
9338
9339 2017-01-10  Tom Tromey  <tom@tromey.com>
9340
9341         * utils.h (make_cleanup_htab_delete): Don't declare.
9342         * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
9343         Remove.
9344         * linespec.c (decode_compound_collector): Add constructor,
9345         destructor.
9346         (lookup_prefix_sym): Remove cleanup.
9347         (symtab_collector): Add constructor, destructor.
9348         (collect_symtabs_from_filename): Remove cleanup.
9349         * disasm.c (do_mixed_source_and_assembly): Use htab_up.
9350         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
9351         Use htab_up.
9352         * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
9353         * dwarf2read.c (dw2_expand_symtabs_matching)
9354         (dw2_map_symbol_filenames, dwarf_decode_macros)
9355         (write_psymtabs_to_index): Use htab_up.
9356         * dwarf2loc.c (func_verify_no_selftailcall)
9357         (call_site_find_chain_1, func_verify_no_selftailcall)
9358         (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
9359         std::vector, gdb::unique_xmalloc_ptr.
9360         (call_sitep): Remove typedef.
9361         (dwarf2_locexpr_baton_eval): Remove unused variable.
9362
9363 2017-01-10  Tom Tromey  <tom@tromey.com>
9364
9365         * python/python-internal.h (make_cleanup_py_decref)
9366         (make_cleanup_py_xdecref): Don't declare.
9367         * python/py-utils.c (py_decref, make_cleanup_py_decref)
9368         (py_xdecref, make_cleanup_py_xdecref): Remove.
9369
9370 2017-01-10  Tom Tromey  <tom@tromey.com>
9371
9372         * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
9373         (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
9374
9375 2017-01-10  Tom Tromey  <tom@tromey.com>
9376
9377         * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
9378
9379 2017-01-10  Tom Tromey  <tom@tromey.com>
9380
9381         * python/py-utils.c (unicode_to_encoded_string)
9382         (python_string_to_target_string)
9383         (python_string_to_target_python_string)
9384         (python_string_to_host_string, gdbpy_obj_to_string)
9385         (get_addr_from_python): Use gdbpy_ref.
9386
9387 2017-01-10  Tom Tromey  <tom@tromey.com>
9388
9389         * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
9390         gdbpy_ref.
9391
9392 2017-01-10  Tom Tromey  <tom@tromey.com>
9393
9394         * python/python.c (eval_python_command, gdbpy_decode_line)
9395         (gdbpy_run_events, gdbpy_start_type_printers)
9396         (gdbpy_apply_type_printers): Use gdbpy_ref.
9397
9398 2017-01-10  Tom Tromey  <tom@tromey.com>
9399
9400         * python/py-param.c (get_doc_string, compute_enum_values): Use
9401         gdbpy_ref.
9402
9403 2017-01-10  Tom Tromey  <tom@tromey.com>
9404
9405         * python/py-inferior.c (find_thread_object, build_inferior_list):
9406         Use gdbpy_ref.
9407
9408 2017-01-10  Tom Tromey  <tom@tromey.com>
9409
9410         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
9411
9412 2017-01-10  Tom Tromey  <tom@tromey.com>
9413
9414         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
9415         gdbpy_ref.
9416
9417 2017-01-10  Tom Tromey  <tom@tromey.com>
9418
9419         * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref.  Remove
9420         extra incref.
9421         (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
9422         Use gdbpy_ref.
9423
9424 2017-01-10  Tom Tromey  <tom@tromey.com>
9425
9426         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
9427         gdbpy_ref.
9428
9429 2017-01-10  Tom Tromey  <tom@tromey.com>
9430
9431         * python/py-arch.c (archpy_disassemble): Use gdbpy_ref.  Don't
9432         decref results of PyArg_ParseTupleAndKeywords.
9433
9434 2017-01-10  Tom Tromey  <tom@tromey.com>
9435
9436         * python/python.c (python_run_simple_file): Use
9437         unique_xmalloc_ptr, gdbpy_ref.
9438
9439 2017-01-10  Tom Tromey  <tom@tromey.com>
9440
9441         * python/py-prettyprint.c (print_stack_unless_memory_error)
9442         (print_string_repr, print_children): Use gdbpy_ref.
9443         (dummy_python_frame): New class.
9444         (dummy_python_frame::dummy_python_frame): Rename from
9445         push_dummy_python_frame.
9446         (py_restore_tstate): Remove.
9447
9448 2017-01-10  Tom Tromey  <tom@tromey.com>
9449
9450         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
9451
9452 2017-01-10  Tom Tromey  <tom@tromey.com>
9453
9454         * python/python.c (ensure_python_env, restore_python_env):
9455         Remove.
9456         * python/python-internal.h (ensure_python_env): Don't declare.
9457         * varobj.h (varobj_ensure_python_env): Don't declare.
9458         * varobj.c (varobj_ensure_python_env): Remove.
9459
9460 2017-01-10  Tom Tromey  <tom@tromey.com>
9461
9462         * varobj.c (varobj_value_get_print_value): Use
9463         gdbpy_enter_varobj.
9464
9465 2017-01-10  Tom Tromey  <tom@tromey.com>
9466
9467         * python/py-prettyprint.c (print_string_repr, print_children):
9468         Update.
9469         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
9470         of "encoding".
9471         * varobj.c (varobj_value_get_print_value): Update.
9472         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
9473
9474 2017-01-10  Tom Tromey  <tom@tromey.com>
9475
9476         * varobj.c (varobj_get_display_hint)
9477         (dynamic_varobj_has_child_method, install_new_value_visualizer)
9478         (varobj_set_visualizer, free_variable): Use
9479         gdbpy_enter_varobj.
9480
9481 2017-01-10  Tom Tromey  <tom@tromey.com>
9482
9483         * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
9484         (do_finish_initialization): New function.  Use gdbpy_ref.
9485         (gdbpy_finish_initialization): Use gdbpy_enter.  Call
9486         do_finish_initialization.
9487
9488 2017-01-10  Tom Tromey  <tom@tromey.com>
9489
9490         * python/py-param.c (get_set_value, get_show_value): Use
9491         gdbpy_enter, gdbpy_ref.
9492
9493 2017-01-10  Tom Tromey  <tom@tromey.com>
9494
9495         * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
9496
9497 2017-01-10  Tom Tromey  <tom@tromey.com>
9498
9499         * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
9500
9501 2017-01-10  Tom Tromey  <tom@tromey.com>
9502
9503         * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
9504         Use gdbpy_enter_varobj.
9505
9506 2017-01-10  Tom Tromey  <tom@tromey.com>
9507
9508         * varobj.c (gdbpy_enter_varobj): New constructor.
9509         * python/python-internal.h (gdbpy_enter_varobj): New class.
9510         * python/py-varobj.c (py_varobj_get_iterator): Use
9511         gdbpy_enter_varobj.
9512
9513 2017-01-10  Tom Tromey  <tom@tromey.com>
9514
9515         * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
9516         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
9517         (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
9518         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
9519         unique_xmalloc_ptr.
9520         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
9521
9522 2017-01-10  Tom Tromey  <tom@tromey.com>
9523
9524         * python/py-xmethods.c (invoke_match_method): Use
9525         gdbpy_ref.
9526
9527 2017-01-10  Tom Tromey  <tom@tromey.com>
9528
9529         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
9530         gdbpy_enter, gdbpy_ref.
9531
9532 2017-01-10  Tom Tromey  <tom@tromey.com>
9533
9534         * python/python.c (python_interactive_command): Use gdbpy_enter.
9535
9536 2017-01-10  Tom Tromey  <tom@tromey.com>
9537
9538         * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
9539         gdbpy_ref.
9540
9541 2017-01-10  Tom Tromey  <tom@tromey.com>
9542
9543         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
9544         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
9545
9546 2017-01-10  Tom Tromey  <tom@tromey.com>
9547
9548         * utils.h (htab_deleter): New struct.
9549         (htab_up): New typedef.
9550         * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
9551         gdbpy_enter, gdbpy_ref, htab_up.
9552
9553 2017-01-10  Tom Tromey  <tom@tromey.com>
9554
9555         * python/py-unwind.c (pending_frame_invalidate): Remove.
9556         (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
9557
9558 2017-01-10  Tom Tromey  <tom@tromey.com>
9559
9560         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
9561         (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
9562
9563 2017-01-10  Tom Tromey  <tom@tromey.com>
9564
9565         * python/py-type.c (save_objfile_types): Use gdbpy_enter.
9566
9567 2017-01-10  Tom Tromey  <tom@tromey.com>
9568
9569         * python/python.c (gdbpy_eval_from_control_command)
9570         (gdbpy_source_script, gdbpy_run_events)
9571         (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
9572         (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
9573         gdbpy_enter.
9574
9575 2017-01-10  Tom Tromey  <tom@tromey.com>
9576
9577         * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
9578
9579 2017-01-10  Tom Tromey  <tom@tromey.com>
9580
9581         * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
9582
9583 2017-01-10  Tom Tromey  <tom@tromey.com>
9584
9585         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
9586         (python_on_inferior_call_pre, python_on_inferior_call_post)
9587         (python_on_memory_change, python_on_register_change)
9588         (python_inferior_exit, python_new_objfile, add_thread_object)
9589         (delete_thread_object, py_free_inferior): Use gdbpy_enter.
9590
9591 2017-01-10  Tom Tromey  <tom@tromey.com>
9592
9593         * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
9594         (bpfinishpy_handle_exit): Use gdbpy_enter.
9595
9596 2017-01-10  Tom Tromey  <tom@tromey.com>
9597
9598         * python/py-cmd.c (cmdpy_destroyer)
9599         (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
9600         gdbpy_enter.
9601
9602 2017-01-10  Tom Tromey  <tom@tromey.com>
9603
9604         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
9605         gdbpy_enter.
9606         (gdbpy_breakpoint_has_cond): Likewise.
9607
9608 2017-01-10  Tom Tromey  <tom@tromey.com>
9609
9610         * python/python.c (gdbpy_enter): New constructor.
9611         (~gdbpy_enter): New destructor.
9612         (restore_python_env, ensure_python_env): Rewrite.
9613         * python/python-internal.h (gdbpy_enter): New class.
9614
9615 2017-01-10  Tom Tromey  <tom@tromey.com>
9616
9617         * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
9618
9619 2017-01-10  Tom Tromey  <tom@tromey.com>
9620
9621         * python/py-value.c (value_has_field, get_field_flag)
9622         (get_field_type, valpy_getitem, convert_value_from_python): Use
9623         gdbpy_ref.
9624
9625 2017-01-10  Tom Tromey  <tom@tromey.com>
9626
9627         * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
9628         gdbpy_ref.
9629
9630 2017-01-10  Tom Tromey  <tom@tromey.com>
9631
9632         * python/py-prettyprint.c (search_pp_list)
9633         (find_pretty_printer_from_objfiles)
9634         (find_pretty_printer_from_progspace)
9635         (find_pretty_printer_from_gdb, find_pretty_printer)
9636         (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
9637         gdbpy_ref.
9638
9639 2017-01-10  Tom Tromey  <tom@tromey.com>
9640
9641         * python/py-param.c (call_doc_function): Use gdbpy_ref.
9642
9643 2017-01-10  Tom Tromey  <tom@tromey.com>
9644
9645         * python/py-linetable.c (build_line_table_tuple_from_pcs)
9646         (ltpy_get_all_source_lines): Use gdbpy_ref.
9647
9648 2017-01-10  Tom Tromey  <tom@tromey.com>
9649
9650         * python/py-framefilter.c (extract_sym, extract_value)
9651         (get_py_iter_from_func, bootstrap_python_frame_filters): Use
9652         gdbpy_ref.
9653
9654 2017-01-10  Tom Tromey  <tom@tromey.com>
9655
9656         * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
9657
9658 2017-01-10  Tom Tromey  <tom@tromey.com>
9659
9660         * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
9661
9662 2017-01-10  Tom Tromey  <tom@tromey.com>
9663
9664         * python/py-function.c (convert_values_to_python, fnpy_init): Use
9665         gdbpy_ref.
9666
9667 2017-01-10  Tom Tromey  <tom@tromey.com>
9668
9669         * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
9670
9671 2017-01-10  Tom Tromey  <tom@tromey.com>
9672
9673         * python/py-type.c (convert_field, make_fielditem, typy_fields)
9674         (typy_range): Use gdbpy_ref.
9675
9676 2017-01-10  Tom Tromey  <tom@tromey.com>
9677
9678         * python/py-threadevent.c (create_thread_event_object): Use
9679         gdbpy_ref.
9680         * python/py-stopevent.c (create_stop_event_object): Simplify.
9681         (emit_stop_event): Use gdbpy_ref.
9682         * python/py-signalevent.c (create_signal_event_object): Use
9683         gdbpy_ref.
9684         * python/py-newobjfileevent.c (create_new_objfile_event_object)
9685         (emit_new_objfile_event, create_clear_objfiles_event_object)
9686         (emit_clear_objfiles_event): Use gdbpy_ref.
9687         * python/py-infevents.c (create_inferior_call_event_object)
9688         (create_register_changed_event_object)
9689         (create_memory_changed_event_object, emit_inferior_call_event)
9690         (emit_memory_changed_event, emit_register_changed_event): Use
9691         gdbpy_ref.
9692         * python/py-exitedevent.c (create_exited_event_object)
9693         (emit_exited_event): Use gdbpy_ref.
9694         * python/py-event.h (evpy_emit_event): Remove
9695         CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
9696         * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
9697         * python/py-continueevent.c (emit_continue_event): Use
9698         gdbpy_ref.
9699         * python/py-breakpoint.c (gdbpy_breakpoint_created)
9700         (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9701         gdbpy_ref.
9702         * python/py-bpevent.c (create_breakpoint_event_object): Use
9703         gdbpy_ref.
9704
9705 2017-01-10  Tom Tromey  <tom@tromey.com>
9706
9707         * python/py-ref.h: New file.
9708
9709 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
9710
9711         * cli-out.c (cli_ui_out::do_redirect): Change return type to
9712         void.
9713         * cli-out.h (cli_ui_out::do_redirect): Likewise.
9714         * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
9715         * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
9716         * ui-out.c (ui_out::redirect): Likewise.
9717         * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
9718         * cli/cli-logging.c (set_logging_redirect): Update call site of
9719         ui_out::redirect.
9720         (handle_redirections): Likewise.
9721         * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
9722         * top.c (execute_command_to_string): Likewise.
9723         * utils.c (do_ui_out_redirect_pop): Likewise.
9724
9725 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
9726
9727         * stack.c (_initialize_stack): Update "frame" command help message.
9728
9729 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9730
9731         * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
9732
9733 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9734
9735         * x86-linux-nat.h: Include gdb_proc_service.h.
9736
9737 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9738
9739         * ser-base.h: Include serial.h.
9740
9741 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9742
9743         * ppc-linux-tdep.h: Include ppc-tdep.h.
9744
9745 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9746
9747         * nat/amd64-linux-siginfo.h: Include signal.h.
9748
9749 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9750
9751         * nat/aarch64-linux-hw-point.h: Include break-common.h.
9752
9753 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9754
9755         * mi/mi-parse.h: Include mi-cmds.h.
9756
9757 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9758
9759         * inf-loop.c: Don't include "target.h".
9760         * inf-loop.h: Include it here.
9761
9762 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9763
9764         * dfp.h: Include "dboulest.h" and "expression.h".
9765
9766 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9767
9768         * ax-gdb.h: Include "ax.h".
9769
9770 2017-01-06  Yao Qi  <yao.qi@linaro.org>
9771
9772         * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
9773         with nat/gdb_ptrace.h.
9774
9775 2017-01-05  Yao Qi  <yao.qi@linaro.org>
9776
9777         * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
9778         new line.
9779         (mips64_fbsd_sigframe_init): Likewise.
9780
9781 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
9782
9783         * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
9784         GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
9785
9786 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
9787
9788         * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
9789         * NEWS: Mention new FreeBSD/mips native configuration.
9790         * config/mips/fbsd.mh: New file.
9791         * configure.host: Add mips*-*-freebsd*.
9792         * mips-fbsd-nat.c: New file.
9793
9794 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
9795
9796         * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
9797         (ALLDEPFILES): Add mips-fbsd-tdep.c.
9798         * NEWS: Mention new FreeBSD/mips target.
9799         * configure.tgt: Add mips*-*-freebsd*.
9800         * mips-fbsd-tdep.c: New file.
9801         * mips-fbsd-tdep.h: New file.
9802
9803 2017-01-04  Yao Qi  <yao.qi@linaro.org>
9804
9805         * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
9806         use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
9807
9808 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
9809
9810         Update copyright year range in all GDB files.
9811
9812 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
9813
9814         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
9815
9816 For older changes see ChangeLog-2016.
9817 \f
9818 Local Variables:
9819 mode: change-log
9820 left-margin: 8
9821 fill-column: 74
9822 version-control: never
9823 coding: utf-8
9824 End: