Use gdbpy_ref in py-prettyprint.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0700aea5
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-prettyprint.c (search_pp_list)
4 (find_pretty_printer_from_objfiles)
5 (find_pretty_printer_from_progspace)
6 (find_pretty_printer_from_gdb, find_pretty_printer)
7 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
8 gdbpy_ref.
9
1bb44c9f
TT
102017-01-10 Tom Tromey <tom@tromey.com>
11
12 * python/py-param.c (call_doc_function): Use gdbpy_ref.
13
87ce03fd
TT
142017-01-10 Tom Tromey <tom@tromey.com>
15
16 * python/py-linetable.c (build_line_table_tuple_from_pcs)
17 (ltpy_get_all_source_lines): Use gdbpy_ref.
18
ee0a3fb8
TT
192017-01-10 Tom Tromey <tom@tromey.com>
20
21 * python/py-framefilter.c (extract_sym, extract_value)
22 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
23 gdbpy_ref.
24
bf2a52fa
TT
252017-01-10 Tom Tromey <tom@tromey.com>
26
27 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
28
f59fe7f8
TT
292017-01-10 Tom Tromey <tom@tromey.com>
30
31 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
32
80bd970a
TT
332017-01-10 Tom Tromey <tom@tromey.com>
34
35 * python/py-function.c (convert_values_to_python, fnpy_init): Use
36 gdbpy_ref.
37
d1b3de2e
TT
382017-01-10 Tom Tromey <tom@tromey.com>
39
40 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
41
3bb43384
TT
422017-01-10 Tom Tromey <tom@tromey.com>
43
44 * python/py-type.c (convert_field, make_fielditem, typy_fields)
45 (typy_range): Use gdbpy_ref.
46
abf5651e
TT
472017-01-10 Tom Tromey <tom@tromey.com>
48
49 * python/py-threadevent.c (create_thread_event_object): Use
50 gdbpy_ref.
51 * python/py-stopevent.c (create_stop_event_object): Simplify.
52 (emit_stop_event): Use gdbpy_ref.
53 * python/py-signalevent.c (create_signal_event_object): Use
54 gdbpy_ref.
55 * python/py-newobjfileevent.c (create_new_objfile_event_object)
56 (emit_new_objfile_event, create_clear_objfiles_event_object)
57 (emit_clear_objfiles_event): Use gdbpy_ref.
58 * python/py-infevents.c (create_inferior_call_event_object)
59 (create_register_changed_event_object)
60 (create_memory_changed_event_object, emit_inferior_call_event)
61 (emit_memory_changed_event, emit_register_changed_event): Use
62 gdbpy_ref.
63 * python/py-exitedevent.c (create_exited_event_object)
64 (emit_exited_event): Use gdbpy_ref.
65 * python/py-event.h (evpy_emit_event): Remove
66 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
67 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
68 * python/py-continueevent.c (emit_continue_event): Use
69 gdbpy_ref.
70 * python/py-breakpoint.c (gdbpy_breakpoint_created)
71 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
72 gdbpy_ref.
73 * python/py-bpevent.c (create_breakpoint_event_object): Use
74 gdbpy_ref.
75
a68ff33e
TT
762017-01-10 Tom Tromey <tom@tromey.com>
77
78 * python/py-ref.h: New file.
79
7becfd03
SM
802017-01-10 Simon Marchi <simon.marchi@ericsson.com>
81
82 * cli-out.c (cli_ui_out::do_redirect): Change return type to
83 void.
84 * cli-out.h (cli_ui_out::do_redirect): Likewise.
85 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
86 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
87 * ui-out.c (ui_out::redirect): Likewise.
88 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
89 * cli/cli-logging.c (set_logging_redirect): Update call site of
90 ui_out::redirect.
91 (handle_redirections): Likewise.
92 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
93 * top.c (execute_command_to_string): Likewise.
94 * utils.c (do_ui_out_redirect_pop): Likewise.
95
df294654
SM
962017-01-10 Simon Marchi <simon.marchi@ericsson.com>
97
98 * stack.c (_initialize_stack): Update "frame" command help message.
99
f5e6296e
IB
1002017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
101
102 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
103
0e2d6fa6
YQ
1042017-01-06 Yao Qi <yao.qi@linaro.org>
105
106 * x86-linux-nat.h: Include gdb_proc_service.h.
107
44d6d3f9
YQ
1082017-01-06 Yao Qi <yao.qi@linaro.org>
109
110 * ser-base.h: Include serial.h.
111
656731fe
YQ
1122017-01-06 Yao Qi <yao.qi@linaro.org>
113
114 * ppc-linux-tdep.h: Include ppc-tdep.h.
115
1ca8f924
YQ
1162017-01-06 Yao Qi <yao.qi@linaro.org>
117
118 * nat/amd64-linux-siginfo.h: Include signal.h.
119
bc3008c4
YQ
1202017-01-06 Yao Qi <yao.qi@linaro.org>
121
122 * nat/aarch64-linux-hw-point.h: Include break-common.h.
123
66c80d03
YQ
1242017-01-06 Yao Qi <yao.qi@linaro.org>
125
126 * mi/mi-parse.h: Include mi-cmds.h.
127
051d2dda
YQ
1282017-01-06 Yao Qi <yao.qi@linaro.org>
129
130 * inf-loop.c: Don't include "target.h".
131 * inf-loop.h: Include it here.
132
8018d34f
YQ
1332017-01-06 Yao Qi <yao.qi@linaro.org>
134
135 * dfp.h: Include "dboulest.h" and "expression.h".
136
c0b8369c
YQ
1372017-01-06 Yao Qi <yao.qi@linaro.org>
138
139 * ax-gdb.h: Include "ax.h".
140
ad5cba2a
YQ
1412017-01-06 Yao Qi <yao.qi@linaro.org>
142
143 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
144 with nat/gdb_ptrace.h.
145
1c33cd7f
YQ
1462017-01-05 Yao Qi <yao.qi@linaro.org>
147
148 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
149 new line.
150 (mips64_fbsd_sigframe_init): Likewise.
151
c988ac1d
JB
1522017-01-04 John Baldwin <jhb@FreeBSD.org>
153
154 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
155 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
156
b268007c
JB
1572017-01-04 John Baldwin <jhb@FreeBSD.org>
158
159 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
160 * NEWS: Mention new FreeBSD/mips native configuration.
161 * config/mips/fbsd.mh: New file.
162 * configure.host: Add mips*-*-freebsd*.
163 * mips-fbsd-nat.c: New file.
164
387360da
JB
1652017-01-04 John Baldwin <jhb@FreeBSD.org>
166
167 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
168 (ALLDEPFILES): Add mips-fbsd-tdep.c.
169 * NEWS: Mention new FreeBSD/mips target.
170 * configure.tgt: Add mips*-*-freebsd*.
171 * mips-fbsd-tdep.c: New file.
172 * mips-fbsd-tdep.h: New file.
173
2aaaf250
YQ
1742017-01-04 Yao Qi <yao.qi@linaro.org>
175
176 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
177 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
178
61baf725
JB
1792017-01-01 Joel Brobecker <brobecker@adacore.com>
180
181 Update copyright year range in all GDB files.
182
c113e7ff 1832017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 184
c113e7ff 185 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 186
c113e7ff 187For older changes see ChangeLog-2016.
c906108c
SS
188\f
189Local Variables:
190mode: change-log
191left-margin: 8
192fill-column: 74
193version-control: never
57da7796 194coding: utf-8
c906108c 195End:
This page took 2.126239 seconds and 4 git commands to generate.