VOOZH about

URL: https://pkg.go.dev/github.com/ianlancetaylor/cgosymbolizer

⇱ cgosymbolizer package - github.com/ianlancetaylor/cgosymbolizer - Go Packages


👁 Image
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.

👁 Image
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.

go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.