Use gdbpy_enter in gdbpy_get_matching_xmethod_workers
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
572a5524
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
4 gdbpy_enter, gdbpy_ref.
5
396a78b6
TT
62017-01-10 Tom Tromey <tom@tromey.com>
7
8 * python/python.c (python_interactive_command): Use gdbpy_enter.
9
a88b13c7
TT
102017-01-10 Tom Tromey <tom@tromey.com>
11
12 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
13 gdbpy_ref.
14
e9f0c363
TT
152017-01-10 Tom Tromey <tom@tromey.com>
16
17 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
18 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
19
6349f452
TT
202017-01-10 Tom Tromey <tom@tromey.com>
21
22 * utils.h (htab_deleter): New struct.
23 (htab_up): New typedef.
24 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
25 gdbpy_enter, gdbpy_ref, htab_up.
26
c0171de6
TT
272017-01-10 Tom Tromey <tom@tromey.com>
28
29 * python/py-unwind.c (pending_frame_invalidate): Remove.
30 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
31
f18e226f
TT
322017-01-10 Tom Tromey <tom@tromey.com>
33
34 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
35 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
36
c57af3f1
TT
372017-01-10 Tom Tromey <tom@tromey.com>
38
39 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
40
60e600ec
TT
412017-01-10 Tom Tromey <tom@tromey.com>
42
43 * python/python.c (gdbpy_eval_from_control_command)
44 (gdbpy_source_script, gdbpy_run_events)
45 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
46 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
47 gdbpy_enter.
48
bf7da5b0
TT
492017-01-10 Tom Tromey <tom@tromey.com>
50
51 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
52
2d38bced
TT
532017-01-10 Tom Tromey <tom@tromey.com>
54
55 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
56
07bc7329
TT
572017-01-10 Tom Tromey <tom@tromey.com>
58
59 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
60 (python_on_inferior_call_pre, python_on_inferior_call_post)
61 (python_on_memory_change, python_on_register_change)
62 (python_inferior_exit, python_new_objfile, add_thread_object)
63 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
64
6e7c365e
TT
652017-01-10 Tom Tromey <tom@tromey.com>
66
67 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
68 (bpfinishpy_handle_exit): Use gdbpy_enter.
69
6ba0cd40
TT
702017-01-10 Tom Tromey <tom@tromey.com>
71
72 * python/py-cmd.c (cmdpy_destroyer)
73 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
74 gdbpy_enter.
75
de2dc875
TT
762017-01-10 Tom Tromey <tom@tromey.com>
77
78 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
79 gdbpy_enter.
80 (gdbpy_breakpoint_has_cond): Likewise.
81
4ecee2c4
TT
822017-01-10 Tom Tromey <tom@tromey.com>
83
84 * python/python.c (gdbpy_enter): New constructor.
85 (~gdbpy_enter): New destructor.
86 (restore_python_env, ensure_python_env): Rewrite.
87 * python/python-internal.h (gdbpy_enter): New class.
88
37fce74f
TT
892017-01-10 Tom Tromey <tom@tromey.com>
90
91 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
92
53a0cca3
TT
932017-01-10 Tom Tromey <tom@tromey.com>
94
95 * python/py-value.c (value_has_field, get_field_flag)
96 (get_field_type, valpy_getitem, convert_value_from_python): Use
97 gdbpy_ref.
98
ff3724f5
TT
992017-01-10 Tom Tromey <tom@tromey.com>
100
101 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
102 gdbpy_ref.
103
0700aea5
TT
1042017-01-10 Tom Tromey <tom@tromey.com>
105
106 * python/py-prettyprint.c (search_pp_list)
107 (find_pretty_printer_from_objfiles)
108 (find_pretty_printer_from_progspace)
109 (find_pretty_printer_from_gdb, find_pretty_printer)
110 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
111 gdbpy_ref.
112
1bb44c9f
TT
1132017-01-10 Tom Tromey <tom@tromey.com>
114
115 * python/py-param.c (call_doc_function): Use gdbpy_ref.
116
87ce03fd
TT
1172017-01-10 Tom Tromey <tom@tromey.com>
118
119 * python/py-linetable.c (build_line_table_tuple_from_pcs)
120 (ltpy_get_all_source_lines): Use gdbpy_ref.
121
ee0a3fb8
TT
1222017-01-10 Tom Tromey <tom@tromey.com>
123
124 * python/py-framefilter.c (extract_sym, extract_value)
125 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
126 gdbpy_ref.
127
bf2a52fa
TT
1282017-01-10 Tom Tromey <tom@tromey.com>
129
130 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
131
f59fe7f8
TT
1322017-01-10 Tom Tromey <tom@tromey.com>
133
134 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
135
80bd970a
TT
1362017-01-10 Tom Tromey <tom@tromey.com>
137
138 * python/py-function.c (convert_values_to_python, fnpy_init): Use
139 gdbpy_ref.
140
d1b3de2e
TT
1412017-01-10 Tom Tromey <tom@tromey.com>
142
143 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
144
3bb43384
TT
1452017-01-10 Tom Tromey <tom@tromey.com>
146
147 * python/py-type.c (convert_field, make_fielditem, typy_fields)
148 (typy_range): Use gdbpy_ref.
149
abf5651e
TT
1502017-01-10 Tom Tromey <tom@tromey.com>
151
152 * python/py-threadevent.c (create_thread_event_object): Use
153 gdbpy_ref.
154 * python/py-stopevent.c (create_stop_event_object): Simplify.
155 (emit_stop_event): Use gdbpy_ref.
156 * python/py-signalevent.c (create_signal_event_object): Use
157 gdbpy_ref.
158 * python/py-newobjfileevent.c (create_new_objfile_event_object)
159 (emit_new_objfile_event, create_clear_objfiles_event_object)
160 (emit_clear_objfiles_event): Use gdbpy_ref.
161 * python/py-infevents.c (create_inferior_call_event_object)
162 (create_register_changed_event_object)
163 (create_memory_changed_event_object, emit_inferior_call_event)
164 (emit_memory_changed_event, emit_register_changed_event): Use
165 gdbpy_ref.
166 * python/py-exitedevent.c (create_exited_event_object)
167 (emit_exited_event): Use gdbpy_ref.
168 * python/py-event.h (evpy_emit_event): Remove
169 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
170 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
171 * python/py-continueevent.c (emit_continue_event): Use
172 gdbpy_ref.
173 * python/py-breakpoint.c (gdbpy_breakpoint_created)
174 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
175 gdbpy_ref.
176 * python/py-bpevent.c (create_breakpoint_event_object): Use
177 gdbpy_ref.
178
a68ff33e
TT
1792017-01-10 Tom Tromey <tom@tromey.com>
180
181 * python/py-ref.h: New file.
182
7becfd03
SM
1832017-01-10 Simon Marchi <simon.marchi@ericsson.com>
184
185 * cli-out.c (cli_ui_out::do_redirect): Change return type to
186 void.
187 * cli-out.h (cli_ui_out::do_redirect): Likewise.
188 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
189 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
190 * ui-out.c (ui_out::redirect): Likewise.
191 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
192 * cli/cli-logging.c (set_logging_redirect): Update call site of
193 ui_out::redirect.
194 (handle_redirections): Likewise.
195 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
196 * top.c (execute_command_to_string): Likewise.
197 * utils.c (do_ui_out_redirect_pop): Likewise.
198
df294654
SM
1992017-01-10 Simon Marchi <simon.marchi@ericsson.com>
200
201 * stack.c (_initialize_stack): Update "frame" command help message.
202
f5e6296e
IB
2032017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
204
205 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
206
0e2d6fa6
YQ
2072017-01-06 Yao Qi <yao.qi@linaro.org>
208
209 * x86-linux-nat.h: Include gdb_proc_service.h.
210
44d6d3f9
YQ
2112017-01-06 Yao Qi <yao.qi@linaro.org>
212
213 * ser-base.h: Include serial.h.
214
656731fe
YQ
2152017-01-06 Yao Qi <yao.qi@linaro.org>
216
217 * ppc-linux-tdep.h: Include ppc-tdep.h.
218
1ca8f924
YQ
2192017-01-06 Yao Qi <yao.qi@linaro.org>
220
221 * nat/amd64-linux-siginfo.h: Include signal.h.
222
bc3008c4
YQ
2232017-01-06 Yao Qi <yao.qi@linaro.org>
224
225 * nat/aarch64-linux-hw-point.h: Include break-common.h.
226
66c80d03
YQ
2272017-01-06 Yao Qi <yao.qi@linaro.org>
228
229 * mi/mi-parse.h: Include mi-cmds.h.
230
051d2dda
YQ
2312017-01-06 Yao Qi <yao.qi@linaro.org>
232
233 * inf-loop.c: Don't include "target.h".
234 * inf-loop.h: Include it here.
235
8018d34f
YQ
2362017-01-06 Yao Qi <yao.qi@linaro.org>
237
238 * dfp.h: Include "dboulest.h" and "expression.h".
239
c0b8369c
YQ
2402017-01-06 Yao Qi <yao.qi@linaro.org>
241
242 * ax-gdb.h: Include "ax.h".
243
ad5cba2a
YQ
2442017-01-06 Yao Qi <yao.qi@linaro.org>
245
246 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
247 with nat/gdb_ptrace.h.
248
1c33cd7f
YQ
2492017-01-05 Yao Qi <yao.qi@linaro.org>
250
251 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
252 new line.
253 (mips64_fbsd_sigframe_init): Likewise.
254
c988ac1d
JB
2552017-01-04 John Baldwin <jhb@FreeBSD.org>
256
257 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
258 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
259
b268007c
JB
2602017-01-04 John Baldwin <jhb@FreeBSD.org>
261
262 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
263 * NEWS: Mention new FreeBSD/mips native configuration.
264 * config/mips/fbsd.mh: New file.
265 * configure.host: Add mips*-*-freebsd*.
266 * mips-fbsd-nat.c: New file.
267
387360da
JB
2682017-01-04 John Baldwin <jhb@FreeBSD.org>
269
270 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
271 (ALLDEPFILES): Add mips-fbsd-tdep.c.
272 * NEWS: Mention new FreeBSD/mips target.
273 * configure.tgt: Add mips*-*-freebsd*.
274 * mips-fbsd-tdep.c: New file.
275 * mips-fbsd-tdep.h: New file.
276
2aaaf250
YQ
2772017-01-04 Yao Qi <yao.qi@linaro.org>
278
279 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
280 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
281
61baf725
JB
2822017-01-01 Joel Brobecker <brobecker@adacore.com>
283
284 Update copyright year range in all GDB files.
285
c113e7ff 2862017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 287
c113e7ff 288 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 289
c113e7ff 290For older changes see ChangeLog-2016.
c906108c
SS
291\f
292Local Variables:
293mode: change-log
294left-margin: 8
295fill-column: 74
296version-control: never
57da7796 297coding: utf-8
c906108c 298End:
This page took 2.090703 seconds and 4 git commands to generate.