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