LLDB mainline
Functions
android/LibcGlue.cpp File Reference
#include <android/api-level.h>
#include <sys/syscall.h>
#include <csignal>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "lldb/Host/Time.h"

Go to the source code of this file.

Functions

time_t timegm (struct tm *t)
 
int posix_openpt (int flags)
 

Function Documentation

◆ posix_openpt()

int posix_openpt ( int  flags)

Definition at line 26 of file android/LibcGlue.cpp.

◆ timegm()

time_t timegm ( struct tm *  t)

Definition at line 24 of file android/LibcGlue.cpp.

Referenced by lldb_private::formatters::GetOSXEpoch().