| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 470 CommandObjectSP(new CommandObjectDisassemble(*this)); in LoadCommandDictionary() 472 CommandObjectSP(new CommandObjectExpression(*this)); in LoadCommandDictionary() 480 CommandObjectSP(new CommandObjectPlatform(*this)); in LoadCommandDictionary() 486 CommandObjectSP(new CommandObjectRegister(*this)); in LoadCommandDictionary() 488 CommandObjectSP(new CommandObjectReproducer(*this)); in LoadCommandDictionary() 505 CommandObjectSP(new CommandObjectLanguage(*this)); in LoadCommandDictionary() 857 CommandObjectSP 861 CommandObjectSP command_sp; in GetCommandSP() 1013 CommandObjectSP ret_val; // Possibly empty return value. in GetCommandSPExact() 1108 CommandObjectSP cmd_obj_sp( in GetAliasFullName() [all …]
|
| H A D | CommandAlias.cpp | 23 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs() 76 lldb::CommandObjectSP cmd_sp, in CommandAlias() 204 std::pair<lldb::CommandObjectSP, OptionArgVectorSP> CommandAlias::Desugar() { in Desugar()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 86 CommandObjectSP(new CommandObjectRenderScriptScriptGroupBreakpointSet( in CommandObjectRenderScriptScriptGroupBreakpoint() 148 CommandObjectSP( in CommandObjectRenderScriptScriptGroup() 151 "list", CommandObjectSP( in CommandObjectRenderScriptScriptGroup() 158 lldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup( in NewCommandObjectRenderScriptScriptGroup() 160 return CommandObjectSP(new CommandObjectRenderScriptScriptGroup(interpreter)); in NewCommandObjectRenderScriptScriptGroup()
|
| H A D | RenderScriptScriptGroup.h | 15 lldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 25 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp, 62 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand() 70 std::pair<lldb::CommandObjectSP, OptionArgVectorSP> Desugar(); 76 lldb::CommandObjectSP m_underlying_command_sp;
|
| H A D | CommandObjectMultiword.h | 39 const lldb::CommandObjectSP &command_obj) override; 43 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 98 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 110 const lldb::CommandObjectSP &command_obj) override;
|
| H A D | CommandInterpreter.h | 209 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp, 212 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp, 215 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd, 229 lldb::CommandObjectSP &command_obj_sp, 539 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,
|
| H A D | CommandObject.h | 110 typedef std::map<std::string, lldb::CommandObjectSP> CommandMap; 156 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 158 return lldb::CommandObjectSP(); 181 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectStats.cpp | 100 CommandObjectSP(new CommandObjectStatsEnable(interpreter))); in CommandObjectStats() 102 CommandObjectSP(new CommandObjectStatsDisable(interpreter))); in CommandObjectStats() 104 CommandObjectSP(new CommandObjectStatsDump(interpreter))); in CommandObjectStats()
|
| H A D | CommandObjectCommands.cpp | 641 if (CommandObjectSP cmd_obj_sp = in HandleAliasingRawCommand() 696 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() 698 CommandObjectSP subcommand_obj_sp; in HandleAliasingNormalCommand() 735 CommandObjectSP tmp_sp = in HandleAliasingNormalCommand() 1012 CommandObjectSP cmd_sp(m_regex_cmd_ap.release()); in IOHandlerInputComplete() 1168 CommandObjectSP cmd_sp(m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter() 1724 CommandObjectSP new_cmd(new CommandObjectPythonFunction( in DoExecute() 1751 CommandObjectSP new_cmd(new CommandObjectScriptingObject( in DoExecute() 1877 LoadSubCommand("add", CommandObjectSP( in CommandObjectMultiwordCommandsScript() 1910 LoadSubCommand("unalias", CommandObjectSP( in CommandObjectMultiwordCommands() [all …]
|
| H A D | CommandObjectPlatform.cpp | 806 "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter))); in CommandObjectPlatformFile() 810 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile() 1649 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess() 1652 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess() 1848 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform() 1851 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform() 1855 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform() 1861 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform() 1862 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform() 1868 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform() [all …]
|
| H A D | CommandObjectType.cpp | 3053 LoadSubCommand("clear", CommandObjectSP( in CommandObjectTypeFormat() 3089 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth() 3109 LoadSubCommand("clear", CommandObjectSP( in CommandObjectTypeFilter() 3128 CommandObjectSP(new CommandObjectTypeCategoryDefine(interpreter))); in CommandObjectTypeCategory() 3131 CommandObjectSP(new CommandObjectTypeCategoryEnable(interpreter))); in CommandObjectTypeCategory() 3134 CommandObjectSP(new CommandObjectTypeCategoryDisable(interpreter))); in CommandObjectTypeCategory() 3137 CommandObjectSP(new CommandObjectTypeCategoryDelete(interpreter))); in CommandObjectTypeCategory() 3138 LoadSubCommand("list", CommandObjectSP( in CommandObjectTypeCategory() 3182 CommandObjectSP(new CommandObjectTypeFilter(interpreter))); in CommandObjectType() 3184 CommandObjectSP(new CommandObjectTypeFormat(interpreter))); in CommandObjectType() [all …]
|
| H A D | CommandObjectMultiword.cpp | 33 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() 35 CommandObjectSP return_cmd_sp; in GetSubcommandSP() 73 const CommandObjectSP &cmd_obj) { in LoadSubCommand() 310 lldb::CommandObjectSP 316 return lldb::CommandObjectSP(); in GetSubcommandSP() 338 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand()
|
| H A D | CommandObjectSettings.cpp | 1191 CommandObjectSP(new CommandObjectSettingsSet(interpreter))); in CommandObjectMultiwordSettings() 1193 CommandObjectSP(new CommandObjectSettingsShow(interpreter))); in CommandObjectMultiwordSettings() 1195 CommandObjectSP(new CommandObjectSettingsList(interpreter))); in CommandObjectMultiwordSettings() 1197 CommandObjectSP(new CommandObjectSettingsRemove(interpreter))); in CommandObjectMultiwordSettings() 1198 LoadSubCommand("replace", CommandObjectSP( in CommandObjectMultiwordSettings() 1202 CommandObjectSP(new CommandObjectSettingsInsertBefore(interpreter))); in CommandObjectMultiwordSettings() 1205 CommandObjectSP(new CommandObjectSettingsInsertAfter(interpreter))); in CommandObjectMultiwordSettings() 1207 CommandObjectSP(new CommandObjectSettingsAppend(interpreter))); in CommandObjectMultiwordSettings() 1209 CommandObjectSP(new CommandObjectSettingsClear(interpreter))); in CommandObjectMultiwordSettings() 1211 CommandObjectSP(new CommandObjectSettingsWrite(interpreter))); in CommandObjectMultiwordSettings() [all …]
|
| H A D | CommandObjectFrame.cpp | 1102 CommandObjectSP(new CommandObjectFrameRecognizerAdd(interpreter))); in CommandObjectFrameRecognizer() 1105 CommandObjectSP(new CommandObjectFrameRecognizerClear(interpreter))); in CommandObjectFrameRecognizer() 1108 CommandObjectSP(new CommandObjectFrameRecognizerDelete(interpreter))); in CommandObjectFrameRecognizer() 1111 CommandObjectSP(new CommandObjectFrameRecognizerList(interpreter))); in CommandObjectFrameRecognizer() 1114 CommandObjectSP(new CommandObjectFrameRecognizerInfo(interpreter))); in CommandObjectFrameRecognizer() 1133 CommandObjectSP(new CommandObjectFrameDiagnose(interpreter))); in CommandObjectMultiwordFrame() 1135 CommandObjectSP(new CommandObjectFrameInfo(interpreter))); in CommandObjectMultiwordFrame() 1137 CommandObjectSP(new CommandObjectFrameSelect(interpreter))); in CommandObjectMultiwordFrame() 1139 CommandObjectSP(new CommandObjectFrameVariable(interpreter))); in CommandObjectMultiwordFrame() 1143 CommandObjectSP(new CommandObjectFrameRecognizer(interpreter))); in CommandObjectMultiwordFrame()
|
| H A D | CommandObjectProcess.cpp | 1610 CommandObjectSP(new CommandObjectProcessAttach(interpreter))); in CommandObjectMultiwordProcess() 1612 CommandObjectSP(new CommandObjectProcessLaunch(interpreter))); in CommandObjectMultiwordProcess() 1613 LoadSubCommand("continue", CommandObjectSP(new CommandObjectProcessContinue( in CommandObjectMultiwordProcess() 1618 CommandObjectSP(new CommandObjectProcessDetach(interpreter))); in CommandObjectMultiwordProcess() 1620 CommandObjectSP(new CommandObjectProcessLoad(interpreter))); in CommandObjectMultiwordProcess() 1622 CommandObjectSP(new CommandObjectProcessUnload(interpreter))); in CommandObjectMultiwordProcess() 1624 CommandObjectSP(new CommandObjectProcessSignal(interpreter))); in CommandObjectMultiwordProcess() 1626 CommandObjectSP(new CommandObjectProcessHandle(interpreter))); in CommandObjectMultiwordProcess() 1628 CommandObjectSP(new CommandObjectProcessStatus(interpreter))); in CommandObjectMultiwordProcess() 1632 CommandObjectSP(new CommandObjectProcessKill(interpreter))); in CommandObjectMultiwordProcess() [all …]
|
| H A D | CommandObjectReproducer.cpp | 92 CommandObjectSP(new CommandObjectReproducerGenerate(interpreter))); in CommandObjectReproducer() 93 LoadSubCommand("status", CommandObjectSP( in CommandObjectReproducer()
|
| H A D | CommandObjectThread.cpp | 2080 CommandObjectSP(new CommandObjectThreadPlanDiscard(interpreter))); in CommandObjectMultiwordThreadPlan() 2101 CommandObjectSP(new CommandObjectThreadList(interpreter))); in CommandObjectMultiwordThread() 2105 CommandObjectSP(new CommandObjectThreadJump(interpreter))); in CommandObjectMultiwordThread() 2109 CommandObjectSP(new CommandObjectThreadUntil(interpreter))); in CommandObjectMultiwordThread() 2111 CommandObjectSP(new CommandObjectThreadInfo(interpreter))); in CommandObjectMultiwordThread() 2114 CommandObjectSP(new CommandObjectThreadException(interpreter))); in CommandObjectMultiwordThread() 2116 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread() 2123 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread() 2130 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread() 2137 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread() [all …]
|
| H A D | CommandObjectLog.cpp | 368 CommandObjectSP(new CommandObjectLogEnable(interpreter))); in CommandObjectLog() 370 CommandObjectSP(new CommandObjectLogDisable(interpreter))); in CommandObjectLog() 372 CommandObjectSP(new CommandObjectLogList(interpreter))); in CommandObjectLog() 374 CommandObjectSP(new CommandObjectLogTimer(interpreter))); in CommandObjectLog()
|
| H A D | CommandObjectWatchpoint.cpp | 1145 CommandObjectSP(new CommandObjectWatchpointSetVariable(interpreter))); in CommandObjectWatchpointSet() 1148 CommandObjectSP(new CommandObjectWatchpointSetExpression(interpreter))); in CommandObjectWatchpointSet() 1164 CommandObjectSP list_command_object( in CommandObjectMultiwordWatchpoint() 1166 CommandObjectSP enable_command_object( in CommandObjectMultiwordWatchpoint() 1168 CommandObjectSP disable_command_object( in CommandObjectMultiwordWatchpoint() 1170 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() 1172 CommandObjectSP ignore_command_object( in CommandObjectMultiwordWatchpoint() 1174 CommandObjectSP command_command_object( in CommandObjectMultiwordWatchpoint() 1176 CommandObjectSP modify_command_object( in CommandObjectMultiwordWatchpoint() 1178 CommandObjectSP set_command_object( in CommandObjectMultiwordWatchpoint()
|
| H A D | CommandObjectTarget.cpp | 2484 CommandObjectSP( in CommandObjectTargetModulesDump() 2490 CommandObjectSP(new CommandObjectTargetModulesDumpSections( in CommandObjectTargetModulesDump() 2493 CommandObjectSP( in CommandObjectTargetModulesDump() 2496 "ast", CommandObjectSP( in CommandObjectTargetModulesDump() 4031 "add", CommandObjectSP( in CommandObjectTargetModulesImageSearchPaths() 4038 CommandObjectSP( in CommandObjectTargetModulesImageSearchPaths() 4077 CommandObjectSP(new CommandObjectTargetModulesLookup(interpreter))); in CommandObjectTargetModules() 4080 CommandObjectSP( in CommandObjectTargetModules() 4996 LoadSubCommand("add", CommandObjectSP( in CommandObjectMultiwordTargetStopHooks() 5000 CommandObjectSP(new CommandObjectTargetStopHookDelete(interpreter))); in CommandObjectMultiwordTargetStopHooks() [all …]
|
| H A D | CommandObjectBreakpoint.cpp | 2257 CommandObjectSP add_command_object( in CommandObjectBreakpointName() 2261 CommandObjectSP list_command_object( in CommandObjectBreakpointName() 2531 CommandObjectSP list_command_object( in CommandObjectMultiwordBreakpoint() 2533 CommandObjectSP enable_command_object( in CommandObjectMultiwordBreakpoint() 2537 CommandObjectSP clear_command_object( in CommandObjectMultiwordBreakpoint() 2539 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() 2541 CommandObjectSP set_command_object( in CommandObjectMultiwordBreakpoint() 2545 CommandObjectSP modify_command_object( in CommandObjectMultiwordBreakpoint() 2547 CommandObjectSP name_command_object( in CommandObjectMultiwordBreakpoint() 2549 CommandObjectSP write_command_object( in CommandObjectMultiwordBreakpoint() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 549 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand() 558 lldb::CommandObjectSP new_command_sp; in AddCommand() 572 lldb::CommandObjectSP new_command_sp; in AddCommand() 584 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand() 621 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand() 634 lldb::CommandObjectSP new_command_sp; in AddCommand() 649 lldb::CommandObjectSP new_command_sp; in AddCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 309 SBCommand(lldb::CommandObjectSP cmd_sp); 311 lldb::CommandObjectSP m_opaque_sp;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 58 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger()
|