#include "libcwd/LIBCWD_ASSERT.h"#include "libcwd/config.h"#include "libcwd/DebugObject_ThreadSpecificData.h"Go to the source code of this file.
Namespaces | |
| namespace | libcwd |
| namespace for libcwd. | |
Typedefs | |
| using | libcwd::location_format_t = unsigned short int |
| The type of the argument of location_format. | |
Variables | |
| location_format_t const | libcwd::show_path = 1 |
| Show the full source path when printing a location. | |
| location_format_t const | libcwd::show_objectfile = 2 |
| Show the shared library or executable that owns the location. | |
| location_format_t const | libcwd::show_function = 4 |
| Show the mangled function name for the location. | |
Do not include this header file directly, instead include debug.h.