Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/traceback_system_test.go

    }
    
    func writeSentinel(out io.Writer) {
    	fmt.Fprintf(out, "sentinel %x\n", sentinel())
    }
    
    // formatStack formats a stack of PC values using the symbol table,
    // redacting information that cannot be relied upon in the test.
    func formatStack(pcs []uintptr) string {
    	// When debugging, show file/line/content of files other than this one.
    	const debug = false
    
    	var buf strings.Builder
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 15:19:04 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top