Documentation ¶
Index ¶
- type Frame
- func (frame Frame) File() string
- func (frame Frame) FileName() string
- func (frame Frame) Func() string
- func (frame Frame) FuncName() string
- func (frame Frame) Line() int
- func (frame Frame) PC() uintptr
- func (frame Frame) PkgAndFunc() (pkgPath string, funcName string)
- func (frame Frame) PkgPath() string
- func (frame Frame) String() string
- type PC
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
Frame wraps runtime.Frame with extra functionality
func (Frame) PkgAndFunc ¶
PkgAndFunc gets the name of the package this frame belongs to and the non-qualified name of the function in the package.
type PC ¶
type PC uintptr
Raw program counter wrapper
Click to show internal directories.
Click to hide internal directories.