Skip to content

when use cgo, how to print stack for both c and go

License

Notifications You must be signed in to change notification settings

xiaofan-luan/cgo_stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cgo stack

when use cgo, how to print stack for both c and go

How to build and run

$ git clone [email protected]:xiaofan-luan/cgo_stack.git
$ cd cgo_stack
$ mkdir build
$ cd build
$ cmake ../
$ make
$ ./example/test

Thanks https://github.com/mutse/go-cmake for the demo of cmake go build

About

when use cgo, how to print stack for both c and go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 94.6%
  • Go 3.5%
  • C++ 1.9%