Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printAncestorTracebackFuncInfo (0.19 sec)

  1. src/runtime/traceback.go

    		printcreatedby1(f, ancestor.gopc, 0)
    	}
    }
    
    // printAncestorTracebackFuncInfo prints the given function info at a given pc
    // within an ancestor traceback. The precision of this info is reduced
    // due to only have access to the pcs at the time of the caller
    // goroutine being created.
    func printAncestorTracebackFuncInfo(f funcInfo, pc uintptr) {
    	u, uf := newInlineUnwinder(f, pc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top