├── .gitignore ├── LICENSE ├── README.md ├── example └── example.cpp └── stackwalkerc.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/septag/stackwalkerc/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/septag/stackwalkerc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/septag/stackwalkerc/HEAD/README.md -------------------------------------------------------------------------------- /example/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/septag/stackwalkerc/HEAD/example/example.cpp -------------------------------------------------------------------------------- /stackwalkerc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/septag/stackwalkerc/HEAD/stackwalkerc.h --------------------------------------------------------------------------------