12021-05-14 Mike Frysinger <vapier@gentoo.org> 2 3 * callback.h: Moved to ../sim/callback.h. 4 * remote-sim.h: Moved to ../sim/sim.h. 5 62021-02-04 Mike Frysinger <vapier@gentoo.org> 7 8 * sim-riscv.h: New file. 9 102021-01-07 Mike Frysinger <vapier@gentoo.org> 11 12 * remote-sim.h (sim_memory_map): Define. 13 142016-07-15 John Baldwin <jhb@FreeBSD.org> 15 16 * signals.def: Add GDB_SIGNAL_LIBRT. 17 182016-01-06 Mike Frysinger <vapier@gentoo.org> 19 20 * remote-sim.h (sim_open): Mark argv const. 21 (sim_create_inferior): Mark argv and env const. 22 232015-11-24 Nick Clifton <nickc@redhat.com> 24 25 * sim-aarch64.h: New file. 26 272015-11-15 Mike Frysinger <vapier@gentoo.org> 28 29 * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN, 30 SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP): 31 Delete. 32 332015-11-14 Mike Frysinger <vapier@gentoo.org> 34 35 * sim-arm.h: Delete __cplusplus checks and extern "C" linkage. 36 * sim-cr16.h, sim-d10v.h, sim-frv.h, sim-h8300.h, sim-lm32.h, 37 sim-sh.h: Likewise. 38 392015-11-10 Mike Frysinger <vapier@gentoo.org> 40 41 * sim-cr16.h (sim_cr16_translate_dmap_addr): Delete. 42 (sim_cr16_translate_imap_addr): Likewise. 43 (sim_cr16_translate_addr): Likewise. 44 * sim-d10v.h (sim_d10v_translate_dmap_addr): Delete. 45 (sim_d10v_translate_imap_addr): Likewise. 46 (sim_d10v_translate_addr): Likewise. 47 482015-06-17 Mike Frysinger <vapier@gentoo.org> 49 50 * callback.h (CB_TARGET_DEFS_MAP): Add name member. 51 (cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal, 52 cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal): 53 Declare. 54 552015-03-28 James Bowman <james.bowman@ftdichip.com> 56 57 * sim-ft32.h: New file. 58 592015-05-15 Mike Frysinger <vapier@gentoo.org> 60 61 * remote-sim.h (struct host_callback_struct): Define. 62 632015-01-31 Doug Evans <xdje42@gmail.com> 64 65 * section-scripts.h: Remove "future extension" comment. 66 (SECTION_SCRIPT_ID_PYTHON_TEXT): New macro. 67 (SECTION_SCRIPT_ID_SCHEME_TEXT): New macro. 68 692014-12-03 Joel Brobecker <brobecker@adacore.com> 70 71 * callback.h (struct host_callback_struct) <to_stat>: Renamed 72 from "stat". 73 <to_fstat>: Renamed from "fstat". 74 <to_lstat>: Renamed from "lstat". 75 762014-03-10 Mike Frysinger <vapier@gentoo.org> 77 78 * remote-sim.h (sim_do_command): Add const to cmd. 79 802014-03-05 Alan Modra <amodra@gmail.com> 81 82 Update copyright notice. 83 842014-03-05 Mike Frysinger <vapier@gentoo.org> 85 86 * remote-sim.h (sim_load): Add const to prog. 87 882014-02-09 Doug Evans <xdje42@gmail.com> 89 90 * section-scripts.h: New file. 91 922013-10-22 Sterling Augustine <saugustine@google.com> 93 94 * gdb-index.h: Merge from gdb tree. 95 962013-03-15 Steve Ellcey <sellcey@mips.com> 97 98 * remote-sim.h (sim_command_completer): Make char arguments const. 99 1002013-01-01 Joel Brobecker <brobecker@adacore.com> 101 102 Update year range in copyright notice of all files. 103 1042012-06-23 Doug Evans <dje@google.com> 105 106 * gdb-index.h: New file. 107 1082012-05-24 Pedro Alves <palves@redhat.com> 109 110 PR gdb/7205 111 112 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. 113 1142012-05-24 Pedro Alves <palves@redhat.com> 115 116 PR gdb/7205 117 118 Replace target_signal with gdb_signal throughout. 119 1202012-04-12 Mike Frysinger <vapier@gentoo.org> 121 122 * callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define. 123 1242012-02-03 Kevin Buettner <kevinb@redhat.com> 125 126 * sim-rl78.h: New file. 127 1282011-12-03 Mike Frysinger <vapier@gentoo.org> 129 130 * callback.h (cb_get_string): New prototype. 131 1322011-04-14 Mike Frysinger <vapier@gentoo.org> 133 134 * remote-sim.h (sim_complete_command): New prototype. 135 1362011-03-05 Mike Frysinger <vapier@gentoo.org> 137 138 * sim-bfin.h: New file. 139 1402011-01-11 Andrew Burgess <aburgess@broadcom.com> 141 142 * remote-sim.h (sim_store_register): Update the API 143 documentation for this function. 144 1452010-09-06 Pedro Alves <pedro@codesourcery.com> 146 147 * signals.def: Replace all ANY uses by SET with specific numbers. 148 * signals.h (ANY): Remove. 149 1502010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com> 151 152 * signals.h (enum target_signal): Move the content to signals.def. 153 Include it. 154 * signals.def: New file. 155 1562010-06-24 Kevin Buettner <kevinb@redhat.com> 157 158 * sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum. Adjust 159 register order. 160 1612010-04-13 Mike Frysinger <vapier@gentoo.org> 162 163 * callback.h: Strip PARAMS from prototypes. 164 * remote-sim.h: Likewise. 165 1662010-04-13 Mike Frysinger <vapier@gentoo.org> 167 168 * remote-sim.h (sim_write): Add const to buf arg. 169 1702009-11-24 DJ Delorie <dj@redhat.com> 171 172 * sim-rx.h: New. 173 1742009-05-18 Jon Beniston <jon@beniston.com> 175 176 * sim-lm32.h: New file. 177 1782009-01-07 Hans-Peter Nilsson <hp@axis.com> 179 180 * callback.h (struct host_callback_struct): Mark member error as 181 pointing to a noreturn function. 182 1832008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> 184 185 * sim-cr16.h: New file. 186 1872008-01-01 Daniel Jacobowitz <dan@codesourcery.com> 188 189 Updated copyright notices for most files. 190 1912007-10-15 Daniel Jacobowitz <dan@codesourcery.com> 192 193 * sim-ppc.h (sim_spr_register_name): New prototype. 194 1952007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> 196 197 * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. 198 1992007-08-23 Joel Brobecker <brobecker@adacore.com> 200 201 Switch the license of all .h files to GPLv3. 202 2032007-01-09 Daniel Jacobowitz <dan@codesourcery.com> 204 205 Updated copyright notices for most files. 206 2072005-07-08 Ben Elliston <bje@au.ibm.com> 208 209 * callback.h: Remove ANSI_PROTOTYPES conditional code. 210 2112005-01-28 Hans-Peter Nilsson <hp@axis.com> 212 213 * callback.h (struct host_callback_struct): New members pipe, 214 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and 215 target_sizeof_int. 216 (CB_SYS_pipe): New macro. 217 218 * callback.h: Include "bfd.h". 219 (struct host_callback_struct): New member target_endian. 220 (cb_store_target_endian): Declare. 221 2222004-12-15 Hans-Peter Nilsson <hp@axis.com> 223 224 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros. 225 2262004-12-13 Hans-Peter Nilsson <hp@axis.com> 227 228 * callback.h (struct host_callback_struct): New member lstat. 229 (CB_SYS_lstat): New macro. 230 (CB_SYS_rename): New macro. 231 2322004-09-08 Michael Snyder <msnyder@redhat.com> 233 234 Commited by Corinna Vinschen <vinschen@redhat.com> 235 * sim-sh.h: Add new sh2a banked registers. 236 2372004-08-04 Andrew Cagney <cagney@gnu.org> 238 239 * sim-ppc.h: Add extern "C" wrapper. 240 (enum sim_ppc_regnum): Add full list of SPRs. 241 2422004-08-04 Jim Blandy <jimb@redhat.com> 243 244 * sim-ppc.h: New file. 245 2462004-06-25 J"orn Rennecke <joern.rennecke@superh.com> 247 248 * callback.h (host_callback_struct): Replace members fdopen and 249 alwaysopen with fd_buddy. 250 [sim/common: * callback.c: Changed all users. ] 251 2522003-10-31 Kevin Buettner <kevin@redhat.com> 253 254 * sim-frv.h: New file. 255 2562003-10-15 J"orn Rennecke <joern.rennecke@superh.com> 257 258 * callback.h (struct host_callback_struct): New members ftruncate 259 and truncate. 260 2612003-06-10 Corinna Vinschen <vinschen@redhat.com> 262 263 * fileio.h: New file. 264 2652003-05-07 Andrew Cagney <cagney@redhat.com> 266 267 * sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter. 268 (sim_d10v_translate_imap_addr): Add regcache parameter. 269 (sim_d10v_translate_dmap_addr): Ditto. 270 2712003-03-27 Nick Clifton <nickc@redhat.com> 272 273 * sim-arm.h (sim_arm_regs): Add iWMMXt registers. 274 2752003-03-20 Nick Clifton <nickc@redhat.com> 276 277 * sim-arm.h (sim_arm_regs): Add Maverick co-processor 278 registers. 279 2802003-02-27 Andrew Cagney <cagney@redhat.com> 281 282 * remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename 283 _bfd to bfd. 284 2852003-02-20 Andrew Cagney <ac131313@redhat.com> 286 287 * remote-sim.h (SIM_RC): Delete unused SIM_RC_UNKNOWN_BREAKPOINT, 288 SIM_RC_INSUFFICIENT_RESOURCES and SIM_RC_DUPLICATE_BREAKPOINT. 289 (sim_set_breakpoint, sim_clear_breakpoint): Delete declarations. 290 (sim_clear_all_breakpoints, sim_enable_breakpoint): Ditto. 291 (sim_enable_all_breakpoints, sim_disable_breakpoint): Ditto. 292 (sim_disable_all_breakpoints): Ditto. 293 2942002-12-26 Kazu Hirata <kazu@cs.umass.edu> 295 296 * sim-h8300.h: Remove ^M. 297 2982002-07-29 Andrey Volkov <avolkov@transas.com> 299 300 * sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_ 301 prefix. 302 3032002-07-23 Andrey Volkov <avolkov@transas.com> 304 305 * sim-h8300.h: New file. 306 3072002-07-17 Andrew Cagney <cagney@redhat.com> 308 309 * remote-sim.h: Update copyright. 310 (sim_set_callbacks, sim_size, sim_trace) 311 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to 312 "sim/common/run-sim.h". 313 314Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com> 315 316 * sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, 317 renumbering the sh-dsp registers to use distinct numbers. 318 3192002-06-15 Andrew Cagney <ac131313@redhat.com> 320 321 * sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum. 322 3232002-06-12 Andrew Cagney <ac131313@redhat.com> 324 325 * sim-arm.h: New file. 326 3272002-06-08 Andrew Cagney <cagney@redhat.com> 328 329 * callback.h: Copy to here from directory above. 330 * remote-sim.h: Copy to here from directory above. 331 3322002-06-01 Andrew Cagney <ac131313@redhat.com> 333 334 * sim-d10v.h (sim_d10v_regs): Expand to include all registers. 335 Update copyright. 336 3372002-05-23 Andrew Cagney <ac131313@redhat.com> 338 339 * sim-d10v.h: New file. Moved from include/sim-d10v.h. 340 3412002-05-10 Elena Zannoni <ezannoni@redhat.com> 342 343 * sim-sh.h: New file, for sh gdb<->sim interface. 344 3452002-05-09 Daniel Jacobowitz <drow@mvista.com> 346 347 * signals.h: Update comments. 348 (enum target_signal): Remove conditional compilation around 349 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT. 350 3512002-03-10 Daniel Jacobowitz <drow@mvista.com> 352 353 * signals.h: New file, from gdb/defs.h. 354 355 356Copyright (C) 2002-2024 Free Software Foundation, Inc. 357 358Copying and distribution of this file, with or without modification, 359are permitted in any medium without royalty provided the copyright 360notice and this notice are preserved. 361 362Local Variables: 363mode: change-log 364left-margin: 8 365fill-column: 74 366version-control: never 367End: 368