Home
last modified time | relevance | path

Searched refs:CommandObjectSP (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp85 CommandObjectSP(new CommandObjectRenderScriptScriptGroupBreakpointSet( in CommandObjectRenderScriptScriptGroupBreakpoint()
147 CommandObjectSP( in CommandObjectRenderScriptScriptGroup()
150 "list", CommandObjectSP( in CommandObjectRenderScriptScriptGroup()
157 lldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup( in NewCommandObjectRenderScriptScriptGroup()
159 return CommandObjectSP(new CommandObjectRenderScriptScriptGroup(interpreter)); in NewCommandObjectRenderScriptScriptGroup()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h24 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp,
61 lldb::CommandObjectSP GetUnderlyingCommand() { in GetUnderlyingCommand()
69 std::pair<lldb::CommandObjectSP, OptionArgVectorSP> Desugar();
75 lldb::CommandObjectSP m_underlying_command_sp;
H A DCommandObjectMultiword.h36 const lldb::CommandObjectSP &command_obj) override;
40 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
99 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
111 const lldb::CommandObjectSP &command_obj) override;
H A DCommandObject.h110 typedef std::map<std::string, lldb::CommandObjectSP> CommandMap;
157 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
159 return lldb::CommandObjectSP();
182 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand()
H A DCommandInterpreter.h256 bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
259 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
262 lldb::CommandObjectSP GetCommandSPExact(llvm::StringRef cmd,
276 lldb::CommandObjectSP &command_obj_sp,
578 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp481 LoadSubCommand("enable", CommandObjectSP( in CommandObjectLogTimer()
483 LoadSubCommand("disable", CommandObjectSP(new CommandObjectLogTimerDisable( in CommandObjectLogTimer()
486 CommandObjectSP(new CommandObjectLogTimerDump(interpreter))); in CommandObjectLogTimer()
488 "reset", CommandObjectSP(new CommandObjectLogTimerReset(interpreter))); in CommandObjectLogTimer()
491 CommandObjectSP(new CommandObjectLogTimerIncrement(interpreter))); in CommandObjectLogTimer()
502 CommandObjectSP(new CommandObjectLogEnable(interpreter))); in CommandObjectLog()
504 CommandObjectSP(new CommandObjectLogDisable(interpreter))); in CommandObjectLog()
506 CommandObjectSP(new CommandObjectLogList(interpreter))); in CommandObjectLog()
508 CommandObjectSP(new CommandObjectLogTimer(interpreter))); in CommandObjectLog()
H A DCommandObjectTrace.h35 virtual lldb::CommandObjectSP GetDelegateCommand(Trace &trace) = 0;
37 llvm::Expected<lldb::CommandObjectSP> DoGetProxyCommandObject();
45 lldb::CommandObjectSP m_delegate_sp;
H A DCommandObjectCommands.cpp452 if (CommandObjectSP cmd_obj_sp = in HandleAliasingRawCommand()
503 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand()
505 CommandObjectSP subcommand_obj_sp; in HandleAliasingNormalCommand()
540 CommandObjectSP tmp_sp = in HandleAliasingNormalCommand()
818 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete()
972 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter()
1456 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete()
1508 CommandObjectSP new_cmd(new CommandObjectPythonFunction( in DoExecute()
1531 CommandObjectSP new_cmd(new CommandObjectScriptingObject( in DoExecute()
1667 LoadSubCommand("add", CommandObjectSP( in CommandObjectMultiwordCommandsScript()
[all …]
H A DCommandObjectPlatform.cpp749 "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter))); in CommandObjectPlatformFile()
753 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
1517 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess()
1520 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess()
1741 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1744 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1748 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1754 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1755 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1761 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
[all …]
H A DCommandObjectStats.cpp96 CommandObjectSP(new CommandObjectStatsEnable(interpreter))); in CommandObjectStats()
98 CommandObjectSP(new CommandObjectStatsDisable(interpreter))); in CommandObjectStats()
100 CommandObjectSP(new CommandObjectStatsDump(interpreter))); in CommandObjectStats()
H A DCommandObjectThread.cpp1916 CommandObjectSP(new CommandObjectThreadPlanDiscard(interpreter))); in CommandObjectMultiwordThreadPlan()
1919 CommandObjectSP(new CommandObjectThreadPlanPrune(interpreter))); in CommandObjectMultiwordThreadPlan()
1964 lldb::CommandObjectSP GetDelegateCommand(Trace &trace) override { in GetDelegateCommand()
2275 CommandObjectSP(new CommandObjectTraceStop(interpreter))); in CommandObjectMultiwordTrace()
2297 CommandObjectSP(new CommandObjectThreadList(interpreter))); in CommandObjectMultiwordThread()
2301 CommandObjectSP(new CommandObjectThreadJump(interpreter))); in CommandObjectMultiwordThread()
2305 CommandObjectSP(new CommandObjectThreadUntil(interpreter))); in CommandObjectMultiwordThread()
2307 CommandObjectSP(new CommandObjectThreadInfo(interpreter))); in CommandObjectMultiwordThread()
2311 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread()
2318 CommandObjectSP(new CommandObjectThreadStepWithTypeAndScope( in CommandObjectMultiwordThread()
[all …]
H A DCommandObjectTrace.cpp296 CommandObjectSP(new CommandObjectTraceLoad(interpreter))); in CommandObjectTrace()
298 CommandObjectSP(new CommandObjectTraceDump(interpreter))); in CommandObjectTrace()
300 CommandObjectSP(new CommandObjectTraceSchema(interpreter))); in CommandObjectTrace()
305 Expected<CommandObjectSP> CommandObjectTraceProxy::DoGetProxyCommandObject() { in DoGetProxyCommandObject()
324 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject()
H A DCommandObjectProcess.cpp1639 lldb::CommandObjectSP GetDelegateCommand(Trace &trace) override { in GetDelegateCommand()
1681 LoadSubCommand("start", CommandObjectSP(new CommandObjectProcessTraceStart( in CommandObjectMultiwordProcessTrace()
1683 LoadSubCommand("stop", CommandObjectSP( in CommandObjectMultiwordProcessTrace()
1699 CommandObjectSP(new CommandObjectProcessAttach(interpreter))); in CommandObjectMultiwordProcess()
1701 CommandObjectSP(new CommandObjectProcessLaunch(interpreter))); in CommandObjectMultiwordProcess()
1702 LoadSubCommand("continue", CommandObjectSP(new CommandObjectProcessContinue( in CommandObjectMultiwordProcess()
1707 CommandObjectSP(new CommandObjectProcessDetach(interpreter))); in CommandObjectMultiwordProcess()
1709 CommandObjectSP(new CommandObjectProcessLoad(interpreter))); in CommandObjectMultiwordProcess()
1711 CommandObjectSP(new CommandObjectProcessUnload(interpreter))); in CommandObjectMultiwordProcess()
1721 CommandObjectSP(new CommandObjectProcessKill(interpreter))); in CommandObjectMultiwordProcess()
[all …]
H A DCommandObjectType.cpp2928 LoadSubCommand("clear", CommandObjectSP( in CommandObjectTypeFormat()
2964 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth()
2984 LoadSubCommand("clear", CommandObjectSP( in CommandObjectTypeFilter()
3003 CommandObjectSP(new CommandObjectTypeCategoryDefine(interpreter))); in CommandObjectTypeCategory()
3006 CommandObjectSP(new CommandObjectTypeCategoryEnable(interpreter))); in CommandObjectTypeCategory()
3009 CommandObjectSP(new CommandObjectTypeCategoryDisable(interpreter))); in CommandObjectTypeCategory()
3012 CommandObjectSP(new CommandObjectTypeCategoryDelete(interpreter))); in CommandObjectTypeCategory()
3013 LoadSubCommand("list", CommandObjectSP( in CommandObjectTypeCategory()
3055 CommandObjectSP(new CommandObjectTypeFilter(interpreter))); in CommandObjectType()
3057 CommandObjectSP(new CommandObjectTypeFormat(interpreter))); in CommandObjectType()
[all …]
H A DCommandObjectMultiword.cpp29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP()
31 CommandObjectSP return_cmd_sp; in GetSubcommandSP()
69 const CommandObjectSP &cmd_obj) { in LoadSubCommand()
320 lldb::CommandObjectSP
326 return lldb::CommandObjectSP(); in GetSubcommandSP()
348 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand()
H A DCommandObjectSettings.cpp1138 CommandObjectSP(new CommandObjectSettingsSet(interpreter))); in CommandObjectMultiwordSettings()
1140 CommandObjectSP(new CommandObjectSettingsShow(interpreter))); in CommandObjectMultiwordSettings()
1142 CommandObjectSP(new CommandObjectSettingsList(interpreter))); in CommandObjectMultiwordSettings()
1144 CommandObjectSP(new CommandObjectSettingsRemove(interpreter))); in CommandObjectMultiwordSettings()
1145 LoadSubCommand("replace", CommandObjectSP( in CommandObjectMultiwordSettings()
1149 CommandObjectSP(new CommandObjectSettingsInsertBefore(interpreter))); in CommandObjectMultiwordSettings()
1152 CommandObjectSP(new CommandObjectSettingsInsertAfter(interpreter))); in CommandObjectMultiwordSettings()
1154 CommandObjectSP(new CommandObjectSettingsAppend(interpreter))); in CommandObjectMultiwordSettings()
1156 CommandObjectSP(new CommandObjectSettingsClear(interpreter))); in CommandObjectMultiwordSettings()
1158 CommandObjectSP(new CommandObjectSettingsWrite(interpreter))); in CommandObjectMultiwordSettings()
[all …]
H A DCommandObjectFrame.cpp1122 LoadSubCommand("add", CommandObjectSP(new CommandObjectFrameRecognizerAdd( in CommandObjectFrameRecognizer()
1126 CommandObjectSP(new CommandObjectFrameRecognizerClear(interpreter))); in CommandObjectFrameRecognizer()
1129 CommandObjectSP(new CommandObjectFrameRecognizerDelete(interpreter))); in CommandObjectFrameRecognizer()
1130 LoadSubCommand("list", CommandObjectSP(new CommandObjectFrameRecognizerList( in CommandObjectFrameRecognizer()
1132 LoadSubCommand("info", CommandObjectSP(new CommandObjectFrameRecognizerInfo( in CommandObjectFrameRecognizer()
1151 CommandObjectSP(new CommandObjectFrameDiagnose(interpreter))); in CommandObjectMultiwordFrame()
1153 CommandObjectSP(new CommandObjectFrameInfo(interpreter))); in CommandObjectMultiwordFrame()
1155 CommandObjectSP(new CommandObjectFrameSelect(interpreter))); in CommandObjectMultiwordFrame()
1157 CommandObjectSP(new CommandObjectFrameVariable(interpreter))); in CommandObjectMultiwordFrame()
1159 LoadSubCommand("recognizer", CommandObjectSP(new CommandObjectFrameRecognizer( in CommandObjectMultiwordFrame()
H A DCommandObjectWatchpoint.cpp1162 CommandObjectSP(new CommandObjectWatchpointSetVariable(interpreter))); in CommandObjectWatchpointSet()
1165 CommandObjectSP(new CommandObjectWatchpointSetExpression(interpreter))); in CommandObjectWatchpointSet()
1179 CommandObjectSP list_command_object( in CommandObjectMultiwordWatchpoint()
1181 CommandObjectSP enable_command_object( in CommandObjectMultiwordWatchpoint()
1183 CommandObjectSP disable_command_object( in CommandObjectMultiwordWatchpoint()
1185 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint()
1187 CommandObjectSP ignore_command_object( in CommandObjectMultiwordWatchpoint()
1189 CommandObjectSP command_command_object( in CommandObjectMultiwordWatchpoint()
1191 CommandObjectSP modify_command_object( in CommandObjectMultiwordWatchpoint()
1193 CommandObjectSP set_command_object( in CommandObjectMultiwordWatchpoint()
H A DCommandObjectTarget.cpp2399 CommandObjectSP( in CommandObjectTargetModulesDump()
2405 CommandObjectSP(new CommandObjectTargetModulesDumpSections( in CommandObjectTargetModulesDump()
2408 CommandObjectSP( in CommandObjectTargetModulesDump()
2411 "ast", CommandObjectSP( in CommandObjectTargetModulesDump()
3883 "add", CommandObjectSP( in CommandObjectTargetModulesImageSearchPaths()
3890 CommandObjectSP( in CommandObjectTargetModulesImageSearchPaths()
3925 CommandObjectSP(new CommandObjectTargetModulesLookup(interpreter))); in CommandObjectTargetModules()
3928 CommandObjectSP( in CommandObjectTargetModules()
4879 LoadSubCommand("add", CommandObjectSP( in CommandObjectMultiwordTargetStopHooks()
4883 CommandObjectSP(new CommandObjectTargetStopHookDelete(interpreter))); in CommandObjectMultiwordTargetStopHooks()
[all …]
H A DCommandObjectReproducer.cpp711 CommandObjectSP(new CommandObjectReproducerGenerate(interpreter))); in CommandObjectReproducer()
712 LoadSubCommand("status", CommandObjectSP( in CommandObjectReproducer()
715 CommandObjectSP(new CommandObjectReproducerDump(interpreter))); in CommandObjectReproducer()
716 LoadSubCommand("verify", CommandObjectSP( in CommandObjectReproducer()
718 LoadSubCommand("xcrash", CommandObjectSP( in CommandObjectReproducer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp27 lldb::CommandObjectSP in LLDB_PLUGIN_DEFINE()
29 return CommandObjectSP( in LLDB_PLUGIN_DEFINE()
33 lldb::CommandObjectSP
35 return CommandObjectSP( in GetThreadTraceStartCommand()
H A DTraceIntelPT.h60 lldb::CommandObjectSP
63 lldb::CommandObjectSP
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp253 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize()
709 CommandObjectSP up_regex_cmd_sp(up_regex_cmd_up.release()); in LoadCommandDictionary()
800 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary()
900 CommandObjectSP
904 CommandObjectSP command_sp; in GetCommandSP()
929 CommandObjectSP user_match_sp, alias_match_sp, real_match_sp; in GetCommandSP()
1052 CommandObjectSP
1066 CommandObjectSP cmd_obj_sp = in GetCommandSPExact()
1151 CommandObjectSP cmd_obj_sp( in GetAliasFullName()
1185 CommandObjectSP(command_alias_up.get()); in AddAlias()
[all …]
H A DCommandAlias.cpp22 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
77 lldb::CommandObjectSP cmd_sp, in CommandAlias()
203 std::pair<lldb::CommandObjectSP, OptionArgVectorSP> CommandAlias::Desugar() { in Desugar()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h124 virtual lldb::CommandObjectSP
128 virtual lldb::CommandObjectSP

123