Introduce gdbpy_enter
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4ecee2c4
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/python.c (gdbpy_enter): New constructor.
4 (~gdbpy_enter): New destructor.
5 (restore_python_env, ensure_python_env): Rewrite.
6 * python/python-internal.h (gdbpy_enter): New class.
7
37fce74f
TT
82017-01-10 Tom Tromey <tom@tromey.com>
9
10 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
11
53a0cca3
TT
122017-01-10 Tom Tromey <tom@tromey.com>
13
14 * python/py-value.c (value_has_field, get_field_flag)
15 (get_field_type, valpy_getitem, convert_value_from_python): Use
16 gdbpy_ref.
17
ff3724f5
TT
182017-01-10 Tom Tromey <tom@tromey.com>
19
20 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
21 gdbpy_ref.
22
0700aea5
TT
232017-01-10 Tom Tromey <tom@tromey.com>
24
25 * python/py-prettyprint.c (search_pp_list)
26 (find_pretty_printer_from_objfiles)
27 (find_pretty_printer_from_progspace)
28 (find_pretty_printer_from_gdb, find_pretty_printer)
29 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
30 gdbpy_ref.
31
1bb44c9f
TT
322017-01-10 Tom Tromey <tom@tromey.com>
33
34 * python/py-param.c (call_doc_function): Use gdbpy_ref.
35
87ce03fd
TT
362017-01-10 Tom Tromey <tom@tromey.com>
37
38 * python/py-linetable.c (build_line_table_tuple_from_pcs)
39 (ltpy_get_all_source_lines): Use gdbpy_ref.
40
ee0a3fb8
TT
412017-01-10 Tom Tromey <tom@tromey.com>
42
43 * python/py-framefilter.c (extract_sym, extract_value)
44 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
45 gdbpy_ref.
46
bf2a52fa
TT
472017-01-10 Tom Tromey <tom@tromey.com>
48
49 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
50
f59fe7f8
TT
512017-01-10 Tom Tromey <tom@tromey.com>
52
53 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
54
80bd970a
TT
552017-01-10 Tom Tromey <tom@tromey.com>
56
57 * python/py-function.c (convert_values_to_python, fnpy_init): Use
58 gdbpy_ref.
59
d1b3de2e
TT
602017-01-10 Tom Tromey <tom@tromey.com>
61
62 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
63
3bb43384
TT
642017-01-10 Tom Tromey <tom@tromey.com>
65
66 * python/py-type.c (convert_field, make_fielditem, typy_fields)
67 (typy_range): Use gdbpy_ref.
68
abf5651e
TT
692017-01-10 Tom Tromey <tom@tromey.com>
70
71 * python/py-threadevent.c (create_thread_event_object): Use
72 gdbpy_ref.
73 * python/py-stopevent.c (create_stop_event_object): Simplify.
74 (emit_stop_event): Use gdbpy_ref.
75 * python/py-signalevent.c (create_signal_event_object): Use
76 gdbpy_ref.
77 * python/py-newobjfileevent.c (create_new_objfile_event_object)
78 (emit_new_objfile_event, create_clear_objfiles_event_object)
79 (emit_clear_objfiles_event): Use gdbpy_ref.
80 * python/py-infevents.c (create_inferior_call_event_object)
81 (create_register_changed_event_object)
82 (create_memory_changed_event_object, emit_inferior_call_event)
83 (emit_memory_changed_event, emit_register_changed_event): Use
84 gdbpy_ref.
85 * python/py-exitedevent.c (create_exited_event_object)
86 (emit_exited_event): Use gdbpy_ref.
87 * python/py-event.h (evpy_emit_event): Remove
88 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
89 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
90 * python/py-continueevent.c (emit_continue_event): Use
91 gdbpy_ref.
92 * python/py-breakpoint.c (gdbpy_breakpoint_created)
93 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
94 gdbpy_ref.
95 * python/py-bpevent.c (create_breakpoint_event_object): Use
96 gdbpy_ref.
97
a68ff33e
TT
982017-01-10 Tom Tromey <tom@tromey.com>
99
100 * python/py-ref.h: New file.
101
7becfd03
SM
1022017-01-10 Simon Marchi <simon.marchi@ericsson.com>
103
104 * cli-out.c (cli_ui_out::do_redirect): Change return type to
105 void.
106 * cli-out.h (cli_ui_out::do_redirect): Likewise.
107 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
108 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
109 * ui-out.c (ui_out::redirect): Likewise.
110 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
111 * cli/cli-logging.c (set_logging_redirect): Update call site of
112 ui_out::redirect.
113 (handle_redirections): Likewise.
114 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
115 * top.c (execute_command_to_string): Likewise.
116 * utils.c (do_ui_out_redirect_pop): Likewise.
117
df294654
SM
1182017-01-10 Simon Marchi <simon.marchi@ericsson.com>
119
120 * stack.c (_initialize_stack): Update "frame" command help message.
121
f5e6296e
IB
1222017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
123
124 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
125
0e2d6fa6
YQ
1262017-01-06 Yao Qi <yao.qi@linaro.org>
127
128 * x86-linux-nat.h: Include gdb_proc_service.h.
129
44d6d3f9
YQ
1302017-01-06 Yao Qi <yao.qi@linaro.org>
131
132 * ser-base.h: Include serial.h.
133
656731fe
YQ
1342017-01-06 Yao Qi <yao.qi@linaro.org>
135
136 * ppc-linux-tdep.h: Include ppc-tdep.h.
137
1ca8f924
YQ
1382017-01-06 Yao Qi <yao.qi@linaro.org>
139
140 * nat/amd64-linux-siginfo.h: Include signal.h.
141
bc3008c4
YQ
1422017-01-06 Yao Qi <yao.qi@linaro.org>
143
144 * nat/aarch64-linux-hw-point.h: Include break-common.h.
145
66c80d03
YQ
1462017-01-06 Yao Qi <yao.qi@linaro.org>
147
148 * mi/mi-parse.h: Include mi-cmds.h.
149
051d2dda
YQ
1502017-01-06 Yao Qi <yao.qi@linaro.org>
151
152 * inf-loop.c: Don't include "target.h".
153 * inf-loop.h: Include it here.
154
8018d34f
YQ
1552017-01-06 Yao Qi <yao.qi@linaro.org>
156
157 * dfp.h: Include "dboulest.h" and "expression.h".
158
c0b8369c
YQ
1592017-01-06 Yao Qi <yao.qi@linaro.org>
160
161 * ax-gdb.h: Include "ax.h".
162
ad5cba2a
YQ
1632017-01-06 Yao Qi <yao.qi@linaro.org>
164
165 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
166 with nat/gdb_ptrace.h.
167
1c33cd7f
YQ
1682017-01-05 Yao Qi <yao.qi@linaro.org>
169
170 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
171 new line.
172 (mips64_fbsd_sigframe_init): Likewise.
173
c988ac1d
JB
1742017-01-04 John Baldwin <jhb@FreeBSD.org>
175
176 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
177 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
178
b268007c
JB
1792017-01-04 John Baldwin <jhb@FreeBSD.org>
180
181 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
182 * NEWS: Mention new FreeBSD/mips native configuration.
183 * config/mips/fbsd.mh: New file.
184 * configure.host: Add mips*-*-freebsd*.
185 * mips-fbsd-nat.c: New file.
186
387360da
JB
1872017-01-04 John Baldwin <jhb@FreeBSD.org>
188
189 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
190 (ALLDEPFILES): Add mips-fbsd-tdep.c.
191 * NEWS: Mention new FreeBSD/mips target.
192 * configure.tgt: Add mips*-*-freebsd*.
193 * mips-fbsd-tdep.c: New file.
194 * mips-fbsd-tdep.h: New file.
195
2aaaf250
YQ
1962017-01-04 Yao Qi <yao.qi@linaro.org>
197
198 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
199 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
200
61baf725
JB
2012017-01-01 Joel Brobecker <brobecker@adacore.com>
202
203 Update copyright year range in all GDB files.
204
c113e7ff 2052017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 206
c113e7ff 207 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 208
c113e7ff 209For older changes see ChangeLog-2016.
c906108c
SS
210\f
211Local Variables:
212mode: change-log
213left-margin: 8
214fill-column: 74
215version-control: never
57da7796 216coding: utf-8
c906108c 217End:
This page took 2.198224 seconds and 4 git commands to generate.