X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/cmd/compile/internal/ssa/testdata
opt
/
golang
/
1.19.4
/
src
/
cmd
/
compile
/
internal
/
ssa
/
testdata
/
📁
..
📄
convertline.go
(151 B)
📄
hist.dlv-dbg.nexts
(3.81 KB)
📄
hist.dlv-opt.nexts
(3.74 KB)
📄
hist.gdb-dbg.nexts
(4.03 KB)
📄
hist.gdb-opt.nexts
(4.45 KB)
📄
hist.go
(2.4 KB)
📄
i22558.dlv-dbg.nexts
(251 B)
📄
i22558.gdb-dbg.nexts
(278 B)
📄
i22558.go
(773 B)
📄
i22600.dlv-dbg-race.nexts
(122 B)
📄
i22600.gdb-dbg-race.nexts
(149 B)
📄
i22600.go
(358 B)
📄
infloop.dlv-opt.nexts
(179 B)
📄
infloop.gdb-opt.nexts
(98 B)
📄
infloop.go
(177 B)
📄
inline-dump.go
(178 B)
📄
pushback.go
(360 B)
📄
sayhi.go
(137 B)
📄
scopes.dlv-dbg.nexts
(1.27 KB)
📄
scopes.dlv-opt.nexts
(1.11 KB)
📄
scopes.gdb-dbg.nexts
(1.27 KB)
📄
scopes.gdb-opt.nexts
(1.11 KB)
📄
scopes.go
(1.45 KB)
Editing: scopes.dlv-dbg.nexts
./testdata/scopes.go 22: func test() { 23: x := id(0) 24: y := id(0) 25: fmt.Println(x) 26: for i := x; i < 3; i++ { 27: x := i * i 28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y) 26: for i := x; i < 3; i++ { 27: x := i * i 28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y) 26: for i := x; i < 3; i++ { 27: x := i * i 28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y) 26: for i := x; i < 3; i++ { 30: y = x + y //gdb-dbg=(x,y)//gdb-opt=(x,y) 31: fmt.Println(x, y) 33: for x := 0; x <= 1; x++ { // From delve scopetest.go 34: a := y 35: f1(a) 37: b := 0 38: f2(b) 39: if gretbool() { 40: c := 0 41: f3(c) 46: f5(b) 48: f6(a) 33: for x := 0; x <= 1; x++ { // From delve scopetest.go 34: a := y 35: f1(a) 37: b := 0 38: f2(b) 39: if gretbool() { 43: c := 1.1 44: f4(int(c)) 46: f5(b) 48: f6(a) 33: for x := 0; x <= 1; x++ { // From delve scopetest.go 53: j = id(1) 54: f = id(2) 56: for i := 0; i <= 5; i++ { 57: j += j * (j ^ 3) / 100 58: if i == f { 62: sleepytime() 56: for i := 0; i <= 5; i++ { 57: j += j * (j ^ 3) / 100 58: if i == f { 62: sleepytime() 56: for i := 0; i <= 5; i++ { 57: j += j * (j ^ 3) / 100 58: if i == f { 59: fmt.Println("foo") 60: break 64: helloworld() 66: } 15: }
Upload File
Create Folder