LLDB
mainline
|
#include "llvm/Config/llvm-config.h"
#include "lldb/Host/Config.h"
#include "lldb/Host/MainLoop.h"
#include "lldb/Host/PosixApi.h"
#include "lldb/Utility/Status.h"
#include <algorithm>
#include <cassert>
#include <cerrno>
#include <csignal>
#include <ctime>
#include <vector>
#include <poll.h>
Go to the source code of this file.
Classes | |
class | lldb_private::MainLoop::RunImpl |
Macros | |
#define | POLL poll |
Functions | |
static void | SignalHandler (int signo, siginfo_t *info, void *) |
Variables | |
static sig_atomic_t | g_signal_flags [NSIG] |
#define POLL poll |
Definition at line 40 of file MainLoop.cpp.
|
static |
Definition at line 66 of file MainLoop.cpp.
References g_signal_flags.
Referenced by lldb_private::MainLoop::RegisterSignal().
|
static |
Definition at line 63 of file MainLoop.cpp.
Referenced by lldb_private::MainLoop::RunImpl::ProcessEvents(), lldb_private::MainLoop::RegisterSignal(), and SignalHandler().