Add support for inlining scripts into .debug_gdb_scripts.
[binutils-gdb.git] / include / gdb / ChangeLog
1 2015-01-31 Doug Evans <xdje42@gmail.com>
2
3 * section-scripts.h: Remove "future extension" comment.
4 (SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
5 (SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
6
7 2014-12-03 Joel Brobecker <brobecker@adacore.com>
8
9 * callback.h (struct host_callback_struct) <to_stat>: Renamed
10 from "stat".
11 <to_fstat>: Renamed from "fstat".
12 <to_lstat>: Renamed from "lstat".
13
14 2014-03-10 Mike Frysinger <vapier@gentoo.org>
15
16 * remote-sim.h (sim_do_command): Add const to cmd.
17
18 2014-03-05 Alan Modra <amodra@gmail.com>
19
20 Update copyright notice.
21
22 2014-03-05 Mike Frysinger <vapier@gentoo.org>
23
24 * remote-sim.h (sim_load): Add const to prog.
25
26 2014-02-09 Doug Evans <xdje42@gmail.com>
27
28 * section-scripts.h: New file.
29
30 2013-03-15 Steve Ellcey <sellcey@mips.com>
31
32 * gdb/remote-sim.h (sim_command_completer): Make char arguments const.
33
34 2013-01-01 Joel Brobecker <brobecker@adacore.com>
35
36 Update year range in copyright notice of all files.
37
38 2012-06-23 Doug Evans <dje@google.com>
39
40 * gdb-index.h: New file.
41
42 2012-05-24 Pedro Alves <palves@redhat.com>
43
44 PR gdb/7205
45
46 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
47
48 2012-05-24 Pedro Alves <palves@redhat.com>
49
50 PR gdb/7205
51
52 Replace target_signal with gdb_signal throughout.
53
54 2012-04-12 Mike Frysinger <vapier@gentoo.org>
55
56 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
57
58 2012-02-03 Kevin Buettner <kevinb@redhat.com>
59
60 * sim-rl78.h: New file.
61
62 2011-12-03 Mike Frysinger <vapier@gentoo.org>
63
64 * callback.h (cb_get_string): New prototype.
65
66 2011-04-14 Mike Frysinger <vapier@gentoo.org>
67
68 * remote-sim.h (sim_complete_command): New prototype.
69
70 2011-03-05 Mike Frysinger <vapier@gentoo.org>
71
72 * sim-bfin.h: New file.
73
74 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
75
76 * remote-sim.h (sim_store_register): Update the API
77 documentation for this function.
78
79 2010-09-06 Pedro Alves <pedro@codesourcery.com>
80
81 * signals.def: Replace all ANY uses by SET with specific numbers.
82 * signals.h (ANY): Remove.
83
84 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * signals.h (enum target_signal): Move the content to signals.def.
87 Include it.
88 * signals.def: New file.
89
90 2010-06-24 Kevin Buettner <kevinb@redhat.com>
91
92 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust
93 register order.
94
95 2010-04-13 Mike Frysinger <vapier@gentoo.org>
96
97 * callback.h: Strip PARAMS from prototypes.
98 * remote-sim.h: Likewise.
99
100 2010-04-13 Mike Frysinger <vapier@gentoo.org>
101
102 * remote-sim.h (sim_write): Add const to buf arg.
103
104 2009-11-24 DJ Delorie <dj@redhat.com>
105
106 * sim-rx.h: New.
107
108 2009-05-18 Jon Beniston <jon@beniston.com>
109
110 * sim-lm32.h: New file.
111
112 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
113
114 * callback.h (struct host_callback_struct): Mark member error as
115 pointing to a noreturn function.
116
117 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
118
119 * sim-cr16.h: New file.
120
121 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
122
123 Updated copyright notices for most files.
124
125 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
126
127 * sim-ppc.h (sim_spr_register_name): New prototype.
128
129 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
130
131 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
132
133 2007-08-23 Joel Brobecker <brobecker@adacore.com>
134
135 Switch the license of all .h files to GPLv3.
136
137 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
138
139 Updated copyright notices for most files.
140
141 2005-07-08 Ben Elliston <bje@au.ibm.com>
142
143 * callback.h: Remove ANSI_PROTOTYPES conditional code.
144
145 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
146
147 * callback.h (struct host_callback_struct): New members pipe,
148 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
149 target_sizeof_int.
150 (CB_SYS_pipe): New macro.
151
152 * callback.h: Include "bfd.h".
153 (struct host_callback_struct): New member target_endian.
154 (cb_store_target_endian): Declare.
155
156 2004-12-15 Hans-Peter Nilsson <hp@axis.com>
157
158 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
159
160 2004-12-13 Hans-Peter Nilsson <hp@axis.com>
161
162 * callback.h (struct host_callback_struct): New member lstat.
163 (CB_SYS_lstat): New macro.
164 (CB_SYS_rename): New macro.
165
166 2004-09-08 Michael Snyder <msnyder@redhat.com>
167
168 Commited by Corinna Vinschen <vinschen@redhat.com>
169 * sim-sh.h: Add new sh2a banked registers.
170
171 2004-08-04 Andrew Cagney <cagney@gnu.org>
172
173 * sim-ppc.h: Add extern "C" wrapper.
174 (enum sim_ppc_regnum): Add full list of SPRs.
175
176 2004-08-04 Jim Blandy <jimb@redhat.com>
177
178 * sim-ppc.h: New file.
179
180 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
181
182 * callback.h (host_callback_struct): Replace members fdopen and
183 alwaysopen with fd_buddy.
184 [sim/common: * callback.c: Changed all users. ]
185
186 2003-10-31 Kevin Buettner <kevin@redhat.com>
187
188 * sim-frv.h: New file.
189
190 2003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
191
192 * callback.h (struct host_callback_struct): New members ftruncate
193 and truncate.
194
195 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
196
197 * gdb/fileio.h: New file.
198
199 2003-05-07 Andrew Cagney <cagney@redhat.com>
200
201 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
202 (sim_d10v_translate_imap_addr): Add regcache parameter.
203 (sim_d10v_translate_dmap_addr): Ditto.
204
205 2003-03-27 Nick Clifton <nickc@redhat.com>
206
207 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
208
209 2003-03-20 Nick Clifton <nickc@redhat.com>
210
211 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
212 registers.
213
214 2003-02-27 Andrew Cagney <cagney@redhat.com>
215
216 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
217 _bfd to bfd.
218
219 2003-02-20 Andrew Cagney <ac131313@redhat.com>
220
221 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
222 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
223 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
224 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
225 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
226 (sim_disable_all_breakpoints): Ditto.
227
228 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
229
230 * sim-h8300.h: Remove ^M.
231
232 2002-07-29 Andrey Volkov <avolkov@transas.com>
233
234 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
235 prefix.
236
237 2002-07-23 Andrey Volkov <avolkov@transas.com>
238
239 * sim-h8300.h: New file.
240
241 2002-07-17 Andrew Cagney <cagney@redhat.com>
242
243 * remote-sim.h: Update copyright.
244 (sim_set_callbacks, sim_size, sim_trace)
245 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
246 "sim/common/run-sim.h".
247
248 Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
249
250 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
251 renumbering the sh-dsp registers to use distinct numbers.
252
253 2002-06-15 Andrew Cagney <ac131313@redhat.com>
254
255 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
256
257 2002-06-12 Andrew Cagney <ac131313@redhat.com>
258
259 * sim-arm.h: New file.
260
261 2002-06-08 Andrew Cagney <cagney@redhat.com>
262
263 * callback.h: Copy to here from directory above.
264 * remote-sim.h: Copy to here from directory above.
265
266 2002-06-01 Andrew Cagney <ac131313@redhat.com>
267
268 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
269 Update copyright.
270
271 2002-05-23 Andrew Cagney <ac131313@redhat.com>
272
273 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
274
275 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
276
277 * sim-sh.h: New file, for sh gdb<->sim interface.
278
279 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
280
281 * signals.h: Update comments.
282 (enum target_signal): Remove conditional compilation around
283 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
284
285 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
286
287 * signals.h: New file, from gdb/defs.h.
288
289 \f
290 Copyright (C) 2002-2015 Free Software Foundation, Inc.
291
292 Copying and distribution of this file, with or without modification,
293 are permitted in any medium without royalty provided the copyright
294 notice and this notice are preserved.
295
296 Local Variables:
297 mode: change-log
298 left-margin: 8
299 fill-column: 74
300 version-control: never
301 End: