Use gdbpy_ref in py-framefilter.c
[binutils-gdb.git] / gdb / ChangeLog
1 2017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-framefilter.c (extract_sym, extract_value)
4 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
5 gdbpy_ref.
6
7 2017-01-10 Tom Tromey <tom@tromey.com>
8
9 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
10
11 2017-01-10 Tom Tromey <tom@tromey.com>
12
13 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
14
15 2017-01-10 Tom Tromey <tom@tromey.com>
16
17 * python/py-function.c (convert_values_to_python, fnpy_init): Use
18 gdbpy_ref.
19
20 2017-01-10 Tom Tromey <tom@tromey.com>
21
22 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
23
24 2017-01-10 Tom Tromey <tom@tromey.com>
25
26 * python/py-type.c (convert_field, make_fielditem, typy_fields)
27 (typy_range): Use gdbpy_ref.
28
29 2017-01-10 Tom Tromey <tom@tromey.com>
30
31 * python/py-threadevent.c (create_thread_event_object): Use
32 gdbpy_ref.
33 * python/py-stopevent.c (create_stop_event_object): Simplify.
34 (emit_stop_event): Use gdbpy_ref.
35 * python/py-signalevent.c (create_signal_event_object): Use
36 gdbpy_ref.
37 * python/py-newobjfileevent.c (create_new_objfile_event_object)
38 (emit_new_objfile_event, create_clear_objfiles_event_object)
39 (emit_clear_objfiles_event): Use gdbpy_ref.
40 * python/py-infevents.c (create_inferior_call_event_object)
41 (create_register_changed_event_object)
42 (create_memory_changed_event_object, emit_inferior_call_event)
43 (emit_memory_changed_event, emit_register_changed_event): Use
44 gdbpy_ref.
45 * python/py-exitedevent.c (create_exited_event_object)
46 (emit_exited_event): Use gdbpy_ref.
47 * python/py-event.h (evpy_emit_event): Remove
48 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
49 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
50 * python/py-continueevent.c (emit_continue_event): Use
51 gdbpy_ref.
52 * python/py-breakpoint.c (gdbpy_breakpoint_created)
53 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
54 gdbpy_ref.
55 * python/py-bpevent.c (create_breakpoint_event_object): Use
56 gdbpy_ref.
57
58 2017-01-10 Tom Tromey <tom@tromey.com>
59
60 * python/py-ref.h: New file.
61
62 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
63
64 * cli-out.c (cli_ui_out::do_redirect): Change return type to
65 void.
66 * cli-out.h (cli_ui_out::do_redirect): Likewise.
67 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
68 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
69 * ui-out.c (ui_out::redirect): Likewise.
70 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
71 * cli/cli-logging.c (set_logging_redirect): Update call site of
72 ui_out::redirect.
73 (handle_redirections): Likewise.
74 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
75 * top.c (execute_command_to_string): Likewise.
76 * utils.c (do_ui_out_redirect_pop): Likewise.
77
78 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
79
80 * stack.c (_initialize_stack): Update "frame" command help message.
81
82 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
83
84 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
85
86 2017-01-06 Yao Qi <yao.qi@linaro.org>
87
88 * x86-linux-nat.h: Include gdb_proc_service.h.
89
90 2017-01-06 Yao Qi <yao.qi@linaro.org>
91
92 * ser-base.h: Include serial.h.
93
94 2017-01-06 Yao Qi <yao.qi@linaro.org>
95
96 * ppc-linux-tdep.h: Include ppc-tdep.h.
97
98 2017-01-06 Yao Qi <yao.qi@linaro.org>
99
100 * nat/amd64-linux-siginfo.h: Include signal.h.
101
102 2017-01-06 Yao Qi <yao.qi@linaro.org>
103
104 * nat/aarch64-linux-hw-point.h: Include break-common.h.
105
106 2017-01-06 Yao Qi <yao.qi@linaro.org>
107
108 * mi/mi-parse.h: Include mi-cmds.h.
109
110 2017-01-06 Yao Qi <yao.qi@linaro.org>
111
112 * inf-loop.c: Don't include "target.h".
113 * inf-loop.h: Include it here.
114
115 2017-01-06 Yao Qi <yao.qi@linaro.org>
116
117 * dfp.h: Include "dboulest.h" and "expression.h".
118
119 2017-01-06 Yao Qi <yao.qi@linaro.org>
120
121 * ax-gdb.h: Include "ax.h".
122
123 2017-01-06 Yao Qi <yao.qi@linaro.org>
124
125 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
126 with nat/gdb_ptrace.h.
127
128 2017-01-05 Yao Qi <yao.qi@linaro.org>
129
130 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
131 new line.
132 (mips64_fbsd_sigframe_init): Likewise.
133
134 2017-01-04 John Baldwin <jhb@FreeBSD.org>
135
136 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
137 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
138
139 2017-01-04 John Baldwin <jhb@FreeBSD.org>
140
141 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
142 * NEWS: Mention new FreeBSD/mips native configuration.
143 * config/mips/fbsd.mh: New file.
144 * configure.host: Add mips*-*-freebsd*.
145 * mips-fbsd-nat.c: New file.
146
147 2017-01-04 John Baldwin <jhb@FreeBSD.org>
148
149 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
150 (ALLDEPFILES): Add mips-fbsd-tdep.c.
151 * NEWS: Mention new FreeBSD/mips target.
152 * configure.tgt: Add mips*-*-freebsd*.
153 * mips-fbsd-tdep.c: New file.
154 * mips-fbsd-tdep.h: New file.
155
156 2017-01-04 Yao Qi <yao.qi@linaro.org>
157
158 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
159 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
160
161 2017-01-01 Joel Brobecker <brobecker@adacore.com>
162
163 Update copyright year range in all GDB files.
164
165 2017-01-01 Joel Brobecker <brobecker@adacore.com>
166
167 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
168
169 For older changes see ChangeLog-2016.
170 \f
171 Local Variables:
172 mode: change-log
173 left-margin: 8
174 fill-column: 74
175 version-control: never
176 coding: utf-8
177 End: