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