Use gdbpy_ref in gdbpy_breakpoints
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bf2a52fa
TT
12017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
4
f59fe7f8
TT
52017-01-10 Tom Tromey <tom@tromey.com>
6
7 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
8
80bd970a
TT
92017-01-10 Tom Tromey <tom@tromey.com>
10
11 * python/py-function.c (convert_values_to_python, fnpy_init): Use
12 gdbpy_ref.
13
d1b3de2e
TT
142017-01-10 Tom Tromey <tom@tromey.com>
15
16 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
17
3bb43384
TT
182017-01-10 Tom Tromey <tom@tromey.com>
19
20 * python/py-type.c (convert_field, make_fielditem, typy_fields)
21 (typy_range): Use gdbpy_ref.
22
abf5651e
TT
232017-01-10 Tom Tromey <tom@tromey.com>
24
25 * python/py-threadevent.c (create_thread_event_object): Use
26 gdbpy_ref.
27 * python/py-stopevent.c (create_stop_event_object): Simplify.
28 (emit_stop_event): Use gdbpy_ref.
29 * python/py-signalevent.c (create_signal_event_object): Use
30 gdbpy_ref.
31 * python/py-newobjfileevent.c (create_new_objfile_event_object)
32 (emit_new_objfile_event, create_clear_objfiles_event_object)
33 (emit_clear_objfiles_event): Use gdbpy_ref.
34 * python/py-infevents.c (create_inferior_call_event_object)
35 (create_register_changed_event_object)
36 (create_memory_changed_event_object, emit_inferior_call_event)
37 (emit_memory_changed_event, emit_register_changed_event): Use
38 gdbpy_ref.
39 * python/py-exitedevent.c (create_exited_event_object)
40 (emit_exited_event): Use gdbpy_ref.
41 * python/py-event.h (evpy_emit_event): Remove
42 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
43 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
44 * python/py-continueevent.c (emit_continue_event): Use
45 gdbpy_ref.
46 * python/py-breakpoint.c (gdbpy_breakpoint_created)
47 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
48 gdbpy_ref.
49 * python/py-bpevent.c (create_breakpoint_event_object): Use
50 gdbpy_ref.
51
a68ff33e
TT
522017-01-10 Tom Tromey <tom@tromey.com>
53
54 * python/py-ref.h: New file.
55
7becfd03
SM
562017-01-10 Simon Marchi <simon.marchi@ericsson.com>
57
58 * cli-out.c (cli_ui_out::do_redirect): Change return type to
59 void.
60 * cli-out.h (cli_ui_out::do_redirect): Likewise.
61 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
62 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
63 * ui-out.c (ui_out::redirect): Likewise.
64 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
65 * cli/cli-logging.c (set_logging_redirect): Update call site of
66 ui_out::redirect.
67 (handle_redirections): Likewise.
68 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
69 * top.c (execute_command_to_string): Likewise.
70 * utils.c (do_ui_out_redirect_pop): Likewise.
71
df294654
SM
722017-01-10 Simon Marchi <simon.marchi@ericsson.com>
73
74 * stack.c (_initialize_stack): Update "frame" command help message.
75
f5e6296e
IB
762017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
77
78 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
79
0e2d6fa6
YQ
802017-01-06 Yao Qi <yao.qi@linaro.org>
81
82 * x86-linux-nat.h: Include gdb_proc_service.h.
83
44d6d3f9
YQ
842017-01-06 Yao Qi <yao.qi@linaro.org>
85
86 * ser-base.h: Include serial.h.
87
656731fe
YQ
882017-01-06 Yao Qi <yao.qi@linaro.org>
89
90 * ppc-linux-tdep.h: Include ppc-tdep.h.
91
1ca8f924
YQ
922017-01-06 Yao Qi <yao.qi@linaro.org>
93
94 * nat/amd64-linux-siginfo.h: Include signal.h.
95
bc3008c4
YQ
962017-01-06 Yao Qi <yao.qi@linaro.org>
97
98 * nat/aarch64-linux-hw-point.h: Include break-common.h.
99
66c80d03
YQ
1002017-01-06 Yao Qi <yao.qi@linaro.org>
101
102 * mi/mi-parse.h: Include mi-cmds.h.
103
051d2dda
YQ
1042017-01-06 Yao Qi <yao.qi@linaro.org>
105
106 * inf-loop.c: Don't include "target.h".
107 * inf-loop.h: Include it here.
108
8018d34f
YQ
1092017-01-06 Yao Qi <yao.qi@linaro.org>
110
111 * dfp.h: Include "dboulest.h" and "expression.h".
112
c0b8369c
YQ
1132017-01-06 Yao Qi <yao.qi@linaro.org>
114
115 * ax-gdb.h: Include "ax.h".
116
ad5cba2a
YQ
1172017-01-06 Yao Qi <yao.qi@linaro.org>
118
119 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
120 with nat/gdb_ptrace.h.
121
1c33cd7f
YQ
1222017-01-05 Yao Qi <yao.qi@linaro.org>
123
124 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
125 new line.
126 (mips64_fbsd_sigframe_init): Likewise.
127
c988ac1d
JB
1282017-01-04 John Baldwin <jhb@FreeBSD.org>
129
130 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
131 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
132
b268007c
JB
1332017-01-04 John Baldwin <jhb@FreeBSD.org>
134
135 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
136 * NEWS: Mention new FreeBSD/mips native configuration.
137 * config/mips/fbsd.mh: New file.
138 * configure.host: Add mips*-*-freebsd*.
139 * mips-fbsd-nat.c: New file.
140
387360da
JB
1412017-01-04 John Baldwin <jhb@FreeBSD.org>
142
143 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
144 (ALLDEPFILES): Add mips-fbsd-tdep.c.
145 * NEWS: Mention new FreeBSD/mips target.
146 * configure.tgt: Add mips*-*-freebsd*.
147 * mips-fbsd-tdep.c: New file.
148 * mips-fbsd-tdep.h: New file.
149
2aaaf250
YQ
1502017-01-04 Yao Qi <yao.qi@linaro.org>
151
152 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
153 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
154
61baf725
JB
1552017-01-01 Joel Brobecker <brobecker@adacore.com>
156
157 Update copyright year range in all GDB files.
158
c113e7ff 1592017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 160
c113e7ff 161 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 162
c113e7ff 163For older changes see ChangeLog-2016.
c906108c
SS
164\f
165Local Variables:
166mode: change-log
167left-margin: 8
168fill-column: 74
169version-control: never
57da7796 170coding: utf-8
c906108c 171End:
This page took 2.10742 seconds and 4 git commands to generate.