KDECore
#include "kdebug.h"
#include <QThreadStorage>
#include <fcntl.h>
#include <windows.h>
#include <wincon.h>
#include <config.h>
#include "kglobal.h"
#include "kstandarddirs.h"
#include "kdatetime.h"
#include "kcmdlineargs.h"
#include <kmessage.h>
#include <klocale.h>
#include <kconfiggroup.h>
#include <kurl.h>
#include <QtCore/QFile>
#include <QtCore/QHash>
#include <QtCore/QObject>
#include <QtCore/QChar>
#include <QtCore/QCoreApplication>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include <ctype.h>
#include <syslog.h>
#include <errno.h>
#include <string.h>
#include <kconfig.h>
#include "kcomponentdata.h"
#include <execinfo.h>
#include "kdebugdbusiface_p.h"
#include <QMutex>
Include dependency graph for kdebug.cpp:
Go to the source code of this file.
Macros | |
#define | HAVE_BACKTRACE (1) |
#define | KDE3_SUPPORT |
#define | KDE_EXTENDED_DEBUG_OUTPUT |
#define | QT_NO_CAST_FROM_ASCII |
#define | QT_NO_CAST_TO_ASCII |
Functions | |
void | kClearDebugConfig () |
QDebug | kDebugDevNull () |
QDebug | kDebugStream (QtMsgType level, int area, const char *file, int line, const char *funcinfo) |
QString | kRealBacktrace (int levels) |
static QString | maybeDemangledName (char *name) |
QDebug | operator<< (QDebug s, const KDateTime &time) |
QDebug | operator<< (QDebug s, const KUrl &url) |
QDebug | perror (QDebug s, KDebugTag) |
Variables | |
bool | kde_kdebug_enable_dbus_interface = false |
Macro Definition Documentation
#define HAVE_BACKTRACE (1) |
Definition at line 93 of file kdebug.cpp.
#define KDE3_SUPPORT |
Definition at line 30 of file kdebug.cpp.
#define KDE_EXTENDED_DEBUG_OUTPUT |
Definition at line 21 of file kdebug.cpp.
#define QT_NO_CAST_FROM_ASCII |
Definition at line 24 of file kdebug.cpp.
#define QT_NO_CAST_TO_ASCII |
Definition at line 27 of file kdebug.cpp.
Function Documentation
void kClearDebugConfig | ( | ) |
Definition at line 799 of file kdebug.cpp.
|
static |
Definition at line 705 of file kdebug.cpp.
QDebug perror | ( | QDebug | s, |
KDebugTag | |||
) |
Definition at line 779 of file kdebug.cpp.
Variable Documentation
bool kde_kdebug_enable_dbus_interface = false |
Definition at line 109 of file kdebug.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.