blob: 35105a8d58c9d588af8d081a4dd74ab62075ee8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set ::result_string {00 00 00 12 00 00 00 34
ab cd ef 00 00 00 56 78
12 34 56 78 11 11 22 22
88 88 99 99 cd ef 00 00
61 3d 12 34 56 78 20 62
3d 11 11 22 22 20 63 3d
88 88 99 99 20 64 3d cd
ef 00 00 }
set test "bin4"
stap_run_binary $srcdir/$subdir/$test.stp
set test "bin4a"
stap_run_binary $srcdir/$subdir/$test.stp
|