Searched refs:AddSuppressFileAction (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBLaunchInfo.i | 125 AddSuppressFileAction (int fd, bool read, bool write);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 164 bool AddSuppressFileAction(int fd, bool read, bool write);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 301 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 D | lldbtest.py | 475 launch_info.AddSuppressFileAction(1, False, True) 476 launch_info.AddSuppressFileAction(2, False, True)
|