Searched refs:AddSuppressFileAction (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 313 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { in AddSuppressFileAction() function in SBLaunchInfo 314 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddSuppressFileAction, in AddSuppressFileAction() 398 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddSuppressFileAction, in RegisterMethods()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLaunchInfo.i | 122 AddSuppressFileAction (int fd, bool read, bool write);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBLaunchInfo.h | 164 bool AddSuppressFileAction(int fd, bool read, bool write);
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbtest.py | 449 launch_info.AddSuppressFileAction(1, False, True) 450 launch_info.AddSuppressFileAction(2, False, True)
|