Skip to content

Commit a87860c

Browse files
Addifing first GDB tests
1 parent 29bb01e commit a87860c

File tree

5 files changed

+2226
-0
lines changed

5 files changed

+2226
-0
lines changed

test/debugger/commands/simple.gdb

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
k start
2+
k step
3+
k step 99
4+
k step

test/debugger/inputs/simple.in.kore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LblinitGeneratedTopCell{}(Lbl'Unds'Map'Unds'{}(Lbl'Stop'Map{}(),Lbl'UndsPipe'-'-GT-Unds'{}(inj{SortKConfigVar{}, SortKItem{}}(\dv{SortKConfigVar{}}("$PGM")),inj{SortInt{}, SortKItem{}}(\dv{SortInt{}}("0")))))

test/debugger/k-files/simple.k

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module SIMPLE
2+
imports INT
3+
4+
rule I => I +Int 1
5+
requires I <Int 100
6+
endmodule
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lbl'-LT-'generatedTop'-GT-'{}(Lbl'-LT-'k'-GT-'{}(kseq{}(inj{SortInt{}, SortKItem{}}(\dv{SortInt{}}("100")),dotk{}())),Lbl'-LT-'generatedCounter'-GT-'{}(\dv{SortInt{}}("0")))Lbl'-LT-'generatedTop'-GT-'{}(Lbl'-LT-'k'-GT-'{}(kseq{}(inj{SortInt{}, SortKItem{}}(\dv{SortInt{}}("100")),dotk{}())),Lbl'-LT-'generatedCounter'-GT-'{}(\dv{SortInt{}}("0")))

0 commit comments

Comments
 (0)