GDBDebugger::STTY Class Reference
#include <stty.h>
Inheritance diagram for GDBDebugger::STTY:


Signals | |
void | OutOutput (const char *) |
void | ErrOutput (const char *) |
Public Member Functions | |
STTY (bool ext=false, const QString &termAppName=QString()) | |
~STTY () | |
QString | getSlave () |
Private Slots | |
void | OutReceived (int) |
Private Member Functions | |
int | findTTY () |
bool | findExternalTTY (const QString &termApp) |
Private Attributes | |
int | fout |
int | ferr |
QSocketNotifier * | out |
QSocketNotifier * | err |
QString | ttySlave |
int | pid_ |
char | pty_master [50] |
char | tty_slave [50] |
Constructor & Destructor Documentation
|
Definition at line 120 of file stty.cpp. References findExternalTTY(), findTTY(), fout, out, OutReceived(), tty_slave, and ttySlave. |
|
|
Member Function Documentation
|
Referenced by OutReceived(). |
|
Definition at line 273 of file stty.cpp. References pid_, and ttySlave. Referenced by STTY(). |
|
Definition at line 160 of file stty.cpp. References GDBDebugger::chownpty(), perror(), pty_master, and tty_slave. Referenced by STTY(). |
|
Definition at line 44 of file stty.h. Referenced by GDBDebugger::GDBController::slotRun(). |
|
Referenced by OutReceived(). |
|
Definition at line 253 of file stty.cpp. References ErrOutput(), and OutOutput(). Referenced by STTY(). |
Member Data Documentation
|
|
|
|
|
Definition at line 58 of file stty.h. Referenced by STTY(). |
|
Definition at line 60 of file stty.h. Referenced by STTY(). |
|
Definition at line 63 of file stty.h. Referenced by findExternalTTY(). |
|
Definition at line 65 of file stty.h. Referenced by findTTY(). |
|
|
|
Definition at line 62 of file stty.h. Referenced by findExternalTTY(), and STTY(). |
The documentation for this class was generated from the following files: