Use gdbpy_ref in gdbpy_string_to_argv
[binutils-gdb.git] / gdb / ChangeLog
1 2017-01-10 Tom Tromey <tom@tromey.com>
2
3 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
4
5 2017-01-10 Tom Tromey <tom@tromey.com>
6
7 * python/py-type.c (convert_field, make_fielditem, typy_fields)
8 (typy_range): Use gdbpy_ref.
9
10 2017-01-10 Tom Tromey <tom@tromey.com>
11
12 * python/py-threadevent.c (create_thread_event_object): Use
13 gdbpy_ref.
14 * python/py-stopevent.c (create_stop_event_object): Simplify.
15 (emit_stop_event): Use gdbpy_ref.
16 * python/py-signalevent.c (create_signal_event_object): Use
17 gdbpy_ref.
18 * python/py-newobjfileevent.c (create_new_objfile_event_object)
19 (emit_new_objfile_event, create_clear_objfiles_event_object)
20 (emit_clear_objfiles_event): Use gdbpy_ref.
21 * python/py-infevents.c (create_inferior_call_event_object)
22 (create_register_changed_event_object)
23 (create_memory_changed_event_object, emit_inferior_call_event)
24 (emit_memory_changed_event, emit_register_changed_event): Use
25 gdbpy_ref.
26 * python/py-exitedevent.c (create_exited_event_object)
27 (emit_exited_event): Use gdbpy_ref.
28 * python/py-event.h (evpy_emit_event): Remove
29 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
30 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
31 * python/py-continueevent.c (emit_continue_event): Use
32 gdbpy_ref.
33 * python/py-breakpoint.c (gdbpy_breakpoint_created)
34 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
35 gdbpy_ref.
36 * python/py-bpevent.c (create_breakpoint_event_object): Use
37 gdbpy_ref.
38
39 2017-01-10 Tom Tromey <tom@tromey.com>
40
41 * python/py-ref.h: New file.
42
43 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
44
45 * cli-out.c (cli_ui_out::do_redirect): Change return type to
46 void.
47 * cli-out.h (cli_ui_out::do_redirect): Likewise.
48 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
49 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
50 * ui-out.c (ui_out::redirect): Likewise.
51 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
52 * cli/cli-logging.c (set_logging_redirect): Update call site of
53 ui_out::redirect.
54 (handle_redirections): Likewise.
55 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
56 * top.c (execute_command_to_string): Likewise.
57 * utils.c (do_ui_out_redirect_pop): Likewise.
58
59 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
60
61 * stack.c (_initialize_stack): Update "frame" command help message.
62
63 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
64
65 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
66
67 2017-01-06 Yao Qi <yao.qi@linaro.org>
68
69 * x86-linux-nat.h: Include gdb_proc_service.h.
70
71 2017-01-06 Yao Qi <yao.qi@linaro.org>
72
73 * ser-base.h: Include serial.h.
74
75 2017-01-06 Yao Qi <yao.qi@linaro.org>
76
77 * ppc-linux-tdep.h: Include ppc-tdep.h.
78
79 2017-01-06 Yao Qi <yao.qi@linaro.org>
80
81 * nat/amd64-linux-siginfo.h: Include signal.h.
82
83 2017-01-06 Yao Qi <yao.qi@linaro.org>
84
85 * nat/aarch64-linux-hw-point.h: Include break-common.h.
86
87 2017-01-06 Yao Qi <yao.qi@linaro.org>
88
89 * mi/mi-parse.h: Include mi-cmds.h.
90
91 2017-01-06 Yao Qi <yao.qi@linaro.org>
92
93 * inf-loop.c: Don't include "target.h".
94 * inf-loop.h: Include it here.
95
96 2017-01-06 Yao Qi <yao.qi@linaro.org>
97
98 * dfp.h: Include "dboulest.h" and "expression.h".
99
100 2017-01-06 Yao Qi <yao.qi@linaro.org>
101
102 * ax-gdb.h: Include "ax.h".
103
104 2017-01-06 Yao Qi <yao.qi@linaro.org>
105
106 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
107 with nat/gdb_ptrace.h.
108
109 2017-01-05 Yao Qi <yao.qi@linaro.org>
110
111 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
112 new line.
113 (mips64_fbsd_sigframe_init): Likewise.
114
115 2017-01-04 John Baldwin <jhb@FreeBSD.org>
116
117 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
118 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
119
120 2017-01-04 John Baldwin <jhb@FreeBSD.org>
121
122 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
123 * NEWS: Mention new FreeBSD/mips native configuration.
124 * config/mips/fbsd.mh: New file.
125 * configure.host: Add mips*-*-freebsd*.
126 * mips-fbsd-nat.c: New file.
127
128 2017-01-04 John Baldwin <jhb@FreeBSD.org>
129
130 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
131 (ALLDEPFILES): Add mips-fbsd-tdep.c.
132 * NEWS: Mention new FreeBSD/mips target.
133 * configure.tgt: Add mips*-*-freebsd*.
134 * mips-fbsd-tdep.c: New file.
135 * mips-fbsd-tdep.h: New file.
136
137 2017-01-04 Yao Qi <yao.qi@linaro.org>
138
139 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
140 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
141
142 2017-01-01 Joel Brobecker <brobecker@adacore.com>
143
144 Update copyright year range in all GDB files.
145
146 2017-01-01 Joel Brobecker <brobecker@adacore.com>
147
148 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
149
150 For older changes see ChangeLog-2016.
151 \f
152 Local Variables:
153 mode: change-log
154 left-margin: 8
155 fill-column: 74
156 version-control: never
157 coding: utf-8
158 End: