Functions to help debugging by instrumenting code. More...
#include "larcorealg/CoreUtils/MetaUtils.h"#include "cetlib_except/demangle.h"#include <cstddef>#include <cstdlib>#include <utility>#include <vector>#include <string>#include <bitset>#include <typeinfo>#include <ostream>#include <execinfo.h>Go to the source code of this file.
Classes | |
| struct | lar::debug::CallInfo_t |
| Structure with information about a single call, parsed. More... | |
| class | lar::debug::CallInfoPrinter |
| Class handling the output of information in a CallInfo_t object. More... | |
| struct | lar::debug::CallInfoPrinter::opt |
| Set of options for printing. More... | |
| struct | lar::debug::BacktracePrintOptions |
| Backtrace printing options. More... | |
| struct | lar::debug::static_assert_on< T, Enable > |
| struct | lar::debug::details::THE_TYPE_IS< T > |
| struct | lar::debug::static_assert_on< T, Enable > |
| struct | lar::debug::static_assert_on< T, false > |
Namespaces | |
| lar::debug | |
| lar::debug::details | |
Functions | |
| template<typename T > | |
| std::string | lar::debug::demangle (T const *=nullptr) |
| Outputs a demangled name for type T. More... | |
| template<typename Stream > | |
| Stream & | lar::debug::operator<< (Stream &&out, CallInfo_t const &info) |
| Helper operator to insert a call information in a stream with default options. More... | |
| template<typename Stream > | |
| void | lar::debug::printBacktrace (Stream &&out, BacktracePrintOptions options) |
| Prints the full backtrace into a stream. More... | |
| template<typename Stream > | |
| void | lar::debug::printBacktrace (Stream &&out) |
| Prints the full backtrace into a stream with default options. More... | |
| template<typename Stream > | |
| void | lar::debug::printBacktrace (Stream &&out, unsigned int maxLines, std::string indent=" ", CallInfoPrinter::opt const *callInfoOptions=nullptr) |
| Prints the full backtrace into a stream. More... | |
Functions to help debugging by instrumenting code.
This library contains:
Definition in file DebugUtils.h.
1.8.11