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