Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SETCGOTRACEBACK (0.22 sec)

  1. src/runtime/traceback.go

    // to zero.  If the context function is nil, then calls from Go to C
    // to Go will not show a traceback for the C portion of the call stack.
    //
    // SetCgoTraceback should be called only once, ideally from an init function.
    func SetCgoTraceback(version int, traceback, context, symbolizer unsafe.Pointer) {
    	if version != 0 {
    		panic("unsupported version")
    	}
    
    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