date and time created 90/06/25 15:36:26 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 06:36:26 +0000 (22:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 06:36:26 +0000 (22:36 -0800)
SCCS-vsn: old/dbx/tests/pc/arrays.out 5.1

usr/src/old/dbx/tests/pc/arrays.out [new file with mode: 0644]

diff --git a/usr/src/old/dbx/tests/pc/arrays.out b/usr/src/old/dbx/tests/pc/arrays.out
new file mode 100644 (file)
index 0000000..318912e
--- /dev/null
@@ -0,0 +1,20 @@
+reading symbolic information ...
+(var parameter) a : IntArray;
+[1] stop at 12
+[1] stopped in p at line 12
+   12       a[3] := i;
+(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) 
+3 4 5 
+stopped in p at line 13
+   13       a[4] := j;
+stopped in p at line 14
+   14   end;
+stopped in program at line 21
+   21       b[BLUE] := 3;
+stopped in program at line 22
+   22       c := RED;
+program(), line 22 in "arrays.p"
+main(0x1, 0x7fffe7e4, 0x7fffe7ec) at 0xad
+(0, 3, 0) RED 
+3 
+