Searched refs:CommandObjectSP (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h47 const lldb::CommandObjectSP& command_obj);
52 virtual lldb::CommandObjectSP
124 virtual lldb::CommandObjectSP
138 const lldb::CommandObjectSP& command_obj);
H A DCommandInterpreter.h85 const lldb::CommandObjectSP &cmd_sp,
90 const lldb::CommandObjectSP &cmd_sp,
93 lldb::CommandObjectSP
116 lldb::CommandObjectSP& command_obj_sp);
138 ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp,
492 lldb::CommandObjectSP
H A DCommandObject.h77 typedef std::map<std::string, lldb::CommandObjectSP> CommandMap;
140 virtual lldb::CommandObjectSP
143 return lldb::CommandObjectSP();
172 const lldb::CommandObjectSP& command_obj)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp155 CommandObjectSP cmd_obj_sp = GetCommandSPExact ("quit", false);
377 m_command_dict["apropos"] = CommandObjectSP (new CommandObjectApropos (*this));
378 m_command_dict["breakpoint"]= CommandObjectSP (new CommandObjectMultiwordBreakpoint (*this));
379 m_command_dict["command"] = CommandObjectSP (new CommandObjectMultiwordCommands (*this));
380 m_command_dict["disassemble"] = CommandObjectSP (new CommandObjectDisassemble (*this));
381 m_command_dict["expression"]= CommandObjectSP (new CommandObjectExpression (*this));
382 m_command_dict["frame"] = CommandObjectSP (new CommandObjectMultiwordFrame (*this));
383 m_command_dict["gui"] = CommandObjectSP (new CommandObjectGUI (*this));
384 m_command_dict["help"] = CommandObjectSP (new CommandObjectHelp (*this));
385 m_command_dict["log"] = CommandObjectSP (ne
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp46 CommandObjectSP
49 CommandObjectSP return_cmd_sp;
94 const CommandObjectSP& cmd_obj
383 lldb::CommandObjectSP
389 return lldb::CommandObjectSP();
417 const lldb::CommandObjectSP& command_sp)
H A DCommandObjectPlugin.cpp111 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter)));
H A DCommandObjectCommands.cpp630 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact (cmd_obj.GetCommandName(), false);
696 CommandObjectSP command_obj_sp(m_interpreter.GetCommandSPExact (actual_command.c_str(), true));
697 CommandObjectSP subcommand_obj_sp;
735 CommandObjectSP tmp_sp = m_interpreter.GetCommandSPExact (cmd_obj->GetCommandName(), false);
962 CommandObjectSP cmd_sp (m_regex_cmd_ap.release());
1183 CommandObjectSP cmd_sp (m_regex_cmd_ap.release());
1694 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction (m_interpreter,
1763 CommandObjectSP new_cmd(new CommandObjectPythonFunction(m_interpreter,
1951 LoadSubCommand ("add", CommandObjectSP (new CommandObjectCommandsScriptAdd (interpreter)));
1952 LoadSubCommand ("delete", CommandObjectSP (ne
[all...]
H A DCommandObjectPlatform.cpp1040 LoadSubCommand ("open", CommandObjectSP (new CommandObjectPlatformFOpen (interpreter)));
1041 LoadSubCommand ("close", CommandObjectSP (new CommandObjectPlatformFClose (interpreter)));
1042 LoadSubCommand ("read", CommandObjectSP (new CommandObjectPlatformFRead (interpreter)));
1043 LoadSubCommand ("write", CommandObjectSP (new CommandObjectPlatformFWrite (interpreter)));
1988 LoadSubCommand ("attach", CommandObjectSP (new CommandObjectPlatformProcessAttach (interpreter)));
1989 LoadSubCommand ("launch", CommandObjectSP (new CommandObjectPlatformProcessLaunch (interpreter)));
1990 LoadSubCommand ("info" , CommandObjectSP (new CommandObjectPlatformProcessInfo (interpreter)));
1991 LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformProcessList (interpreter)));
2271 LoadSubCommand ("select", CommandObjectSP (new CommandObjectPlatformSelect (interpreter)));
2272 LoadSubCommand ("list" , CommandObjectSP (ne
[all...]
H A DCommandObjectLog.cpp488 LoadSubCommand ("enable", CommandObjectSP (new CommandObjectLogEnable (interpreter)));
489 LoadSubCommand ("disable", CommandObjectSP (new CommandObjectLogDisable (interpreter)));
490 LoadSubCommand ("list", CommandObjectSP (new CommandObjectLogList (interpreter)));
491 LoadSubCommand ("timers", CommandObjectSP (new CommandObjectLogTimer (interpreter)));
H A DCommandObjectWatchpoint.cpp1342 LoadSubCommand ("variable", CommandObjectSP (new CommandObjectWatchpointSetVariable (interpreter)));
1343 LoadSubCommand ("expression", CommandObjectSP (new CommandObjectWatchpointSetExpression (interpreter)));
1363 CommandObjectSP list_command_object (new CommandObjectWatchpointList (interpreter));
1364 CommandObjectSP enable_command_object (new CommandObjectWatchpointEnable (interpreter));
1365 CommandObjectSP disable_command_object (new CommandObjectWatchpointDisable (interpreter));
1366 CommandObjectSP delete_command_object (new CommandObjectWatchpointDelete (interpreter));
1367 CommandObjectSP ignore_command_object (new CommandObjectWatchpointIgnore (interpreter));
1368 CommandObjectSP command_command_object (new CommandObjectWatchpointCommand (interpreter));
1369 CommandObjectSP modify_command_object (new CommandObjectWatchpointModify (interpreter));
1370 CommandObjectSP set_command_objec
[all...]
H A DCommandObjectProcess.cpp1843 LoadSubCommand ("attach", CommandObjectSP (new CommandObjectProcessAttach (interpreter)));
1844 LoadSubCommand ("launch", CommandObjectSP (new CommandObjectProcessLaunch (interpreter)));
1845 LoadSubCommand ("continue", CommandObjectSP (new CommandObjectProcessContinue (interpreter)));
1846 LoadSubCommand ("connect", CommandObjectSP (new CommandObjectProcessConnect (interpreter)));
1847 LoadSubCommand ("detach", CommandObjectSP (new CommandObjectProcessDetach (interpreter)));
1848 LoadSubCommand ("load", CommandObjectSP (new CommandObjectProcessLoad (interpreter)));
1849 LoadSubCommand ("unload", CommandObjectSP (new CommandObjectProcessUnload (interpreter)));
1850 LoadSubCommand ("signal", CommandObjectSP (new CommandObjectProcessSignal (interpreter)));
1851 LoadSubCommand ("handle", CommandObjectSP (new CommandObjectProcessHandle (interpreter)));
1852 LoadSubCommand ("status", CommandObjectSP (ne
[all...]
H A DCommandObjectThread.cpp1734 LoadSubCommand ("backtrace", CommandObjectSP (new CommandObjectThreadBacktrace (interpreter)));
1735 LoadSubCommand ("continue", CommandObjectSP (new CommandObjectThreadContinue (interpreter)));
1736 LoadSubCommand ("list", CommandObjectSP (new CommandObjectThreadList (interpreter)));
1737 LoadSubCommand ("return", CommandObjectSP (new CommandObjectThreadReturn (interpreter)));
1738 LoadSubCommand ("jump", CommandObjectSP (new CommandObjectThreadJump (interpreter)));
1739 LoadSubCommand ("select", CommandObjectSP (new CommandObjectThreadSelect (interpreter)));
1740 LoadSubCommand ("until", CommandObjectSP (new CommandObjectThreadUntil (interpreter)));
1741 LoadSubCommand ("step-in", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope (
1749 LoadSubCommand ("step-out", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope (
1757 LoadSubCommand ("step-over", CommandObjectSP (ne
[all...]
H A DCommandObjectSettings.cpp1195 LoadSubCommand ("set", CommandObjectSP (new CommandObjectSettingsSet (interpreter)));
1196 LoadSubCommand ("show", CommandObjectSP (new CommandObjectSettingsShow (interpreter)));
1197 LoadSubCommand ("list", CommandObjectSP (new CommandObjectSettingsList (interpreter)));
1198 LoadSubCommand ("remove", CommandObjectSP (new CommandObjectSettingsRemove (interpreter)));
1199 LoadSubCommand ("replace", CommandObjectSP (new CommandObjectSettingsReplace (interpreter)));
1200 LoadSubCommand ("insert-before", CommandObjectSP (new CommandObjectSettingsInsertBefore (interpreter)));
1201 LoadSubCommand ("insert-after", CommandObjectSP (new CommandObjectSettingsInsertAfter (interpreter)));
1202 LoadSubCommand ("append", CommandObjectSP (new CommandObjectSettingsAppend (interpreter)));
1203 LoadSubCommand ("clear", CommandObjectSP (new CommandObjectSettingsClear (interpreter)));
H A DCommandObjectTarget.cpp2598 LoadSubCommand ("symtab", CommandObjectSP (new CommandObjectTargetModulesDumpSymtab (interpreter)));
2599 LoadSubCommand ("sections", CommandObjectSP (new CommandObjectTargetModulesDumpSections (interpreter)));
2600 LoadSubCommand ("symfile", CommandObjectSP (new CommandObjectTargetModulesDumpSymfile (interpreter)));
2601 LoadSubCommand ("line-table", CommandObjectSP (new CommandObjectTargetModulesDumpLineTable (interpreter)));
4237 LoadSubCommand ("add", CommandObjectSP (new CommandObjectTargetModulesSearchPathsAdd (interpreter)));
4238 LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTargetModulesSearchPathsClear (interpreter)));
4239 LoadSubCommand ("insert", CommandObjectSP (new CommandObjectTargetModulesSearchPathsInsert (interpreter)));
4240 LoadSubCommand ("list", CommandObjectSP (new CommandObjectTargetModulesSearchPathsList (interpreter)));
4241 LoadSubCommand ("query", CommandObjectSP (new CommandObjectTargetModulesSearchPathsQuery (interpreter)));
4269 LoadSubCommand ("add", CommandObjectSP (ne
[all...]
H A DCommandObjectBreakpointCommand.cpp820 CommandObjectSP add_command_object (new CommandObjectBreakpointCommandAdd (interpreter));
821 CommandObjectSP delete_command_object (new CommandObjectBreakpointCommandDelete (interpreter));
822 CommandObjectSP list_command_object (new CommandObjectBreakpointCommandList (interpreter));
H A DCommandObjectFrame.cpp618 LoadSubCommand ("info", CommandObjectSP (new CommandObjectFrameInfo (interpreter)));
619 LoadSubCommand ("select", CommandObjectSP (new CommandObjectFrameSelect (interpreter)));
620 LoadSubCommand ("variable", CommandObjectSP (new CommandObjectFrameVariable (interpreter)));
H A DCommandObjectWatchpointCommand.cpp751 CommandObjectSP add_command_object (new CommandObjectWatchpointCommandAdd (interpreter));
752 CommandObjectSP delete_command_object (new CommandObjectWatchpointCommandDelete (interpreter));
753 CommandObjectSP list_command_object (new CommandObjectWatchpointCommandList (interpreter));
H A DCommandObjectType.cpp4271 LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeFormatAdd (interpreter)));
4272 LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTypeFormatClear (interpreter)));
4273 LoadSubCommand ("delete", CommandObjectSP (new CommandObjectTypeFormatDelete (interpreter)));
4274 LoadSubCommand ("list", CommandObjectSP (new CommandObjectTypeFormatList (interpreter)));
4294 LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeSynthAdd (interpreter)));
4295 LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTypeSynthClear (interpreter)));
4296 LoadSubCommand ("delete", CommandObjectSP (new CommandObjectTypeSynthDelete (interpreter)));
4297 LoadSubCommand ("list", CommandObjectSP (new CommandObjectTypeSynthList (interpreter)));
4317 LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeFilterAdd (interpreter)));
4318 LoadSubCommand ("clear", CommandObjectSP (ne
[all...]
H A DCommandObjectBreakpoint.cpp1761 CommandObjectSP list_command_object (new CommandObjectBreakpointList (interpreter));
1762 CommandObjectSP enable_command_object (new CommandObjectBreakpointEnable (interpreter));
1763 CommandObjectSP disable_command_object (new CommandObjectBreakpointDisable (interpreter));
1764 CommandObjectSP clear_command_object (new CommandObjectBreakpointClear (interpreter));
1765 CommandObjectSP delete_command_object (new CommandObjectBreakpointDelete (interpreter));
1766 CommandObjectSP set_command_object (new CommandObjectBreakpointSet (interpreter));
1767 CommandObjectSP command_command_object (new CommandObjectBreakpointCommand (interpreter));
1768 CommandObjectSP modify_command_object (new CommandObjectBreakpointModify(interpreter));
H A DCommandObjectRegister.cpp490 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter)));
491 LoadSubCommand ("write", CommandObjectSP (new CommandObjectRegisterWrite (interpreter)));
H A DCommandObjectMemory.cpp1681 LoadSubCommand ("find", CommandObjectSP (new CommandObjectMemoryFind (interpreter)));
1682 LoadSubCommand ("read", CommandObjectSP (new CommandObjectMemoryRead (interpreter)));
1683 LoadSubCommand ("write", CommandObjectSP (new CommandObjectMemoryWrite (interpreter)));
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h216 SBCommand (lldb::CommandObjectSP cmd_sp);
218 lldb::CommandObjectSP m_opaque_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp540 lldb::CommandObjectSP new_command_sp(new_command);
549 lldb::CommandObjectSP new_command_sp;
560 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp)
594 lldb::CommandObjectSP new_command_sp(new_command);
607 lldb::CommandObjectSP new_command_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h342 lldb::CommandObjectSP m_command_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h289 typedef std::shared_ptr<lldb_private::CommandObject> CommandObjectSP; typedef in namespace:lldb

Completed in 298 milliseconds

12