#include "invariant.h"#include "freer.h"#include <memory>#include <sstream>#include <string>#include <iostream>#include <assert.h>Go to the source code of this file.
Returns a backtrace.
Definition at line 141 of file invariant.cpp.
Prints a back trace to 'out'.
Definition at line 88 of file invariant.cpp.
Dump exception report to stderr.
Definition at line 149 of file invariant.cpp.
Set this to true to cause invariants to throw a C++ exception rather than abort the program.
This is currently untested behaviour, and may fail to clean up partly-completed CBMC operations or release resources. You should probably only use this to gather or report more information about the failure and then abort. Default off.
Definition at line 28 of file invariant.cpp.