Home
last modified time | relevance | path

Searched refs:RedirectToFileDescriptor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStream.i86 RedirectToFileDescriptor (int fd, bool transfer_fh_ownership);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStream.h50 void RedirectToFileDescriptor(int fd, bool transfer_fh_ownership);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStream.cpp151 void SBStream::RedirectToFileDescriptor(int fd, bool transfer_fh_ownership) { in RedirectToFileDescriptor() function in SBStream