]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/gdb/ChangeLog
sim: callback: add human readable strings for debugging to maps
[thirdparty/binutils-gdb.git] / include / gdb / ChangeLog
CommitLineData
6362a3f8
MF
12015-06-17 Mike Frysinger <vapier@gentoo.org>
2
3 * callback.h (CB_TARGET_DEFS_MAP): Add name member.
4 (cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal,
5 cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal):
6 Declare.
7
f46e4eb7
JB
82015-03-28 James Bowman <james.bowman@ftdichip.com>
9
10 * sim-ft32.h: New file.
11
8406bb59
MF
122015-05-15 Mike Frysinger <vapier@gentoo.org>
13
14 * remote-sim.h (struct host_callback_struct): Define.
15
9f050062
DE
162015-01-31 Doug Evans <xdje42@gmail.com>
17
18 * section-scripts.h: Remove "future extension" comment.
19 (SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
20 (SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
21
2d7bb758
JB
222014-12-03 Joel Brobecker <brobecker@adacore.com>
23
24 * callback.h (struct host_callback_struct) <to_stat>: Renamed
25 from "stat".
26 <to_fstat>: Renamed from "fstat".
27 <to_lstat>: Renamed from "lstat".
28
60d847df
MF
292014-03-10 Mike Frysinger <vapier@gentoo.org>
30
31 * remote-sim.h (sim_do_command): Add const to cmd.
32
4b95cf5c
AM
332014-03-05 Alan Modra <amodra@gmail.com>
34
35 Update copyright notice.
36
b2b255bd
MF
372014-03-05 Mike Frysinger <vapier@gentoo.org>
38
39 * remote-sim.h (sim_load): Add const to prog.
40
63495f2e
DE
412014-02-09 Doug Evans <xdje42@gmail.com>
42
43 * section-scripts.h: New file.
44
3cb2ab1a
SE
452013-03-15 Steve Ellcey <sellcey@mips.com>
46
47 * gdb/remote-sim.h (sim_command_completer): Make char arguments const.
48
8acc9f48
JB
492013-01-01 Joel Brobecker <brobecker@adacore.com>
50
51 Update year range in copyright notice of all files.
52
156942c7
DE
532012-06-23 Doug Evans <dje@google.com>
54
55 * gdb-index.h: New file.
56
a493e3e2
PA
572012-05-24 Pedro Alves <palves@redhat.com>
58
59 PR gdb/7205
60
61 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
62
2ea28649
PA
632012-05-24 Pedro Alves <palves@redhat.com>
64
65 PR gdb/7205
66
67 Replace target_signal with gdb_signal throughout.
68
81eb0a20
MF
692012-04-12 Mike Frysinger <vapier@gentoo.org>
70
71 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
72
9058f767
KB
732012-02-03 Kevin Buettner <kevinb@redhat.com>
74
75 * sim-rl78.h: New file.
76
71712327
MF
772011-12-03 Mike Frysinger <vapier@gentoo.org>
78
79 * callback.h (cb_get_string): New prototype.
80
56a9aa1d
MF
812011-04-14 Mike Frysinger <vapier@gentoo.org>
82
83 * remote-sim.h (sim_complete_command): New prototype.
84
ef016f83
MF
852011-03-05 Mike Frysinger <vapier@gentoo.org>
86
87 * sim-bfin.h: New file.
88
dae477fe
AB
892011-01-11 Andrew Burgess <aburgess@broadcom.com>
90
91 * remote-sim.h (sim_store_register): Update the API
92 documentation for this function.
93
a6eb9bc8
JK
942010-09-06 Pedro Alves <pedro@codesourcery.com>
95
96 * signals.def: Replace all ANY uses by SET with specific numbers.
97 * signals.h (ANY): Remove.
98
a19cae16
JK
992010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * signals.h (enum target_signal): Move the content to signals.def.
102 Include it.
103 * signals.def: New file.
104
fd60dc69
KB
1052010-06-24 Kevin Buettner <kevinb@redhat.com>
106
107 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust
108 register order.
109
6f2bc2ee
MF
1102010-04-13 Mike Frysinger <vapier@gentoo.org>
111
112 * callback.h: Strip PARAMS from prototypes.
113 * remote-sim.h: Likewise.
114
cb1cc9c6
MF
1152010-04-13 Mike Frysinger <vapier@gentoo.org>
116
117 * remote-sim.h (sim_write): Add const to buf arg.
118
4f8d4a38
DD
1192009-11-24 DJ Delorie <dj@redhat.com>
120
121 * sim-rx.h: New.
122
c28c63d8
JB
1232009-05-18 Jon Beniston <jon@beniston.com>
124
125 * sim-lm32.h: New file.
126
ec383c73
HPN
1272009-01-07 Hans-Peter Nilsson <hp@axis.com>
128
129 * callback.h (struct host_callback_struct): Mark member error as
130 pointing to a noreturn function.
131
ae8aafe1
SR
1322008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
133
134 * sim-cr16.h: New file.
135
9b254dd1
DJ
1362008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
137
138 Updated copyright notices for most files.
139
7cc46491
DJ
1402007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
141
142 * sim-ppc.h (sim_spr_register_name): New prototype.
143
b981d709
DJ
1442007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
145
eb639c50 146 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
b981d709 147
1d52ba21
JB
1482007-08-23 Joel Brobecker <brobecker@adacore.com>
149
150 Switch the license of all .h files to GPLv3.
151
20ac0504
DJ
1522007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
153
154 Updated copyright notices for most files.
155
043e313a
BE
1562005-07-08 Ben Elliston <bje@au.ibm.com>
157
158 * callback.h: Remove ANSI_PROTOTYPES conditional code.
159
99b2a78e
HPN
1602005-01-28 Hans-Peter Nilsson <hp@axis.com>
161
6a7e5cfe
HPN
162 * callback.h (struct host_callback_struct): New members pipe,
163 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
164 target_sizeof_int.
165 (CB_SYS_pipe): New macro.
166
99b2a78e
HPN
167 * callback.h: Include "bfd.h".
168 (struct host_callback_struct): New member target_endian.
169 (cb_store_target_endian): Declare.
170
2adf959d
HPN
1712004-12-15 Hans-Peter Nilsson <hp@axis.com>
172
173 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
174
23193ce4 1752004-12-13 Hans-Peter Nilsson <hp@axis.com>
c4b36ce9
HPN
176
177 * callback.h (struct host_callback_struct): New member lstat.
178 (CB_SYS_lstat): New macro.
d3ee64d1 179 (CB_SYS_rename): New macro.
c4b36ce9 180
899a8cf0
CV
1812004-09-08 Michael Snyder <msnyder@redhat.com>
182
183 Commited by Corinna Vinschen <vinschen@redhat.com>
184 * sim-sh.h: Add new sh2a banked registers.
185
b0be0601 1862004-08-04 Andrew Cagney <cagney@gnu.org>
7a7aed78 187
b0be0601
AC
188 * sim-ppc.h: Add extern "C" wrapper.
189 (enum sim_ppc_regnum): Add full list of SPRs.
7a7aed78 190
ccfd2f31
JB
1912004-08-04 Jim Blandy <jimb@redhat.com>
192
193 * sim-ppc.h: New file.
194
594ee3a7
JR
1952004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
196
197 * callback.h (host_callback_struct): Replace members fdopen and
198 alwaysopen with fd_buddy.
199 [sim/common: * callback.c: Changed all users. ]
200
e4418cab
KB
2012003-10-31 Kevin Buettner <kevin@redhat.com>
202
203 * sim-frv.h: New file.
204
cdc9c0bc
JR
2052003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
206
207 * callback.h (struct host_callback_struct): New members ftruncate
208 and truncate.
209
430329a9
CV
2102003-06-10 Corinna Vinschen <vinschen@redhat.com>
211
212 * gdb/fileio.h: New file.
213
f6684c31
AC
2142003-05-07 Andrew Cagney <cagney@redhat.com>
215
216 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
217 (sim_d10v_translate_imap_addr): Add regcache parameter.
218 (sim_d10v_translate_dmap_addr): Ditto.
219
0f026fd0
NC
2202003-03-27 Nick Clifton <nickc@redhat.com>
221
222 * sim-arm.h (sim_arm_regs): Add iWMMXt registers.
223
f603c8fe
NC
2242003-03-20 Nick Clifton <nickc@redhat.com>
225
226 * sim-arm.h (sim_arm_regs): Add Maverick co-processor
227 registers.
228
113dd8b2
AC
2292003-02-27 Andrew Cagney <cagney@redhat.com>
230
231 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
232 _bfd to bfd.
233
836cc9f4
AC
2342003-02-20 Andrew Cagney <ac131313@redhat.com>
235
236 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT,
237 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT.
238 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations.
239 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto.
240 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto.
241 (sim_disable_all_breakpoints): Ditto.
242
a7df09ae
KH
2432002-12-26 Kazu Hirata <kazu@cs.umass.edu>
244
245 * sim-h8300.h: Remove ^M.
246
467e9706
AV
2472002-07-29 Andrey Volkov <avolkov@transas.com>
248
249 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
250 prefix.
251
88ff637d
AV
2522002-07-23 Andrey Volkov <avolkov@transas.com>
253
254 * sim-h8300.h: New file.
255
75c4388a
AC
2562002-07-17 Andrew Cagney <cagney@redhat.com>
257
258 * remote-sim.h: Update copyright.
259 (sim_set_callbacks, sim_size, sim_trace)
260 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to
261 "sim/common/run-sim.h".
262
2f14585c
JR
263Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
264
265 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp,
266 renumbering the sh-dsp registers to use distinct numbers.
267
c7731255
AC
2682002-06-15 Andrew Cagney <ac131313@redhat.com>
269
270 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
271
26216b98
AC
2722002-06-12 Andrew Cagney <ac131313@redhat.com>
273
274 * sim-arm.h: New file.
275
3c25f8c7
AC
2762002-06-08 Andrew Cagney <cagney@redhat.com>
277
278 * callback.h: Copy to here from directory above.
279 * remote-sim.h: Copy to here from directory above.
280
18c0df9e
AC
2812002-06-01 Andrew Cagney <ac131313@redhat.com>
282
283 * sim-d10v.h (sim_d10v_regs): Expand to include all registers.
284 Update copyright.
285
b91b96f4
AC
2862002-05-23 Andrew Cagney <ac131313@redhat.com>
287
288 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
289
6093d3a5
EZ
2902002-05-10 Elena Zannoni <ezannoni@redhat.com>
291
292 * sim-sh.h: New file, for sh gdb<->sim interface.
293
1a79372d
DJ
2942002-05-09 Daniel Jacobowitz <drow@mvista.com>
295
296 * signals.h: Update comments.
297 (enum target_signal): Remove conditional compilation around
298 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
299
dd7bf85e
DJ
3002002-03-10 Daniel Jacobowitz <drow@mvista.com>
301
302 * signals.h: New file, from gdb/defs.h.
303
304\f
32d0add0 305Copyright (C) 2002-2015 Free Software Foundation, Inc.
752937aa
NC
306
307Copying and distribution of this file, with or without modification,
308are permitted in any medium without royalty provided the copyright
309notice and this notice are preserved.
310
dd7bf85e
DJ
311Local Variables:
312mode: change-log
313left-margin: 8
314fill-column: 74
315version-control: never
316End: