|
Pol
Revision:cb584c9
|
#include "passert.h"#include <format/format.h>#include "Debugging/ExceptionParser.h"#include "esignal.h"#include "logfacility.h"#include "stlutil.h"#include <cstdlib>Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Clib | |
Functions | |
| void | Pol::Clib::force_backtrace (bool complete) |
| void | Pol::Clib::passert_failed (const char *expr, const char *file, unsigned line) |
| void | Pol::Clib::passert_failed (const char *expr, const std::string &reason, const char *file, unsigned line) |
Variables | |
| bool | Pol::Clib::passert_abort = true |
| bool | Pol::Clib::passert_dump_stack = false |
| bool | Pol::Clib::passert_nosave = false |
| bool | Pol::Clib::passert_shutdown = false |
| bool | Pol::Clib::passert_shutdown_due_to_assertion = false |
| std::string | Pol::Clib::scripts_thread_script |
| unsigned | Pol::Clib::scripts_thread_scriptPC |
Definition in file passert.cpp.