dpkg 1.22.7-3-g89f48
|
Go to the source code of this file.
Functions | |
void | dpkg_debug_init (void) |
Initialize the debugging support. | |
void | debug_set_output (FILE *output, const char *filename) |
Set the debugging output file. | |
void | debug_set_mask (int mask) |
Set the debugging mask. | |
int | debug_parse_mask (const char *str) |
Parse the debugging mask. | |
bool | debug_has_flag (int flag) |
Check if a debugging flag is currently set on the debugging mask. | |
void | debug (int flag, const char *fmt,...) DPKG_ATTR_PRINTF(2) |
Output a debugging message. | |
Variables | |
enum DPKG_ATTR_ENUM_FLAGS | debugflags |
dbg_general = 01 | |
dbg_scripts = 02 | |
dbg_eachfile = 010 | |
dbg_eachfiledetail = 0100 | |
dbg_conff = 020 | |
dbg_conffdetail = 0200 | |
dbg_depcon = 040 | |
dbg_depcondetail = 0400 | |
dbg_veryverbose = 01000 | |
dbg_stupidlyverbose = 02000 | |
dbg_triggers = 010000 | |
dbg_triggersdetail = 020000 | |
dbg_triggersstupid = 040000 | |
dbg_conff = 020 |
Referenced by conffderef(), conffile_mark_obsolete(), and tarobject().
dbg_conffdetail = 0200 |
Referenced by conffderef(), pkg_conffiles_mark_old(), and tarobject().
dbg_depcon = 040 |
Referenced by breakses_ok(), deferred_remove(), and dependencies_ok().
dbg_depcondetail = 0400 |
Referenced by breakses_ok(), and dependencies_ok().
dbg_eachfile = 010 |
Referenced by cu_installnew(), filter_should_skip(), namenodetouse(), path_remove_tree(), tar_deferred_extract(), and tarobject().
dbg_eachfiledetail = 0100 |
Referenced by cu_installnew(), filesavespackage(), filter_should_skip(), secure_remove(), setupfnamevbs(), tar_deferred_extract(), and tarobject().
dbg_general = 01 |
dbg_scripts = 02 |
Referenced by maintscript_fallback(), and maintscript_new().
dbg_stupidlyverbose = 02000 |
Referenced by pkg_infodb_foreach().
dbg_triggers = 010000 |
Referenced by trigproc(), and trigproc_run_deferred().
dbg_triggersdetail = 020000 |
Referenced by post_postinst_tasks(), and trig_activate_packageprocessing().
dbg_triggersstupid = 040000 |
dbg_veryverbose = 01000 |
Referenced by dir_has_conffiles(), dir_is_used_by_others(), dir_is_used_by_pkg(), and pkg_infodb_foreach().