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