2004-09-14 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / sim / erc32 / help.c
index 8f57d8e61cce9d9ea71dd1a96c370b82d8f8bd11..897ee7c844c84524fb82725e21357b5009f61b46 100644 (file)
@@ -1,10 +1,16 @@
+#include <stdio.h>
+#include "sis.h"
+
+void
 usage()
 {
 
     printf("usage: sis [-uart1 uart_device1] [-uart2 uart_device2]\n");
     printf("[-nfp] [-freq frequency] [-c batch_file] [files]\n");
+    printf("[-sparclite] [-dumbio]\n");
 }
 
+void
 gen_help()
 {
 
@@ -13,8 +19,12 @@ gen_help()
     printf(" -bp <num>             delete breakpoint <num>\n");
     printf(" bp                    print all breakpoints\n");
     printf(" cont [icnt]           continue execution for [icnt] instructions\n");
+    printf(" deb <level>           set debug level\n");
     printf(" dis [addr] [count]    disassemble [count] instructions at address [addr]\n");
     printf(" echo <string>         print <string> to the simulator window\n");
+#ifdef ERRINJ
+    printf(" error <period>        inject error traps in IU and FPU\n");
+#endif
     printf(" float                 print the FPU registers\n");
     printf(" go <addr> [icnt]      start execution at <addr> for [icnt] instructions\n");
     printf(" hist [trace_length]   enable/show trace history\n");
This page took 0.02322 seconds and 4 git commands to generate.