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