Home
last modified time | relevance | path

Searched refs:eArgRepeatPlus (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-enumerations.h89 eArgRepeatPlus, // One or more occurrences enumerator
/external/lldb/source/Commands/
DCommandObjectLog.cpp74 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()
255 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()
DCommandObjectType.cpp438 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFormatAdd()
1253 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSummaryAdd()
1953 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryEnable()
2045 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDelete()
2118 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeCategoryDisable()
3584 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeSynthAdd()
3856 type_style_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTypeFilterAdd()
DCommandObjectMemory.cpp1017 value_arg.arg_repetition = eArgRepeatPlus; in CommandObjectMemoryWrite()
DCommandObjectThread.cpp625 thread_idx_arg.arg_repetition = eArgRepeatPlus; in CommandObjectThreadContinue()
DCommandObjectTarget.cpp629 var_name_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetVariable()
1987 source_file_arg.arg_repetition = eArgRepeatPlus; in CommandObjectTargetModulesSourceFileAutoComplete()
/external/lldb/source/Interpreter/
DCommandObject.cpp627 case eArgRepeatPlus: in GetFormattedCommandArguments()
648 case eArgRepeatPlus: in GetFormattedCommandArguments()