mirror of
https://github.com/golang/go
synced 2024-11-07 11:56:17 -07:00
cmd/compile: update delve's reference data for ssa/debug_test
Recent versions of Delve pay attention to the debugging changes for 1.11, which causes different (better!) debugging behavior. Update the reference data to reflect this. Change-Id: I2efa165aa71769ace9f7885b4ce3420cd9b2d3a3 Reviewed-on: https://go-review.googlesource.com/128697 Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
0cac563132
commit
c166ff6838
@ -2,149 +2,82 @@
|
||||
55: func test() {
|
||||
57: l := line{point{1 + zero, 2 + zero}, point{3 + zero, 4 + zero}}
|
||||
58: tinycall() // this forces l etc to stack
|
||||
57: l := line{point{1 + zero, 2 + zero}, point{3 + zero, 4 + zero}}
|
||||
59: dx := l.end.x - l.begin.x //gdb-dbg=(l.begin.x,l.end.y)//gdb-opt=(l,dx/O,dy/O)
|
||||
60: dy := l.end.y - l.begin.y //gdb-opt=(dx,dy/O)
|
||||
61: sink = dx + dy //gdb-opt=(dx,dy)
|
||||
63: hist := make([]int, 7) //gdb-opt=(dx/O,dy/O) // TODO sink is missing if this code is in 'test' instead of 'main'
|
||||
64: var reader io.Reader = strings.NewReader(cannedInput) //gdb-dbg=(hist/A) // TODO cannedInput/A is missing if this code is in 'test' instead of 'main'
|
||||
65: if len(os.Args) > 1 {
|
||||
73: scanner := bufio.NewScanner(reader)
|
||||
63: hist := make([]int, 7) //gdb-opt=(dx/O,dy/O) // TODO sink is missing if this code is in 'test' instead of 'main'
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
77: if err != nil { //gdb-dbg=(i) //gdb-opt=(err,hist,i)
|
||||
76: i, err := strconv.ParseInt(s, 10, 64)
|
||||
81: hist = ensure(int(i), hist)
|
||||
82: hist[int(i)]++
|
||||
81: hist = ensure(int(i), hist)
|
||||
74: for scanner.Scan() { //gdb-opt=(scanner/A)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
91: n += a
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
90: t += i * a
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
91: n += a
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
90: t += i * a
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
91: n += a
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
90: t += i * a
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
91: n += a
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
90: t += i * a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
90: t += i * a
|
||||
91: n += a
|
||||
92: fmt.Fprintf(os.Stderr, "%d\t%d\t%d\t%d\t%d\n", i, a, n, i*a, t) //gdb-dbg=(n,i,t)
|
||||
86: for i, a := range hist {
|
||||
87: if a == 0 { //gdb-opt=(a,n,t)
|
||||
86: for i, a := range hist {
|
||||
|
@ -4,32 +4,17 @@
|
||||
24: y := id(0)
|
||||
25: fmt.Println(x)
|
||||
26: for i := x; i < 3; i++ {
|
||||
30: y = x + y //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)
|
||||
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++ {
|
||||
28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y)
|
||||
30: y = x + y //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++ {
|
||||
28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y)
|
||||
30: y = x + y //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++ {
|
||||
28: y += id(x) //gdb-dbg=(x,y)//gdb-opt=(x,y)
|
||||
30: y = x + y //gdb-dbg=(x,y)//gdb-opt=(x,y)
|
||||
26: for i := x; i < 3; i++ {
|
||||
31: fmt.Println(x, y)
|
||||
30: y = x + y //gdb-dbg=(x,y)//gdb-opt=(x,y)
|
||||
31: fmt.Println(x, y)
|
||||
22: func test() {
|
||||
33: for x := 0; x <= 1; x++ { // From delve scopetest.go
|
||||
35: f1(a)
|
||||
38: f2(b)
|
||||
@ -49,11 +34,9 @@
|
||||
54: f = id(2)
|
||||
56: for i := 0; i <= 5; i++ {
|
||||
58: if i == f {
|
||||
56: for i := 0; i <= 5; i++ {
|
||||
62: sleepytime()
|
||||
56: for i := 0; i <= 5; i++ {
|
||||
58: if i == f {
|
||||
56: for i := 0; i <= 5; i++ {
|
||||
62: sleepytime()
|
||||
56: for i := 0; i <= 5; i++ {
|
||||
58: if i == f {
|
||||
|
Loading…
Reference in New Issue
Block a user