LLDB mainline
|
#include "lldb/Host/Host.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/posix/HostProcessPosix.h"
#include "llvm/ADT/STLExtras.h"
#include <climits>
#include <csignal>
#include <unistd.h>
Go to the source code of this file.
Variables | |
static const int | kInvalidPosixProcess = 0 |
|
static |
Definition at line 21 of file HostProcessPosix.cpp.
Referenced by lldb_private::HostProcessPosix::IsRunning(), and lldb_private::HostProcessPosix::Signal().