Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h189 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp297 bool SBLaunchInfo::AddOpenFileAction(int fd, const char *path, bool read, in AddOpenFileAction() function in SBLaunchInfo
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35906 result = (bool)(arg1)->AddOpenFileAction(arg2,(char const *)arg3,arg4,arg5); in _wrap_SBLaunchInfo_AddOpenFileAction()