Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for debug_line (0.21 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryPublishingIntegrationTest.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 == linkLibraryName('test')
            debugLink.files[0].url == withLinkLibrarySuffix("test_debug-1.2")
            def debugRuntime = debugMetadata.variant('debugRuntime')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 12:57:50 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/dwarf.go

    )
    
    // generateDebugLinesSymbol fills the debug lines symbol of a given function.
    //
    // It's worth noting that this function doesn't generate the full debug_lines
    // DWARF section, saving that for the linker. This function just generates the
    // state machine part of debug_lines. The full table is generated by the
    // linker.  Also, we use the file numbers from the full package (not just the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
Back to top