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