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