Use gdbpy_ref in python.c
[binutils-gdb.git] / gdb / ChangeLog
1 2017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
4 gdbpy_ref.
5
6 2017-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
15 2017-01-10 Tom Tromey <tom@tromey.com>
16
17 * python/py-param.c (call_doc_function): Use gdbpy_ref.
18
19 2017-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
24 2017-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
30 2017-01-10 Tom Tromey <tom@tromey.com>
31
32 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
33
34 2017-01-10 Tom Tromey <tom@tromey.com>
35
36 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
37
38 2017-01-10 Tom Tromey <tom@tromey.com>
39
40 * python/py-function.c (convert_values_to_python, fnpy_init): Use
41 gdbpy_ref.
42
43 2017-01-10 Tom Tromey <tom@tromey.com>
44
45 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
46
47 2017-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
52 2017-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
81 2017-01-10 Tom Tromey <tom@tromey.com>
82
83 * python/py-ref.h: New file.
84
85 2017-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
101 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
102
103 * stack.c (_initialize_stack): Update "frame" command help message.
104
105 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
106
107 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
108
109 2017-01-06 Yao Qi <yao.qi@linaro.org>
110
111 * x86-linux-nat.h: Include gdb_proc_service.h.
112
113 2017-01-06 Yao Qi <yao.qi@linaro.org>
114
115 * ser-base.h: Include serial.h.
116
117 2017-01-06 Yao Qi <yao.qi@linaro.org>
118
119 * ppc-linux-tdep.h: Include ppc-tdep.h.
120
121 2017-01-06 Yao Qi <yao.qi@linaro.org>
122
123 * nat/amd64-linux-siginfo.h: Include signal.h.
124
125 2017-01-06 Yao Qi <yao.qi@linaro.org>
126
127 * nat/aarch64-linux-hw-point.h: Include break-common.h.
128
129 2017-01-06 Yao Qi <yao.qi@linaro.org>
130
131 * mi/mi-parse.h: Include mi-cmds.h.
132
133 2017-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
138 2017-01-06 Yao Qi <yao.qi@linaro.org>
139
140 * dfp.h: Include "dboulest.h" and "expression.h".
141
142 2017-01-06 Yao Qi <yao.qi@linaro.org>
143
144 * ax-gdb.h: Include "ax.h".
145
146 2017-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
151 2017-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
157 2017-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
162 2017-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
170 2017-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
179 2017-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
184 2017-01-01 Joel Brobecker <brobecker@adacore.com>
185
186 Update copyright year range in all GDB files.
187
188 2017-01-01 Joel Brobecker <brobecker@adacore.com>
189
190 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
191
192 For older changes see ChangeLog-2016.
193 \f
194 Local Variables:
195 mode: change-log
196 left-margin: 8
197 fill-column: 74
198 version-control: never
199 coding: utf-8
200 End: