#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include "common/h/debug_common.h"Go to the source code of this file.
Functions | |
| bool | init_debug_common () |
| int | dwarf_printf_int (const char *format,...) |
| int | translate_printf_int (const char *format,...) |
Variables | |
| int | common_debug_dwarf = 0 |
| int | common_debug_addrtranslate = 0 |
| int dwarf_printf_int | ( | const char * | format, | |
| ... | ||||
| ) |
Definition at line 64 of file debug_common.C.
References common_debug_dwarf, and init_debug_common().
| bool init_debug_common | ( | ) |
Definition at line 45 of file debug_common.C.
References common_debug_addrtranslate, and common_debug_dwarf.
Referenced by dwarf_printf_int(), and translate_printf_int().
| int translate_printf_int | ( | const char * | format, | |
| ... | ||||
| ) |
Definition at line 78 of file debug_common.C.
References common_debug_addrtranslate, and init_debug_common().
| int common_debug_addrtranslate = 0 |
Definition at line 38 of file debug_common.C.
Referenced by init_debug_common(), and translate_printf_int().
| int common_debug_dwarf = 0 |
Definition at line 37 of file debug_common.C.
Referenced by dwarf_printf_int(), and init_debug_common().
1.6.1