dpkg 1.21.11
Functions
debug.c File Reference

(74100d9d0)

#include <config.h>
#include <compat.h>
#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <dpkg/dpkg.h>
#include <dpkg/i18n.h>
#include <dpkg/report.h>
#include <dpkg/debug.h>
Include dependency graph for debug.c:

Functions

void debug_set_output (FILE *output, const char *filename)
 Set the debugging output file. More...
 
void debug_set_mask (int mask)
 Set the debugging mask. More...
 
int debug_parse_mask (const char *str)
 Parse the debugging mask. More...
 
bool debug_has_flag (int flag)
 Check if a debugging flag is currently set on the debugging mask. More...
 
void debug (int flag, const char *fmt,...)
 Output a debugging message. More...
 
void dpkg_debug_init (void)
 Initialize the debugging support. More...