Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/runtime-gdb_unix_test.go

    		// TODO(go.dev/issue/25218): Other architectures use sigreturn
    		// via VDSO, which we somehow don't handle correctly.
    		t.Skip("Backtrace through signal handler only works on 386 and amd64")
    	}
    
    	checkGdbEnvironment(t)
    	t.Parallel()
    	checkGdbVersion(t)
    
    	coreUsesPID := canGenerateCore(t)
    
    	// Build the source code.
    	dir := t.TempDir()
    	src := filepath.Join(dir, "main.go")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 17 19:05:30 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top