Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h498 eArgTypePath, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp1183 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1571 …he-dir" , 'c', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypePath , "Path…
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp541 …m_option_working_dir (LLDB_OPT_SET_1, false, "working-dir", 'w', 0, eArgTypePath, "The working dir… in CommandObjectPlatformSettings()
HDCommandObjectTarget.cpp163 …m_platform_path (LLDB_OPT_SET_1, false, "platform-path", 'P', 0, eArgTypePath, "Path to the remote… in CommandObjectTargetCreate()