Definition in file vul_debug.cxx.
#include "vul_debug.h"
#include <vcl_iostream.h>
#include <vxl_config.h>
#include <vcl_new.h>
#include <vcl_cstdlib.h>
#include <vcl_string.h>
#include <vul/vul_sprintf.h>
Go to the source code of this file.
Functions | |
| void | vul_debug_core_dump (const char *filename) |
| Dump a core file. | |
| void | vul_debug_set_coredump_and_throw_on_windows_se (const char *filename) |
| Setup the system to core dump and throw a C++ exception on detection of a Structured Exception. | |
| void | vul_debug_set_coredump_and_throw_on_out_of_memory_handler () |
| void | vul_debug_set_coredump_and_throw_on_out_of_memory (const char *filename) |
| Setup the system to core dump and throw a C++ exception on detection of out of memory. | |
|
|
Dump a core file.
Definition at line 183 of file vul_debug.cxx. |
|
|
Setup the system to core dump and throw a C++ exception on detection of out of memory. The system will throw vcl_bad_alloc. Definition at line 230 of file vul_debug.cxx. |
|
|
Definition at line 217 of file vul_debug.cxx. |
|
|
Setup the system to core dump and throw a C++ exception on detection of a Structured Exception.
Definition at line 203 of file vul_debug.cxx. |
1.4.4