languages/cpp/debugger/stty.cpp File Reference
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <assert.h>
#include <fcntl.h>
#include <grp.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <qintdict.h>
#include <qsocketnotifier.h>
#include <qstring.h>
#include <qfile.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kapplication.h>
#include "stty.h"
#include "stty.moc"
Go to the source code of this file.
Namespaces | |
namespace | GDBDebugger |
Defines | |
#define | PTY_FILENO 3 |
#define | BASE_CHOWN "konsole_grantpty" |
#define | FIFO_FILE "/tmp/debug_tty.XXXXXX" |
Define Documentation
|
Definition at line 73 of file stty.cpp. Referenced by JAVADebugger::chownpty(), and GDBDebugger::chownpty(). |
|
Definition at line 271 of file stty.cpp. Referenced by JAVADebugger::STTY::findExternalTTY(), and GDBDebugger::STTY::findExternalTTY(). |
|
Definition at line 72 of file stty.cpp. Referenced by JAVADebugger::chownpty(), and GDBDebugger::chownpty(). |