| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 32 CommandArgumentEntry arg1; in CommandObjectSettingsSet() 33 CommandArgumentEntry arg2; in CommandObjectSettingsSet() 248 CommandArgumentEntry arg1; in CommandObjectSettingsShow() 308 CommandArgumentEntry arg1; in CommandObjectSettingsWrite() 483 CommandArgumentEntry arg; in CommandObjectSettingsList() 550 CommandArgumentEntry arg1; in CommandObjectSettingsRemove() 551 CommandArgumentEntry arg2; in CommandObjectSettingsRemove() 641 CommandArgumentEntry arg1; in CommandObjectSettingsReplace() 642 CommandArgumentEntry arg2; in CommandObjectSettingsReplace() 643 CommandArgumentEntry arg3; in CommandObjectSettingsReplace() [all …]
|
| H A D | CommandObjectLog.cpp | 55 CommandArgumentEntry arg1; in CommandObjectLogEnable() 56 CommandArgumentEntry arg2; in CommandObjectLogEnable() 227 CommandArgumentEntry arg1; in CommandObjectLogDisable() 228 CommandArgumentEntry arg2; in CommandObjectLogDisable() 291 CommandArgumentEntry arg; in CommandObjectLogList() 338 CommandArgumentEntry arg1; in CommandObjectLogDump() 447 CommandArgumentEntry arg; in CommandObjectLogTimerEnable() 562 CommandArgumentEntry arg; in CommandObjectLogTimerIncrement()
|
| H A D | CommandObjectMemoryTag.cpp | 36 CommandArgumentEntry{CommandArgumentData(eArgTypeAddressOrExpression)}); in CommandObjectMemoryTagRead() 38 m_arguments.push_back(CommandArgumentEntry{ in CommandObjectMemoryTagRead() 183 CommandArgumentEntry{CommandArgumentData(eArgTypeAddressOrExpression)}); in CommandObjectMemoryTagWrite() 185 m_arguments.push_back(CommandArgumentEntry{ in CommandObjectMemoryTagWrite()
|
| H A D | CommandObjectRegister.cpp | 53 CommandArgumentEntry arg; 311 CommandArgumentEntry arg1; in CommandObjectRegisterWrite() 312 CommandArgumentEntry arg2; in CommandObjectRegisterWrite() 431 CommandArgumentEntry arg1; in CommandObjectRegisterInfo()
|
| H A D | CommandObjectWatchpoint.cpp | 156 CommandArgumentEntry arg; in CommandObjectWatchpointList() 279 CommandArgumentEntry arg; in CommandObjectWatchpointEnable() 353 CommandArgumentEntry arg; in CommandObjectWatchpointDisable() 432 CommandArgumentEntry arg; in CommandObjectWatchpointDelete() 553 CommandArgumentEntry arg; in CommandObjectWatchpointIgnore() 676 CommandArgumentEntry arg; in CommandObjectWatchpointModify() 814 CommandArgumentEntry arg; in CommandObjectWatchpointSetVariable() 1022 CommandArgumentEntry arg; in CommandObjectWatchpointSetExpression()
|
| H A D | CommandObjectCommands.cpp | 44 CommandArgumentEntry arg; in CommandObjectCommandsSource() 346 CommandArgumentEntry arg1; in CommandObjectCommandsAlias() 347 CommandArgumentEntry arg2; in CommandObjectCommandsAlias() 348 CommandArgumentEntry arg3; in CommandObjectCommandsAlias() 624 CommandArgumentEntry arg; in CommandObjectCommandsUnalias() 711 CommandArgumentEntry arg; in CommandObjectCommandsDelete() 1256 CommandArgumentEntry arg1; in CommandObjectCommandsScriptImport() 1385 CommandArgumentEntry arg1; in CommandObjectCommandsScriptAdd() 1707 CommandArgumentEntry arg1; in CommandObjectCommandsScriptDelete() 1855 CommandArgumentEntry arg1; in CommandObjectCommandsContainerAdd() [all …]
|
| H A D | CommandObjectWatchpointCommand.cpp | 165 CommandArgumentEntry arg; in CommandObjectWatchpointCommandAdd() 458 CommandArgumentEntry arg; in CommandObjectWatchpointCommandDelete() 525 CommandArgumentEntry arg; in CommandObjectWatchpointCommandList()
|
| H A D | CommandObjectPlugin.cpp | 22 CommandArgumentEntry arg1; in CommandObjectPluginLoad()
|
| H A D | CommandObjectBreakpointCommand.cpp | 188 CommandArgumentEntry arg; in CommandObjectBreakpointCommandAdd() 452 CommandArgumentEntry arg; in CommandObjectBreakpointCommandDelete() 568 CommandArgumentEntry arg; in CommandObjectBreakpointCommandList()
|
| H A D | CommandObjectMemory.cpp | 295 CommandArgumentEntry arg1; in CommandObjectMemoryRead() 296 CommandArgumentEntry arg2; in CommandObjectMemoryRead() 944 CommandArgumentEntry arg1; in CommandObjectMemoryFind() 945 CommandArgumentEntry arg2; in CommandObjectMemoryFind() 1248 CommandArgumentEntry arg1; 1249 CommandArgumentEntry arg2; 1570 CommandArgumentEntry arg1; in CommandObjectMemoryHistory() 1684 m_arguments.push_back(CommandArgumentEntry{CommandArgumentData( in CommandObjectMemoryRegion()
|
| H A D | CommandObjectApropos.cpp | 24 CommandArgumentEntry arg; in CommandObjectApropos()
|
| H A D | CommandObjectType.cpp | 592 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd() 787 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete() 1048 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList() 1448 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd() 1748 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine() 1849 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable() 1916 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete() 2023 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable() 2085 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList() 2306 CommandArgumentEntry type_arg; in CommandObjectTypeSynthAdd() [all …]
|
| H A D | CommandObjectBreakpoint.cpp | 810 CommandArgumentEntry arg; in CommandObjectBreakpointModify() 887 CommandArgumentEntry arg; in CommandObjectBreakpointEnable() 999 CommandArgumentEntry arg; in CommandObjectBreakpointDisable() 1091 CommandArgumentEntry arg; in CommandObjectBreakpointList() 1369 CommandArgumentEntry arg; in CommandObjectBreakpointDelete() 1679 CommandArgumentEntry arg1; in CommandObjectBreakpointNameConfigure() 1772 CommandArgumentEntry arg1; in CommandObjectBreakpointNameAdd() 1853 CommandArgumentEntry arg1; in CommandObjectBreakpointNameDelete() 2306 CommandArgumentEntry arg; in CommandObjectBreakpointWrite()
|
| H A D | CommandObjectFrame.cpp | 116 CommandArgumentEntry arg; in CommandObjectFrameDiagnose() 269 CommandArgumentEntry arg; in CommandObjectFrameSelect() 419 CommandArgumentEntry arg; in CommandObjectFrameVariable() 1084 CommandArgumentEntry arg; in CommandObjectFrameRecognizerInfo()
|
| H A D | CommandObjectSession.cpp | 24 CommandArgumentEntry arg1; in CommandObjectSessionSave()
|
| H A D | CommandObjectThread.cpp | 377 CommandArgumentEntry arg; in CommandObjectThreadStepWithTypeAndScope() 649 CommandArgumentEntry arg; in CommandObjectThreadContinue() 900 CommandArgumentEntry arg; in CommandObjectThreadUntil() 1180 CommandArgumentEntry arg; in CommandObjectThreadSelect() 1553 CommandArgumentEntry arg; in CommandObjectThreadReturn() 1933 CommandArgumentEntry arg; in CommandObjectThreadPlanDiscard() 2006 CommandArgumentEntry arg; in CommandObjectThreadPlanPrune()
|
| H A D | CommandObjectHelp.cpp | 51 CommandArgumentEntry arg; in CommandObjectHelp()
|
| H A D | CommandObjectPlatform.cpp | 794 CommandArgumentEntry arg1, arg2; in CommandObjectPlatformGetFile() 875 CommandArgumentEntry arg1; in CommandObjectPlatformGetSize() 945 CommandArgumentEntry arg1; in CommandObjectPlatformGetPermissions() 1014 CommandArgumentEntry arg1; in CommandObjectPlatformFileExists() 1538 CommandArgumentEntry arg; in CommandObjectPlatformProcessInfo()
|
| H A D | CommandObjectTarget.cpp | 232 CommandArgumentEntry arg; in CommandObjectTargetCreate() 739 CommandArgumentEntry arg; in CommandObjectTargetVariable() 1033 CommandArgumentEntry arg; in CommandObjectTargetModulesSearchPathsAdd() 1124 CommandArgumentEntry arg1; in CommandObjectTargetModulesSearchPathsInsert() 1125 CommandArgumentEntry arg2; in CommandObjectTargetModulesSearchPathsInsert() 1253 CommandArgumentEntry arg; in CommandObjectTargetModulesSearchPathsQuery() 1891 CommandArgumentEntry arg; in CommandObjectTargetModulesModuleAutoComplete() 1928 CommandArgumentEntry arg; in CommandObjectTargetModulesSourceFileAutoComplete() 4009 CommandArgumentEntry arg; in CommandObjectTargetModulesLookup()
|
| H A D | CommandObjectProcess.cpp | 129 CommandArgumentEntry arg; in CommandObjectProcessLaunch() 1146 CommandArgumentEntry arg; in CommandObjectProcessSignal() 1581 CommandArgumentEntry arg; in CommandObjectProcessHandle()
|
| H A D | CommandObjectExpression.cpp | 314 CommandArgumentEntry arg; in CommandObjectExpression()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 108 CommandArgumentEntry; // Used to build individual command argument lists typedef 212 CommandArgumentEntry *GetArgumentEntryAtIndex(int idx); 379 std::vector<CommandArgumentEntry> m_arguments; 387 static void AddIDsArgumentData(CommandArgumentEntry &arg,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 360 CommandObject::CommandArgumentEntry * 450 static CommandObject::CommandArgumentEntry 452 CommandObject::CommandArgumentEntry &cmd_arg_entry) { in OptSetFiltered() 453 CommandObject::CommandArgumentEntry ret_val; in OptSetFiltered() 470 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments() 643 void CommandObject::AddIDsArgumentData(CommandArgumentEntry &arg, in AddIDsArgumentData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 422 CommandArgumentEntry arg; in CommandObjectMultiwordItaniumABI_Demangle()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 900 CommandArgumentEntry arg; in CommandObjectObjC_ClassTable_Dump() 1018 CommandArgumentEntry arg; in CommandObjectMultiwordObjC_TaggedPointer_Info()
|