Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLineFromAline (0.13 sec)

  1. src/debug/gosym/pclntab_test.go

    	}
    
    	return f, tab
    }
    
    func TestLineFromAline(t *testing.T) {
    	skipIfNotELF(t)
    
    	tab := getTable(t)
    	if tab.go12line != nil {
    		// aline's don't exist in the Go 1.2 table.
    		t.Skip("not relevant to Go 1.2 symbol table")
    	}
    
    	// Find the sym package
    	pkg := tab.LookupFunc("debug/gosym.TestLineFromAline").Obj
    	if pkg == nil {
    		t.Fatalf("nil pkg")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 17:17:44 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top