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