Discover Packages
github.com/ianlancetaylor/cgosymbolizer
package
module
Version:
v0.0.0-...-6b205f0
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 59
Opens a new window with list of known importers.
README
README
¶
A Go package that can be used to convert cgo function pointers into
useful backtrace information.
This is an experimental package intended for use with the runtime.SetCgoTraceback
function.
Expand ▾
Collapse ▴
Documentation
¶
Package cgosymbolizer provides a cgo symbolizer based on libbacktrace.
This will be used to provide a symbolic backtrace of cgo functions.
This package does not export any symbols.
To use it, add a line like
import _ "github.com/ianlancetaylor/cgosymbolizer"
somewhere in your program.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.