Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for debug_line (0.31 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/binaryinfo/DumpbinGccProducedBinaryInfo.groovy

        }
    
        void assertHasDebugSymbols() {
            assert listSymbols().find { it.name.contains(".debug_line") } != null
        }
    
        void assertDoesNotHaveDebugSymbols() {
            assert listSymbols().find { it.name.contains(".debug_line") } == null
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. src/debug/pe/symbols_test.go

    		39: testpoint{
    			name:   ".rdata$.refptr.__native_startup_lock",
    			ok:     true,
    			auxstr: "{Size:8 NumRelocs:1 NumLineNumbers:0 Checksum:0 SecNum:16 Selection:2 _:[0 0 0]}",
    		},
    		81: testpoint{
    			name:   ".debug_line",
    			ok:     true,
    			auxstr: "{Size:994 NumRelocs:1 NumLineNumbers:0 Checksum:1624223678 SecNum:32 Selection:0 _:[0 0 0]}",
    		},
    		155: testpoint{
    			name: ".file",
    			ok:   false,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 06 18:07:48 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  3. src/debug/pe/file_test.go

    			{".bss", 0, 0, 0, 0, 0, 0, 0, 0, 3224371328},
    			{".debug_abbrev", 0, 0, 137, 536, 0, 0, 0, 0, 0x42100000},
    			{".debug_info", 0, 0, 418, 673, 1470, 0, 7, 0, 1108344832},
    			{".debug_line", 0, 0, 128, 1091, 1540, 0, 1, 0, 1108344832},
    			{".rdata", 0, 0, 16, 1219, 0, 0, 0, 0, 1076887616},
    			{".debug_frame", 0, 0, 52, 1235, 1550, 0, 2, 0, 1110441984},
    			{".debug_loc", 0, 0, 56, 1287, 0, 0, 0, 0, 1108344832},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  4. src/debug/elf/file_test.go

    			{".debug_aranges", SHT_PROGBITS, 0x0, 0x0, 0x136, 0x20, 0x0, 0x0, 0x1, 0x0, 0x20},
    			{".rel.debug_aranges", SHT_REL, SHF_INFO_LINK, 0x0, 0x48c, 0x10, 0x13, 0x9, 0x4, 0x8, 0x10},
    			{".debug_line", SHT_PROGBITS, 0x0, 0x0, 0x156, 0x5c, 0x0, 0x0, 0x1, 0x0, 0x5c},
    			{".rel.debug_line", SHT_REL, SHF_INFO_LINK, 0x0, 0x49c, 0x8, 0x13, 0xb, 0x4, 0x8, 0x8},
    			{".debug_str", SHT_PROGBITS, SHF_MERGE | SHF_STRINGS | SHF_COMPRESSED, 0x0, 0x1b2, 0x10f, 0x0, 0x0, 0x1, 0x1, 0xb3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  5. src/cmd/link/internal/dwtest/dwtest.go

    		idx = ex.IdxFromOffset(parentDie.Offset)
    	}
    }
    
    // FileRef takes a given DIE by index and a numeric file reference
    // (presumably from a decl_file or call_file attribute), looks up the
    // reference in the .debug_line file table, and returns the proper
    // string for it. We need to know which DIE is making the reference
    // so as to find the right compilation unit.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 15:22:18 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. src/debug/dwarf/line.go

    // instructions from that [LineEntry]'s PC to just before the next
    // [LineEntry]'s PC. The last entry will have the [LineEntry.EndSequence] field set.
    type LineReader struct {
    	buf buf
    
    	// Original .debug_line section data. Used by Seek.
    	section []byte
    
    	str     []byte // .debug_str
    	lineStr []byte // .debug_line_str
    
    	// Header information
    	version              uint16
    	addrsize             int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/dwarf.go

    	syms = append(syms, lineProlog)
    	lsu := d.ldr.MakeSymbolUpdater(lineProlog)
    	lsDwsym := dwSym(lineProlog)
    	newattr(unit.DWInfo, dwarf.DW_AT_stmt_list, dwarf.DW_CLS_PTR, 0, lsDwsym)
    
    	// Write .debug_line Line Number Program Header (sec 6.2.4)
    	// Fields marked with (*) must be changed for 64-bit dwarf
    	unitLengthOffset := lsu.Size()
    	d.createUnitLength(lsu, 0) // unit_length (*), filled in at end
    	unitstart = lsu.Size()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  8. src/cmd/internal/objabi/reloctype.go

    	// R_DWARFSECREF resolves to the offset of the symbol from its section.
    	// Target of relocation must be size 4 (in current implementation).
    	R_DWARFSECREF
    
    	// R_DWARFFILEREF resolves to an index into the DWARF .debug_line
    	// file table for the specified file symbol. Must be applied to an
    	// attribute of form DW_FORM_data4.
    	R_DWARFFILEREF
    
    	// Platform dependent relocations. Architectures with fixed width instructions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/xcoff.go

    	case ".debug_abbrev":
    		return ".dwabrev", SSUBTYP_DWABREV
    	case ".debug_info":
    		return ".dwinfo", SSUBTYP_DWINFO
    	case ".debug_frame":
    		return ".dwframe", SSUBTYP_DWFRAME
    	case ".debug_line":
    		return ".dwline", SSUBTYP_DWLINE
    	case ".debug_loc":
    		return ".dwloc", SSUBTYP_DWLOC
    	case ".debug_pubnames":
    		return ".dwpbnms", SSUBTYP_DWPBNMS
    	case ".debug_pubtypes":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  10. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryWithStaticLinkagePublishingIntegrationTest.groovy

            def debugMetadata = debug.parsedModuleMetadata
            debugMetadata.variants.size() == 2
            def debugLink = debugMetadata.variant('debugLink')
            debugLink.dependencies.empty
            debugLink.files.size() == 1
            debugLink.files[0].name == staticLibraryName('test')
            debugLink.files[0].url == withStaticLibrarySuffix("test_debug-1.2")
            def debugRuntime = debugMetadata.variant('debugRuntime')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top