LLDB mainline
Functions
NativeProcessFreeBSD.cpp File Reference
#include "NativeProcessFreeBSD.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include <sys/user.h>
#include <sys/wait.h>
#include <machine/elf.h>
#include "Plugins/Process/POSIX/ProcessPOSIXLog.h"
#include "lldb/Host/HostProcess.h"
#include "lldb/Host/posix/ProcessLauncherPosixFork.h"
#include "lldb/Target/Process.h"
#include "lldb/Utility/State.h"
#include "llvm/Support/Errno.h"

Go to the source code of this file.

Functions

static Status EnsureFDFlags (int fd, int flags)
 
static Status CanTrace ()
 

Function Documentation

◆ CanTrace()

static Status CanTrace ( )
static

◆ EnsureFDFlags()

static Status EnsureFDFlags ( int  fd,
int  flags 
)
static