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