Home
last modified time | relevance | path

Searched refs:AddSuppressFileAction (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i125 AddSuppressFileAction (int fd, bool read, bool write);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h164 bool AddSuppressFileAction(int fd, bool read, bool write);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp301 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { in AddSuppressFileAction() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py475 launch_info.AddSuppressFileAction(1, False, True)
476 launch_info.AddSuppressFileAction(2, False, True)