diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-04-14 19:58:36 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-04-14 19:58:36 +0000 |
commit | ac137dc87280a11ce8a812aa19e08e3b8eabef6c (patch) | |
tree | e029d57acf769cde6561e0d7ad907d043b0e8b7d /sim/mips | |
parent | f43cc8f7b5e64aabbb054ee6630a1a0068b376bb (diff) | |
download | gdb-ac137dc87280a11ce8a812aa19e08e3b8eabef6c.zip gdb-ac137dc87280a11ce8a812aa19e08e3b8eabef6c.tar.gz gdb-ac137dc87280a11ce8a812aa19e08e3b8eabef6c.tar.bz2 |
* Added interactive debugging for vector units, and a bunch of minor
* things. See ChangeLog.sky for details.
*
* Modified Files:
* .Sanitize ChangeLog.sky Makefile.in sky-libvpe.c sky-vu.c
* sky-vu.h sky-vudis.c sky-vudis.h
* Added Files:
* sky-indebug.c sky-indebug.h sky-interact.c sky-interact.h
* sky-console.c sky-console.h
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/.Sanitize | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mips/.Sanitize b/sim/mips/.Sanitize index 9d91b6d..c54db57 100644 --- a/sim/mips/.Sanitize +++ b/sim/mips/.Sanitize @@ -37,6 +37,9 @@ sky_files="$sky_files sky-gs.c sky-gs.h" sky_files="$sky_files sky-hardware.c sky-hardware.h sky-gdb.c" sky_files="$sky_files sky-libvpe.c sky-libvpe.h sky-pke.c sky-pke.h" sky_files="$sky_files sky-vpe.h sky-vu.h sky-vu.c sky-vudis.h sky-vudis.c" +sky_files="$sky_files sky-console.h sky-console.c" +sky_files="$sky_files sky-interact.h sky-interact.c" +sky_files="$sky_files sky-indebug.h sky-indebug.c" if ( echo $* | grep keep\-sky > /dev/null ) ; then keep_these_too="${sky_files} ${keep_these_too}" else |