Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i86 SetTimeoutSeconds (uint32_t sec);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h79 void SetTimeoutSeconds(uint32_t sec);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp285 void SBPlatformShellCommand::SetTimeoutSeconds(uint32_t sec) { in SetTimeoutSeconds() function in SBPlatformShellCommand
286 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetTimeoutSeconds, in SetTimeoutSeconds()
745 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetTimeoutSeconds, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37417 (arg1)->SetTimeoutSeconds(arg2); in _wrap_SBPlatformShellCommand_SetTimeoutSeconds()