Home
last modified time | relevance | path

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

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