Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for alineFromLine (0.09 sec)

  1. src/debug/gosym/pclntab_test.go

    		// aline's don't exist in the Go 1.2 table.
    		t.Skip("not relevant to Go 1.2 symbol table")
    	}
    
    	for _, o := range tab.Files {
    		// A source file can appear multiple times in a
    		// object.  alineFromLine will always return alines in
    		// the first file, so track which lines we've seen.
    		found := make(map[string]int)
    		for i := 0; i < 1000; i++ {
    			path, line := o.lineFromAline(i)
    			if path == "" {
    				break
    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