Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throwTypeRuntime (0.12 sec)

  1. src/runtime/traceback.go

    			}
    			print(")\n")
    			print("\t", file, ":", line)
    			if !iu.isInlined(uf) {
    				if u.frame.pc > f.entry() {
    					print(" +", hex(u.frame.pc-f.entry()))
    				}
    				if gp.m != nil && gp.m.throwing >= throwTypeRuntime && gp == gp.m.curg || level >= 2 {
    					print(" fp=", hex(u.frame.fp), " sp=", hex(u.frame.sp), " pc=", hex(u.frame.pc))
    				}
    			}
    			print("\n")
    		}
    
    		// Print cgo frames.
    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