Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGdbInfCallstack (0.22 sec)

  1. src/runtime/runtime-gdb_test.go

            }
    }
    
    func main() {
            go loop()
            time.Sleep(time.Second * 1)
    }
    `
    
    // TestGdbInfCallstack tests that gdb can unwind the callstack of cgo programs
    // on arm64 platforms without endless frames of function 'crossfunc1'.
    // https://golang.org/issue/37238
    func TestGdbInfCallstack(t *testing.T) {
    	checkGdbEnvironment(t)
    
    	testenv.MustHaveCGO(t)
    	if runtime.GOARCH != "arm64" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top