home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / sim / sh / ChangeLog next >
Encoding:
Text File  |  1994-06-27  |  3.8 KB  |  113 lines

  1. Mon Jun 27 18:04:54 1994  Steve Chamberlain  (sac@cirdan.cygnus.com)
  2.  
  3.     * run.c (main): Specify the file type again.
  4.  
  5. Thu May 26 19:04:37 1994  Steve Chamberlain  (sac@thepub.cygnus.com)
  6.  
  7.     * interp.c (trap): Fix irix incompatibility.
  8.     * run.c (main): open without specifying file type.
  9.  
  10. Wed May 18 14:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
  11.  
  12.     * interp.c (sim_*): Make result void where there isn't one.
  13.     (sim_set_pc): Delete.
  14.     (sim_info): Delete printf_fn arg, all callers changed.
  15.     Call printf_filtered instead.
  16.     (sim_close): New function.
  17.     (sim_load): New function.
  18.     (sim_create_inferior): Renamed from sim_set_args, all callers changed.
  19.     * run.c: #include <varargs.h>, "remote-sim.h".
  20.     (printf_filtered): New function.
  21.  
  22. Wed Apr 27 12:03:48 1994  Steve Chamberlain  (sac@cygnus.com)
  23.  
  24.     * gencode.c (table): Get direction of some opcodes right.
  25.         (trapa, rte): Implement fully.
  26.     * interp.c (trap): Make stat call more portable.
  27.  
  28. Fri Feb 11 21:59:38 1994  Steve Chamberlain  (sac@sphagnum.cygnus.com)
  29.  
  30.     * gencode.c (main, gendefines): New -d option prints table of defines.
  31.     * interp.c (trap): Add a load of system calls. 
  32.     (sim_memory_size): Now default to 8Mbyte.
  33.         (PARANOID): Keep vector of registers with undefined contents.
  34.  
  35. Mon Nov 15 14:37:18 1993  Steve Chamberlain  (sac@jonny.cygnus.com)
  36.  
  37.     * gencode.c: mova uses aligned addresses
  38.     * interp.c (trap): Return results in r0.
  39.  
  40. Tue Oct 26 10:38:55 1993  Doug Evans  (dje@canuck.cygnus.com)
  41.  
  42.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
  43.     * interp.c: #include "remote-sim.h".
  44.     (sim_resume): int result, new arg `siggnal'.
  45.     (sim_write): Use SIM_ADDR for type of arg `addr'.
  46.     (sim_read): Use SIM_ADDR for type of arg `addr'.
  47.     Use unsigned char * for `buffer'.
  48.     (sim_store_register): int result.
  49.     (sim_fetch_register): Ditto.
  50.     (sim_stop_reason): Renamed from sim_stop_signal.  New arg `reason'.
  51.     (sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
  52.     (sim_info): int result, new args `verbose', `printf_fn'.
  53.     (sim_kill): int result.
  54.     (sim_open): int result, new arg `name'.
  55.     * run.c: #include <stdio.h>
  56.     (main): Update call to sim_info.
  57.  
  58. Sat Oct 23 15:09:29 1993  Doug Evans  (dje@canuck.cygnus.com)
  59.  
  60.     * interp.c (sim_stop_signal): Result is now enum sim_stop.
  61.  
  62. Fri Oct  8 10:47:09 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  63.  
  64.     * gencode.c (table): Becomes unsigned.
  65.     * interp.c (trap): Get right breakpoint SIGnum. (sim_write,
  66.     sim_read): Return number of bytes copied.  (sim_store_register):
  67.     Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions.
  68.  
  69. Tue Sep  7 16:24:13 1993  Stan Shebs  (shebs@rtl.cygnus.com)
  70.  
  71.     * interp.c (sim_info): Fix small typo in printf string.
  72.  
  73. Thu Aug  5 11:37:48 1993  Stan Shebs  (shebs@rtl.cygnus.com)
  74.  
  75.     * interp.c (sim_resume): Set memory after pointers inited.
  76.  
  77. Mon Aug  2 14:13:22 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  78.  
  79.     * interp.c (get_now): Use time system call.
  80.     * Makefile.in: install correctly.
  81.  
  82. Tue Jul  6 10:30:46 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  83.  
  84.     * run.c (main), interp.c (sim_set_timeout): Remove timeout
  85.     functionality.
  86.  
  87. Thu Jun 24 13:29:57 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
  88.  
  89.     * Makefile.in: don't run indent everytime; also add a space in the
  90.     includes 
  91.  
  92. Thu Jun 17 18:30:42 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  93.  
  94.     * gencode.c: Fix some opcodes.
  95.     * interp.c: Support for profiling and portability fixes.
  96.     * run.c (main): Get profiling args.
  97.  
  98. Wed May  5 13:17:22 1993  Steve Chamberlain  (sac@cygnus.com)
  99.  
  100.     * gencode.c (tab): Lint for sgi compiler
  101.     * interp.c: Lint for sgi compiler.
  102.  
  103. Mon May  3 15:25:33 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  104.  
  105.     * run.c (main): Support for resizing simulated RAM.    
  106.     * Makefile.in: Support for broken makes.
  107.     * interp.c, gencode.c: Lint.
  108.  
  109. Mon Apr 26 18:01:10 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  110.  
  111.     * created
  112.  
  113.