diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
commit | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (patch) | |
tree | 5deda65b8d7b04d1f4cbc534c3206d328e1267ec /sim/erc32/help.c | |
parent | 1730ec6b1848f0f32154277f788fb29f88d8475b (diff) | |
download | gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.zip gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.gz gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.bz2 |
Initial creation of sourceware repository
Diffstat (limited to 'sim/erc32/help.c')
-rw-r--r-- | sim/erc32/help.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sim/erc32/help.c b/sim/erc32/help.c deleted file mode 100644 index 8f57d8e..0000000 --- a/sim/erc32/help.c +++ /dev/null @@ -1,30 +0,0 @@ -usage() -{ - - printf("usage: sis [-uart1 uart_device1] [-uart2 uart_device2]\n"); - printf("[-nfp] [-freq frequency] [-c batch_file] [files]\n"); -} - -gen_help() -{ - - printf("\n batch <file> execute a batch file of SIS commands\n"); - printf(" +bp <addr> add a breakpoint at <addr>\n"); - printf(" -bp <num> delete breakpoint <num>\n"); - printf(" bp print all breakpoints\n"); - printf(" cont [icnt] continue execution for [icnt] instructions\n"); - printf(" dis [addr] [count] disassemble [count] instructions at address [addr]\n"); - printf(" echo <string> print <string> to the simulator window\n"); - 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"); - printf(" load <file_name> load a file into simulator memory\n"); - printf(" mem [addr] [count] display memory at [addr] for [count] bytes\n"); - printf(" quit exit the simulator\n"); - printf(" perf [reset] show/reset performance statistics\n"); - printf(" reg [w<0-7>] show integer registers (or windows, eg 're w2')\n"); - printf(" run [inst_count] reset and start execution for [icnt] instruction\n"); - printf(" step single step\n"); - printf(" tra [inst_count] trace [inst_count] instructions\n"); - printf("\n type Ctrl-C to interrupt execution\n\n"); -} |