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