509ce9ed4a6a4841f37c0c0823ffccd0ea386f92
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2017-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
30 2017-01-10 Tom Tromey <tom@tromey.com>
31
32 * python/py-ref.h: New file.
33
34 2017-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
50 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
51
52 * stack.c (_initialize_stack): Update "frame" command help message.
53
54 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
55
56 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
57
58 2017-01-06 Yao Qi <yao.qi@linaro.org>
59
60 * x86-linux-nat.h: Include gdb_proc_service.h.
61
62 2017-01-06 Yao Qi <yao.qi@linaro.org>
63
64 * ser-base.h: Include serial.h.
65
66 2017-01-06 Yao Qi <yao.qi@linaro.org>
67
68 * ppc-linux-tdep.h: Include ppc-tdep.h.
69
70 2017-01-06 Yao Qi <yao.qi@linaro.org>
71
72 * nat/amd64-linux-siginfo.h: Include signal.h.
73
74 2017-01-06 Yao Qi <yao.qi@linaro.org>
75
76 * nat/aarch64-linux-hw-point.h: Include break-common.h.
77
78 2017-01-06 Yao Qi <yao.qi@linaro.org>
79
80 * mi/mi-parse.h: Include mi-cmds.h.
81
82 2017-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
87 2017-01-06 Yao Qi <yao.qi@linaro.org>
88
89 * dfp.h: Include "dboulest.h" and "expression.h".
90
91 2017-01-06 Yao Qi <yao.qi@linaro.org>
92
93 * ax-gdb.h: Include "ax.h".
94
95 2017-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
100 2017-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
106 2017-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
111 2017-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
119 2017-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
128 2017-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
133 2017-01-01 Joel Brobecker <brobecker@adacore.com>
134
135 Update copyright year range in all GDB files.
136
137 2017-01-01 Joel Brobecker <brobecker@adacore.com>
138
139 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
140
141 For older changes see ChangeLog-2016.
142 \f
143 Local Variables:
144 mode: change-log
145 left-margin: 8
146 fill-column: 74
147 version-control: never
148 coding: utf-8
149 End:
This page took 0.106821 seconds and 4 git commands to generate.