- or download this
Selecting sproc1 CPU
(Press Enter Here)
sproc1>loadprg a.out (On prompt gave loadprg command)
...
0x74010:: 0x00000000
sproc1>quit
- or download this
Selecting sproc1 CPU
...
Buffer Empty = 32
Buffer Empty = 28
SWBKPT hit for SLOT 1..!! PC-Value : 0x124 Blk Count = 1 Cycles
+: 332
- or download this
use Expect;
chdir '/home/...some place.....' or die "Can't change directory : $!";
...
$expect->send("dump mem 74010 4 \n");
$expect->expect("sproc1>");
$expect->send("\n");
- or download this
#!/bin/sh
#!/usr/bin/expect
...
#puts $file "$expect_out(buffer)"
expect eof
'