Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp313 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/
DSBLaunchInfo.i122 AddSuppressFileAction (int fd, bool read, bool write);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h164 bool AddSuppressFileAction(int fd, bool read, bool write);
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py449 launch_info.AddSuppressFileAction(1, False, True)
450 launch_info.AddSuppressFileAction(2, False, True)