var asmLine …
var sepRE …
var inlineLine …
var testGoArchFlag …
func testGoArch() string { … }
func hasRegisterABI() bool { … }
func unixOnly(t *testing.T) { … }
func testDebugLinesDefault(t *testing.T, gcflags, file, function string, wantStmts []int, ignoreRepeats bool) { … }
func TestDebugLinesSayHi(t *testing.T) { … }
func TestDebugLinesPushback(t *testing.T) { … }
func TestDebugLinesConvert(t *testing.T) { … }
func TestInlineLines(t *testing.T) { … }
func TestDebugLines_53456(t *testing.T) { … }
func compileAndDump(t *testing.T, file, function, moreGCFlags string) []byte { … }
func sortInlineStacks(x [][]int) { … }
func testInlineStack(t *testing.T, file, function string, wantStacks [][]int) { … }
func testDebugLines(t *testing.T, gcflags, file, function string, wantStmts []int, ignoreRepeats bool) { … }