#include <unistd.h>#include <signal.h>#include "gdbremote.h"#include "jtagpxa250.h"#include "cmdline.h"#include "filemanager.h"#include "debug.h"#include "jtagctrl_factory.h"Include dependency graph for main.cpp:

Go to the source code of this file.
Compounds | |
| class | EventSelector |
| this class waits for inputs events and then dispatch them for treatment. More... | |
Variables | |
| EventSelector * | event |
| has to be global, for the handleInputCommand callback for readline. | |
Definition in file main.cpp.
1.2.15