Home
last modified time | relevance | path

Searched refs:eArgTypePath (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp24 AddSimpleArgumentList(eArgTypePath, eArgRepeatOptional); in CommandObjectSessionSave()
H A DCommandObjectPlatform.cpp382 lldb::eRemoteDiskDirectoryCompletion, eArgTypePath, in CommandObjectPlatformSettings()
1000 CommandArgumentData source_arg{eArgTypePath, eArgRepeatPlain}; in CommandObjectPlatformPutFile()
1759 CommandArgumentData local_arg{eArgTypePath, eArgRepeatPlain}; in CommandObjectPlatformInstall()
H A DCommandObjectProcess.cpp988 AddSimpleArgumentList(eArgTypePath, eArgRepeatPlus); in CommandObjectProcessLoad()
1252 AddSimpleArgumentList(eArgTypePath); in CommandObjectProcessSaveCore()
H A DCommandObjectTarget.cpp2716 AddSimpleArgumentList(eArgTypePath, eArgRepeatStar); in CommandObjectTargetModulesAdd()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h258 { lldb::eArgTypePath, "path", lldb::eDiskFileCompletion, {}, { nullptr, false }, "Path." },
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h600 eArgTypePath, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst832 .. py:data:: eArgTypePath
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1312 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypePath,
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81421 {SWIG_LUA_CONSTTAB_INT("eArgTypePath", (lldb::eArgTypePath))},