Use gdbpy_enter in py-breakpoint.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
de2dc875
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
4 gdbpy_enter.
5 (gdbpy_breakpoint_has_cond): Likewise.
6
4ecee2c4
TT
72017-01-10 Tom Tromey <tom@tromey.com>
8
9 * python/python.c (gdbpy_enter): New constructor.
10 (~gdbpy_enter): New destructor.
11 (restore_python_env, ensure_python_env): Rewrite.
12 * python/python-internal.h (gdbpy_enter): New class.
13
37fce74f
TT
142017-01-10 Tom Tromey <tom@tromey.com>
15
16 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
17
53a0cca3
TT
182017-01-10 Tom Tromey <tom@tromey.com>
19
20 * python/py-value.c (value_has_field, get_field_flag)
21 (get_field_type, valpy_getitem, convert_value_from_python): Use
22 gdbpy_ref.
23
ff3724f5
TT
242017-01-10 Tom Tromey <tom@tromey.com>
25
26 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
27 gdbpy_ref.
28
0700aea5
TT
292017-01-10 Tom Tromey <tom@tromey.com>
30
31 * python/py-prettyprint.c (search_pp_list)
32 (find_pretty_printer_from_objfiles)
33 (find_pretty_printer_from_progspace)
34 (find_pretty_printer_from_gdb, find_pretty_printer)
35 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
36 gdbpy_ref.
37
1bb44c9f
TT
382017-01-10 Tom Tromey <tom@tromey.com>
39
40 * python/py-param.c (call_doc_function): Use gdbpy_ref.
41
87ce03fd
TT
422017-01-10 Tom Tromey <tom@tromey.com>
43
44 * python/py-linetable.c (build_line_table_tuple_from_pcs)
45 (ltpy_get_all_source_lines): Use gdbpy_ref.
46
ee0a3fb8
TT
472017-01-10 Tom Tromey <tom@tromey.com>
48
49 * python/py-framefilter.c (extract_sym, extract_value)
50 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
51 gdbpy_ref.
52
bf2a52fa
TT
532017-01-10 Tom Tromey <tom@tromey.com>
54
55 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
56
f59fe7f8
TT
572017-01-10 Tom Tromey <tom@tromey.com>
58
59 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
60
80bd970a
TT
612017-01-10 Tom Tromey <tom@tromey.com>
62
63 * python/py-function.c (convert_values_to_python, fnpy_init): Use
64 gdbpy_ref.
65
d1b3de2e
TT
662017-01-10 Tom Tromey <tom@tromey.com>
67
68 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
69
3bb43384
TT
702017-01-10 Tom Tromey <tom@tromey.com>
71
72 * python/py-type.c (convert_field, make_fielditem, typy_fields)
73 (typy_range): Use gdbpy_ref.
74
abf5651e
TT
752017-01-10 Tom Tromey <tom@tromey.com>
76
77 * python/py-threadevent.c (create_thread_event_object): Use
78 gdbpy_ref.
79 * python/py-stopevent.c (create_stop_event_object): Simplify.
80 (emit_stop_event): Use gdbpy_ref.
81 * python/py-signalevent.c (create_signal_event_object): Use
82 gdbpy_ref.
83 * python/py-newobjfileevent.c (create_new_objfile_event_object)
84 (emit_new_objfile_event, create_clear_objfiles_event_object)
85 (emit_clear_objfiles_event): Use gdbpy_ref.
86 * python/py-infevents.c (create_inferior_call_event_object)
87 (create_register_changed_event_object)
88 (create_memory_changed_event_object, emit_inferior_call_event)
89 (emit_memory_changed_event, emit_register_changed_event): Use
90 gdbpy_ref.
91 * python/py-exitedevent.c (create_exited_event_object)
92 (emit_exited_event): Use gdbpy_ref.
93 * python/py-event.h (evpy_emit_event): Remove
94 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
95 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
96 * python/py-continueevent.c (emit_continue_event): Use
97 gdbpy_ref.
98 * python/py-breakpoint.c (gdbpy_breakpoint_created)
99 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
100 gdbpy_ref.
101 * python/py-bpevent.c (create_breakpoint_event_object): Use
102 gdbpy_ref.
103
a68ff33e
TT
1042017-01-10 Tom Tromey <tom@tromey.com>
105
106 * python/py-ref.h: New file.
107
7becfd03
SM
1082017-01-10 Simon Marchi <simon.marchi@ericsson.com>
109
110 * cli-out.c (cli_ui_out::do_redirect): Change return type to
111 void.
112 * cli-out.h (cli_ui_out::do_redirect): Likewise.
113 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
114 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
115 * ui-out.c (ui_out::redirect): Likewise.
116 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
117 * cli/cli-logging.c (set_logging_redirect): Update call site of
118 ui_out::redirect.
119 (handle_redirections): Likewise.
120 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
121 * top.c (execute_command_to_string): Likewise.
122 * utils.c (do_ui_out_redirect_pop): Likewise.
123
df294654
SM
1242017-01-10 Simon Marchi <simon.marchi@ericsson.com>
125
126 * stack.c (_initialize_stack): Update "frame" command help message.
127
f5e6296e
IB
1282017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
129
130 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
131
0e2d6fa6
YQ
1322017-01-06 Yao Qi <yao.qi@linaro.org>
133
134 * x86-linux-nat.h: Include gdb_proc_service.h.
135
44d6d3f9
YQ
1362017-01-06 Yao Qi <yao.qi@linaro.org>
137
138 * ser-base.h: Include serial.h.
139
656731fe
YQ
1402017-01-06 Yao Qi <yao.qi@linaro.org>
141
142 * ppc-linux-tdep.h: Include ppc-tdep.h.
143
1ca8f924
YQ
1442017-01-06 Yao Qi <yao.qi@linaro.org>
145
146 * nat/amd64-linux-siginfo.h: Include signal.h.
147
bc3008c4
YQ
1482017-01-06 Yao Qi <yao.qi@linaro.org>
149
150 * nat/aarch64-linux-hw-point.h: Include break-common.h.
151
66c80d03
YQ
1522017-01-06 Yao Qi <yao.qi@linaro.org>
153
154 * mi/mi-parse.h: Include mi-cmds.h.
155
051d2dda
YQ
1562017-01-06 Yao Qi <yao.qi@linaro.org>
157
158 * inf-loop.c: Don't include "target.h".
159 * inf-loop.h: Include it here.
160
8018d34f
YQ
1612017-01-06 Yao Qi <yao.qi@linaro.org>
162
163 * dfp.h: Include "dboulest.h" and "expression.h".
164
c0b8369c
YQ
1652017-01-06 Yao Qi <yao.qi@linaro.org>
166
167 * ax-gdb.h: Include "ax.h".
168
ad5cba2a
YQ
1692017-01-06 Yao Qi <yao.qi@linaro.org>
170
171 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
172 with nat/gdb_ptrace.h.
173
1c33cd7f
YQ
1742017-01-05 Yao Qi <yao.qi@linaro.org>
175
176 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
177 new line.
178 (mips64_fbsd_sigframe_init): Likewise.
179
c988ac1d
JB
1802017-01-04 John Baldwin <jhb@FreeBSD.org>
181
182 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
183 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
184
b268007c
JB
1852017-01-04 John Baldwin <jhb@FreeBSD.org>
186
187 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
188 * NEWS: Mention new FreeBSD/mips native configuration.
189 * config/mips/fbsd.mh: New file.
190 * configure.host: Add mips*-*-freebsd*.
191 * mips-fbsd-nat.c: New file.
192
387360da
JB
1932017-01-04 John Baldwin <jhb@FreeBSD.org>
194
195 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
196 (ALLDEPFILES): Add mips-fbsd-tdep.c.
197 * NEWS: Mention new FreeBSD/mips target.
198 * configure.tgt: Add mips*-*-freebsd*.
199 * mips-fbsd-tdep.c: New file.
200 * mips-fbsd-tdep.h: New file.
201
2aaaf250
YQ
2022017-01-04 Yao Qi <yao.qi@linaro.org>
203
204 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
205 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
206
61baf725
JB
2072017-01-01 Joel Brobecker <brobecker@adacore.com>
208
209 Update copyright year range in all GDB files.
210
c113e7ff 2112017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 212
c113e7ff 213 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 214
c113e7ff 215For older changes see ChangeLog-2016.
c906108c
SS
216\f
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
57da7796 222coding: utf-8
c906108c 223End:
This page took 2.398193 seconds and 4 git commands to generate.