2017-01-10 Tom Tromey * python/python.c (python_interactive_command): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter, gdbpy_ref. 2017-01-10 Tom Tromey * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr. 2017-01-10 Tom Tromey * utils.h (htab_deleter): New struct. (htab_up): New typedef. * python/py-framefilter.c (gdbpy_apply_frame_filter): Use gdbpy_enter, gdbpy_ref, htab_up. 2017-01-10 Tom Tromey * python/py-unwind.c (pending_frame_invalidate): Remove. (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref. 2017-01-10 Tom Tromey * python/py-xmethods.c (gdbpy_free_xmethod_worker_data) (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-type.c (save_objfile_types): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/python.c (gdbpy_eval_from_control_command) (gdbpy_source_script, gdbpy_run_events) (gdbpy_source_objfile_script, gdbpy_execute_objfile_script) (gdbpy_free_type_printers, gdbpy_finish_initialization): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-progspace.c (py_free_pspace): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-objfile.c (py_free_objfile): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-inferior.c (python_on_normal_stop, python_on_resume) (python_on_inferior_call_pre, python_on_inferior_call_post) (python_on_memory_change, python_on_register_change) (python_inferior_exit, python_new_objfile, add_thread_object) (delete_thread_object, py_free_inferior): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-finishbreakpoint.c (bpfinishpy_handle_stop) (bpfinishpy_handle_exit): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-cmd.c (cmdpy_destroyer) (cmdpy_completer_handle_brkchars, cmdpy_completer): Use gdbpy_enter. 2017-01-10 Tom Tromey * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use gdbpy_enter. (gdbpy_breakpoint_has_cond): Likewise. 2017-01-10 Tom Tromey * python/python.c (gdbpy_enter): New constructor. (~gdbpy_enter): New destructor. (restore_python_env, ensure_python_env): Rewrite. * python/python-internal.h (gdbpy_enter): New class. 2017-01-10 Tom Tromey * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-value.c (value_has_field, get_field_flag) (get_field_type, valpy_getitem, convert_value_from_python): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-prettyprint.c (search_pp_list) (find_pretty_printer_from_objfiles) (find_pretty_printer_from_progspace) (find_pretty_printer_from_gdb, find_pretty_printer) (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-param.c (call_doc_function): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-linetable.c (build_line_table_tuple_from_pcs) (ltpy_get_all_source_lines): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-framefilter.c (extract_sym, extract_value) (get_py_iter_from_func, bootstrap_python_frame_filters): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-function.c (convert_values_to_python, fnpy_init): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-type.c (convert_field, make_fielditem, typy_fields) (typy_range): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-threadevent.c (create_thread_event_object): Use gdbpy_ref. * python/py-stopevent.c (create_stop_event_object): Simplify. (emit_stop_event): Use gdbpy_ref. * python/py-signalevent.c (create_signal_event_object): Use gdbpy_ref. * python/py-newobjfileevent.c (create_new_objfile_event_object) (emit_new_objfile_event, create_clear_objfiles_event_object) (emit_clear_objfiles_event): Use gdbpy_ref. * python/py-infevents.c (create_inferior_call_event_object) (create_register_changed_event_object) (create_memory_changed_event_object, emit_inferior_call_event) (emit_memory_changed_event, emit_register_changed_event): Use gdbpy_ref. * python/py-exitedevent.c (create_exited_event_object) (emit_exited_event): Use gdbpy_ref. * python/py-event.h (evpy_emit_event): Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation. * python/py-event.c (evpy_emit_event): Use gdbpy_ref. * python/py-continueevent.c (emit_continue_event): Use gdbpy_ref. * python/py-breakpoint.c (gdbpy_breakpoint_created) (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use gdbpy_ref. * python/py-bpevent.c (create_breakpoint_event_object): Use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-ref.h: New file. 2017-01-10 Simon Marchi * cli-out.c (cli_ui_out::do_redirect): Change return type to void. * cli-out.h (cli_ui_out::do_redirect): Likewise. * mi/mi-out.c (mi_ui_out::do_redirect): Likewise. * mi/mi-out.h (mi_ui_out::do_redirect): Likewise. * ui-out.c (ui_out::redirect): Likewise. * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise. * cli/cli-logging.c (set_logging_redirect): Update call site of ui_out::redirect. (handle_redirections): Likewise. * scm-ports.c (ioscm_with_output_to_port_worker): Likewise. * top.c (execute_command_to_string): Likewise. * utils.c (do_ui_out_redirect_pop): Likewise. 2017-01-10 Simon Marchi * stack.c (_initialize_stack): Update "frame" command help message. 2017-01-08 Iain Buclaw * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE. 2017-01-06 Yao Qi * x86-linux-nat.h: Include gdb_proc_service.h. 2017-01-06 Yao Qi * ser-base.h: Include serial.h. 2017-01-06 Yao Qi * ppc-linux-tdep.h: Include ppc-tdep.h. 2017-01-06 Yao Qi * nat/amd64-linux-siginfo.h: Include signal.h. 2017-01-06 Yao Qi * nat/aarch64-linux-hw-point.h: Include break-common.h. 2017-01-06 Yao Qi * mi/mi-parse.h: Include mi-cmds.h. 2017-01-06 Yao Qi * inf-loop.c: Don't include "target.h". * inf-loop.h: Include it here. 2017-01-06 Yao Qi * dfp.h: Include "dboulest.h" and "expression.h". 2017-01-06 Yao Qi * ax-gdb.h: Include "ax.h". 2017-01-06 Yao Qi * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h with nat/gdb_ptrace.h. 2017-01-05 Yao Qi * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to new line. (mips64_fbsd_sigframe_init): Likewise. 2017-01-04 John Baldwin * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF. 2017-01-04 John Baldwin * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c. * NEWS: Mention new FreeBSD/mips native configuration. * config/mips/fbsd.mh: New file. * configure.host: Add mips*-*-freebsd*. * mips-fbsd-nat.c: New file. 2017-01-04 John Baldwin * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o. (ALLDEPFILES): Add mips-fbsd-tdep.c. * NEWS: Mention new FreeBSD/mips target. * configure.tgt: Add mips*-*-freebsd*. * mips-fbsd-tdep.c: New file. * mips-fbsd-tdep.h: New file. 2017-01-04 Yao Qi * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to), use c->frame_id when the piece location is DWARF_VALUE_REGISTER. 2017-01-01 Joel Brobecker Update copyright year range in all GDB files. 2017-01-01 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016. For older changes see ChangeLog-2016. Local Variables: mode: change-log left-margin: 8 fill-column: 74 version-control: never coding: utf-8 End: