Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/debug/dwarf/line_test.go

    		{Address: 0x40101d, EndSequence: true},
    	}
    	files := [][]*LineFile{{file}}
    
    	testLineTable(t, want, files, elfData(t, "testdata/rnglistx.elf"))
    }
    
    func TestLineSeek(t *testing.T) {
    	d := elfData(t, "testdata/line-gcc.elf")
    
    	// Get the line table for the first CU.
    	cu, err := d.Reader().Next()
    	if err != nil {
    		t.Fatal("d.Reader().Next:", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top