From e71803eaeb366c00f6c156de0b0b2c50927a0e82 Mon Sep 17 00:00:00 2001 From: alex-semenyuk Date: Mon, 20 Apr 2020 23:28:05 +0300 Subject: [PATCH] test/codegen, runtime/pprof, runtime: apply fmt --- src/runtime/runtime-gdb_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go index 58f410cc59..2dfa473514 100644 --- a/src/runtime/runtime-gdb_test.go +++ b/src/runtime/runtime-gdb_test.go @@ -635,6 +635,7 @@ func main() { 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