mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
runtime/debug: stubs PrintStack
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
committed by
Ron Evans
parent
dd9c2273e4
commit
13698b17f7
@@ -9,6 +9,11 @@ func SetMaxStack(n int) int {
|
|||||||
return n
|
return n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PrintStack prints to standard error the stack trace returned by runtime.Stack.
|
||||||
|
//
|
||||||
|
// Not implemented.
|
||||||
|
func PrintStack() {}
|
||||||
|
|
||||||
// Stack returns a formatted stack trace of the goroutine that calls it.
|
// Stack returns a formatted stack trace of the goroutine that calls it.
|
||||||
//
|
//
|
||||||
// Not implemented.
|
// Not implemented.
|
||||||
|
|||||||
Reference in New Issue
Block a user