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