]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Use gdbpy_enter in py-progspace.c
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bf7da5b0
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
4
2d38bced
TT
52017-01-10 Tom Tromey <tom@tromey.com>
6
7 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
8
07bc7329
TT
92017-01-10 Tom Tromey <tom@tromey.com>
10
11 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
12 (python_on_inferior_call_pre, python_on_inferior_call_post)
13 (python_on_memory_change, python_on_register_change)
14 (python_inferior_exit, python_new_objfile, add_thread_object)
15 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
16
6e7c365e
TT
172017-01-10 Tom Tromey <tom@tromey.com>
18
19 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
20 (bpfinishpy_handle_exit): Use gdbpy_enter.
21
6ba0cd40
TT
222017-01-10 Tom Tromey <tom@tromey.com>
23
24 * python/py-cmd.c (cmdpy_destroyer)
25 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
26 gdbpy_enter.
27
de2dc875
TT
282017-01-10 Tom Tromey <tom@tromey.com>
29
30 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
31 gdbpy_enter.
32 (gdbpy_breakpoint_has_cond): Likewise.
33
4ecee2c4
TT
342017-01-10 Tom Tromey <tom@tromey.com>
35
36 * python/python.c (gdbpy_enter): New constructor.
37 (~gdbpy_enter): New destructor.
38 (restore_python_env, ensure_python_env): Rewrite.
39 * python/python-internal.h (gdbpy_enter): New class.
40
37fce74f
TT
412017-01-10 Tom Tromey <tom@tromey.com>
42
43 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
44
53a0cca3
TT
452017-01-10 Tom Tromey <tom@tromey.com>
46
47 * python/py-value.c (value_has_field, get_field_flag)
48 (get_field_type, valpy_getitem, convert_value_from_python): Use
49 gdbpy_ref.
50
ff3724f5
TT
512017-01-10 Tom Tromey <tom@tromey.com>
52
53 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
54 gdbpy_ref.
55
0700aea5
TT
562017-01-10 Tom Tromey <tom@tromey.com>
57
58 * python/py-prettyprint.c (search_pp_list)
59 (find_pretty_printer_from_objfiles)
60 (find_pretty_printer_from_progspace)
61 (find_pretty_printer_from_gdb, find_pretty_printer)
62 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
63 gdbpy_ref.
64
1bb44c9f
TT
652017-01-10 Tom Tromey <tom@tromey.com>
66
67 * python/py-param.c (call_doc_function): Use gdbpy_ref.
68
87ce03fd
TT
692017-01-10 Tom Tromey <tom@tromey.com>
70
71 * python/py-linetable.c (build_line_table_tuple_from_pcs)
72 (ltpy_get_all_source_lines): Use gdbpy_ref.
73
ee0a3fb8
TT
742017-01-10 Tom Tromey <tom@tromey.com>
75
76 * python/py-framefilter.c (extract_sym, extract_value)
77 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
78 gdbpy_ref.
79
bf2a52fa
TT
802017-01-10 Tom Tromey <tom@tromey.com>
81
82 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
83
f59fe7f8
TT
842017-01-10 Tom Tromey <tom@tromey.com>
85
86 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
87
80bd970a
TT
882017-01-10 Tom Tromey <tom@tromey.com>
89
90 * python/py-function.c (convert_values_to_python, fnpy_init): Use
91 gdbpy_ref.
92
d1b3de2e
TT
932017-01-10 Tom Tromey <tom@tromey.com>
94
95 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
96
3bb43384
TT
972017-01-10 Tom Tromey <tom@tromey.com>
98
99 * python/py-type.c (convert_field, make_fielditem, typy_fields)
100 (typy_range): Use gdbpy_ref.
101
abf5651e
TT
1022017-01-10 Tom Tromey <tom@tromey.com>
103
104 * python/py-threadevent.c (create_thread_event_object): Use
105 gdbpy_ref.
106 * python/py-stopevent.c (create_stop_event_object): Simplify.
107 (emit_stop_event): Use gdbpy_ref.
108 * python/py-signalevent.c (create_signal_event_object): Use
109 gdbpy_ref.
110 * python/py-newobjfileevent.c (create_new_objfile_event_object)
111 (emit_new_objfile_event, create_clear_objfiles_event_object)
112 (emit_clear_objfiles_event): Use gdbpy_ref.
113 * python/py-infevents.c (create_inferior_call_event_object)
114 (create_register_changed_event_object)
115 (create_memory_changed_event_object, emit_inferior_call_event)
116 (emit_memory_changed_event, emit_register_changed_event): Use
117 gdbpy_ref.
118 * python/py-exitedevent.c (create_exited_event_object)
119 (emit_exited_event): Use gdbpy_ref.
120 * python/py-event.h (evpy_emit_event): Remove
121 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
122 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
123 * python/py-continueevent.c (emit_continue_event): Use
124 gdbpy_ref.
125 * python/py-breakpoint.c (gdbpy_breakpoint_created)
126 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
127 gdbpy_ref.
128 * python/py-bpevent.c (create_breakpoint_event_object): Use
129 gdbpy_ref.
130
a68ff33e
TT
1312017-01-10 Tom Tromey <tom@tromey.com>
132
133 * python/py-ref.h: New file.
134
7becfd03
SM
1352017-01-10 Simon Marchi <simon.marchi@ericsson.com>
136
137 * cli-out.c (cli_ui_out::do_redirect): Change return type to
138 void.
139 * cli-out.h (cli_ui_out::do_redirect): Likewise.
140 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
141 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
142 * ui-out.c (ui_out::redirect): Likewise.
143 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
144 * cli/cli-logging.c (set_logging_redirect): Update call site of
145 ui_out::redirect.
146 (handle_redirections): Likewise.
147 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
148 * top.c (execute_command_to_string): Likewise.
149 * utils.c (do_ui_out_redirect_pop): Likewise.
150
df294654
SM
1512017-01-10 Simon Marchi <simon.marchi@ericsson.com>
152
153 * stack.c (_initialize_stack): Update "frame" command help message.
154
f5e6296e
IB
1552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
156
157 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
158
0e2d6fa6
YQ
1592017-01-06 Yao Qi <yao.qi@linaro.org>
160
161 * x86-linux-nat.h: Include gdb_proc_service.h.
162
44d6d3f9
YQ
1632017-01-06 Yao Qi <yao.qi@linaro.org>
164
165 * ser-base.h: Include serial.h.
166
656731fe
YQ
1672017-01-06 Yao Qi <yao.qi@linaro.org>
168
169 * ppc-linux-tdep.h: Include ppc-tdep.h.
170
1ca8f924
YQ
1712017-01-06 Yao Qi <yao.qi@linaro.org>
172
173 * nat/amd64-linux-siginfo.h: Include signal.h.
174
bc3008c4
YQ
1752017-01-06 Yao Qi <yao.qi@linaro.org>
176
177 * nat/aarch64-linux-hw-point.h: Include break-common.h.
178
66c80d03
YQ
1792017-01-06 Yao Qi <yao.qi@linaro.org>
180
181 * mi/mi-parse.h: Include mi-cmds.h.
182
051d2dda
YQ
1832017-01-06 Yao Qi <yao.qi@linaro.org>
184
185 * inf-loop.c: Don't include "target.h".
186 * inf-loop.h: Include it here.
187
8018d34f
YQ
1882017-01-06 Yao Qi <yao.qi@linaro.org>
189
190 * dfp.h: Include "dboulest.h" and "expression.h".
191
c0b8369c
YQ
1922017-01-06 Yao Qi <yao.qi@linaro.org>
193
194 * ax-gdb.h: Include "ax.h".
195
ad5cba2a
YQ
1962017-01-06 Yao Qi <yao.qi@linaro.org>
197
198 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
199 with nat/gdb_ptrace.h.
200
1c33cd7f
YQ
2012017-01-05 Yao Qi <yao.qi@linaro.org>
202
203 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
204 new line.
205 (mips64_fbsd_sigframe_init): Likewise.
206
c988ac1d
JB
2072017-01-04 John Baldwin <jhb@FreeBSD.org>
208
209 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
210 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
211
b268007c
JB
2122017-01-04 John Baldwin <jhb@FreeBSD.org>
213
214 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
215 * NEWS: Mention new FreeBSD/mips native configuration.
216 * config/mips/fbsd.mh: New file.
217 * configure.host: Add mips*-*-freebsd*.
218 * mips-fbsd-nat.c: New file.
219
387360da
JB
2202017-01-04 John Baldwin <jhb@FreeBSD.org>
221
222 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
223 (ALLDEPFILES): Add mips-fbsd-tdep.c.
224 * NEWS: Mention new FreeBSD/mips target.
225 * configure.tgt: Add mips*-*-freebsd*.
226 * mips-fbsd-tdep.c: New file.
227 * mips-fbsd-tdep.h: New file.
228
2aaaf250
YQ
2292017-01-04 Yao Qi <yao.qi@linaro.org>
230
231 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
232 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
233
61baf725
JB
2342017-01-01 Joel Brobecker <brobecker@adacore.com>
235
236 Update copyright year range in all GDB files.
237
c113e7ff 2382017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 239
c113e7ff 240 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 241
c113e7ff 242For older changes see ChangeLog-2016.
c906108c
SS
243\f
244Local Variables:
245mode: change-log
246left-margin: 8
247fill-column: 74
248version-control: never
57da7796 249coding: utf-8
c906108c 250End: