Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i122 AddOpenFileAction (int fd, const char *path, bool read, bool write);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h162 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp294 bool SBLaunchInfo::AddOpenFileAction(int fd, const char *path, bool read, in AddOpenFileAction() function in SBLaunchInfo