kcrash.cpp File Reference
#include "kcrash.h"#include <kcmdlineargs.h>#include <kstandarddirs.h>#include <config-kstandarddirs.h>#include <config.h>#include <string.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/time.h>#include <sys/resource.h>#include <sys/wait.h>#include <sys/un.h>#include <sys/socket.h>#include <sys/prctl.h>#include <errno.h>#include <qwindowdefs.h>#include <kglobal.h>#include <kcomponentdata.h>#include <kaboutdata.h>#include <kdebug.h>#include <kapplication.h>#include <../kinit/klauncher_cmds.h>#include <QtCore/QFileInfo>#include <QtCore/QDir>#include <qx11info_x11.h>#include <X11/Xlib.h>#include <ucontext.h>#include <windows.h>
Include dependency graph for kcrash.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | KCrash |
Functions | |
| static void | closeAllFDs () |
| void | KCrash::startProcess (int argc, const char *argv[], bool waitAndExit) |
| LONG WINAPI | KCrash::win32UnhandledExceptionFilter (_EXCEPTION_POINTERS *exceptionInfo) |
Variables | |
| static char * | s_appName = 0 |
| static char * | s_appPath = 0 |
| static int | s_autoRestartArgc = 0 |
| static char * | s_autoRestartCommand = 0 |
| static char ** | s_autoRestartCommandLine = 0 |
| static KCrash::HandlerType | s_crashHandler = 0 |
| static char * | s_drkonqiPath = 0 |
| static KCrash::HandlerType | s_emergencySaveFunction = 0 |
| static KCrash::CrashFlags | s_flags = 0 |
| static bool | s_launchDrKonqi = false |
Function Documentation
| static void closeAllFDs | ( | ) | [static] |
Definition at line 279 of file kcrash.cpp.
Variable Documentation
char* s_appName = 0 [static] |
Definition at line 82 of file kcrash.cpp.
char* s_appPath = 0 [static] |
Definition at line 84 of file kcrash.cpp.
int s_autoRestartArgc = 0 [static] |
Definition at line 85 of file kcrash.cpp.
char* s_autoRestartCommand = 0 [static] |
Definition at line 83 of file kcrash.cpp.
char** s_autoRestartCommandLine = 0 [static] |
Definition at line 86 of file kcrash.cpp.
KCrash::HandlerType s_crashHandler = 0 [static] |
Definition at line 81 of file kcrash.cpp.
char* s_drkonqiPath = 0 [static] |
Definition at line 87 of file kcrash.cpp.
KCrash::HandlerType s_emergencySaveFunction = 0 [static] |
Definition at line 80 of file kcrash.cpp.
KCrash::CrashFlags s_flags = 0 [static] |
Definition at line 88 of file kcrash.cpp.
bool s_launchDrKonqi = false [static] |
Definition at line 89 of file kcrash.cpp.
KDE 4.6 API Reference