• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    C
  • License
    Other
  • Created almost 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Experimental symbolizer for cgo backtraces

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.