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