Use gdbpy_ref in py-framefilter.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ee0a3fb8
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-framefilter.c (extract_sym, extract_value)
4 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
5 gdbpy_ref.
6
bf2a52fa
TT
72017-01-10 Tom Tromey <tom@tromey.com>
8
9 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
10
f59fe7f8
TT
112017-01-10 Tom Tromey <tom@tromey.com>
12
13 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
14
80bd970a
TT
152017-01-10 Tom Tromey <tom@tromey.com>
16
17 * python/py-function.c (convert_values_to_python, fnpy_init): Use
18 gdbpy_ref.
19
d1b3de2e
TT
202017-01-10 Tom Tromey <tom@tromey.com>
21
22 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
23
3bb43384
TT
242017-01-10 Tom Tromey <tom@tromey.com>
25
26 * python/py-type.c (convert_field, make_fielditem, typy_fields)
27 (typy_range): Use gdbpy_ref.
28
abf5651e
TT
292017-01-10 Tom Tromey <tom@tromey.com>
30
31 * python/py-threadevent.c (create_thread_event_object): Use
32 gdbpy_ref.
33 * python/py-stopevent.c (create_stop_event_object): Simplify.
34 (emit_stop_event): Use gdbpy_ref.
35 * python/py-signalevent.c (create_signal_event_object): Use
36 gdbpy_ref.
37 * python/py-newobjfileevent.c (create_new_objfile_event_object)
38 (emit_new_objfile_event, create_clear_objfiles_event_object)
39 (emit_clear_objfiles_event): Use gdbpy_ref.
40 * python/py-infevents.c (create_inferior_call_event_object)
41 (create_register_changed_event_object)
42 (create_memory_changed_event_object, emit_inferior_call_event)
43 (emit_memory_changed_event, emit_register_changed_event): Use
44 gdbpy_ref.
45 * python/py-exitedevent.c (create_exited_event_object)
46 (emit_exited_event): Use gdbpy_ref.
47 * python/py-event.h (evpy_emit_event): Remove
48 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
49 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
50 * python/py-continueevent.c (emit_continue_event): Use
51 gdbpy_ref.
52 * python/py-breakpoint.c (gdbpy_breakpoint_created)
53 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
54 gdbpy_ref.
55 * python/py-bpevent.c (create_breakpoint_event_object): Use
56 gdbpy_ref.
57
a68ff33e
TT
582017-01-10 Tom Tromey <tom@tromey.com>
59
60 * python/py-ref.h: New file.
61
7becfd03
SM
622017-01-10 Simon Marchi <simon.marchi@ericsson.com>
63
64 * cli-out.c (cli_ui_out::do_redirect): Change return type to
65 void.
66 * cli-out.h (cli_ui_out::do_redirect): Likewise.
67 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
68 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
69 * ui-out.c (ui_out::redirect): Likewise.
70 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
71 * cli/cli-logging.c (set_logging_redirect): Update call site of
72 ui_out::redirect.
73 (handle_redirections): Likewise.
74 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
75 * top.c (execute_command_to_string): Likewise.
76 * utils.c (do_ui_out_redirect_pop): Likewise.
77
df294654
SM
782017-01-10 Simon Marchi <simon.marchi@ericsson.com>
79
80 * stack.c (_initialize_stack): Update "frame" command help message.
81
f5e6296e
IB
822017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
83
84 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
85
0e2d6fa6
YQ
862017-01-06 Yao Qi <yao.qi@linaro.org>
87
88 * x86-linux-nat.h: Include gdb_proc_service.h.
89
44d6d3f9
YQ
902017-01-06 Yao Qi <yao.qi@linaro.org>
91
92 * ser-base.h: Include serial.h.
93
656731fe
YQ
942017-01-06 Yao Qi <yao.qi@linaro.org>
95
96 * ppc-linux-tdep.h: Include ppc-tdep.h.
97
1ca8f924
YQ
982017-01-06 Yao Qi <yao.qi@linaro.org>
99
100 * nat/amd64-linux-siginfo.h: Include signal.h.
101
bc3008c4
YQ
1022017-01-06 Yao Qi <yao.qi@linaro.org>
103
104 * nat/aarch64-linux-hw-point.h: Include break-common.h.
105
66c80d03
YQ
1062017-01-06 Yao Qi <yao.qi@linaro.org>
107
108 * mi/mi-parse.h: Include mi-cmds.h.
109
051d2dda
YQ
1102017-01-06 Yao Qi <yao.qi@linaro.org>
111
112 * inf-loop.c: Don't include "target.h".
113 * inf-loop.h: Include it here.
114
8018d34f
YQ
1152017-01-06 Yao Qi <yao.qi@linaro.org>
116
117 * dfp.h: Include "dboulest.h" and "expression.h".
118
c0b8369c
YQ
1192017-01-06 Yao Qi <yao.qi@linaro.org>
120
121 * ax-gdb.h: Include "ax.h".
122
ad5cba2a
YQ
1232017-01-06 Yao Qi <yao.qi@linaro.org>
124
125 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
126 with nat/gdb_ptrace.h.
127
1c33cd7f
YQ
1282017-01-05 Yao Qi <yao.qi@linaro.org>
129
130 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
131 new line.
132 (mips64_fbsd_sigframe_init): Likewise.
133
c988ac1d
JB
1342017-01-04 John Baldwin <jhb@FreeBSD.org>
135
136 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
137 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
138
b268007c
JB
1392017-01-04 John Baldwin <jhb@FreeBSD.org>
140
141 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
142 * NEWS: Mention new FreeBSD/mips native configuration.
143 * config/mips/fbsd.mh: New file.
144 * configure.host: Add mips*-*-freebsd*.
145 * mips-fbsd-nat.c: New file.
146
387360da
JB
1472017-01-04 John Baldwin <jhb@FreeBSD.org>
148
149 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
150 (ALLDEPFILES): Add mips-fbsd-tdep.c.
151 * NEWS: Mention new FreeBSD/mips target.
152 * configure.tgt: Add mips*-*-freebsd*.
153 * mips-fbsd-tdep.c: New file.
154 * mips-fbsd-tdep.h: New file.
155
2aaaf250
YQ
1562017-01-04 Yao Qi <yao.qi@linaro.org>
157
158 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
159 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
160
61baf725
JB
1612017-01-01 Joel Brobecker <brobecker@adacore.com>
162
163 Update copyright year range in all GDB files.
164
c113e7ff 1652017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 166
c113e7ff 167 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 168
c113e7ff 169For older changes see ChangeLog-2016.
c906108c
SS
170\f
171Local Variables:
172mode: change-log
173left-margin: 8
174fill-column: 74
175version-control: never
57da7796 176coding: utf-8
c906108c 177End:
This page took 2.517081 seconds and 4 git commands to generate.