Use gdbpy_ref in py-value.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
53a0cca3
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-value.c (value_has_field, get_field_flag)
4 (get_field_type, valpy_getitem, convert_value_from_python): Use
5 gdbpy_ref.
6
ff3724f5
TT
72017-01-10 Tom Tromey <tom@tromey.com>
8
9 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
10 gdbpy_ref.
11
0700aea5
TT
122017-01-10 Tom Tromey <tom@tromey.com>
13
14 * python/py-prettyprint.c (search_pp_list)
15 (find_pretty_printer_from_objfiles)
16 (find_pretty_printer_from_progspace)
17 (find_pretty_printer_from_gdb, find_pretty_printer)
18 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
19 gdbpy_ref.
20
1bb44c9f
TT
212017-01-10 Tom Tromey <tom@tromey.com>
22
23 * python/py-param.c (call_doc_function): Use gdbpy_ref.
24
87ce03fd
TT
252017-01-10 Tom Tromey <tom@tromey.com>
26
27 * python/py-linetable.c (build_line_table_tuple_from_pcs)
28 (ltpy_get_all_source_lines): Use gdbpy_ref.
29
ee0a3fb8
TT
302017-01-10 Tom Tromey <tom@tromey.com>
31
32 * python/py-framefilter.c (extract_sym, extract_value)
33 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
34 gdbpy_ref.
35
bf2a52fa
TT
362017-01-10 Tom Tromey <tom@tromey.com>
37
38 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
39
f59fe7f8
TT
402017-01-10 Tom Tromey <tom@tromey.com>
41
42 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
43
80bd970a
TT
442017-01-10 Tom Tromey <tom@tromey.com>
45
46 * python/py-function.c (convert_values_to_python, fnpy_init): Use
47 gdbpy_ref.
48
d1b3de2e
TT
492017-01-10 Tom Tromey <tom@tromey.com>
50
51 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
52
3bb43384
TT
532017-01-10 Tom Tromey <tom@tromey.com>
54
55 * python/py-type.c (convert_field, make_fielditem, typy_fields)
56 (typy_range): Use gdbpy_ref.
57
abf5651e
TT
582017-01-10 Tom Tromey <tom@tromey.com>
59
60 * python/py-threadevent.c (create_thread_event_object): Use
61 gdbpy_ref.
62 * python/py-stopevent.c (create_stop_event_object): Simplify.
63 (emit_stop_event): Use gdbpy_ref.
64 * python/py-signalevent.c (create_signal_event_object): Use
65 gdbpy_ref.
66 * python/py-newobjfileevent.c (create_new_objfile_event_object)
67 (emit_new_objfile_event, create_clear_objfiles_event_object)
68 (emit_clear_objfiles_event): Use gdbpy_ref.
69 * python/py-infevents.c (create_inferior_call_event_object)
70 (create_register_changed_event_object)
71 (create_memory_changed_event_object, emit_inferior_call_event)
72 (emit_memory_changed_event, emit_register_changed_event): Use
73 gdbpy_ref.
74 * python/py-exitedevent.c (create_exited_event_object)
75 (emit_exited_event): Use gdbpy_ref.
76 * python/py-event.h (evpy_emit_event): Remove
77 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
78 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
79 * python/py-continueevent.c (emit_continue_event): Use
80 gdbpy_ref.
81 * python/py-breakpoint.c (gdbpy_breakpoint_created)
82 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
83 gdbpy_ref.
84 * python/py-bpevent.c (create_breakpoint_event_object): Use
85 gdbpy_ref.
86
a68ff33e
TT
872017-01-10 Tom Tromey <tom@tromey.com>
88
89 * python/py-ref.h: New file.
90
7becfd03
SM
912017-01-10 Simon Marchi <simon.marchi@ericsson.com>
92
93 * cli-out.c (cli_ui_out::do_redirect): Change return type to
94 void.
95 * cli-out.h (cli_ui_out::do_redirect): Likewise.
96 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
97 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
98 * ui-out.c (ui_out::redirect): Likewise.
99 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
100 * cli/cli-logging.c (set_logging_redirect): Update call site of
101 ui_out::redirect.
102 (handle_redirections): Likewise.
103 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
104 * top.c (execute_command_to_string): Likewise.
105 * utils.c (do_ui_out_redirect_pop): Likewise.
106
df294654
SM
1072017-01-10 Simon Marchi <simon.marchi@ericsson.com>
108
109 * stack.c (_initialize_stack): Update "frame" command help message.
110
f5e6296e
IB
1112017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
112
113 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
114
0e2d6fa6
YQ
1152017-01-06 Yao Qi <yao.qi@linaro.org>
116
117 * x86-linux-nat.h: Include gdb_proc_service.h.
118
44d6d3f9
YQ
1192017-01-06 Yao Qi <yao.qi@linaro.org>
120
121 * ser-base.h: Include serial.h.
122
656731fe
YQ
1232017-01-06 Yao Qi <yao.qi@linaro.org>
124
125 * ppc-linux-tdep.h: Include ppc-tdep.h.
126
1ca8f924
YQ
1272017-01-06 Yao Qi <yao.qi@linaro.org>
128
129 * nat/amd64-linux-siginfo.h: Include signal.h.
130
bc3008c4
YQ
1312017-01-06 Yao Qi <yao.qi@linaro.org>
132
133 * nat/aarch64-linux-hw-point.h: Include break-common.h.
134
66c80d03
YQ
1352017-01-06 Yao Qi <yao.qi@linaro.org>
136
137 * mi/mi-parse.h: Include mi-cmds.h.
138
051d2dda
YQ
1392017-01-06 Yao Qi <yao.qi@linaro.org>
140
141 * inf-loop.c: Don't include "target.h".
142 * inf-loop.h: Include it here.
143
8018d34f
YQ
1442017-01-06 Yao Qi <yao.qi@linaro.org>
145
146 * dfp.h: Include "dboulest.h" and "expression.h".
147
c0b8369c
YQ
1482017-01-06 Yao Qi <yao.qi@linaro.org>
149
150 * ax-gdb.h: Include "ax.h".
151
ad5cba2a
YQ
1522017-01-06 Yao Qi <yao.qi@linaro.org>
153
154 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
155 with nat/gdb_ptrace.h.
156
1c33cd7f
YQ
1572017-01-05 Yao Qi <yao.qi@linaro.org>
158
159 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
160 new line.
161 (mips64_fbsd_sigframe_init): Likewise.
162
c988ac1d
JB
1632017-01-04 John Baldwin <jhb@FreeBSD.org>
164
165 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
166 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
167
b268007c
JB
1682017-01-04 John Baldwin <jhb@FreeBSD.org>
169
170 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
171 * NEWS: Mention new FreeBSD/mips native configuration.
172 * config/mips/fbsd.mh: New file.
173 * configure.host: Add mips*-*-freebsd*.
174 * mips-fbsd-nat.c: New file.
175
387360da
JB
1762017-01-04 John Baldwin <jhb@FreeBSD.org>
177
178 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
179 (ALLDEPFILES): Add mips-fbsd-tdep.c.
180 * NEWS: Mention new FreeBSD/mips target.
181 * configure.tgt: Add mips*-*-freebsd*.
182 * mips-fbsd-tdep.c: New file.
183 * mips-fbsd-tdep.h: New file.
184
2aaaf250
YQ
1852017-01-04 Yao Qi <yao.qi@linaro.org>
186
187 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
188 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
189
61baf725
JB
1902017-01-01 Joel Brobecker <brobecker@adacore.com>
191
192 Update copyright year range in all GDB files.
193
c113e7ff 1942017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 195
c113e7ff 196 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 197
c113e7ff 198For older changes see ChangeLog-2016.
c906108c
SS
199\f
200Local Variables:
201mode: change-log
202left-margin: 8
203fill-column: 74
204version-control: never
57da7796 205coding: utf-8
c906108c 206End:
This page took 2.110689 seconds and 4 git commands to generate.