Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use
[external/binutils.git] / gdb / ChangeLog
1 2017-03-27  Pedro Alves  <palves@redhat.com>
2
3         * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
4         to ATTRIBUTE_PRINTF.
5         * solib-target.c (library_list_start_list): Print "string" not
6         "version".
7         * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
8         gdb_xml_error call.
9
10 2017-03-27  Pedro Alves  <palves@redhat.com>
11
12         * dwarf2read.c (struct file_and_directory): New.
13         (dwarf2_get_dwz_file): Adjust to use std::string.
14         (dw2_get_file_names_reader): Adjust to use file_and_directory.
15         (find_file_and_directory): Adjust to return a file_and_directory
16         object.
17         (read_file_scope): Adjust to use file_and_directory.  Remove
18         make_cleanup/do_cleanups calls.
19         (open_and_init_dwp_file): Adjust to use std::string.  Remove
20         make_cleanup/do_cleanups calls.
21         * python/python.c (do_start_initialization): Adjust to ldirname
22         returning a std::string.
23         * utils.c (ldirname): Now returns a std::string.
24         * utils.h (ldirname): Change return type to std::string.
25         * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
26         returning a std::string.
27         * xml-tdesc.c (file_read_description_xml): Likewise.
28
29 2017-03-24  Alan Hayward  <alan.hayward@arm.com>
30
31         * regcache.c (regcache_debug_print_register): New function.
32         * regcache.h (regcache_debug_print_register): New declaration.
33         * target.c (debug_print_register): Remove.
34         (target_fetch_registers): Call regcache_debug_print_register.
35         (target_store_registers): Likewise.
36
37 2017-03-24  Pádraig Brady  <pbrady@fb.com>
38
39         * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
40         reference beyond the 'lh->include_dirs' array before accessing to
41         it.
42         (psymtab_include_file_name): Likewise.
43         (dwarf_decode_lines_1): Likewise.
44         (dwarf_decode_lines): Likewise.
45         (file_file_name): Likewise.
46
47 2017-03-23  Simon Marchi  <simon.marchi@ericsson.com>
48
49         * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
50         inferior_ptid.
51         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
52         ps_lsetfpregs): Likewise.
53         * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
54         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
55         ps_lsetfpregs): Likewise.
56         * target.c (target_fetch_registers, target_store_registers):
57         Remove asserts.
58
59 2017-03-23  Alan Hayward  <alan.hayward@arm.com>
60
61         * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
62
63 2017-03-23  Yao Qi  <yao.qi@linaro.org>
64
65         * aarch64-tdep.c (aarch64_process_record_test): Declare.
66         (_initialize_aarch64_tdep): Register it.
67         (aarch64_record_load_store): Handle PRFM instruction.
68         (aarch64_process_record_test): New function.
69
70 2017-03-23  Yao Qi  <yao.qi@linaro.org>
71
72         * aarch64-tdep.c (aarch64_record_load_store): Fix code
73         indentation.
74
75 2017-03-23  Yao Qi  <yao.qi@linaro.org>
76
77         * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
78
79 2017-03-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
80
81         python/python.c (do_start_initialization): Fix memory leak.
82
83 2017-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
84
85         * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
86         using get_ptrace_pid.
87         * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
88         inferior_ptid.
89         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
90         inferior_ptid instead of pid.
91
92 2017-03-22  Yao Qi  <yao.qi@linaro.org>
93
94         * aarch64-tdep.c: Wrap locally used classes in anonymous
95         namespace.
96         * arm-tdep.c: Likewise.
97         * linespec.c: Likewise.
98         * ui-out.c: Likewise.
99
100 2017-03-22  Jonah Graham  <jonah@kichwacoders.com>
101
102         PR gdb/19637
103         * python/lib/gdb/printer/bound_registers.py: Import sys.
104
105 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
106
107         * windows-nat.c (do_windows_fetch_inferior_registers): Add
108         windows_thread_info parameter and use it instead of
109         current_thread.
110         (windows_fetch_inferior_registers): Don't set current_thread,
111         pass the thread to do_windows_fetch_inferior_registers.  Use
112         ptid from regcache instead of inferior_ptid.
113         (do_windows_store_inferior_registers): Add windows_thread_info
114         parameter and use it instead of current_thread.
115         (windows_store_inferior_registers): Don't set current_thread,
116         pass the thread to do_windows_store_inferior_registers.  Use
117         ptid from regcache instead of inferior_ptid.
118
119 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
120
121         * ser-mingw.c (ser_windows_raw): Remove reference to
122         struct serial::current_timeout.
123
124 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
125
126         PR tdep/20928
127         * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
128         * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
129         (sparc64_fsr_type): Fix %fsr decoding.
130
131 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
132
133         * python/py-record-btrace.c (btpy_insn_data): Change return type
134         for Python 2.
135
136 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
137
138         * spu-linux-nat.c (spu_fetch_inferior_registers,
139         spu_store_inferior_registers): Use ptid from regcache, set and
140         restore inferior_ptid.
141         * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
142         Likewise.
143
144 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
145
146         * i386-linux-nat.c (fetch_register, store_register,
147         i386_linux_fetch_inferior_registers,
148         i386_linux_store_inferior_registers): Use ptid from regcache.
149         * ia64-linux-nat.c (ia64_linux_fetch_register,
150         ia64_linux_store_register): Likewise.
151         * inf-ptrace.c (inf_ptrace_fetch_register,
152         inf_ptrace_store_register): Likewise.
153         * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
154         m32r_linux_store_inferior_registers): Likewise.
155         * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
156         m68kbsd_store_inferior_registers): Likewise.
157         * m68k-linux-nat.c (fetch_register, store_register,
158         m68k_linux_fetch_inferior_registers,
159         m68k_linux_store_inferior_registers): Likewise.
160         * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
161         m88kbsd_store_inferior_registers): Likewise.
162         * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
163         mips_fbsd_store_inferior_registers): Likewise.
164         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
165         mips64_linux_regsets_store_registers): Likewise.
166         * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
167         mipsnbsd_store_inferior_registers): Likewise.
168         * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
169         mips64obsd_store_inferior_registers): Likewise.
170         * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
171         Likewise.
172         * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
173         ppcfbsd_store_inferior_registers): Likewise.
174         * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
175         ppc_linux_store_inferior_registers): Likewise.
176         * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
177         ppcnbsd_store_inferior_registers): Likewise.
178         * ppc-obsd-nat.c (ppcobsd_fetch_registers,
179         ppcobsd_store_registers): Likewise.
180         * procfs.c (procfs_fetch_registers, procfs_store_registers):
181         Likewise.
182         * ravenscar-thread.c (ravenscar_fetch_registers,
183         ravenscar_store_registers, ravenscar_prepare_to_store):
184         Likewise.
185         * record-btrace.c (record_btrace_fetch_registers,
186         record_btrace_store_registers, record_btrace_prepare_to_store):
187         Likewise.
188         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
189         Lookup inferior using ptid from regcache, instead of
190         current_inferior.
191         * remote.c (remote_fetch_registers, remote_store_registers): Use
192         ptid from regcache.
193         * rs6000-nat.c (fetch_register, store_register): Likewise.
194         * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
195         s390_linux_store_inferior_registers): Likewise.
196         * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
197         shnbsd_store_inferior_registers): Likewise.
198         * sol-thread.c (sol_thread_fetch_registers,
199         sol_thread_store_registers): Likewise.
200         * sparc-nat.c (sparc_fetch_inferior_registers,
201         sparc_store_inferior_registers): Likewise.
202         * tilegx-linux-nat.c (fetch_inferior_registers,
203         store_inferior_registers): Likewise.
204         * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
205         vaxbsd_store_inferior_registers): Likewise.
206         * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
207         store_xtregs): Likewise.
208
209 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
210
211         PR gdb/14441
212         * NEWS: Mention support for rvalue references in GDB and python.
213         * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
214         supports both lvalue and rvalue references.
215
216 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
217
218         PR gdb/14441
219         * gdbtypes.c (rank_one_type): Implement overloading
220         resolution rules regarding rvalue references.
221
222 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
223
224         PR gdb/14441
225         * aarch64-tdep.c (aarch64_type_align)
226         (aarch64_extract_return_value, aarch64_store_return_value): Change
227         lvalue reference type checks to general reference type checks.
228         * amd64-tdep.c (amd64_classify): Likewise.
229         * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
230         Likewise.
231         * arm-tdep.c (arm_type_align, arm_extract_return_value)
232         (arm_store_return_value): Likewise.
233         * ax-gdb.c (gen_fetch, gen_cast): Likewise.
234         * c-typeprint.c (c_print_type): Likewise.
235         * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
236         (cplus_number_of_children, cplus_describe_child): Likewise.
237         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
238         * completer.c (expression_completer): Likewise.
239         * cp-support.c (make_symbol_overload_list_adl_namespace):
240         Likewise.
241         * darwin-nat-info.c (info_mach_region_command): Likewise.
242         * dwarf2loc.c (entry_data_value_coerce_ref)
243         (value_of_dwarf_reg_entry): Likewise.
244         * eval.c (ptrmath_type_p, evaluate_subexp_standard)
245         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
246         Likewise.
247         * findvar.c (extract_typed_address, store_typed_address):
248         Likewise.
249         * gdbtypes.c (rank_one_type): Likewise.
250         * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
251         * infcall.c (value_arg_coerce): Likewise.
252         * language.c (pointer_type): Likewise.
253         * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
254         Likewise.
255         * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
256         * mn10300-tdep.c (mn10300_type_align): Likewise.
257         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
258         * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
259         (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
260         Likewise.
261         * printcmd.c (print_formatted, x_command): Likewise.
262         * python/py-type.c (typy_get_composite, typy_template_argument):
263         Likewise.
264         * python/py-value.c (valpy_referenced_value)
265         (valpy_get_dynamic_type, value_has_field): Likewise.
266         * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
267         * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
268         * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
269         * spu-tdep.c (spu_scalar_value_p): Likewise.
270         * symtab.c (lookup_symbol_aux): Likewise.
271         * typeprint.c (whatis_exp, print_type_scalar): Likewise.
272         * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
273         Likewise.
274         * valops.c (value_cast_pointers, value_cast)
275         (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
276         (value_struct_elt, value_struct_elt_bitpos)
277         (value_find_oload_method_list, find_overload_match)
278         (value_rtti_indirect_type): Likewise.
279         * valprint.c (val_print_scalar_type_p, generic_val_print):
280         Likewise.
281         * value.c (value_actual_type, value_as_address, unpack_long)
282         (pack_long, pack_unsigned_long, coerce_ref_if_computed)
283         (coerce_ref): Likewise.
284         * varobj.c (varobj_get_value_type): Likewise.
285
286 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
287
288         PR gdb/14441
289         * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
290         table of constants.
291         * python/lib/gdb/command/explore.py: Support exploring values
292         of rvalue reference types.
293         * python/lib/gdb/types.py: Implement get_basic_type() for
294         rvalue reference types.
295         * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
296         constant.
297         * python/py-value.c (valpy_getitem): Add an rvalue reference
298         check.
299         (valpy_reference_value): Add new parameter "refcode".
300         (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
301         New wrappers for valpy_reference_value().
302         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
303         (gdbpy_invoke_xmethod): Likewise.
304
305 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
306
307         PR gdb/14441
308         * dwarf2read.c (process_die, read_type_die_1): Handle the
309         DW_TAG_rvalue_reference_type DIE.
310         (read_tag_reference_type): Add new parameter "refcode".
311
312 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
313
314         PR gdb/14441
315         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
316         (c_type_print_modifier, c_type_print_varspec_suffix)
317         (c_type_print_base): Support printing rvalue reference types.
318         * c-valprint.c (c_val_print, c_value_print): Support printing
319         rvalue reference values.
320
321 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
322
323         PR gdb/14441
324         * cp-name-parser.y (ptr_operator): Handle the '&&' token in
325         typename.
326         * cp-support.c (replace_typedefs): Handle
327         DEMANGLE_COMPONENT_RVALUE_REFERENCE.
328         * python/py-type.c (typy_lookup_type): Likewise.
329
330 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
331
332         PR gdb/14441
333         * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
334         * parse.c (insert_type): Change assert statement.
335         (follow_types): Handle rvalue reference types.
336         * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
337         constant.
338
339 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
340
341         PR gdb/14441
342         * ada-lang.c (ada_evaluate_subexp): Adhere to the new
343         value_ref() interface.
344         * c-valprint.c (c_value_print): Likewise.
345         * infcall.c (value_arg_coerce): Likewise.
346         * python/py-value.c (valpy_reference_value): Likewise.
347         * valops.c (value_cast, value_reinterpret_cast)
348         (value_dynamic_cast, typecmp): Likewise.
349         (value_ref): Parameterize by kind of return value reference type.
350         * value.h (value_ref): Add new parameter "refcode".
351
352 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
353
354         PR gdb/14441
355         * dwarf2read.c (read_tag_reference_type): Use
356         lookup_lvalue_reference_type() instead of lookup_reference_type().
357         * eval.c (evaluate_subexp_standard): Likewise.
358         * f-exp.y: Likewise.
359         * gdbtypes.c (make_reference_type, lookup_reference_type):
360         Generalize with rvalue reference types.
361         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
362         convenience wrappers for lookup_reference_type().
363         * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
364         reference kind parameter.
365         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
366         wrappers for lookup_reference_type().
367         * guile/scm-type.c (gdbscm_type_reference): Use
368         lookup_lvalue_reference_type() instead of lookup_reference_type().
369         * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
370         * parse.c (follow_types): Likewise.
371         * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
372         * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
373         Likewise.
374         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
375         (gdbpy_invoke_xmethod): Likewise.
376         * stabsread.c: Provide extra argument to make_reference_type()
377         call.
378         * valops.c (value_ref, value_rtti_indirect_type): Use
379         lookup_lvalue_reference_type() instead of lookup_reference_type().
380
381 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
382
383         PR gdb/14441
384         * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
385         (TYPE_IS_REFERENCE): New macro.
386         (struct type): Add rvalue_reference_type field.
387         (TYPE_RVALUE_REFERENCE_TYPE): New macro.
388
389 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
390
391         * NEWS: Add an entry about new '-file-list-shared-libraries' command.
392         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
393         New function definition.
394         * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
395         * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
396         New function declaration.
397         * mi/mi-interp.c (mi_output_solib_attribs): New Function.
398         * mi/mi-interp.h: New file.
399         * solib.c (info_sharedlibrary_command): Replace for loop with
400         ALL_SO_LIBS macro
401         * solib.h (update_solib_list): New function declaration.
402         (so_list_head): Move macro.
403         * solist.h (ALL_SO_LIBS): New macro.
404
405 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
406
407         * infcmd.c (post_create_inferior): Remove unused argument in
408         call to solib_add.
409         * remote.c (remote_start_remote): Likewise.
410         * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
411         * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
412         (enable_break): Likewise.
413         * solib.c (update_solib_list): Remove unused target argument
414         and its documentation.
415         (solib_add): Remove unused target argument.  Remove unused
416         argument in call to update_solib_list.
417         (info_sharedlibrary_command): Remove unused argument in call
418         to update_solib_list.
419         (sharedlibrary_command): Remove unused argument in call to
420         solib_add.
421         (handle_solib_event): Likewise.
422         (reload_shared_libraries): Likewise.
423         * solib.h (solib_add): Remove unused target argument.
424
425 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
426
427         * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
428         (s390_displaced_step_fixup): Cover relative branches with the
429         default fixup handling.  This fixes lack of support for some
430         relative branch instructions.
431
432 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
433
434         * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
435         ptid from regcache.
436
437 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
438
439         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
440         i386_darwin_store_inferior_registers): Use ptid from regcache.
441
442 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
443
444         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
445         i386bsd_store_inferior_registers): Use ptid from regcache.
446
447 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
448
449         * hppa-obsd-nat.c (hppaobsd_fetch_registers,
450         hppaobsd_store_registers): Use ptid from regcache.
451
452 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
453
454         * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
455         hppanbsd_store_registers): Use ptid from regcache.
456
457 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
458
459         * hppa-linux-nat.c (fetch_register, store_register): Use ptid
460         from regcache.  Use get_ptrace_pid.
461
462 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
463
464         * corelow.c (get_core_register_section): Use ptid from regcache,
465         update doc.
466
467 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
468
469         * bsd-uthread.c (bsd_uthread_fetch_registers,
470         bsd_uthread_store_registers): Use ptid from regcache, set and
471         restore inferior_ptid.
472
473 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
474
475         * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
476         fetch_fp_regs, store_register, store_regs, store_fp_register,
477         store_fp_regs): Use ptid from regcache.
478
479 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
480
481         * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
482         store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
483         store_vfp_regs): Use ptid from regcache.
484
485 2017-03-17  Pedro Alves  <palves@redhat.com>
486
487         PR remote/21188
488         * ser-base.c (ser_base_wait_for): Add comment.
489         (do_ser_base_readchar): Improve comment based on the ser-unix.c's
490         version.
491         * ser-unix.c (hardwire_raw): Remove reference to
492         scb->current_timeout.
493         (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
494         (hardwire_ops): Install ser_base_readchar instead of
495         hardwire_readchar.
496         * serial.h (struct serial) <current_timeout, timeout_remaining>:
497         Remove fields.
498
499 2017-03-17  Jonah Graham  <jonah@kichwacoders.com>
500
501         PR gdb/19637
502         * python/lib/gdb/printer/bound_registers.py: Add support for
503         Python 3.
504
505 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
506
507         * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
508         pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
509         (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
510         byte_offset to subobj_byte_offset.  Fix the handling of
511         DWARF_VALUE_STACK on big-endian targets when coming via an
512         implicit pointer.
513         (dwarf2_evaluate_loc_desc): Adjust call to
514         dwarf2_evaluate_loc_desc_full.
515         * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
516         * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
517
518 2017-03-16  Yao Qi  <yao.qi@linaro.org>
519
520         * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
521         and REVSH instructions.
522
523 2017-03-16  Yao Qi  <yao.qi@linaro.org>
524
525         * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
526         (arm_record_test): Declare.
527         (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
528         (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
529         align with the manual.
530         (thumb_record_misc): Adjust the code order to align with the
531         manual.
532         (thumb2_record_decode_insn_handler): Fix instruction matching.
533         (instruction_reader_thumb): New class.
534         (arm_record_test): New function.
535
536 2017-03-16  Yao Qi  <yao.qi@linaro.org>
537
538         * arm-tdep.c (abstract_memory_reader): New class.
539         (instruction_reader): New class.
540         (extract_arm_insn): Add argument 'reader'.  Callers updated.
541         (decode_insn): Likewise.
542
543 2017-03-16  Doug Evans  <dje@google.com>
544
545         * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
546         member.  Change type of TYPE member to SCM.  All uses updated.
547         (lsscm_make_lazy_string_smob): Add assert.
548         (lsscm_make_lazy_string): Flag bad length values.
549         (lsscm_elt_type): New function.
550         (gdbscm_lazy_string_to_value): Rewrite to use
551         lsscm_safe_lazy_string_to_value.
552         (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
553         * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
554         values.  Fix TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle typedefs
555         in incoming type.
556         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
557         * guile/scm-type.c (tyscm_scm_to_type): New function.
558
559 2017-03-15  Doug Evans  <dje@google.com>
560
561         PR python/17728, python/18439, python/18779
562         * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
563         member.  Change type of TYPE member to PyObject *.  All uses updated.
564         (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
565         (gdbpy_create_lazy_string_object): Flag bad length values.
566         Handle TYPE_CODE_ARRAY with possibly different user-provided length.
567         Handle typedefs in incoming type.
568         (stpy_lazy_string_elt_type): New function.
569         (gdbpy_extract_lazy_string): Call it.
570         * python/py-value.c (valpy_lazy_string): Flag bad length values.
571         Fix handling of TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle
572         typedefs in incoming type.
573
574 2017-03-16  Doug Evans  <dje@google.com>
575
576         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
577         * guile/scm-type.c (tyscm_scm_to_type): New function.
578
579 2017-03-16  Jiong Wang  <jiong.wang@arm.com>
580
581         * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
582         "ULONGEST" for "skip".
583
584 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
585
586         PR gdb/21220
587         * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
588         TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
589         (inf_ptrace_peek_poke): ...here.  New function.  Now also loop
590         over ptrace peek/poke until end of buffer or error.
591
592 2017-03-14  Simon Marchi  <simon.marchi@ericsson.com>
593
594         * parse.c (length_of_subexp): Make static.
595         * parser-defs.h (length_of_subexp): Remove.
596
597 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
598
599         * linux-nat.c (linux_proc_xfer_partial): Handle write operations
600         as well.
601
602 2017-03-14  Pedro Alves  <palves@redhat.com>
603
604         * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
605         (main): Use std::unique_ptr.  Remove calls to
606         cp_demangled_name_parse_free.
607
608 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
609
610         * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
611         alphabsd_store_inferior_registers): Use regcache->ptid instead
612         of inferior_ptid.
613
614 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
615
616         * aix-thread.c (aix_thread_fetch_registers,
617         aix_thread_store_registers): Use regcache->ptid instead of
618         inferior_ptid.
619
620 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
621
622         * aarch64-linux-nat.c (fetch_gregs_from_thread,
623         store_gregs_to_thread, fetch_fpregs_from_thread,
624         store_fpregs_to_thread): Use regcache->ptid instead of
625         inferior_ptid.
626
627 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
628
629         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
630         amd64_linux_fetch_inferior_registers): Use regcache->ptid
631         instead of inferior_ptid.
632
633 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
634
635         * target.c (target_fetch_registers, target_store_registers): Add
636         assert.
637
638 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
639
640         * regcache.h (regcache_get_ptid): New function.
641         * regcache.c (regcache_get_ptid): New function.
642
643 2017-03-13  Mark Wielaard  <mark@klomp.org>
644
645         * cp-name-parser.y (make_empty): Initialize d_printing to zero.
646
647 2017-03-10  Keith Seitz  <keiths@redhat.com>
648
649         PR c++/8218
650         * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
651
652 2017-03-08  Pedro Alves  <palves@redhat.com>
653
654         PR gdb/18360
655         * infrun.c (start_step_over, do_target_resume, resume)
656         (restart_threads): Assert we're not resuming a thread that is
657         meant to be stopped.
658         (infrun_thread_stop_requested_callback): Delete.
659         (infrun_thread_stop_requested): If the thread is internally
660         stopped, queue a pending stop event and clear the thread's
661         inline-frame state.
662         (handle_stop_requested): New function.
663         (handle_syscall_event, handle_inferior_event_1): Use
664         handle_stop_requested.
665         (handle_stop_requested): New function.
666         (handle_signal_stop): Set the thread's stop_signal here instead of
667         at caller.
668         (finish_step_over): Clear step over info unconditionally.
669         (handle_signal_stop): If the user had interrupted the event
670         thread, consider the stop a random signal.
671         (handle_signal_stop) <signal arrived while stepping over
672         breakpoint>: Don't restart threads here.
673         (stop_waiting): Don't clear step-over info here.
674
675 2017-03-08  Pedro Alves  <palves@redhat.com>
676
677         PR 21206
678         * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
679         goes to argument 2, not 1.
680
681 2017-03-08  Pedro Alves  <palves@redhat.com>
682
683         PR cli/21218
684         * top.c (gdb_readline_wrapper): Avoid passing NULL to
685         display_gdb_prompt.
686         (command_line_input): Add comment.
687
688 2017-03-08  Pedro Alves  <palves@redhat.com>
689
690         PR tui/21216
691         * tui/tui-file.c (tui_file::write): New.
692         * tui/tui-file.h (tui_file): Override "write".
693         * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
694         factored out from ...
695         (tui_puts): ... here.
696         (tui_putc): Use them.
697         (tui_write): New function.
698         * tui/tui-io.h (tui_write): Declare.
699
700 2017-03-07  Sergio Durigan Junior  <sergiodj@redhat.com>
701
702         * Makefile.in (SFILES): Replace "environ.c" with
703         "common/environ.c".
704         (HFILES_NO_SRCDIR): Likewise, for "environ.h".
705         * environ.c: Include "common-defs.h" instead of "defs.h.  Moved
706         to...
707         * common/environ.c: ... here.
708         * environ.h: Moved to...
709         * common/environ.h: ... here.
710
711 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
712
713         * gdbarch.sh (pstring_ptr): New static function.
714         (gdbarch_disassembler_options): Use it.
715         (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
716         not valid_disassembler_option->name.
717         * gdbarch.c: Regenerate.
718
719 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
720
721         * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
722
723 2017-03-07  Pedro Alves  <palves@redhat.com>
724
725         * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
726
727 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
728
729         * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
730         * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
731         * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
732         * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
733
734 2017-03-06  Simon Marchi  <simon.marchi@ericsson.com>
735
736         * xtensa-linux-nat.c (fetch_gregs): Remove const.
737
738 2017-03-03  Simon Marchi  <simon.marchi@ericsson.com>
739
740         * remote.c (remote_add_target_side_commands): Use range-based
741         for loop.
742
743 2017-03-03  Yao Qi  <yao.qi@linaro.org>
744
745         PR gdb/21165
746         * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
747         value is lazy.
748         * valprint.c (common_val_print): Likewise.
749
750 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
751
752         * NEWS: Mention new set/show disassembler-options commands.
753         * doc/gdb.texinfo: Document new set/show disassembler-options commands.
754         * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
755         (prospective_options): New static variable.
756         (gdb_disassembler::gdb_disassembler): Initialize
757         m_di.disassembler_options.
758         (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
759         (get_disassembler_options): New function.
760         (set_disassembler_options): Likewise.
761         (set_disassembler_options_sfunc): Likewise.
762         (show_disassembler_options_sfunc): Likewise.
763         (disassembler_options_completer): Likewise.
764         (_initialize_disasm): Likewise.
765         * disasm.h (get_disassembler_options): New prototype.
766         (set_disassembler_options): Likewise.
767         * gdbarch.sh (gdbarch_disassembler_options): New variable.
768         (gdbarch_verify_disassembler_options): Likewise.
769         * gdbarch.c: Regenerate.
770         * gdbarch.h: Likewise.
771         * arm-tdep.c (num_disassembly_options): Delete.
772         (set_disassembly_style): Likewise.
773         (arm_disassembler_options): New static variable.
774         (set_disassembly_style_sfunc): Convert short style name into long
775         option name.  Call set_disassembler_options.
776         (show_disassembly_style_sfunc): New function.
777         (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
778         set_gdbarch_verify_disassembler_options.
779         (_initialize_arm_tdep): Delete regnames variable and update callers.
780         (arm_disassembler_options): Initialize.
781         (disasm_options): New variable.
782         (num_disassembly_options): Rename from this...
783         (num_disassembly_styles): ...to this.  Compute by scanning through
784         disasm_options.
785         (valid_disassembly_styles): Initialize using disasm_options.
786         Remove calls to parse_arm_disassembler_option, get_arm_regnames and
787         set_arm_regname_option.
788         Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
789         * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
790         (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
791         set_gdbarch_verify_disassembler_options.
792         * s390-tdep.c (s390_disassembler_options): New static variable.
793         (s390_gdbarch_init):all set_gdbarch_disassembler_options and
794         set_gdbarch_verify_disassembler_options.
795
796 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
797
798         * remote.c (remote_add_target_side_condition): Remove "struct"
799         keyword from range-based for loop.
800
801 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
802
803         * remote.c (remote_add_target_side_condition): Use range-based
804         for loop.  Update comment.
805
806 2017-02-27  Yao Qi  <yao.qi@linaro.org>
807
808         * f-typeprint.c (f_print_type): Check "varstring" is empty first.
809
810 2017-02-26  Alan Hayward  <alan.hayward@arm.com>
811
812         * regcache.c (regcache_raw_update): New function.
813         (regcache_raw_read): Move code to regcache_raw_update.
814         * regcache.h (regcache_raw_update): New declaration.
815         * remote.c (remote_prepare_to_store): Call regcache_raw_update.
816
817 2017-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
818
819         * dwarf2read.c (create_debug_type_hash_table): Initialize
820         header.signature and header.type_offset_in_tu.
821
822 2017-02-24  Pedro Alves  <palves@redhat.com>
823
824         * symtab.c (make_file_symbol_completion_list_1): Use
825         add_symtab_completions.
826
827 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
828
829         * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
830
831 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
832
833         * i386-tdep.c (i386_pseudo_register_read_into_value): Use
834         I386_MAX_REGISTER_SIZE.
835         (i386_pseudo_register_write): Likewise.
836         (i386_process_record): Likewise.
837         * i387-tdep.c (i387_supply_xsave): Likewise.
838         * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
839         (store_register): Likewise.
840
841 2017-02-23  Pedro Alves  <palves@redhat.com>
842
843         * ada-lang.c: Include "common/function-view.h".
844         (ada_iterate_over_symbols): Adjust to use function_view as
845         callback type.
846         (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
847         (ada_make_symbol_completion_list): Use a lambda.
848         (ada_exc_search_name_matches): Delete.
849         (name_matches_regex): New.
850         (ada_add_global_exceptions): Use a lambda and name_matches_regex.
851         * compile/compile-c-support.c: Include "common/function-view.h".
852         (print_one_macro): Change prototype to accept a ui_file pointer.
853         (write_macro_definitions): Use a lambda.
854         * dwarf2read.c: Include "common/function-view.h".
855         (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
856         (dw2_expand_symtabs_matching): Adjust to use function_view as
857         callback type.
858         * language.h: Include "common/function-view.h".
859         (struct language_defn) <la_iterate_over_symbols>: Adjust to use
860         function_view as callback type.
861         (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
862         * linespec.c: Include "common/function-view.h".
863         (collect_info::add_symbol): New method.
864         (struct symbol_and_data_callback, iterate_inline_only, struct
865         symbol_matcher_data, iterate_name_matcher): Delete.
866         (iterate_over_all_matching_symtabs): Adjust to use function_view
867         as callback type and lambdas.
868         (iterate_over_file_blocks): Adjust to use function_view as
869         callback type.
870         (decode_compound_collector): Now a class with private fields.
871         (decode_compound_collector::release_symbols): New method.
872         (collect_one_symbol): Rename to...
873         (decode_compound_collector::operator()): ... this and adjust.
874         (lookup_prefix_sym): decode_compound_collector construction bits
875         move to decode_compound_collector ctor.  Pass the
876         decode_compound_collector object directly as callback.  Remove
877         cleanups and use decode_compound_collector::release_symbols
878         instead.
879         (symtab_collector): Now a class with private fields.
880         (symtab_collector::release_symtabs): New method.
881         (add_symtabs_to_list): Rename to...
882         (symtab_collector::operator()): ... this and adjust.
883         (collect_symtabs_from_filename): symtab_collector construction
884         bits move to symtab_collector ctor.  Pass the symtab_collector
885         object directly as callback.  Remove cleanups and use
886         symtab_collector::release_symtabs instead.
887         (collect_symbols): Delete.
888         (add_matching_symbols_to_info): Use lambdas.
889         * macrocmd.c (print_macro_callback): Delete.
890         (info_macro_command): Use a lambda.
891         (info_macros_command): Pass print_macro_definition as callable
892         directly.
893         (print_one_macro): Remove 'ignore' parameter.
894         (macro_list_command): Adjust.
895         * macrotab.c (macro_for_each_data::fn): Now a function_view.
896         (macro_for_each_data::user_data): Delete field.
897         (foreach_macro): Adjust to call the function_view.
898         (macro_for_each): Adjust to use function_view as callback type.
899         (foreach_macro_in_scope): Adjust to call the function_view.
900         (macro_for_each_in_scope): Adjust to use function_view as callback
901         type.
902         * macrotab.h: Include "common/function-view.h".
903         (macro_callback_fn): Declare a prototype instead of a pointer.
904         Remove "user_data" parameter.
905         (macro_for_each, macro_for_each_in_scope): Adjust to use
906         function_view as callback type.
907         * psymtab.c (partial_map_expand_apply)
908         (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
909         Adjust to use function_view as callback type and to return bool.
910         (psym_expand_symtabs_matching): Adjust to use function_view as
911         callback types.
912         * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
913         to use function_view as callback type and to return bool.
914         (debug_qf_expand_symtabs_matching): Adjust to use function_view as
915         callback types.
916         * symfile.c (expand_symtabs_matching): Adjust to use function_view
917         as callback types.
918         * symfile.h: Include "common/function-view.h".
919         (expand_symtabs_file_matcher_ftype)
920         (expand_symtabs_symbol_matcher_ftype)
921         (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
922         return bool.
923         (quick_symbol_functions::map_symtabs_matching_filename)
924         (quick_symbol_functions::expand_symtabs_matching): Adjust to use
925         function_view as callback type and return bool.
926         (expand_symtabs_matching): Adjust to use function_view as callback
927         type.
928         (maintenance_expand_name_matcher)
929         (maintenance_expand_file_matcher): Delete.
930         (maintenance_expand_symtabs): Use lambdas.
931         * symtab.c (iterate_over_some_symtabs): Adjust to use
932         function_view as callback types and return bool.
933         (iterate_over_symtabs): Likewise.  Use unique_xmalloc_ptr instead
934         of a cleanup.
935         (lookup_symtab_callback): Delete.
936         (lookup_symtab): Use a lambda.
937         (iterate_over_symbols): Adjust to use function_view as callback
938         type.
939         (struct search_symbols_data, search_symbols_file_matches)
940         (search_symbols_name_matches): Delete.
941         (search_symbols): Use a pair of lambdas.
942         (struct add_name_data, add_macro_name, symbol_completion_matcher)
943         (symtab_expansion_callback): Delete.
944         (default_make_symbol_completion_list_break_on_1): Use lambdas.
945         * symtab.h: Include "common/function-view.h".
946         (iterate_over_some_symtabs): Adjust to use function_view as
947         callback type and return bool.
948         (iterate_over_symtabs): Adjust to use function_view as callback
949         type.
950         (symbol_found_callback_ftype): Remove 'data' parameter and return
951         bool.
952         (iterate_over_symbols): Adjust to use function_view as callback
953         type.
954
955 2017-02-23  Pedro Alves  <palves@redhat.com>
956
957         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
958         (%.o) <unittests/%.c>: New pattern.
959         * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
960         CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
961         * common/function-view.h: New file.
962         * unittests/function-view-selftests.c: New file.
963         * configure: Regenerate.
964
965 2017-02-23  Simon Marchi  <simon.marchi@ericsson.com>
966
967         * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
968         inferior_ptid.
969         * go32-nat.c (go32_thread_alive): Likewise.
970
971 2017-02-23  Yao Qi  <yao.qi@linaro.org>
972
973         * varobj-iter.h (varobj_iter_delete): Call xfree instead of
974         delete.
975
976 2017-02-23  Yao Qi  <yao.qi@linaro.org>
977
978         * varobj.c (varobj_clear_saved_item): Use delete instead of
979         xfree.
980         (update_dynamic_varobj_children): Likewise.
981
982 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
983
984         * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
985
986 2017-02-21  Simon Marchi  <simon.marchi@ericsson.com>
987
988         * common/enum-flags.h (enum_flags::enum_flags): Initialize
989         m_enum_value to 0 in default constructor.
990
991 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
992
993         * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
994         (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
995         (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
996         STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
997         (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
998         (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
999         (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
1000         IS_STORE_CONDITIONAL_INSN.
1001
1002 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1003
1004         * dwarf2_rnglists_process: Initialize range_beginning and range_end.
1005
1006 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1007
1008         * NEWS (Changes since GDB 7.12): Add DWARF-5.
1009
1010 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1011
1012         * dwarf2read.c (skip_one_die, read_attribute_value)
1013         (dwarf2_const_value_attr, dump_die_shallow)
1014         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
1015         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
1016
1017 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1018
1019         * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
1020         (dwarf_parse_macro_header): Accept DWARF version 5.
1021         (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
1022
1023 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1024
1025         * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
1026         DW_AT_GNU_*.
1027         * common/common-exceptions.h (enum errors): Likewise.
1028         * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
1029         * dwarf2expr.c (dwarf_block_to_dwarf_reg)
1030         (dwarf_expr_context::execute_stack_op): Likewise.
1031         * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
1032         Likewise.
1033         * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
1034         (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
1035         (show_entry_values_debug, call_site_to_target_addr)
1036         (func_addr_to_tail_call_list, func_verify_no_selftailcall)
1037         (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
1038         (entry_data_value_free_closure, value_of_dwarf_reg_entry)
1039         (value_of_dwarf_block_entry, indirect_pieced_value)
1040         (symbol_needs_eval_context::push_dwarf_reg_entry_value):
1041         (disassemble_dwarf_expression): Likewise.
1042         * dwarf2read.c (process_die, inherit_abstract_dies)
1043         (read_call_site_scope): Likewise.
1044         * gdbtypes.h (struct func_type, struct call_site_parameter)
1045         (struct call_site): Likewise.
1046         * stack.c (read_frame_arg): Likewise.
1047         * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
1048
1049 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1050
1051         * defs.h (read_unsigned_leb128): New declaration.
1052         * dwarf2loc.c (decode_debug_loclists_addresses): New function.
1053         (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
1054         (dwarf2_find_location_expression): Call also
1055         decode_debug_loclists_addresses.  Handle DWARF-5 ULEB128 length.
1056         * dwarf2loc.h (dwarf2_version): New declaration.
1057         * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
1058         rnglists.
1059         (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
1060         .debug_rnglists.
1061         (struct dwop_section_names): Add loclists_dwo.
1062         (dwop_section_names): Add .debug_loclists.dwo.
1063         (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
1064         (struct dwarf2_per_cu_data): Add dwarf_version.
1065         (struct dwo_sections): Add loclists.
1066         (struct attr_abbrev): Add implicit_const.
1067         (read_indirect_line_string): New declaration.
1068         (read_unsigned_leb128): Delete declaration.
1069         (rcuh_kind): New definition.
1070         (read_and_check_comp_unit_head): Change parameter
1071         is_debug_types_section to section_kind.
1072         (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
1073         (read_comp_unit_head): Change parameter abfd to section, add parameter
1074         section_kind.  Handle DWARF-5.
1075         (error_check_comp_unit_head): Accept also DWARF version 5.
1076         (read_and_check_comp_unit_head): Change parameter
1077         is_debug_types_section to section_kind.
1078         (read_and_check_type_unit_head): Delete function.
1079         (read_abbrev_offset): Handle DWARF-5.
1080         (create_debug_type_hash_table): Add parameter section_kind.  Process
1081         only DW_UT_type.  Use signature and type_offset_in_tu from struct
1082         comp_unit_head.
1083         (create_debug_types_hash_table): Update create_debug_type_hash_table
1084         caller.
1085         (create_all_type_units): Call create_debug_type_hash_table.
1086         (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
1087         read_and_check_type_unit_head caller to read_and_check_comp_unit_head
1088         caller.
1089         (skip_one_die): Handle DW_FORM_implicit_const.
1090         (dwarf2_rnglists_process): New function.
1091         (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
1092         (abbrev_table_read_table): Handle DW_FORM_implicit_const.
1093         (read_attribute_value): Handle DW_FORM_implicit_const,
1094         DW_FORM_line_strp.
1095         (read_attribute): Handle DW_FORM_implicit_const.
1096         (read_indirect_string_at_offset_from): New function from
1097         read_indirect_string_at_offset.
1098         (read_indirect_string_at_offset): Call
1099         read_indirect_string_at_offset_from.
1100         (read_indirect_line_string_at_offset): New function.
1101         (read_indirect_string): New function comment.
1102         (read_indirect_line_string): New function.
1103         (read_unsigned_leb128): Make it global.
1104         (dwarf2_string_attr): Handle DWARF-5.
1105         (add_include_dir_stub, read_formatted_entries): New functions.
1106         (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
1107         Handle DWARF-5.
1108         (per_cu_header_read_in): Update read_comp_unit_head caller.
1109         (dwarf2_version): New function.
1110         * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
1111         rnglists.
1112         * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
1113         fields.
1114
1115 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1116
1117         * dwarf2read.c (abbrev_table_read_table): Read the data only once.
1118
1119 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1120
1121         * dwarf2read.c (dwarf2_ranges_process): New function from
1122         dwarf2_ranges_read.
1123         (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
1124         dwarf2_ranges_process.
1125
1126 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1127
1128         * dwarf2read.c (create_debug_type_hash_table): New function from
1129         create_debug_types_hash_table.
1130         (create_debug_types_hash_table): Call create_debug_type_hash_table.
1131         (create_all_type_units, open_and_init_dwo_file): Update
1132         create_debug_types_hash_table callers.
1133
1134 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1135
1136         PR gdb/16188
1137         * fork-child.c (trace_start_error): Fix thinko.  va_end should
1138         refer to 'ap', not 'args'.
1139
1140 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1141             Pedro Alves  <palves@redhat.com>
1142
1143         PR gdb/16188
1144         * darwin-nat.c (darwin_ptrace_me): Check if calls to system
1145         calls succeeded.
1146         * fork-child.c (trace_start_error): New function.
1147         (trace_start_error_with_name): Likewise.
1148         * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
1149         * inf-ptrace.c (inf_ptrace_me): Likewise.
1150         * inferior.h (trace_start_error): New prototype.
1151         (trace_start_error_with_name): Likewise.
1152
1153 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1154
1155         PR gdb/21164
1156         * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
1157         NULL before using it.
1158         * symmisc.c (maintenance_print_symbols): Likewise.
1159         (maintenance_print_msymbols): Likewise.
1160
1161 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1162
1163         * NEWS: Add record Python bindings entry.
1164
1165 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1166
1167         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
1168         py-record-full.o.
1169         (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
1170         * python/py-record-btrace.c, python/py-record-btrace.h,
1171         python/py-record-full.c, python/py-record-full.h: New file.
1172         * python/py-record.c: Add include for py-record-btrace.h and
1173         py-record-full.h.
1174         (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
1175         recpy_instruction_history, recpy_function_call_history, recpy_begin,
1176         recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
1177         * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
1178         New definition.
1179         (gdbpy_initialize_btrace): New export.
1180         * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
1181
1182 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1183
1184         * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
1185         (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
1186         * python/py-record.c: New file.
1187         * python/python-internal.h (gdbpy_start_recording,
1188         gdbpy_current_recording, gdpy_stop_recording,
1189         gdbpy_initialize_record): New export.
1190         * python/python.c (_initialize_python): Add gdbpy_initialize_record.
1191         (python_GdbMethods): Add gdbpy_start_recording,
1192         gdbpy_current_recording and gdbpy_stop_recording.
1193
1194 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1195
1196         * record-btrace.c (record_btrace_record_method): New function.
1197         (init_record_btrace_ops): Initialize to_record_method.
1198         * record-full.c (record_full_record_method): New function.
1199         (init_record_full_ops, init_record_full_core_ops): Add
1200         record_full_record_method.
1201         * record.h (enum record_method): New enum.
1202         * target-debug.h (target_debug_print_enum_record_method: New define.
1203         * target-delegates.c: Regenerate.
1204         * target.c (target_record_method): New function.
1205         * target.h: Include record.h.
1206         (struct target_ops) <to_record_method>: New field.
1207         (target_record_method): New export.
1208
1209 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1210
1211         * record.h (record_start, record_stop): New export.
1212         * record.c (record_start, record_stop): New function.
1213
1214 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1215
1216         * btrace.c (btrace_fetch): Copy function call segments pointer
1217         into a vector.
1218         (btrace_clear): Clear the vector.
1219         (btrace_find_insn_by_number): Use binary search to find the correct
1220         function call segment.
1221         * btrace.h (brace_fun_p): New typedef.
1222         (struct btrace_thread_info) <functions>: New field.
1223
1224 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1225
1226         * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
1227         * btrace.c (btrace_decode_error): ... here.  New function.
1228         * btrace.h (btrace_decode_error): New export.
1229
1230 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
1231
1232         * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
1233         (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
1234         btrace_find_insn_by_number): Remove special case for gaps.
1235         * btrace.h (btrace_insn_get_error): New export.
1236         (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
1237         * record-btrace.c (btrace_insn_history): Print number for gaps.
1238         (record_btrace_info, record_btrace_goto): Handle gaps.
1239
1240 2017-02-14  Tom Tromey  <tom@tromey.com>
1241
1242         PR python/13598:
1243         * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
1244         event.
1245         * python/py-evts.c (gdbpy_initialize_py_events): Add
1246         before_prompt registry.
1247         * python/py-events.h (events_object) <before_prompt>: New field.
1248
1249 2017-02-14  Markus Metzger  <markus.t.metzger@intel.com>
1250
1251         * btrace.c (ftrace_new_switch): Preserve up link and flags.
1252
1253 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
1254
1255         * symfile (_initialize_symfile): Add usage text to the load command's
1256         help text.
1257
1258 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
1259
1260         * utils.c (defaulted_query): Don't query on secondary UIs.
1261
1262 2017-02-10  Tom Tromey  <tom@tromey.com>
1263
1264         * rust-lang.c (rust_get_disr_info): Remove unused variable.
1265
1266 2017-02-10  Tom Tromey  <tom@tromey.com>
1267
1268         * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
1269         "cleanup" local.
1270         * python/py-type.c (typy_legacy_template_argument): Remove
1271         unnecessary "cleanup" local.
1272
1273 2017-02-10  Tom Tromey  <tom@tromey.com>
1274
1275         * python/python.c (do_start_initialization): New function, from
1276         _initialize_python.
1277         (_initialize_python): Call do_start_initialization.
1278         * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
1279         goto.
1280
1281 2017-02-10  Tom Tromey  <tom@tromey.com>
1282
1283         * python/py-prettyprint.c (pretty_print_one_value): Use
1284         gdbpy_ref.
1285
1286 2017-02-10  Tom Tromey  <tom@tromey.com>
1287
1288         * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
1289         * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
1290         gdbpy_ref.
1291         * python/py-type.c (field_new): Use gdbpy_ref.
1292         * python/py-symtab.c (symtab_and_line_to_sal_object): Use
1293         gdbpy_ref.
1294         * python/py-progspace.c (pspy_new): Use gdbpy_ref.
1295         (py_free_pspace): Likewise.
1296         (pspace_to_pspace_object): Likewise.
1297         * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
1298         (py_free_objfile): Likewise.
1299         (objfile_to_objfile_object): Likewise.
1300         * python/py-inferior.c (delete_thread_object): Use
1301         gdbpy_ref.
1302         (infpy_read_memory): Likewise.
1303         (py_free_inferior): Likewise.
1304         * python/py-evtregistry.c (create_eventregistry_object): Use
1305         gdbpy_ref.
1306         * python/py-event.c (create_event_object): Use gdbpy_ref.
1307
1308 2017-02-10  Tom Tromey  <tom@tromey.com>
1309
1310         * python/py-ref.h (gdbpy_ref_policy): Now a template.
1311         (gdbpy_ref): Now a template; allow subclasses of PyObject to be
1312         used.
1313         * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
1314         python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
1315         python/py-exitedevent.c, python/py-finishbreakpoint.c,
1316         python/py-framefilter.c, python/py-function.c,
1317         python/py-inferior.c, python/py-infevents.c,
1318         python/py-linetable.c, python/py-newobjfileevent.c,
1319         python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
1320         python/py-signalevent.c, python/py-stopevent.c,
1321         python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
1322         python/py-unwind.c, python/py-utils.c, python/py-value.c,
1323         python/py-varobj.c, python/py-xmethods.c, python/python.c,
1324         varobj.c: Change gdbpy_ref to gdbpy_ref<>.
1325
1326 2017-02-10  Tom Tromey  <tom@tromey.com>
1327
1328         * ui-out.h (ui_out_emit_type): New class.
1329         (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
1330         * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
1331         and ui_out_emit_tuple.
1332         (enumerate_locals): Likewise.
1333         (py_mi_print_variables, py_print_locals, py_print_args): Use
1334         ui_out_emit_list.
1335         (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
1336         ui_out_emit_list.
1337         * common/gdb_optional.h: New file.
1338
1339 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
1340
1341         * MAINTAINERS (Write After Approval): Update my e-mail address.
1342
1343 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
1344
1345         PR gdb/21122
1346         * breakpoint.c (_initialize_breakpoint): Update the help description
1347         of the 'commands' command to indicate that it takes a list argument.
1348
1349 2017-02-09  Simon Marchi  <simon.marchi@ericsson.com>
1350
1351         * interps.c (current_interp_set_logging): Remove "return".
1352
1353 2017-02-09  Gary Benson  <gbenson@redhat.com>
1354
1355         * symtab.c (add_symtab_completions): Prevent NULL pointer
1356         dereference.
1357
1358 2017-02-08  Pedro Alves  <palves@redhat.com>
1359
1360         * interps.c (interp::interp): Remove reference to quiet_p.
1361         (interp_set): Make static.  Remove dead "Switching to" output
1362         code.
1363         (interp_quiet_p, interp_set_quiet): Delete.
1364         (interpreter_exec_cmd): Don't set the interpreter quiet.
1365         * interps.h (interp_quiet_p): Make static.
1366         (class interp) <quiet_p>: Remove field
1367
1368 2017-02-08  Jerome Guitton  <guitton@adacore.com>
1369
1370         * cli/cli-decode.c (find_command_name_length): Make it extern.
1371         * cli/cli-decode.h (find_command_name_length): Declare.
1372         * cli/cli-script.c (command_name_equals, line_first_arg):
1373         New functions.
1374         (process_next_line): Use cli-decode to parse command names.
1375         (build_command_line): Make args a constant pointer.
1376
1377 2017-02-08  Jerome Guitton  <guitton@adacore.com>
1378
1379         * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
1380         Remove case-insensitive search.
1381
1382 2017-02-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
1383
1384         * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
1385         at the end of the line.  Avoids an ARI warning.
1386
1387 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
1388
1389         * NEWS: Mention support for record/replay of Intel 64 rdrand and
1390         rdseed instructions.
1391         i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
1392
1393 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
1394
1395         PR tdep/20936
1396         Provide and use sparc32 and sparc64 target description XML files.
1397         * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
1398         features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
1399         * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
1400         features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
1401         * features/sparc/sparc32-solaris.xml: New file.
1402         * features/sparc/sparc64-solaris.xml: New file.
1403         * features/sparc/sparc32-solaris.c: Generated.
1404         * features/sparc/sparc64-solaris.c: Generated.
1405         * sparc-tdep.h: Account for differences in target descriptions.
1406         * sparc-tdep.c (sparc32_register_name): Use target provided registers.
1407         (sparc32_register_type): Use target provided registers.
1408         (validate_tdesc_registers): New function.
1409         (sparc32_gdbarch_init): Use tdesc_has_registers.
1410         Set pseudoregister functions.
1411         * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
1412         (sparc64_register_type): Use target provided registers.
1413         (sparc64_init_abi): Set pseudoregister functions.
1414
1415 2017-02-03  Tom Tromey  <tom@tromey.com>
1416
1417         PR rust/21097:
1418         * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
1419         with a single member.
1420
1421 2017-02-03  Pedro Alves  <palves@redhat.com>
1422
1423         * cli/cli-interp.c (cli_interp_base::cli_interp_base)
1424         (cli_interp_base::~cli_interp_base): New.
1425         (cli_interp): New struct.
1426         (as_cli_interp): Cast the interp itself to cli_interp.
1427         (cli_interpreter_pre_command_loop): Rename to ...
1428         (cli_interp_base::pre_command_loop): ... this.  Remove 'self'
1429         parameter.
1430         (cli_interpreter_init): Rename to ...
1431         (cli_interp::init): ... this.  Remove 'self' parameter.  Use
1432         boolean.  Make extern.
1433         (cli_interpreter_resume): Rename to ...
1434         (cli_interp::resume): ... this.  Remove 'data' parameter.  Make
1435         extern.
1436         (cli_interpreter_suspend): Rename to ...
1437         (cli_interp::suspend): ... this.  Remove 'data' parameter.  Make
1438         extern.
1439         (cli_interpreter_exec): Rename to ...
1440         (cli_interp::exec): ... this.  Remove 'data' parameter.  Make
1441         extern.
1442         (cli_interpreter_supports_command_editing): Rename to ...
1443         (cli_interp_base::supports_command_editing): ... this.  Remove
1444         'interp' parameter.  Make extern.
1445         (cli_ui_out): Rename to ...
1446         (cli_interp::interp_ui_out): ... this.  Remove 'interp' parameter.
1447         Make extern.
1448         (cli_set_logging): Rename to ...
1449         (cli_interp_base::set_logging): ... this.  Remove 'interp'
1450         parameter.  Make extern.
1451         (cli_interp_procs): Delete.
1452         (cli_interp_factory): Adjust to use "new".
1453         * cli/cli-interp.h: Include "interps.h".
1454         (struct cli_interp_base): New struct.
1455         * interps.c (struct interp): Delete.  Fields moved to interps.h.
1456         (interp_new): Delete.
1457         (interp::interp, interp::~interp): New.
1458         (interp_set): Use bool, and return void.  Assume the interpreter
1459         has suspend, init and resume methods, and that the all return
1460         void.
1461         (set_top_level_interpreter): interp_set returns void.
1462         (interp_ui_out): Adapt.
1463         (current_interp_set_logging): Adapt.
1464         (interp_data): Delete.
1465         (interp_pre_command_loop, interp_supports_command_editing): Adapt.
1466         (interp_exec): Adapt.
1467         (top_level_interpreter_data): Delete.
1468         * interps.h (interp_init_ftype, interp_resume_ftype)
1469         (interp_suspend_ftype, interp_exec_ftype)
1470         (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
1471         (class interp): New.
1472         (interp_new): Delete.
1473         (interp_set): Now returns void.  Use bool.
1474         (interp_data, top_level_interpreter_data): Delete.
1475         * mi/mi-common.h: Include interps.h.
1476         (class mi_interp): Inherit from interp.  Define a ctor.  Declare
1477         init, resume, suspect, exec, interp_ui_out, set_logging and
1478         pre_command_loop methods.
1479         * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
1480         (mi_interpreter_init): Rename to ...
1481         (mi_interp::init): ... this.  Remove the 'interp' parameter, use
1482         bool, return void and make extern.  Adjust.
1483         (mi_interpreter_resume): ... Rename to ...
1484         (mi_interp::resume): ... this.  Remove the 'data' parameter,
1485         return void and make extern.  Adjust.
1486         (mi_interpreter_suspend): ... Rename to ...
1487         (mi_interp::suspend): ... this.  Remove the 'data' parameter,
1488         return void and make extern.  Adjust.
1489         (mi_interpreter_exec): ... Rename to ...
1490         (mi_interp::exec): ... this.  Remove the 'data' parameter and make
1491         extern.  Adjust.
1492         (mi_interpreter_pre_command_loop): ... Rename to ...
1493         (mi_interp::pre_command_loop): ... this.  Remove the 'self'
1494         parameter and make extern.
1495         (mi_on_normal_stop_1): Adjust.
1496         (mi_ui_out): Rename to ...
1497         (mi_interp::interp_ui_out): ... this.  Remove the 'interp'
1498         parameter and make extern.  Adjust.
1499         (mi_set_logging): Rename to ...
1500         (mi_interp::set_logging): ... this.  Remove the 'interp'
1501         parameter and make extern.  Adjust.
1502         (mi_interp_procs): Delete.
1503         (mi_interp_factory): Adjust to use 'new'.
1504         * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
1505         (mi_print_exception, mi_execute_command, mi_load_progress):
1506         Adjust.
1507         * tui/tui-interp.c (tui_interp): New class.
1508         (as_tui_interp): Return a tui_interp pointer.
1509         (tui_on_normal_stop, tui_on_signal_received)
1510         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
1511         (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
1512         to use interp::interp_ui_out.
1513         (tui_init): Rename to ...
1514         (tui_interp::init): ... this.  Remove the 'self' parameter, use
1515         bool, return void and make extern.  Adjust.
1516         (tui_resume): Rename to ...
1517         (tui_interp::resume): ... this.  Remove the 'data' parameter,
1518         return void and make extern.  Adjust.
1519         (tui_suspend): Rename to ...
1520         (tui_interp::suspend): ... this.  Remove the 'data' parameter,
1521         return void and make extern.  Adjust.
1522         (tui_ui_out): Rename to ...
1523         (tui_interp::interp_ui_out): ... this.  Remove the 'self'
1524         parameter, and make extern.  Adjust.
1525         (tui_exec): Rename to ...
1526         (tui_interp::exec): ... this.  Remove the 'data' parameter and
1527         make extern.
1528         (tui_interp_procs): Delete.
1529         (tui_interp_factory): Use "new".
1530
1531 2017-02-02  Tom Tromey  <tom@tromey.com>
1532
1533         * rust-exp.y (ends_raw_string, space_then_number)
1534         (rust_identifier_start_p): Return bool.
1535         * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
1536         (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
1537         (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
1538         (rust_chartype_p): Return bool.
1539         (val_print_struct, rust_print_struct_def, rust_print_type):
1540         Update.
1541         * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
1542         Return bool.
1543
1544 2017-02-02  Tom Tromey  <tom@tromey.com>
1545
1546         * rust-lang.c: Reindent.
1547
1548 2017-02-02  Tom Tromey  <tom@tromey.com>
1549
1550         * rust-lang.h (rust_crate_for_block): Update.
1551         * rust-lang.c (rust_crate_for_block): Return std::string.
1552         (rust_get_disr_info): Use std:;string, not
1553         gdb::unique_xmalloc_ptr.
1554         * rust-exp.y (crate_name): Update.
1555
1556 2017-02-02  Pedro Alves  <palves@redhat.com>
1557
1558         * disasm-selftests.c (print_one_insn_test): Move the "verbose"
1559         field out of gdb_disassembler_test and make it static.
1560
1561 2017-02-02  Pedro Alves  <palves@redhat.com>
1562
1563         * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
1564         mi1_interp and mi_interp fields.
1565
1566 2017-02-02  Pedro Alves  <palves@redhat.com>
1567
1568         * cli/cli-interp.c (struct saved_output_files, saved_output):
1569         Moved from cli/cli-logging.c.
1570         (cli_set_logging): New function.
1571         (cli_interp_procs): Install cli_set_logging.
1572         * cli/cli-interp.h (make_logging_output, cli_set_logging):
1573         Declare.
1574         * cli/cli-logging.c (struct saved_output_files, saved_output):
1575         Moved to cli/cli-interp.c.
1576         (pop_output_files): Don't save outputs here.
1577         (make_logging_output): New function.
1578         (handle_redirections): Don't build tee nor save previous outputs
1579         here.
1580         * interps.c (current_interp_set_logging): Change prototype.
1581         Assume there's always a set_logging_proc method installed.
1582         * interps.h (interp_set_logging_ftype): Change prototype.
1583         (current_interp_set_logging): Change prototype and adjust comment.
1584         * mi/mi-interp.c (mi_set_logging): Change protototype.  Adjust to
1585         use make_logging_output.
1586         * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
1587 2017-02-02  Pedro Alves  <palves@redhat.com>
1588
1589         * cli/cli-logging.c (maybe_warn_already_logging): New factored out
1590         from ...
1591         (set_logging_overwrite): ... here.
1592         (logging_no_redirect_file): Delete.
1593         (set_logging_redirect): Don't handle redirection on the fly.
1594         Instead warn that "logging off" / "logging on" is necessary.
1595         (pop_output_files): Delete references to logging_no_redirect_file.
1596         (show_logging_command): Always speak in terms of what will happen
1597         once logging is reenabled.
1598
1599 2017-02-02  Pedro Alves  <palves@redhat.com>
1600
1601         * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
1602
1603 2017-02-02  Pedro Alves  <palves@redhat.com>
1604
1605         * disasm.c (gdb_pretty_print_insn): Rename to ...
1606         (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
1607         Remove gdbarch parameter.  Adapt to clear the object's buffers
1608         instead of allocating new buffers, and to print using the object's
1609         gdb_disassembler instead of calling gdb_print_insn.
1610         (dump_insns): Use gdb_pretty_print_disassembler.
1611         * disasm.h (gdb_pretty_print_insn): Delete declaration.
1612         (gdb_pretty_print_disassembler): New class.
1613         * record-btrace.c (btrace_insn_history): Use
1614         gdb_pretty_print_disassembler.
1615
1616 2017-02-02  Pedro Alves  <palves@redhat.com>
1617
1618         * ada-lang.c (type_as_string): Use string_file.
1619         * ada-valprint.c (ada_print_floating): Use string_file.
1620         * ada-varobj.c (ada_varobj_scalar_image)
1621         (ada_varobj_get_value_image): Use string_file.
1622         * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
1623         * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
1624         * breakpoint.c (update_inserted_breakpoint_locations)
1625         (insert_breakpoint_locations, reattach_breakpoints)
1626         (print_breakpoint_location, print_one_detail_ranged_breakpoint)
1627         (print_it_watchpoint): Use string_file.
1628         (save_breakpoints): Use stdio_file.
1629         * c-exp.y (oper): Use string_file.
1630         * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
1631         tee_file.
1632         (pop_output_files): Use delete.
1633         (handle_redirections): Use stdio_file and tee_file.
1634         * cli/cli-setshow.c (do_show_command): Use string_file.
1635         * compile/compile-c-support.c (c_compute_program): Use
1636         string_file.
1637         * compile/compile-c-symbols.c (generate_vla_size): Take a
1638         'string_file &' instead of a 'ui_file *'.
1639         (generate_c_for_for_one_variable): Take a 'string_file &' instead
1640         of a 'ui_file *'.  Use string_file.
1641         (generate_c_for_variable_locations): Take a 'string_file &'
1642         instead of a 'ui_file *'.
1643         * compile/compile-internal.h (generate_c_for_for_one_variable):
1644         Take a 'string_file &' instead of a 'ui_file *'.
1645         * compile/compile-loc2c.c (push, pushf, unary, binary)
1646         (print_label, pushf_register_address, pushf_register)
1647         (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
1648         'ui_file *'.  Adjust.
1649         * compile/compile.c (compile_to_object): Use string_file.
1650         * compile/compile.h (compile_dwarf_expr_to_c)
1651         (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
1652         'ui_file *'.
1653         * cp-support.c (inspect_type): Use string_file and obstack_copy0.
1654         (replace_typedefs_qualified_name): Use string_file and
1655         obstack_copy0.
1656         * disasm.c (gdb_pretty_print_insn): Use string_file.
1657         (gdb_disassembly): Adjust reference the null_stream global.
1658         (do_ui_file_delete): Delete.
1659         (gdb_insn_length): Use null_stream.
1660         * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
1661         * dwarf2loc.c (dwarf2_compile_property_to_c)
1662         (locexpr_generate_c_location, loclist_generate_c_location): Take a
1663         'string_file &' instead of a 'ui_file *'.
1664         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
1665         * dwarf2read.c (do_ui_file_peek_last): Delete.
1666         (dwarf2_compute_name): Use string_file.
1667         * event-top.c (gdb_setup_readline): Use stdio_file.
1668         * gdbarch.sh (verify_gdbarch): Use string_file.
1669         * gdbtypes.c (safe_parse_type): Use null_stream.
1670         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
1671         string_file.
1672         * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
1673         'string_file *' instead of a 'ui_file *'.
1674         (gdbscm_arch_disassemble): Use string_file.
1675         * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
1676         * guile/scm-ports.c (class ioscm_file_port): Now a class that
1677         inherits from ui_file.
1678         (ioscm_file_port_delete, ioscm_file_port_rewind)
1679         (ioscm_file_port_put): Delete.
1680         (ioscm_file_port_write): Rename to ...
1681         (ioscm_file_port::write): ... this.  Remove file_port_magic
1682         checks.
1683         (ioscm_file_port_new): Delete.
1684         (ioscm_with_output_to_port_worker): Use ioscm_file_port and
1685         ui_file_up.
1686         * guile/scm-type.c (tyscm_type_name): Use string_file.
1687         * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
1688         Use string_file.
1689         * infcmd.c (print_return_value_1): Use string_file.
1690         * infrun.c (print_target_wait_results): Use string_file.
1691         * language.c (add_language): Use string_file.
1692         * location.c (explicit_to_string_internal): Use string_file.
1693         * main.c (captured_main_1): Use null_file.
1694         * maint.c (maintenance_print_architecture): Use stdio_file.
1695         * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
1696         * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
1697         event_channel>: Change type to mi_console_file pointer.
1698         * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
1699         (mi_console_file_delete): Delete.
1700         (struct mi_console_file): Delete.
1701         (mi_console_file_magic): Delete.
1702         (mi_console_file_new): Delete.
1703         (mi_console_file::mi_console_file): New.
1704         (mi_console_file_delete): Delete.
1705         (mi_console_file_fputs): Delete.
1706         (mi_console_file::write): New.
1707         (mi_console_raw_packet): Delete.
1708         (mi_console_file::flush): New.
1709         (mi_console_file_flush): Delete.
1710         (mi_console_set_raw): Rename to ...
1711         (mi_console_file::set_raw): ... this.
1712         * mi/mi-console.h (class mi_console_file): New class.
1713         (mi_console_file_new, mi_console_set_raw): Delete.
1714         * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
1715         (mi_set_logging): Use delete and tee_file.  Adjust.
1716         * mi/mi-main.c (output_register): Use string_file.
1717         (mi_cmd_data_evaluate_expression): Use string_file.
1718         (mi_cmd_data_read_memory): Use string_file.
1719         (mi_cmd_execute, print_variable_or_computed): Use string_file.
1720         * mi/mi-out.c (mi_ui_out::main_stream): New.
1721         (mi_ui_out::rewind): Use main_stream and
1722         string_file.
1723         (mi_ui_out::put): Use main_stream and string_file.
1724         (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
1725         Allocate a 'string_file' instead.
1726         (mi_out_new): Don't allocate a mem_fileopen stream here.
1727         * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
1728         (mi_ui_out::main_stream): Declare method.
1729         * printcmd.c (eval_command): Use string_file.
1730         * psymtab.c (maintenance_print_psymbols): Use stdio_file.
1731         * python/py-arch.c (archpy_disassemble): Use string_file.
1732         * python/py-breakpoint.c (bppy_get_commands): Use string_file.
1733         * python/py-frame.c (frapy_str): Use string_file.
1734         * python/py-framefilter.c (py_print_type, py_print_single_arg):
1735         Use string_file.
1736         * python/py-type.c (typy_str): Use string_file.
1737         * python/py-unwind.c (unwind_infopy_str): Use string_file.
1738         * python/py-value.c (valpy_str): Use string_file.
1739         * record-btrace.c (btrace_insn_history): Use string_file.
1740         * regcache.c (regcache_print): Use stdio_file.
1741         * reggroups.c (maintenance_print_reggroups): Use stdio_file.
1742         * remote.c (escape_buffer): Use string_file.
1743         * rust-lang.c (rust_get_disr_info): Use string_file.
1744         * serial.c (serial_open_ops_1): Use stdio_file.
1745         (do_serial_close): Use delete.
1746         * stack.c (print_frame_arg): Use string_file.
1747         (print_frame_args): Remove local mem_fileopen stream, not used.
1748         (print_frame): Use string_file.
1749         * symmisc.c (maintenance_print_symbols): Use stdio_file.
1750         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
1751         Take a 'string_file *' instead of a 'ui_file *'.
1752         * top.c (new_ui): Use stdio_file and stderr_file.
1753         (free_ui): Use delete.
1754         (execute_command_to_string): Use string_file.
1755         (quit_confirm): Use string_file.
1756         * tracepoint.c (collection_list::append_exp): Use string_file.
1757         * tui/tui-disasm.c (tui_disassemble): Use string_file.
1758         * tui/tui-file.c: Don't include "ui-file.h".
1759         (enum streamtype, struct tui_stream): Delete.
1760         (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
1761         (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
1762         (tui_file::tui_file): New method.
1763         (tui_file_fputs): Delete.
1764         (tui_file_get_strbuf): Delete.
1765         (tui_file::puts): New method.
1766         (tui_file_adjust_strbuf): Delete.
1767         (tui_file_flush): Delete.
1768         (tui_file::flush): New method.
1769         * tui/tui-file.h: Tweak intro comment.
1770         Include ui-file.h.
1771         (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
1772         (tui_file_adjust_strbuf): Delete declarations.
1773         (class tui_file): New class.
1774         * tui/tui-io.c (tui_initialize_io): Use tui_file.
1775         * tui/tui-regs.c (tui_restore_gdbout): Use delete.
1776         (tui_register_format): Use string_stream.
1777         * tui/tui-stack.c (tui_make_status_line): Use string_file.
1778         (tui_get_function_from_frame): Use string_file.
1779         * typeprint.c (type_to_string): Use string_file.
1780         * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
1781         (null_stream): New global.
1782         (ui_file_delete): Delete.
1783         (ui_file::ui_file): New.
1784         (null_file_isatty): Delete.
1785         (ui_file::~ui_file): New.
1786         (null_file_rewind): Delete.
1787         (ui_file::printf): New.
1788         (null_file_put): Delete.
1789         (null_file_flush): Delete.
1790         (ui_file::putstr): New.
1791         (null_file_write): Delete.
1792         (ui_file::putstrn): New.
1793         (null_file_read): Delete.
1794         (ui_file::putc): New.
1795         (null_file_fputs): Delete.
1796         (null_file_write_async_safe): Delete.
1797         (ui_file::vprintf): New.
1798         (null_file_delete): Delete.
1799         (null_file::write): New.
1800         (null_file_fseek): Delete.
1801         (null_file::puts): New.
1802         (ui_file_data): Delete.
1803         (null_file::write_async_safe): New.
1804         (gdb_flush, ui_file_isatty): Adjust.
1805         (ui_file_put, ui_file_rewind): Delete.
1806         (ui_file_write): Adjust.
1807         (ui_file_write_for_put): Delete.
1808         (ui_file_write_async_safe, ui_file_read): Adjust.
1809         (ui_file_fseek): Delete.
1810         (fputs_unfiltered): Adjust.
1811         (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
1812         (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
1813         (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
1814         (set_ui_file_data): Delete.
1815         (string_file::~string_file, string_file::write)
1816         (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
1817         (do_ui_file_as_string, ui_file_as_string): Delete.
1818         (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
1819         (struct mem_file): Delete.
1820         (mem_file_new): Delete.
1821         (stdio_file::stdio_file): New.
1822         (mem_file_delete): Delete.
1823         (stdio_file::stdio_file): New.
1824         (mem_fileopen): Delete.
1825         (stdio_file::~stdio_file): New.
1826         (mem_file_rewind): Delete.
1827         (stdio_file::set_stream): New.
1828         (mem_file_put): Delete.
1829         (stdio_file::open): New.
1830         (mem_file_write): Delete.
1831         (stdio_file_magic, struct stdio_file): Delete.
1832         (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
1833         (stdio_file::flush): New.
1834         (stdio_file_read): Rename to ...
1835         (stdio_file::read): ... this.  Adjust.
1836         (stdio_file_write): Rename to ...
1837         (stdio_file::write): ... this.  Adjust.
1838         (stdio_file_write_async_safe): Rename to ...
1839         (stdio_file::write_async_safe) ... this.  Adjust.
1840         (stdio_file_fputs): Rename to ...
1841         (stdio_file::puts) ... this.  Adjust.
1842         (stdio_file_isatty): Delete.
1843         (stdio_file_fseek): Delete.
1844         (stdio_file::isatty): New.
1845         (stderr_file_write): Rename to ...
1846         (stderr_file::write) ... this.  Adjust.
1847         (stderr_file_fputs): Rename to ...
1848         (stderr_file::puts) ... this.  Adjust.
1849         (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
1850         (stderr_file::stderr_file): New.
1851         (tee_file_magic): Delete.
1852         (struct tee_file): Delete.
1853         (tee_file::tee_file): New.
1854         (tee_file_new): Delete.
1855         (tee_file::~tee_file): New.
1856         (tee_file_delete): Delete.
1857         (tee_file_flush): Rename to ...
1858         (tee_file::flush): ... this.  Adjust.
1859         (tee_file_write): Rename to ...
1860         (tee_file::write): ... this.  Adjust.
1861         (tee_file::write_async_safe): New.
1862         (tee_file_fputs): Rename to ...
1863         (tee_file::puts): ... this.  Adjust.
1864         (tee_file_isatty): Rename to ...
1865         (tee_file::isatty): ... this.  Adjust.
1866         * ui-file.h (struct obstack, struct ui_file): Don't
1867         forward-declare.
1868         (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
1869         (ui_file_write_ftype)
1870         (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
1871         (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
1872         (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
1873         (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
1874         (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
1875         (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
1876         (set_ui_file_fseek): Delete.
1877         (ui_file_data, ui_file_delete, ui_file_rewind)
1878         (struct ui_file): New.
1879         (ui_file_up): New.
1880         (class null_file): New.
1881         (null_stream): Declare.
1882         (ui_file_write_for_put, ui_file_put): Delete.
1883         (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
1884         Delete.
1885         (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
1886         (gdb_fopen, tee_file_new): Delete.
1887         (struct string_file): New.
1888         (struct stdio_file): New.
1889         (stdio_file_up): New.
1890         (struct stderr_file): New.
1891         (class tee_file): New.
1892         * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
1893         of a 'ui_file *'.  Adjust.
1894         * ui-out.h (class ui_out) <field_stream>: Likewise.
1895         * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
1896         (null_stream): Delete.
1897         (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
1898         Adjust.
1899         * utils.h (struct ui_file): Delete forward declaration..
1900         (make_cleanup_ui_file_delete, null_stream): Delete declarations.
1901         (error_stream): Take a 'string_file &' instead of a
1902         'ui_file *'.
1903         * varobj.c (varobj_value_get_print_value): Use string_file.
1904         * xtensa-tdep.c (xtensa_verify_config): Use string_file.
1905         * gdbarch.c: Regenerate.
1906
1907 2017-02-02  Pedro Alves  <palves@redhat.com>
1908
1909         * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
1910         (gdb_pretty_print_insn): ... this.  Now a free function.  Add back
1911         a 'gdbarch' parameter.  Allocate a mem_fileopen stream here.
1912         Adjust to call gdb_print_insn instead of
1913         gdb_disassembler::print_insn.
1914         (dump_insns, do_mixed_source_and_assembly_deprecated)
1915         (do_mixed_source_and_assembly, do_assembly_only): Add back a
1916         'gdbarch' parameter.  Remove gdb_disassembler parameter.
1917         (gdb_disassembly): Don't allocate a gdb_disassembler here.
1918         * disasm.h (gdb_disassembler::pretty_print_insn): Delete
1919         declaration.
1920         (gdb_pretty_print_insn): Re-add declaration.
1921         * record-btrace.c (btrace_insn_history): Don't allocate a
1922         gdb_disassembler here.  Adjust to call gdb_pretty_print_insn.
1923
1924 2017-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1925
1926         * disasm.h (gdb_disassembly): Remove file_string parameter.
1927         * disasm.c (gdb_disassembly): Likewise.
1928         * cli/cli-cmds.c (print_disassembly): Adapt.
1929         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
1930         * stack.c (do_gdb_disassembly): Likewise.
1931
1932 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1933
1934         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
1935         DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
1936         targets.  And if the implicit value is longer than needed, extract
1937         the first bytes instead of the "least significant" ones.
1938
1939 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
1940
1941         * btrace.c (btrace_enable): Do not call btrace_add_pc for
1942         BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
1943         (btrace_fetch): Assert can_access_registers_ptid.
1944         * record-btrace.c (require_btrace_thread, record_btrace_info): Call
1945         validate_registers_access.
1946
1947 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
1948
1949         * gdbthread.h (can_access_registers_ptid): New.
1950         * thread.c (can_access_registers_ptid): New.
1951
1952 2017-02-01  Pedro Alves  <palves@redhat.com>
1953
1954         * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
1955
1956 2017-01-31  Pedro Alves  <palves@redhat.com>
1957
1958         * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
1959         Fix typos.
1960
1961 2017-01-31  Pedro Alves  <palves@redhat.com>
1962
1963         * stack.c (print_frame_args): Remove local mem_fileopen stream,
1964         not used.
1965
1966 2017-01-31  Pedro Alves  <palves@redhat.com>
1967
1968         * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
1969
1970 2017-01-31  Pedro Alves  <palves@redhat.com>
1971
1972         * common/scoped_restore.h
1973         (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
1974         change the value's parameter type to T2.
1975         (make_scoped_restore): Likewise.
1976
1977 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1978             Richard Henderson  <rth@redhat.com>
1979
1980         * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
1981         (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
1982         GS_BASE for older kernels.
1983         (amd64_linux_store_inferior_registers): Add case to store FS_BASE
1984         GS_BASE for older kernels.
1985         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
1986         and GS_BASE to the offset table.
1987         (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
1988         system register group.
1989         * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
1990         for older kernels.
1991         * amd64-tdep.c (amd64_init_abi): Add segment registers for the
1992         amd64 ABI.
1993         * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
1994         AMD64_GSBASE_REGNUM.
1995         (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
1996         * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
1997         (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
1998         (x32-avx-linux.dat, x32-avx512-linux.dat): Add
1999         i386/64bit-segments.xml in those rules.
2000         * features/i386/64bit-segments.xml: New file.
2001         * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
2002         * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
2003         * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
2004         * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
2005         * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
2006         * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
2007         * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
2008         * features/i386/amd64-avx-linux.c: Regenerated.
2009         * features/i386/amd64-avx-mpx-linux.c: Regenerated.
2010         * features/i386/amd64-avx-mpx.c: Regenerated.
2011         * features/i386/amd64-avx512-linux.c: Regenerated.
2012         * features/i386/amd64-linux.c: Regenerated.
2013         * features/i386/amd64-mpx-linux.c: Regenerated.
2014         * features/i386/i386-avx-mpx-linux.c: Regenerated.
2015         * features/i386/i386-avx-mpx.c: Regenerated.
2016         * features/i386/x32-avx-linux.c: Regenerated.
2017         * features/i386/x32-avx512-linux.c: Regenerated.
2018         * regformats/i386/amd64-avx-linux.dat: Regenerated.
2019         * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
2020         * regformats/i386/amd64-avx512-linux.dat: Regenerated.
2021         * regformats/i386/amd64-linux.dat: Regenerated.
2022         * regformats/i386/amd64-mpx-linux.dat: Regenerated.
2023         * regformats/i386/x32-avx-linux.dat: Regenerated.
2024         * regformats/i386/x32-avx512-linux.dat: Regenerated.
2025         * regformats/i386/x32-linux.dat: Regenerated.
2026
2027 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2028
2029         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
2030         Set to AMD64_NUM_REGS.
2031
2032 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2033
2034         * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
2035         that checks validity of a register number.
2036
2037 2017-01-27  Kees Cook  <keescook@google.com>
2038
2039         * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
2040         fetch_fpregs if target has fpa registers.
2041         (arm_linux_store_inferior_registers): Call store_fpregs if target
2042         has fpa registers.
2043
2044 2017-01-26  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2045
2046         * cris-tdep.c (cris_gdbarch_init): Remove check for
2047         info.byte_order and force it to BFD_ENDIAN_LITTLE.
2048
2049 2017-01-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2050
2051         * corelow.c (get_core_register_section): Check for regset
2052         existence before checking for REGSET_VARIABLE_SIZE.
2053
2054 2017-01-26  Yao Qi  <yao.qi@linaro.org>
2055             Pedro Alves  <palves@redhat.com>
2056
2057         PR gdb/20939
2058         * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
2059         call memory_error, save memaddr instead.
2060         (gdb_disassembler::print_insn): If gdbarch_print_insn returns
2061         negative, cal memory_error.
2062         * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
2063
2064 2017-01-26  Yao Qi  <yao.qi@linaro.org>
2065
2066         * disasm-selftests.c (memory_error_test): New function.
2067         (_initialize_disasm_selftests): Register memory_error_test.
2068
2069 2017-01-26  Yao Qi  <yao.qi@linaro.org>
2070
2071         * Makefile.in (SFILES): Add disasm-selftests.c and
2072         selftest-arch.c.
2073         (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
2074         * disasm-selftests.c: New file.
2075         * selftest-arch.c: New file.
2076         * selftest-arch.h: New file.
2077
2078 2017-01-26  Yao Qi  <yao.qi@linaro.org>
2079
2080         * mep-tdep.c (mep_gdb_print_insn): Set info->arch
2081         to bfd_arch_mep.  Don't return 0 if section is not
2082         found.  Call print_insn_mep.
2083
2084 2017-01-26  Pedro Alves  <palves@redhat.com>
2085             Yao Qi  <yao.qi@linaro.org>
2086
2087         * arm-tdep.c: Include "disasm.h".
2088         (gdb_print_insn_arm): Update code to get gdbarch.
2089         * disasm.c (dis_asm_read_memory): Change it to
2090         gdb_disassembler::dis_asm_read_memory.
2091         (dis_asm_memory_error): Likewise.
2092         (dis_asm_print_address): Likewise.
2093         (gdb_pretty_print_insn): Change it to
2094         gdb_disassembler::pretty_print_insn.
2095         (dump_insns): Add one argument gdb_disassemlber.  All
2096         callers updated.
2097         (do_mixed_source_and_assembly_deprecated): Likewise.
2098         (do_mixed_source_and_assembly): Likewise.
2099         (do_assembly_only): Likewise.
2100         (gdb_disassembler::gdb_disassembler): New.
2101         (gdb_disassembler::print_insn): New.
2102         * disasm.h (class gdb_disassembler): New.
2103         (gdb_pretty_print_insn): Remove declaration.
2104         (gdb_disassemble_info): Likewise.
2105         * guile/scm-disasm.c (class gdbscm_disassembler): New.
2106         (gdbscm_disasm_read_memory_worker): Update.
2107         (gdbscm_disasm_read_memory): Update.
2108         (gdbscm_disasm_memory_error): Remove.
2109         (gdbscm_disasm_print_address): Remove.
2110         (gdbscm_disassembler::gdbscm_disassembler): New.
2111         (gdbscm_print_insn_from_port): Update.
2112         * mips-tdep.c: Include disasm.h.
2113         (gdb_print_insn_mips): Update code to get gdbarch.
2114         * record-btrace.c (btrace_insn_history): Update.
2115         * spu-tdep.c: Include disasm.h.
2116         (struct spu_dis_asm_data): Remove.
2117         (struct spu_dis_asm_info): New.
2118         (spu_dis_asm_print_address): Use spu_dis_asm_info to get
2119         SPU id.
2120         (gdb_print_insn_spu): Cast disassemble_info to
2121         spu_dis_asm_info.
2122
2123 2017-01-26  Yao Qi  <yao.qi@linaro.org>
2124
2125         * disasm.c (do_ui_file_delete): Delete.
2126         (gdb_insn_length): Move code creating stream to ...
2127         * utils.c (null_stream): ... here.  New function.
2128         * utils.h (null_stream): Declare.
2129
2130 2017-01-23  Simon Marchi  <simon.marchi@polymtl.ca>
2131
2132         * python/py-inferior.c (find_thread_object): Return directly
2133         from the loop.  Remove "found" variable.
2134
2135 2017-01-21  Joel Brobecker  <brobecker@adacore.com>
2136
2137         GDB 7.12.1 released.
2138
2139 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
2140
2141         * python/py-function.c (fnpy_call): Reorder declarations to have
2142         the gdbpy_enter object declared first.
2143         * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
2144
2145 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
2146
2147         PR python/21068
2148         * python/python-internal.h (PyMem_RawMalloc): Define for
2149         Python < 3.4.
2150         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
2151         PyMem_RawMalloc instead of PyMem_Malloc.
2152
2153 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
2154             Luis Machado  <lgustavo@codesourcery.com>
2155
2156         * NEWS (New commands): Mention flash-erase.
2157         (New MI commands): Mention target-flash-erase.
2158         * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
2159         command.
2160         * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
2161         * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
2162         * target.c (flash_erase_command): New function.
2163         (initialize_targets): Add new flash-erase command.
2164         * target.h (flash_erase_command): New declaration.
2165
2166 2017-01-20  Joel Brobecker  <brobecker@adacore.com>
2167
2168         * nat/linux-ptrace.c: Only include <sys/procfs.h> if
2169         HAVE_SYS_PROCFS_H is defined.
2170
2171 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
2172
2173         * remote.c (struct cached_reg): Change data into a pointer.
2174         * (stop_reply_dtr): Free data pointers before deleting vector.
2175         (process_stop_reply): Likewise.
2176         (remote_parse_stop_reply): Allocate space for data
2177
2178 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
2179
2180         * amd64-tdep.c (amd64_pseudo_register_read_value): remove
2181         MAX_REGISTER_SIZE.
2182         (amd64_pseudo_register_read_value): Likewise.
2183         * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
2184         (store_register_using_P): Likewise.
2185         * regcache.c (regcache_xfer_part): Likewise.
2186
2187 2017-01-16  Ivo Raisr  <ivo.raisr@oracle.com>
2188
2189         Split real and pseudo registers.
2190         * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
2191         (sparc32_pseudo_regnum): New enum.
2192         * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
2193         * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
2194         (SPARC32_CP0_REGISTERS): New macro.
2195         (sparc32_pseudo_register_name): New function.
2196         (sparc32_register_name): Use sparc32_pseudo_register_name.
2197         (sparc32_pseudo_register_type): New function.
2198         (sparc32_register_type): Use sparc32_pseudo_register_type.
2199         (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
2200         pseudo register numbers.
2201         * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
2202         (SPARC64_CP0_REGISTERS): New macro.
2203         (sparc64_pseudo_register_name): New function.
2204         (sparc64_register_name): Use sparc64_pseudo_register_name.
2205         (sparc64_pseudo_register_type): New function.
2206         (sparc64_register_type): Use sparc64_pseudo_register_type.
2207         (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
2208         pseudo register numbers.
2209         (sparc64_store_floating_fields, sparc64_extract_floating_fields,
2210         sparc64_store_arguments): Handle pseudo register numbers.
2211
2212 2017-01-13  Yao Qi  <yao.qi@linaro.org>
2213
2214         * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
2215         (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
2216         output.
2217         (getpkt_or_notif_sane_1): Likewise.
2218
2219 2017-01-13  Yao Qi  <yao.qi@linaro.org>
2220
2221         * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
2222         of CC.  Pass "-x c++-header" instead of "-x c".
2223
2224 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2225
2226         * remote.c (remote_can_async_p): Update comment.
2227
2228 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2229
2230         * linux-nat.c (linux_nat_can_async_p): Update comment.
2231
2232 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2233
2234         * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
2235
2236 2017-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2237
2238         * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
2239
2240 2017-01-10  Tom Tromey  <tom@tromey.com>
2241
2242         * python/py-type.c (typy_legacy_template_argument): Update.
2243         * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
2244         ~demangle_parse_info): Declare new members.
2245         (cp_demangled_name_to_comp): Return unique_ptr.
2246         (cp_demangled_name_parse_free)
2247         (make_cleanup_cp_demangled_name_parse_free)
2248         (cp_new_demangle_parse_info): Remove.
2249         * cp-support.c (do_demangled_name_parse_free_cleanup)
2250         (make_cleanup_cp_demangled_name_parse_free): Remove.
2251         (inspect_type, cp_canonicalize_string_full)
2252         (cp_canonicalize_string): Update.
2253         (mangled_name_to_comp): Change return type.
2254         (cp_class_name_from_physname, method_name_from_physname)
2255         (cp_func_name, cp_remove_params): Update.
2256         * cp-name-parser.y (demangle_parse_info): New constructor, from
2257         cp_new_demangle_parse_info.
2258         (~demangle_parse_info): New destructor, from
2259         cp_demangled_name_parse_free.
2260         (cp_merge_demangle_parse_infos): Update.
2261         (cp_demangled_name_to_comp): Change return type.
2262
2263 2017-01-10  Tom Tromey  <tom@tromey.com>
2264
2265         * top.c (prevent_dont_repeat): Change return type.
2266         * python/python.c (execute_gdb_command): Use std::string.
2267         Update.
2268         * guile/guile.c (gdbscm_execute_gdb_command): Update.
2269         * command.h (prevent_dont_repeat): Change return type.
2270         * breakpoint.c (bpstat_do_actions_1): Update.
2271
2272 2017-01-10  Tom Tromey  <tom@tromey.com>
2273
2274         * value.h (scoped_value_mark::~scoped_value_mark): Call
2275         free_to_mark.
2276         (scoped_value_mark::free_to_mark): New method.
2277         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2278         scoped_value_mark.
2279
2280 2017-01-10  Tom Tromey  <tom@tromey.com>
2281
2282         * python/py-value.c (valpy_dereference, valpy_referenced_value)
2283         (valpy_reference_value, valpy_const_value, valpy_get_address)
2284         (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
2285         (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
2286         (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
2287         * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
2288         scoped_value_mark.
2289         * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
2290         * value.h (scoped_value_mark): New class.
2291
2292 2017-01-10  Tom Tromey  <tom@tromey.com>
2293
2294         * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
2295         * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
2296         * psymtab.c (discard_psymtabs_upto): Remove.
2297         (make_cleanup_discard_psymtabs): Remove.
2298         (struct psymtab_state): Remove.
2299
2300 2017-01-10  Tom Tromey  <tom@tromey.com>
2301
2302         * record-full.c (record_full_save_cleanups): Remove.
2303         (record_full_save): Use gdb::unlinker.
2304         * gcore.c (do_bfd_delete_cleanup): Remove.
2305         (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr.  Remove
2306         cleanups.
2307         * dwarf2read.c (unlink_if_set): Remove.
2308         (write_psymtabs_to_index): Use gdb::unlinker.
2309         * common/gdb_unlinker.h: New file.
2310
2311 2017-01-10  Tom Tromey  <tom@tromey.com>
2312
2313         * windows-tdep.c (windows_xfer_shared_library): Update.
2314         * windows-nat.c (windows_make_so): Update.
2315         * utils.h (make_cleanup_bfd_unref): Remove.
2316         * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
2317         * symfile.h (symfile_bfd_open)
2318         (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
2319         * symfile.c (read_symbols, symbol_file_add)
2320         (separate_debug_file_exists): Update.
2321         (symfile_bfd_open): Return gdb_bfd_ref_ptr.
2322         (generic_load, reread_symbols): Update.
2323         * symfile-mem.c (symbol_file_add_from_memory): Update.
2324         * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
2325         (spu_symbol_file_add_from_memory): Update.
2326         * solist.h (struct target_so_ops) <bfd_open>: Return
2327         gdb_bfd_ref_ptr.
2328         (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
2329         * solib.c (solib_bfd_fopen, solib_bfd_open): Return
2330         gdb_bfd_ref_ptr.
2331         (solib_map_sections, reload_shared_libraries_1): Update.
2332         * solib-svr4.c (enable_break): Update.
2333         * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
2334         * solib-frv.c (enable_break2): Update.
2335         * solib-dsbt.c (enable_break): Update.
2336         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
2337         gdb_bfd_ref_ptr.
2338         (darwin_solib_get_all_image_info_addr_at_init): Update.
2339         (darwin_bfd_open): Return gdb_bfd_ref_ptr.
2340         * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
2341         * record-full.c (record_full_save): Update.
2342         * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
2343         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2344         * minidebug.c (find_separate_debug_file_in_section): Return
2345         gdb_bfd_ref_ptr.
2346         * machoread.c (macho_add_oso_symfile): Change abfd to
2347         gdb_bfd_ref_ptr.
2348         (macho_symfile_read_all_oso): Update.
2349         (macho_check_dsym): Return gdb_bfd_ref_ptr.
2350         (macho_symfile_read): Update.
2351         * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
2352         (jit_bfd_try_read_symtab): Update.
2353         * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
2354         (gdb_bfd_openw, gdb_bfd_openr_iovec)
2355         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
2356         gdb_bfd_ref_ptr.
2357         (gdb_bfd_ref_policy): New struct.
2358         (gdb_bfd_ref_ptr): New typedef.
2359         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
2360         (gdb_bfd_openw, gdb_bfd_openr_iovec)
2361         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
2362         gdb_bfd_ref_ptr.
2363         * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
2364         * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
2365         (gcore_command): Update.
2366         * exec.c (exec_file_attach): Update.
2367         * elfread.c (elf_symfile_read): Update.
2368         * dwarf2read.c (dwarf2_get_dwz_file): Update.
2369         (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
2370         (open_and_init_dwo_file): Update.
2371         (open_dwp_file): Return gdb_bfd_ref_ptr.
2372         (open_and_init_dwp_file): Update.
2373         * corelow.c (core_open): Update.
2374         * compile/compile-object-load.c (compile_object_load): Update.
2375         * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
2376         * coffread.c (coff_symfile_read): Update.
2377         * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
2378         gdb_bfd_ref_ptr.  Rename.
2379         (dump_bfd_file, restore_command): Update.
2380         * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
2381         * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
2382         (find_separate_debug_file_by_buildid): Update.
2383
2384 2017-01-10  Tom Tromey  <tom@tromey.com>
2385
2386         * common/gdb_ref_ptr.h: New file.
2387         * python/py-ref.h (struct gdbpy_ref_policy): New.
2388         (gdbpy_ref): Now a typedef.
2389
2390 2017-01-10  Tom Tromey  <tom@tromey.com>
2391
2392         * utils.h (make_cleanup_htab_delete): Don't declare.
2393         * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
2394         Remove.
2395         * linespec.c (decode_compound_collector): Add constructor,
2396         destructor.
2397         (lookup_prefix_sym): Remove cleanup.
2398         (symtab_collector): Add constructor, destructor.
2399         (collect_symtabs_from_filename): Remove cleanup.
2400         * disasm.c (do_mixed_source_and_assembly): Use htab_up.
2401         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
2402         Use htab_up.
2403         * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
2404         * dwarf2read.c (dw2_expand_symtabs_matching)
2405         (dw2_map_symbol_filenames, dwarf_decode_macros)
2406         (write_psymtabs_to_index): Use htab_up.
2407         * dwarf2loc.c (func_verify_no_selftailcall)
2408         (call_site_find_chain_1, func_verify_no_selftailcall)
2409         (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
2410         std::vector, gdb::unique_xmalloc_ptr.
2411         (call_sitep): Remove typedef.
2412         (dwarf2_locexpr_baton_eval): Remove unused variable.
2413
2414 2017-01-10  Tom Tromey  <tom@tromey.com>
2415
2416         * python/python-internal.h (make_cleanup_py_decref)
2417         (make_cleanup_py_xdecref): Don't declare.
2418         * python/py-utils.c (py_decref, make_cleanup_py_decref)
2419         (py_xdecref, make_cleanup_py_xdecref): Remove.
2420
2421 2017-01-10  Tom Tromey  <tom@tromey.com>
2422
2423         * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
2424         (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
2425
2426 2017-01-10  Tom Tromey  <tom@tromey.com>
2427
2428         * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
2429
2430 2017-01-10  Tom Tromey  <tom@tromey.com>
2431
2432         * python/py-utils.c (unicode_to_encoded_string)
2433         (python_string_to_target_string)
2434         (python_string_to_target_python_string)
2435         (python_string_to_host_string, gdbpy_obj_to_string)
2436         (get_addr_from_python): Use gdbpy_ref.
2437
2438 2017-01-10  Tom Tromey  <tom@tromey.com>
2439
2440         * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
2441         gdbpy_ref.
2442
2443 2017-01-10  Tom Tromey  <tom@tromey.com>
2444
2445         * python/python.c (eval_python_command, gdbpy_decode_line)
2446         (gdbpy_run_events, gdbpy_start_type_printers)
2447         (gdbpy_apply_type_printers): Use gdbpy_ref.
2448
2449 2017-01-10  Tom Tromey  <tom@tromey.com>
2450
2451         * python/py-param.c (get_doc_string, compute_enum_values): Use
2452         gdbpy_ref.
2453
2454 2017-01-10  Tom Tromey  <tom@tromey.com>
2455
2456         * python/py-inferior.c (find_thread_object, build_inferior_list):
2457         Use gdbpy_ref.
2458
2459 2017-01-10  Tom Tromey  <tom@tromey.com>
2460
2461         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
2462
2463 2017-01-10  Tom Tromey  <tom@tromey.com>
2464
2465         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
2466         gdbpy_ref.
2467
2468 2017-01-10  Tom Tromey  <tom@tromey.com>
2469
2470         * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref.  Remove
2471         extra incref.
2472         (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
2473         Use gdbpy_ref.
2474
2475 2017-01-10  Tom Tromey  <tom@tromey.com>
2476
2477         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
2478         gdbpy_ref.
2479
2480 2017-01-10  Tom Tromey  <tom@tromey.com>
2481
2482         * python/py-arch.c (archpy_disassemble): Use gdbpy_ref.  Don't
2483         decref results of PyArg_ParseTupleAndKeywords.
2484
2485 2017-01-10  Tom Tromey  <tom@tromey.com>
2486
2487         * python/python.c (python_run_simple_file): Use
2488         unique_xmalloc_ptr, gdbpy_ref.
2489
2490 2017-01-10  Tom Tromey  <tom@tromey.com>
2491
2492         * python/py-prettyprint.c (print_stack_unless_memory_error)
2493         (print_string_repr, print_children): Use gdbpy_ref.
2494         (dummy_python_frame): New class.
2495         (dummy_python_frame::dummy_python_frame): Rename from
2496         push_dummy_python_frame.
2497         (py_restore_tstate): Remove.
2498
2499 2017-01-10  Tom Tromey  <tom@tromey.com>
2500
2501         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
2502
2503 2017-01-10  Tom Tromey  <tom@tromey.com>
2504
2505         * python/python.c (ensure_python_env, restore_python_env):
2506         Remove.
2507         * python/python-internal.h (ensure_python_env): Don't declare.
2508         * varobj.h (varobj_ensure_python_env): Don't declare.
2509         * varobj.c (varobj_ensure_python_env): Remove.
2510
2511 2017-01-10  Tom Tromey  <tom@tromey.com>
2512
2513         * varobj.c (varobj_value_get_print_value): Use
2514         gdbpy_enter_varobj.
2515
2516 2017-01-10  Tom Tromey  <tom@tromey.com>
2517
2518         * python/py-prettyprint.c (print_string_repr, print_children):
2519         Update.
2520         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
2521         of "encoding".
2522         * varobj.c (varobj_value_get_print_value): Update.
2523         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
2524
2525 2017-01-10  Tom Tromey  <tom@tromey.com>
2526
2527         * varobj.c (varobj_get_display_hint)
2528         (dynamic_varobj_has_child_method, install_new_value_visualizer)
2529         (varobj_set_visualizer, free_variable): Use
2530         gdbpy_enter_varobj.
2531
2532 2017-01-10  Tom Tromey  <tom@tromey.com>
2533
2534         * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
2535         (do_finish_initialization): New function.  Use gdbpy_ref.
2536         (gdbpy_finish_initialization): Use gdbpy_enter.  Call
2537         do_finish_initialization.
2538
2539 2017-01-10  Tom Tromey  <tom@tromey.com>
2540
2541         * python/py-param.c (get_set_value, get_show_value): Use
2542         gdbpy_enter, gdbpy_ref.
2543
2544 2017-01-10  Tom Tromey  <tom@tromey.com>
2545
2546         * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
2547
2548 2017-01-10  Tom Tromey  <tom@tromey.com>
2549
2550         * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
2551
2552 2017-01-10  Tom Tromey  <tom@tromey.com>
2553
2554         * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
2555         Use gdbpy_enter_varobj.
2556
2557 2017-01-10  Tom Tromey  <tom@tromey.com>
2558
2559         * varobj.c (gdbpy_enter_varobj): New constructor.
2560         * python/python-internal.h (gdbpy_enter_varobj): New class.
2561         * python/py-varobj.c (py_varobj_get_iterator): Use
2562         gdbpy_enter_varobj.
2563
2564 2017-01-10  Tom Tromey  <tom@tromey.com>
2565
2566         * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
2567         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
2568         (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
2569         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
2570         unique_xmalloc_ptr.
2571         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
2572
2573 2017-01-10  Tom Tromey  <tom@tromey.com>
2574
2575         * python/py-xmethods.c (invoke_match_method): Use
2576         gdbpy_ref.
2577
2578 2017-01-10  Tom Tromey  <tom@tromey.com>
2579
2580         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
2581         gdbpy_enter, gdbpy_ref.
2582
2583 2017-01-10  Tom Tromey  <tom@tromey.com>
2584
2585         * python/python.c (python_interactive_command): Use gdbpy_enter.
2586
2587 2017-01-10  Tom Tromey  <tom@tromey.com>
2588
2589         * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
2590         gdbpy_ref.
2591
2592 2017-01-10  Tom Tromey  <tom@tromey.com>
2593
2594         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
2595         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
2596
2597 2017-01-10  Tom Tromey  <tom@tromey.com>
2598
2599         * utils.h (htab_deleter): New struct.
2600         (htab_up): New typedef.
2601         * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
2602         gdbpy_enter, gdbpy_ref, htab_up.
2603
2604 2017-01-10  Tom Tromey  <tom@tromey.com>
2605
2606         * python/py-unwind.c (pending_frame_invalidate): Remove.
2607         (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
2608
2609 2017-01-10  Tom Tromey  <tom@tromey.com>
2610
2611         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
2612         (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
2613
2614 2017-01-10  Tom Tromey  <tom@tromey.com>
2615
2616         * python/py-type.c (save_objfile_types): Use gdbpy_enter.
2617
2618 2017-01-10  Tom Tromey  <tom@tromey.com>
2619
2620         * python/python.c (gdbpy_eval_from_control_command)
2621         (gdbpy_source_script, gdbpy_run_events)
2622         (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
2623         (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
2624         gdbpy_enter.
2625
2626 2017-01-10  Tom Tromey  <tom@tromey.com>
2627
2628         * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
2629
2630 2017-01-10  Tom Tromey  <tom@tromey.com>
2631
2632         * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
2633
2634 2017-01-10  Tom Tromey  <tom@tromey.com>
2635
2636         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
2637         (python_on_inferior_call_pre, python_on_inferior_call_post)
2638         (python_on_memory_change, python_on_register_change)
2639         (python_inferior_exit, python_new_objfile, add_thread_object)
2640         (delete_thread_object, py_free_inferior): Use gdbpy_enter.
2641
2642 2017-01-10  Tom Tromey  <tom@tromey.com>
2643
2644         * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
2645         (bpfinishpy_handle_exit): Use gdbpy_enter.
2646
2647 2017-01-10  Tom Tromey  <tom@tromey.com>
2648
2649         * python/py-cmd.c (cmdpy_destroyer)
2650         (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
2651         gdbpy_enter.
2652
2653 2017-01-10  Tom Tromey  <tom@tromey.com>
2654
2655         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
2656         gdbpy_enter.
2657         (gdbpy_breakpoint_has_cond): Likewise.
2658
2659 2017-01-10  Tom Tromey  <tom@tromey.com>
2660
2661         * python/python.c (gdbpy_enter): New constructor.
2662         (~gdbpy_enter): New destructor.
2663         (restore_python_env, ensure_python_env): Rewrite.
2664         * python/python-internal.h (gdbpy_enter): New class.
2665
2666 2017-01-10  Tom Tromey  <tom@tromey.com>
2667
2668         * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
2669
2670 2017-01-10  Tom Tromey  <tom@tromey.com>
2671
2672         * python/py-value.c (value_has_field, get_field_flag)
2673         (get_field_type, valpy_getitem, convert_value_from_python): Use
2674         gdbpy_ref.
2675
2676 2017-01-10  Tom Tromey  <tom@tromey.com>
2677
2678         * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
2679         gdbpy_ref.
2680
2681 2017-01-10  Tom Tromey  <tom@tromey.com>
2682
2683         * python/py-prettyprint.c (search_pp_list)
2684         (find_pretty_printer_from_objfiles)
2685         (find_pretty_printer_from_progspace)
2686         (find_pretty_printer_from_gdb, find_pretty_printer)
2687         (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
2688         gdbpy_ref.
2689
2690 2017-01-10  Tom Tromey  <tom@tromey.com>
2691
2692         * python/py-param.c (call_doc_function): Use gdbpy_ref.
2693
2694 2017-01-10  Tom Tromey  <tom@tromey.com>
2695
2696         * python/py-linetable.c (build_line_table_tuple_from_pcs)
2697         (ltpy_get_all_source_lines): Use gdbpy_ref.
2698
2699 2017-01-10  Tom Tromey  <tom@tromey.com>
2700
2701         * python/py-framefilter.c (extract_sym, extract_value)
2702         (get_py_iter_from_func, bootstrap_python_frame_filters): Use
2703         gdbpy_ref.
2704
2705 2017-01-10  Tom Tromey  <tom@tromey.com>
2706
2707         * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
2708
2709 2017-01-10  Tom Tromey  <tom@tromey.com>
2710
2711         * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
2712
2713 2017-01-10  Tom Tromey  <tom@tromey.com>
2714
2715         * python/py-function.c (convert_values_to_python, fnpy_init): Use
2716         gdbpy_ref.
2717
2718 2017-01-10  Tom Tromey  <tom@tromey.com>
2719
2720         * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
2721
2722 2017-01-10  Tom Tromey  <tom@tromey.com>
2723
2724         * python/py-type.c (convert_field, make_fielditem, typy_fields)
2725         (typy_range): Use gdbpy_ref.
2726
2727 2017-01-10  Tom Tromey  <tom@tromey.com>
2728
2729         * python/py-threadevent.c (create_thread_event_object): Use
2730         gdbpy_ref.
2731         * python/py-stopevent.c (create_stop_event_object): Simplify.
2732         (emit_stop_event): Use gdbpy_ref.
2733         * python/py-signalevent.c (create_signal_event_object): Use
2734         gdbpy_ref.
2735         * python/py-newobjfileevent.c (create_new_objfile_event_object)
2736         (emit_new_objfile_event, create_clear_objfiles_event_object)
2737         (emit_clear_objfiles_event): Use gdbpy_ref.
2738         * python/py-infevents.c (create_inferior_call_event_object)
2739         (create_register_changed_event_object)
2740         (create_memory_changed_event_object, emit_inferior_call_event)
2741         (emit_memory_changed_event, emit_register_changed_event): Use
2742         gdbpy_ref.
2743         * python/py-exitedevent.c (create_exited_event_object)
2744         (emit_exited_event): Use gdbpy_ref.
2745         * python/py-event.h (evpy_emit_event): Remove
2746         CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
2747         * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
2748         * python/py-continueevent.c (emit_continue_event): Use
2749         gdbpy_ref.
2750         * python/py-breakpoint.c (gdbpy_breakpoint_created)
2751         (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
2752         gdbpy_ref.
2753         * python/py-bpevent.c (create_breakpoint_event_object): Use
2754         gdbpy_ref.
2755
2756 2017-01-10  Tom Tromey  <tom@tromey.com>
2757
2758         * python/py-ref.h: New file.
2759
2760 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
2761
2762         * cli-out.c (cli_ui_out::do_redirect): Change return type to
2763         void.
2764         * cli-out.h (cli_ui_out::do_redirect): Likewise.
2765         * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
2766         * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
2767         * ui-out.c (ui_out::redirect): Likewise.
2768         * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
2769         * cli/cli-logging.c (set_logging_redirect): Update call site of
2770         ui_out::redirect.
2771         (handle_redirections): Likewise.
2772         * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
2773         * top.c (execute_command_to_string): Likewise.
2774         * utils.c (do_ui_out_redirect_pop): Likewise.
2775
2776 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
2777
2778         * stack.c (_initialize_stack): Update "frame" command help message.
2779
2780 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
2781
2782         * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
2783
2784 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2785
2786         * x86-linux-nat.h: Include gdb_proc_service.h.
2787
2788 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2789
2790         * ser-base.h: Include serial.h.
2791
2792 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2793
2794         * ppc-linux-tdep.h: Include ppc-tdep.h.
2795
2796 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2797
2798         * nat/amd64-linux-siginfo.h: Include signal.h.
2799
2800 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2801
2802         * nat/aarch64-linux-hw-point.h: Include break-common.h.
2803
2804 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2805
2806         * mi/mi-parse.h: Include mi-cmds.h.
2807
2808 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2809
2810         * inf-loop.c: Don't include "target.h".
2811         * inf-loop.h: Include it here.
2812
2813 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2814
2815         * dfp.h: Include "dboulest.h" and "expression.h".
2816
2817 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2818
2819         * ax-gdb.h: Include "ax.h".
2820
2821 2017-01-06  Yao Qi  <yao.qi@linaro.org>
2822
2823         * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
2824         with nat/gdb_ptrace.h.
2825
2826 2017-01-05  Yao Qi  <yao.qi@linaro.org>
2827
2828         * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
2829         new line.
2830         (mips64_fbsd_sigframe_init): Likewise.
2831
2832 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
2833
2834         * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
2835         GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
2836
2837 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
2838
2839         * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
2840         * NEWS: Mention new FreeBSD/mips native configuration.
2841         * config/mips/fbsd.mh: New file.
2842         * configure.host: Add mips*-*-freebsd*.
2843         * mips-fbsd-nat.c: New file.
2844
2845 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
2846
2847         * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
2848         (ALLDEPFILES): Add mips-fbsd-tdep.c.
2849         * NEWS: Mention new FreeBSD/mips target.
2850         * configure.tgt: Add mips*-*-freebsd*.
2851         * mips-fbsd-tdep.c: New file.
2852         * mips-fbsd-tdep.h: New file.
2853
2854 2017-01-04  Yao Qi  <yao.qi@linaro.org>
2855
2856         * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
2857         use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
2858
2859 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
2860
2861         Update copyright year range in all GDB files.
2862
2863 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
2864
2865         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
2866
2867 For older changes see ChangeLog-2016.
2868 \f
2869 Local Variables:
2870 mode: change-log
2871 left-margin: 8
2872 fill-column: 74
2873 version-control: never
2874 coding: utf-8
2875 End: