Use gdbpy_enter in py-finishbreakpoint.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6e7c365e
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
4 (bpfinishpy_handle_exit): Use gdbpy_enter.
5
6ba0cd40
TT
62017-01-10 Tom Tromey <tom@tromey.com>
7
8 * python/py-cmd.c (cmdpy_destroyer)
9 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
10 gdbpy_enter.
11
de2dc875
TT
122017-01-10 Tom Tromey <tom@tromey.com>
13
14 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
15 gdbpy_enter.
16 (gdbpy_breakpoint_has_cond): Likewise.
17
4ecee2c4
TT
182017-01-10 Tom Tromey <tom@tromey.com>
19
20 * python/python.c (gdbpy_enter): New constructor.
21 (~gdbpy_enter): New destructor.
22 (restore_python_env, ensure_python_env): Rewrite.
23 * python/python-internal.h (gdbpy_enter): New class.
24
37fce74f
TT
252017-01-10 Tom Tromey <tom@tromey.com>
26
27 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
28
53a0cca3
TT
292017-01-10 Tom Tromey <tom@tromey.com>
30
31 * python/py-value.c (value_has_field, get_field_flag)
32 (get_field_type, valpy_getitem, convert_value_from_python): Use
33 gdbpy_ref.
34
ff3724f5
TT
352017-01-10 Tom Tromey <tom@tromey.com>
36
37 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
38 gdbpy_ref.
39
0700aea5
TT
402017-01-10 Tom Tromey <tom@tromey.com>
41
42 * python/py-prettyprint.c (search_pp_list)
43 (find_pretty_printer_from_objfiles)
44 (find_pretty_printer_from_progspace)
45 (find_pretty_printer_from_gdb, find_pretty_printer)
46 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
47 gdbpy_ref.
48
1bb44c9f
TT
492017-01-10 Tom Tromey <tom@tromey.com>
50
51 * python/py-param.c (call_doc_function): Use gdbpy_ref.
52
87ce03fd
TT
532017-01-10 Tom Tromey <tom@tromey.com>
54
55 * python/py-linetable.c (build_line_table_tuple_from_pcs)
56 (ltpy_get_all_source_lines): Use gdbpy_ref.
57
ee0a3fb8
TT
582017-01-10 Tom Tromey <tom@tromey.com>
59
60 * python/py-framefilter.c (extract_sym, extract_value)
61 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
62 gdbpy_ref.
63
bf2a52fa
TT
642017-01-10 Tom Tromey <tom@tromey.com>
65
66 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
67
f59fe7f8
TT
682017-01-10 Tom Tromey <tom@tromey.com>
69
70 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
71
80bd970a
TT
722017-01-10 Tom Tromey <tom@tromey.com>
73
74 * python/py-function.c (convert_values_to_python, fnpy_init): Use
75 gdbpy_ref.
76
d1b3de2e
TT
772017-01-10 Tom Tromey <tom@tromey.com>
78
79 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
80
3bb43384
TT
812017-01-10 Tom Tromey <tom@tromey.com>
82
83 * python/py-type.c (convert_field, make_fielditem, typy_fields)
84 (typy_range): Use gdbpy_ref.
85
abf5651e
TT
862017-01-10 Tom Tromey <tom@tromey.com>
87
88 * python/py-threadevent.c (create_thread_event_object): Use
89 gdbpy_ref.
90 * python/py-stopevent.c (create_stop_event_object): Simplify.
91 (emit_stop_event): Use gdbpy_ref.
92 * python/py-signalevent.c (create_signal_event_object): Use
93 gdbpy_ref.
94 * python/py-newobjfileevent.c (create_new_objfile_event_object)
95 (emit_new_objfile_event, create_clear_objfiles_event_object)
96 (emit_clear_objfiles_event): Use gdbpy_ref.
97 * python/py-infevents.c (create_inferior_call_event_object)
98 (create_register_changed_event_object)
99 (create_memory_changed_event_object, emit_inferior_call_event)
100 (emit_memory_changed_event, emit_register_changed_event): Use
101 gdbpy_ref.
102 * python/py-exitedevent.c (create_exited_event_object)
103 (emit_exited_event): Use gdbpy_ref.
104 * python/py-event.h (evpy_emit_event): Remove
105 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
106 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
107 * python/py-continueevent.c (emit_continue_event): Use
108 gdbpy_ref.
109 * python/py-breakpoint.c (gdbpy_breakpoint_created)
110 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
111 gdbpy_ref.
112 * python/py-bpevent.c (create_breakpoint_event_object): Use
113 gdbpy_ref.
114
a68ff33e
TT
1152017-01-10 Tom Tromey <tom@tromey.com>
116
117 * python/py-ref.h: New file.
118
7becfd03
SM
1192017-01-10 Simon Marchi <simon.marchi@ericsson.com>
120
121 * cli-out.c (cli_ui_out::do_redirect): Change return type to
122 void.
123 * cli-out.h (cli_ui_out::do_redirect): Likewise.
124 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
125 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
126 * ui-out.c (ui_out::redirect): Likewise.
127 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
128 * cli/cli-logging.c (set_logging_redirect): Update call site of
129 ui_out::redirect.
130 (handle_redirections): Likewise.
131 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
132 * top.c (execute_command_to_string): Likewise.
133 * utils.c (do_ui_out_redirect_pop): Likewise.
134
df294654
SM
1352017-01-10 Simon Marchi <simon.marchi@ericsson.com>
136
137 * stack.c (_initialize_stack): Update "frame" command help message.
138
f5e6296e
IB
1392017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
140
141 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
142
0e2d6fa6
YQ
1432017-01-06 Yao Qi <yao.qi@linaro.org>
144
145 * x86-linux-nat.h: Include gdb_proc_service.h.
146
44d6d3f9
YQ
1472017-01-06 Yao Qi <yao.qi@linaro.org>
148
149 * ser-base.h: Include serial.h.
150
656731fe
YQ
1512017-01-06 Yao Qi <yao.qi@linaro.org>
152
153 * ppc-linux-tdep.h: Include ppc-tdep.h.
154
1ca8f924
YQ
1552017-01-06 Yao Qi <yao.qi@linaro.org>
156
157 * nat/amd64-linux-siginfo.h: Include signal.h.
158
bc3008c4
YQ
1592017-01-06 Yao Qi <yao.qi@linaro.org>
160
161 * nat/aarch64-linux-hw-point.h: Include break-common.h.
162
66c80d03
YQ
1632017-01-06 Yao Qi <yao.qi@linaro.org>
164
165 * mi/mi-parse.h: Include mi-cmds.h.
166
051d2dda
YQ
1672017-01-06 Yao Qi <yao.qi@linaro.org>
168
169 * inf-loop.c: Don't include "target.h".
170 * inf-loop.h: Include it here.
171
8018d34f
YQ
1722017-01-06 Yao Qi <yao.qi@linaro.org>
173
174 * dfp.h: Include "dboulest.h" and "expression.h".
175
c0b8369c
YQ
1762017-01-06 Yao Qi <yao.qi@linaro.org>
177
178 * ax-gdb.h: Include "ax.h".
179
ad5cba2a
YQ
1802017-01-06 Yao Qi <yao.qi@linaro.org>
181
182 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
183 with nat/gdb_ptrace.h.
184
1c33cd7f
YQ
1852017-01-05 Yao Qi <yao.qi@linaro.org>
186
187 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
188 new line.
189 (mips64_fbsd_sigframe_init): Likewise.
190
c988ac1d
JB
1912017-01-04 John Baldwin <jhb@FreeBSD.org>
192
193 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
194 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
195
b268007c
JB
1962017-01-04 John Baldwin <jhb@FreeBSD.org>
197
198 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
199 * NEWS: Mention new FreeBSD/mips native configuration.
200 * config/mips/fbsd.mh: New file.
201 * configure.host: Add mips*-*-freebsd*.
202 * mips-fbsd-nat.c: New file.
203
387360da
JB
2042017-01-04 John Baldwin <jhb@FreeBSD.org>
205
206 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
207 (ALLDEPFILES): Add mips-fbsd-tdep.c.
208 * NEWS: Mention new FreeBSD/mips target.
209 * configure.tgt: Add mips*-*-freebsd*.
210 * mips-fbsd-tdep.c: New file.
211 * mips-fbsd-tdep.h: New file.
212
2aaaf250
YQ
2132017-01-04 Yao Qi <yao.qi@linaro.org>
214
215 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
216 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
217
61baf725
JB
2182017-01-01 Joel Brobecker <brobecker@adacore.com>
219
220 Update copyright year range in all GDB files.
221
c113e7ff 2222017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 223
c113e7ff 224 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 225
c113e7ff 226For older changes see ChangeLog-2016.
c906108c
SS
227\f
228Local Variables:
229mode: change-log
230left-margin: 8
231fill-column: 74
232version-control: never
57da7796 233coding: utf-8
c906108c 234End:
This page took 2.13829 seconds and 4 git commands to generate.