Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Symbolizer ¶
type Symbolizer struct {
// contains filtered or unexported fields
}
func NewSymbolizer ¶
func NewSymbolizer() *Symbolizer
func (*Symbolizer) Close ¶
func (s *Symbolizer) Close()
func (*Symbolizer) Symbolize ¶
func (s *Symbolizer) Symbolize(bin string, pc uint64) ([]Frame, error)
func (*Symbolizer) SymbolizeArray ¶
func (s *Symbolizer) SymbolizeArray(bin string, pcs []uint64) ([]Frame, error)
Click to show internal directories.
Click to hide internal directories.