29#ifndef TEUCHOS_STACKTRACE_HPP
30#define TEUCHOS_STACKTRACE_HPP
40#ifdef HAVE_TEUCHOS_STACKTRACE
55void store_stacktrace();
61std::string get_stored_stacktrace();
71std::string get_stacktrace(
int impl_stacktrace_depth=0);
77void show_stacktrace();
83void print_stack_on_segfault();
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...