Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp419 AddSimpleArgumentList(eArgTypeRemotePath); in CommandObjectPlatformMkDir()
467 AddSimpleArgumentList(eArgTypeRemotePath); in CommandObjectPlatformFOpen()
1001 CommandArgumentData path_arg{eArgTypeRemotePath, eArgRepeatOptional}; in CommandObjectPlatformPutFile()
1760 CommandArgumentData remote_arg{eArgTypeRemotePath, eArgRepeatPlain}; in CommandObjectPlatformInstall()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h312 …{ lldb::eArgTypeRemotePath, "remote-path", lldb::CompletionType::eRemoteDiskFileCompletion, {}, { …
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h654 eArgTypeRemotePath, enumerator
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81475 {SWIG_LUA_CONSTTAB_INT("eArgTypeRemotePath", (lldb::eArgTypeRemotePath))},