Skip to content

grantrostig/stacktrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the "stacktrace" project.
Copyright (c) 2009, Ethan Tira-Thompson, Fredrik Orderud.

License: New BSD License (BSD) and LGPL.
         https://www.opensource.org/licenses/bsd-license.php
         https://www.opensource.org/licenses/lgpl-2.1.php

Webpage: https://stacktrace.sourceforge.net/

== Documentation ==
Stacktrace provides a convenient and platform neutral interface for retrieving stack traces from within C++ programs. In addition, it provides a reference implementation for C++ exceptions with stack trace metadata. 

Supported platforms:
Stacktrace support both Microsoft Windows and UNIX-like platforms with a GCC compiler, such as e.g. Linux and Mac OS. Windows support is implemented through the StackWalker project, while the GCC support is implemented through the GLIBC backtrace call.

== Content ==
* existing   : Previous stacktrace code (not yet integrated)
* stacktrace : Main stacktrace code
* test       : Miscellaneous test code
* externals  : External dependencies for platform implementations.
* www        : Webpage content

About

mirror of Ethan Tira-Thompson's project at https://stacktrace.sourceforge.net/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.0%
  • CSS 3.3%
  • PHP 3.2%
  • Makefile 2.2%
  • C 1.3%