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