xruntime

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2020 License: MIT Imports: 7 Imported by: 2

README

xruntime

Functions
  • type Stack struct {}
  • (s *Stack) String() string
  • GetStack(skip int) []*Stack
  • GetStackWithInfo(skip int) (stacks []*Stack, filename string, funcname string, lineIndex int, line string)
  • PrintStacks(stacks []*Stack)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintStacks

func PrintStacks(stacks []*Stack)

func PrintStacksRed

func PrintStacksRed(stacks []*Stack)

Types

type Stack

type Stack struct {
	Index     int
	Filename  string
	Function  string
	Pc        uintptr
	LineIndex int
	Line      string
}

func GetStack

func GetStack(skip int) []*Stack

func GetStackWithInfo

func GetStackWithInfo(skip int) (stacks []*Stack, filename string, funcname string, lineIndex int, line string)

func (*Stack) String

func (s *Stack) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL