cgosymbolizer

package module
v0.0.0-...-875efd5 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

README

github.com/ianlancetaylor/cgosymbolizer

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.

Documentation

Overview

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.

Jump to

Keyboard shortcuts

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