Home
last modified time | relevance | path

Searched refs:CommandArgumentEntry (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp40 CommandArgumentEntry arg1; in CommandObjectSettingsSet()
41 CommandArgumentEntry arg2; in CommandObjectSettingsSet()
268 CommandArgumentEntry arg1; in CommandObjectSettingsShow()
340 CommandArgumentEntry arg1; in CommandObjectSettingsWrite()
534 CommandArgumentEntry arg; in CommandObjectSettingsList()
610 CommandArgumentEntry arg1; in CommandObjectSettingsRemove()
611 CommandArgumentEntry arg2; in CommandObjectSettingsRemove()
710 CommandArgumentEntry arg1; in CommandObjectSettingsReplace()
711 CommandArgumentEntry arg2; in CommandObjectSettingsReplace()
712 CommandArgumentEntry arg3; in CommandObjectSettingsReplace()
[all …]
H A DCommandObjectLog.cpp60 CommandArgumentEntry arg1; in CommandObjectLogEnable()
61 CommandArgumentEntry arg2; in CommandObjectLogEnable()
198 CommandArgumentEntry arg1; in CommandObjectLogDisable()
199 CommandArgumentEntry arg2; in CommandObjectLogDisable()
259 CommandArgumentEntry arg; in CommandObjectLogList()
H A DCommandObjectWatchpoint.cpp172 CommandArgumentEntry arg; in CommandObjectWatchpointList()
311 CommandArgumentEntry arg; in CommandObjectWatchpointEnable()
383 CommandArgumentEntry arg; in CommandObjectWatchpointDisable()
457 CommandArgumentEntry arg; in CommandObjectWatchpointDelete()
540 CommandArgumentEntry arg; in CommandObjectWatchpointIgnore()
668 CommandArgumentEntry arg; in CommandObjectWatchpointModify()
807 CommandArgumentEntry arg; in CommandObjectWatchpointSetVariable()
995 CommandArgumentEntry arg; in CommandObjectWatchpointSetExpression()
H A DCommandObjectRegister.cpp59 CommandArgumentEntry arg; in CommandObjectRegisterRead()
313 CommandArgumentEntry arg1; in CommandObjectRegisterWrite()
314 CommandArgumentEntry arg2; in CommandObjectRegisterWrite()
H A DCommandObjectCommands.cpp212 CommandArgumentEntry arg; in CommandObjectCommandsSource()
503 CommandArgumentEntry arg1; in CommandObjectCommandsAlias()
504 CommandArgumentEntry arg2; in CommandObjectCommandsAlias()
505 CommandArgumentEntry arg3; in CommandObjectCommandsAlias()
780 CommandArgumentEntry arg; in CommandObjectCommandsUnalias()
863 CommandArgumentEntry arg; in CommandObjectCommandsDelete()
1413 CommandArgumentEntry arg1; in CommandObjectCommandsScriptImport()
1555 CommandArgumentEntry arg1; in CommandObjectCommandsScriptAdd()
1822 CommandArgumentEntry arg1; in CommandObjectCommandsScriptDelete()
H A DCommandObjectWatchpointCommand.cpp192 CommandArgumentEntry arg; in CommandObjectWatchpointCommandAdd()
492 CommandArgumentEntry arg; in CommandObjectWatchpointCommandDelete()
573 CommandArgumentEntry arg; in CommandObjectWatchpointCommandList()
H A DCommandObjectBreakpointCommand.cpp207 CommandArgumentEntry arg; in CommandObjectBreakpointCommandAdd()
490 CommandArgumentEntry arg; in CommandObjectBreakpointCommandDelete()
621 CommandArgumentEntry arg; in CommandObjectBreakpointCommandList()
H A DCommandObjectPlugin.cpp24 CommandArgumentEntry arg1; in CommandObjectPluginLoad()
H A DCommandObjectType.cpp622 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd()
821 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete()
1079 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList()
1540 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd()
1847 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine()
1951 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable()
2015 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete()
2128 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable()
2187 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList()
2437 CommandArgumentEntry type_arg; in CommandObjectTypeSynthAdd()
[all …]
H A DCommandObjectMemory.cpp306 CommandArgumentEntry arg1; in CommandObjectMemoryRead()
307 CommandArgumentEntry arg2; in CommandObjectMemoryRead()
958 CommandArgumentEntry arg1; in CommandObjectMemoryFind()
959 CommandArgumentEntry arg2; in CommandObjectMemoryFind()
1253 CommandArgumentEntry arg1; in CommandObjectMemoryWrite()
1254 CommandArgumentEntry arg2; in CommandObjectMemoryWrite()
1611 CommandArgumentEntry arg1; in CommandObjectMemoryHistory()
H A DCommandObjectApropos.cpp29 CommandArgumentEntry arg; in CommandObjectApropos()
H A DCommandObjectBreakpoint.cpp982 CommandArgumentEntry arg; in CommandObjectBreakpointModify()
1061 CommandArgumentEntry arg; in CommandObjectBreakpointEnable()
1176 CommandArgumentEntry arg; in CommandObjectBreakpointDisable()
1282 CommandArgumentEntry arg; in CommandObjectBreakpointList()
1601 CommandArgumentEntry arg; in CommandObjectBreakpointDelete()
1894 CommandArgumentEntry arg1; in CommandObjectBreakpointNameConfigure()
2003 CommandArgumentEntry arg1; in CommandObjectBreakpointNameAdd()
2088 CommandArgumentEntry arg1; in CommandObjectBreakpointNameDelete()
2296 CommandArgumentEntry arg; in CommandObjectBreakpointRead()
2427 CommandArgumentEntry arg; in CommandObjectBreakpointWrite()
H A DCommandObjectFrame.cpp139 CommandArgumentEntry arg; in CommandObjectFrameDiagnose()
306 CommandArgumentEntry arg; in CommandObjectFrameSelect()
447 CommandArgumentEntry arg; in CommandObjectFrameVariable()
1029 CommandArgumentEntry arg; in CommandObjectFrameRecognizerInfo()
H A DCommandObjectThread.cpp559 CommandArgumentEntry arg; in CommandObjectThreadStepWithTypeAndScope()
826 CommandArgumentEntry arg; in CommandObjectThreadContinue()
1105 CommandArgumentEntry arg; in CommandObjectThreadUntil()
1344 CommandArgumentEntry arg; in CommandObjectThreadSelect()
1640 CommandArgumentEntry arg; in CommandObjectThreadReturn()
2007 CommandArgumentEntry arg; in CommandObjectThreadPlanDiscard()
H A DCommandObjectHelp.cpp53 CommandArgumentEntry arg; in CommandObjectHelp()
H A DCommandObjectProcess.cpp116 CommandArgumentEntry arg; in CommandObjectProcessLaunch()
1118 CommandArgumentEntry arg; in CommandObjectProcessSignal()
1411 CommandArgumentEntry arg; in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp231 CommandArgumentEntry arg; in CommandObjectTargetCreate()
721 CommandArgumentEntry arg; in CommandObjectTargetVariable()
1039 CommandArgumentEntry arg; in CommandObjectTargetModulesSearchPathsAdd()
1143 CommandArgumentEntry arg1; in CommandObjectTargetModulesSearchPathsInsert()
1144 CommandArgumentEntry arg2; in CommandObjectTargetModulesSearchPathsInsert()
1277 CommandArgumentEntry arg; in CommandObjectTargetModulesSearchPathsQuery()
1845 CommandArgumentEntry arg; in CommandObjectTargetModulesModuleAutoComplete()
1886 CommandArgumentEntry arg; in CommandObjectTargetModulesSourceFileAutoComplete()
3782 CommandArgumentEntry arg; in CommandObjectTargetModulesLookup()
H A DCommandObjectPlatform.cpp841 CommandArgumentEntry arg1, arg2; in CommandObjectPlatformGetFile()
917 CommandArgumentEntry arg1; in CommandObjectPlatformGetSize()
1409 CommandArgumentEntry arg; in CommandObjectPlatformProcessInfo()
H A DCommandObjectExpression.cpp279 CommandArgumentEntry arg; in CommandObjectExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h105 CommandArgumentEntry; // Used to build individual command argument lists typedef
203 CommandArgumentEntry *GetArgumentEntryAtIndex(int idx);
394 std::vector<CommandArgumentEntry> m_arguments;
401 static void AddIDsArgumentData(CommandArgumentEntry &arg,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp345 CommandObject::CommandArgumentEntry *
420 static CommandObject::CommandArgumentEntry
422 CommandObject::CommandArgumentEntry &cmd_arg_entry) { in OptSetFiltered()
423 CommandObject::CommandArgumentEntry ret_val; in OptSetFiltered()
440 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments()
886 void CommandObject::AddIDsArgumentData(CommandArgumentEntry &arg, in AddIDsArgumentData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp342 CommandArgumentEntry arg; in CommandObjectMultiwordItaniumABI_Demangle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp531 CommandArgumentEntry arg; in CommandObjectObjC_ClassTable_Dump()
650 CommandArgumentEntry arg; in CommandObjectMultiwordObjC_TaggedPointer_Info()