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