Home | History | Annotate | Line # | Download | only in gdb
      1 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
      2 
      3 	* callback.h: Moved to ../sim/callback.h.
      4 	* remote-sim.h: Moved to ../sim/sim.h.
      5 
      6 2021-02-04  Mike Frysinger  <vapier (a] gentoo.org>
      7 
      8 	* sim-riscv.h: New file.
      9 
     10 2021-01-07  Mike Frysinger  <vapier (a] gentoo.org>
     11 
     12 	* remote-sim.h (sim_memory_map): Define.
     13 
     14 2016-07-15  John Baldwin  <jhb (a] FreeBSD.org>
     15 
     16 	* signals.def: Add GDB_SIGNAL_LIBRT.
     17 
     18 2016-01-06  Mike Frysinger  <vapier (a] gentoo.org>
     19 
     20 	* remote-sim.h (sim_open): Mark argv const.
     21 	(sim_create_inferior): Mark argv and env const.
     22 
     23 2015-11-24  Nick Clifton  <nickc (a] redhat.com>
     24 
     25 	* sim-aarch64.h: New file.
     26 
     27 2015-11-15  Mike Frysinger  <vapier (a] 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 
     33 2015-11-14  Mike Frysinger  <vapier (a] 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 
     39 2015-11-10  Mike Frysinger  <vapier (a] 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 
     48 2015-06-17  Mike Frysinger  <vapier (a] 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 
     55 2015-03-28  James Bowman  <james.bowman (a] ftdichip.com>
     56 
     57 	* sim-ft32.h: New file.
     58 
     59 2015-05-15  Mike Frysinger  <vapier (a] gentoo.org>
     60 
     61 	* remote-sim.h (struct host_callback_struct): Define.
     62 
     63 2015-01-31  Doug Evans  <xdje42 (a] 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 
     69 2014-12-03  Joel Brobecker  <brobecker (a] 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 
     76 2014-03-10  Mike Frysinger  <vapier (a] gentoo.org>
     77 
     78 	* remote-sim.h (sim_do_command): Add const to cmd.
     79 
     80 2014-03-05  Alan Modra  <amodra (a] gmail.com>
     81 
     82 	Update copyright notice.
     83 
     84 2014-03-05  Mike Frysinger  <vapier (a] gentoo.org>
     85 
     86 	* remote-sim.h (sim_load): Add const to prog.
     87 
     88 2014-02-09  Doug Evans  <xdje42 (a] gmail.com>
     89 
     90 	* section-scripts.h: New file.
     91 
     92 2013-10-22  Sterling Augustine  <saugustine (a] google.com>
     93 
     94 	* gdb-index.h: Merge from gdb tree.
     95 
     96 2013-03-15  Steve Ellcey  <sellcey (a] mips.com>
     97 
     98 	* remote-sim.h (sim_command_completer): Make char arguments const.
     99 
    100 2013-01-01  Joel Brobecker  <brobecker (a] adacore.com>
    101 
    102 	Update year range in copyright notice of all files.
    103 
    104 2012-06-23  Doug Evans  <dje (a] google.com>
    105 
    106 	* gdb-index.h: New file.
    107 
    108 2012-05-24  Pedro Alves  <palves (a] redhat.com>
    109 
    110 	PR gdb/7205
    111 
    112 	Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
    113 
    114 2012-05-24  Pedro Alves  <palves (a] redhat.com>
    115 
    116 	PR gdb/7205
    117 
    118 	Replace target_signal with gdb_signal throughout.
    119 
    120 2012-04-12  Mike Frysinger  <vapier (a] gentoo.org>
    121 
    122 	* callback.h (CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn): Define.
    123 
    124 2012-02-03  Kevin Buettner  <kevinb (a] redhat.com>
    125 
    126 	* sim-rl78.h: New file.
    127 
    128 2011-12-03  Mike Frysinger  <vapier (a] gentoo.org>
    129 
    130 	* callback.h (cb_get_string): New prototype.
    131 
    132 2011-04-14  Mike Frysinger  <vapier (a] gentoo.org>
    133 
    134 	* remote-sim.h (sim_complete_command): New prototype.
    135 
    136 2011-03-05  Mike Frysinger  <vapier (a] gentoo.org>
    137 
    138 	* sim-bfin.h: New file.
    139 
    140 2011-01-11  Andrew Burgess  <aburgess (a] broadcom.com>
    141 
    142 	* remote-sim.h (sim_store_register): Update the API
    143 	documentation for this function.
    144 
    145 2010-09-06  Pedro Alves  <pedro (a] codesourcery.com>
    146 
    147 	* signals.def: Replace all ANY uses by SET with specific numbers.
    148 	* signals.h (ANY): Remove.
    149 
    150 2010-07-31  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    151 
    152 	* signals.h (enum target_signal): Move the content to signals.def.
    153 	Include it.
    154 	* signals.def: New file.
    155 
    156 2010-06-24  Kevin Buettner  <kevinb (a] redhat.com>
    157 
    158 	* sim-rx.h (sim_rx_regnum): Add sim_rx_acc_regnum.  Adjust
    159 	register order.
    160 
    161 2010-04-13  Mike Frysinger  <vapier (a] gentoo.org>
    162 
    163 	* callback.h: Strip PARAMS from prototypes.
    164 	* remote-sim.h: Likewise.
    165 
    166 2010-04-13  Mike Frysinger  <vapier (a] gentoo.org>
    167 
    168 	* remote-sim.h (sim_write): Add const to buf arg.
    169 
    170 2009-11-24  DJ Delorie  <dj (a] redhat.com>
    171 
    172 	* sim-rx.h: New.
    173 
    174 2009-05-18  Jon Beniston <jon (a] beniston.com>
    175 
    176 	* sim-lm32.h: New file.
    177 
    178 2009-01-07  Hans-Peter Nilsson  <hp (a] axis.com>
    179 
    180 	* callback.h (struct host_callback_struct): Mark member error as
    181 	pointing to a noreturn function.
    182 
    183 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy (a] nsc.com>
    184 
    185 	* sim-cr16.h: New file.
    186 
    187 2008-01-01  Daniel Jacobowitz  <dan (a] codesourcery.com>
    188 
    189 	Updated copyright notices for most files.
    190 
    191 2007-10-15  Daniel Jacobowitz  <dan (a] codesourcery.com>
    192 
    193 	* sim-ppc.h (sim_spr_register_name): New prototype.
    194 
    195 2007-10-11  Jesper Nilsson  <jesper.nilsson (a] axis.com>
    196 
    197 	* callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
    198 
    199 2007-08-23  Joel Brobecker  <brobecker (a] adacore.com>
    200 
    201 	Switch the license of all .h files to GPLv3.
    202 
    203 2007-01-09  Daniel Jacobowitz  <dan (a] codesourcery.com>
    204 
    205 	Updated copyright notices for most files.
    206 
    207 2005-07-08  Ben Elliston  <bje (a] au.ibm.com>
    208 
    209 	* callback.h: Remove ANSI_PROTOTYPES conditional code.
    210 
    211 2005-01-28  Hans-Peter Nilsson  <hp (a] 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 
    222 2004-12-15  Hans-Peter Nilsson  <hp (a] axis.com>
    223 
    224 	* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
    225 
    226 2004-12-13  Hans-Peter Nilsson  <hp (a] 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 
    232 2004-09-08  Michael Snyder  <msnyder (a] redhat.com>
    233 
    234 	Commited by Corinna Vinschen <vinschen (a] redhat.com>
    235 	* sim-sh.h: Add new sh2a banked registers.
    236 
    237 2004-08-04  Andrew Cagney  <cagney (a] gnu.org>
    238 
    239 	* sim-ppc.h: Add extern "C" wrapper.
    240 	(enum sim_ppc_regnum): Add full list of SPRs.
    241 
    242 2004-08-04  Jim Blandy  <jimb (a] redhat.com>
    243 
    244 	* sim-ppc.h: New file.
    245 
    246 2004-06-25  J"orn Rennecke <joern.rennecke (a] 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 
    252 2003-10-31  Kevin Buettner  <kevin (a] redhat.com>
    253 
    254 	* sim-frv.h: New file.
    255 
    256 2003-10-15  J"orn Rennecke <joern.rennecke (a] superh.com>
    257 
    258 	* callback.h (struct host_callback_struct): New members ftruncate
    259 	and truncate.
    260 
    261 2003-06-10  Corinna Vinschen  <vinschen (a] redhat.com>
    262 
    263 	* fileio.h: New file.
    264 
    265 2003-05-07  Andrew Cagney  <cagney (a] 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 
    271 2003-03-27  Nick Clifton  <nickc (a] redhat.com>
    272 
    273 	* sim-arm.h (sim_arm_regs): Add iWMMXt registers.
    274 
    275 2003-03-20  Nick Clifton  <nickc (a] redhat.com>
    276 
    277 	* sim-arm.h (sim_arm_regs): Add Maverick co-processor
    278 	registers.
    279 
    280 2003-02-27  Andrew Cagney  <cagney (a] redhat.com>
    281 
    282 	* remote-sim.h (sim_open, sim_load, sim_create_inferior): Rename
    283 	_bfd to bfd.
    284 
    285 2003-02-20  Andrew Cagney  <ac131313 (a] 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 
    294 2002-12-26  Kazu Hirata  <kazu (a] cs.umass.edu>
    295 
    296 	* sim-h8300.h: Remove ^M.
    297 
    298 2002-07-29  Andrey Volkov  <avolkov (a] transas.com>
    299 
    300 	* sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_
    301 	prefix.
    302 
    303 2002-07-23  Andrey Volkov  <avolkov (a] transas.com>
    304 
    305 	* sim-h8300.h: New file.
    306 
    307 2002-07-17  Andrew Cagney  <cagney (a] 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 
    314 Wed Jul 17 19:36:38 2002  J"orn Rennecke <joern.rennecke (a] 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 
    319 2002-06-15  Andrew Cagney  <ac131313 (a] redhat.com>
    320 
    321 	* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
    322 
    323 2002-06-12  Andrew Cagney  <ac131313 (a] redhat.com>
    324 
    325 	* sim-arm.h: New file.
    326 
    327 2002-06-08  Andrew Cagney  <cagney (a] redhat.com>
    328 
    329 	* callback.h: Copy to here from directory above.
    330 	* remote-sim.h: Copy to here from directory above.
    331 
    332 2002-06-01  Andrew Cagney  <ac131313 (a] redhat.com>
    333 
    334 	* sim-d10v.h (sim_d10v_regs): Expand to include all registers.
    335 	Update copyright.
    336 
    337 2002-05-23  Andrew Cagney  <ac131313 (a] redhat.com>
    338 
    339 	* sim-d10v.h: New file.  Moved from include/sim-d10v.h.
    340 
    341 2002-05-10  Elena Zannoni  <ezannoni (a] redhat.com>
    342 
    343 	* sim-sh.h: New file, for sh gdb<->sim interface.
    344 
    345 2002-05-09  Daniel Jacobowitz  <drow (a] 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 
    351 2002-03-10  Daniel Jacobowitz  <drow (a] mvista.com>
    352 
    353 	* signals.h: New file, from gdb/defs.h.
    354 
    355 
    357 Copyright (C) 2002-2026 Free Software Foundation, Inc.
    358 
    359 Copying and distribution of this file, with or without modification,
    360 are permitted in any medium without royalty provided the copyright
    361 notice and this notice are preserved.
    362 
    363 Local Variables:
    364 mode: change-log
    365 left-margin: 8
    366 fill-column: 74
    367 version-control: never
    368 End:
    369