Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseStackPCs (0.27 sec)

  1. src/runtime/traceback_system_test.go

    // there is no possibility of strings from the crash report (which may
    // contain PII) leaking into the telemetry system.
    //
    // (Copied from golang.org/x/telemetry/crashmonitor.parseStackPCs.)
    func parseStackPCs(crash string) ([]uintptr, error) {
    	// getPC parses the PC out of a line of the form:
    	//     \tFILE:LINE +0xRELPC sp=... fp=... pc=...
    	getPC := func(line string) (uint64, error) {
    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