Home
last modified time | relevance | path

Searched refs:cmd_arg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlugin.cpp23 CommandArgumentData cmd_arg; in CommandObjectPluginLoad() local
26 cmd_arg.arg_type = eArgTypeFilename; in CommandObjectPluginLoad()
27 cmd_arg.arg_repetition = eArgRepeatPlain; in CommandObjectPluginLoad()
31 arg1.push_back(cmd_arg); in CommandObjectPluginLoad()
H A DCommandObjectCommands.cpp351 CommandArgumentData cmd_arg; in CommandObjectCommandsAlias() local
368 arg2.push_back(cmd_arg); in CommandObjectCommandsAlias()
1244 CommandArgumentData cmd_arg; in CommandObjectCommandsScriptImport() local
1252 arg1.push_back(cmd_arg); in CommandObjectCommandsScriptImport()
1376 CommandArgumentData cmd_arg; in CommandObjectCommandsScriptAdd() local
1385 arg1.push_back(cmd_arg); in CommandObjectCommandsScriptAdd()
1685 CommandArgumentData cmd_arg; in CommandObjectCommandsScriptDelete() local
1694 arg1.push_back(cmd_arg); in CommandObjectCommandsScriptDelete()
1834 CommandArgumentData cmd_arg; in CommandObjectCommandsContainerAdd() local
1843 arg1.push_back(cmd_arg); in CommandObjectCommandsContainerAdd()
[all …]