Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp887LoadSubCommand ("launch", CommandObjectSP (new CommandObjectPlatformProcessLaunch (interpreter))); in CommandObjectPlatformProcess()
888LoadSubCommand ("info" , CommandObjectSP (new CommandObjectPlatformProcessInfo (interpreter))); in CommandObjectPlatformProcess()
889LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformProcessList (interpreter))); in CommandObjectPlatformProcess()
972 LoadSubCommand ("select", CommandObjectSP (new CommandObjectPlatformSelect (interpreter))); in CommandObjectPlatform()
973 LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformList (interpreter))); in CommandObjectPlatform()
974 LoadSubCommand ("status", CommandObjectSP (new CommandObjectPlatformStatus (interpreter))); in CommandObjectPlatform()
975 LoadSubCommand ("connect", CommandObjectSP (new CommandObjectPlatformConnect (interpreter))); in CommandObjectPlatform()
976LoadSubCommand ("disconnect", CommandObjectSP (new CommandObjectPlatformDisconnect (interpreter))… in CommandObjectPlatform()
977 LoadSubCommand ("process", CommandObjectSP (new CommandObjectPlatformProcess (interpreter))); in CommandObjectPlatform()
978 LoadSubCommand ("shell", CommandObjectSP (new CommandObjectPlatformShell (interpreter))); in CommandObjectPlatform()
DCommandObjectProcess.cpp1927LoadSubCommand ("attach", CommandObjectSP (new CommandObjectProcessAttach (interpreter))); in CommandObjectMultiwordProcess()
1928LoadSubCommand ("launch", CommandObjectSP (new CommandObjectProcessLaunch (interpreter))); in CommandObjectMultiwordProcess()
1929LoadSubCommand ("continue", CommandObjectSP (new CommandObjectProcessContinue (interpreter))); in CommandObjectMultiwordProcess()
1930LoadSubCommand ("connect", CommandObjectSP (new CommandObjectProcessConnect (interpreter))); in CommandObjectMultiwordProcess()
1931LoadSubCommand ("detach", CommandObjectSP (new CommandObjectProcessDetach (interpreter))); in CommandObjectMultiwordProcess()
1932LoadSubCommand ("load", CommandObjectSP (new CommandObjectProcessLoad (interpreter))); in CommandObjectMultiwordProcess()
1933LoadSubCommand ("unload", CommandObjectSP (new CommandObjectProcessUnload (interpreter))); in CommandObjectMultiwordProcess()
1934LoadSubCommand ("signal", CommandObjectSP (new CommandObjectProcessSignal (interpreter))); in CommandObjectMultiwordProcess()
1935LoadSubCommand ("handle", CommandObjectSP (new CommandObjectProcessHandle (interpreter))); in CommandObjectMultiwordProcess()
1936LoadSubCommand ("status", CommandObjectSP (new CommandObjectProcessStatus (interpreter))); in CommandObjectMultiwordProcess()
[all …]
DCommandObjectSettings.cpp1195 LoadSubCommand ("set", CommandObjectSP (new CommandObjectSettingsSet (interpreter))); in CommandObjectMultiwordSettings()
1196 LoadSubCommand ("show", CommandObjectSP (new CommandObjectSettingsShow (interpreter))); in CommandObjectMultiwordSettings()
1197 LoadSubCommand ("list", CommandObjectSP (new CommandObjectSettingsList (interpreter))); in CommandObjectMultiwordSettings()
1198LoadSubCommand ("remove", CommandObjectSP (new CommandObjectSettingsRemove (interpreter))); in CommandObjectMultiwordSettings()
1199LoadSubCommand ("replace", CommandObjectSP (new CommandObjectSettingsReplace (interpreter))); in CommandObjectMultiwordSettings()
1200LoadSubCommand ("insert-before", CommandObjectSP (new CommandObjectSettingsInsertBefore (interpret… in CommandObjectMultiwordSettings()
1201LoadSubCommand ("insert-after", CommandObjectSP (new CommandObjectSettingsInsertAfter (interprete… in CommandObjectMultiwordSettings()
1202LoadSubCommand ("append", CommandObjectSP (new CommandObjectSettingsAppend (interpreter))); in CommandObjectMultiwordSettings()
1203LoadSubCommand ("clear", CommandObjectSP (new CommandObjectSettingsClear (interpreter))); in CommandObjectMultiwordSettings()
DCommandObjectThread.cpp1475 LoadSubCommand ("backtrace", CommandObjectSP (new CommandObjectThreadBacktrace (interpreter))); in CommandObjectMultiwordThread()
1476 LoadSubCommand ("continue", CommandObjectSP (new CommandObjectThreadContinue (interpreter))); in CommandObjectMultiwordThread()
1477 LoadSubCommand ("list", CommandObjectSP (new CommandObjectThreadList (interpreter))); in CommandObjectMultiwordThread()
1478 LoadSubCommand ("return", CommandObjectSP (new CommandObjectThreadReturn (interpreter))); in CommandObjectMultiwordThread()
1479 LoadSubCommand ("select", CommandObjectSP (new CommandObjectThreadSelect (interpreter))); in CommandObjectMultiwordThread()
1480 LoadSubCommand ("until", CommandObjectSP (new CommandObjectThreadUntil (interpreter))); in CommandObjectMultiwordThread()
1481 LoadSubCommand ("step-in", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope ( in CommandObjectMultiwordThread()
1489 LoadSubCommand ("step-out", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope ( in CommandObjectMultiwordThread()
1497 LoadSubCommand ("step-over", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope ( in CommandObjectMultiwordThread()
1505 LoadSubCommand ("step-inst", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope ( in CommandObjectMultiwordThread()
[all …]
DCommandObjectWatchpoint.cpp1342LoadSubCommand ("variable", CommandObjectSP (new CommandObjectWatchpointSetVariable (interpreter… in CommandObjectWatchpointSet()
1343LoadSubCommand ("expression", CommandObjectSP (new CommandObjectWatchpointSetExpression (interpret… in CommandObjectWatchpointSet()
1381 LoadSubCommand ("list", list_command_object); in CommandObjectMultiwordWatchpoint()
1382 LoadSubCommand ("enable", enable_command_object); in CommandObjectMultiwordWatchpoint()
1383 LoadSubCommand ("disable", disable_command_object); in CommandObjectMultiwordWatchpoint()
1384 LoadSubCommand ("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
1385 LoadSubCommand ("ignore", ignore_command_object); in CommandObjectMultiwordWatchpoint()
1386 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordWatchpoint()
1387 LoadSubCommand ("modify", modify_command_object); in CommandObjectMultiwordWatchpoint()
1388 LoadSubCommand ("set", set_command_object); in CommandObjectMultiwordWatchpoint()
DCommandObjectLog.cpp488 LoadSubCommand ("enable", CommandObjectSP (new CommandObjectLogEnable (interpreter))); in CommandObjectLog()
489 LoadSubCommand ("disable", CommandObjectSP (new CommandObjectLogDisable (interpreter))); in CommandObjectLog()
490 LoadSubCommand ("list", CommandObjectSP (new CommandObjectLogList (interpreter))); in CommandObjectLog()
491 LoadSubCommand ("timers", CommandObjectSP (new CommandObjectLogTimer (interpreter))); in CommandObjectLog()
DCommandObjectType.cpp3988 LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeFormatAdd (interpreter))); in CommandObjectTypeFormat()
3989 LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTypeFormatClear (interpreter))); in CommandObjectTypeFormat()
3990LoadSubCommand ("delete", CommandObjectSP (new CommandObjectTypeFormatDelete (interpreter))); in CommandObjectTypeFormat()
3991 LoadSubCommand ("list", CommandObjectSP (new CommandObjectTypeFormatList (interpreter))); in CommandObjectTypeFormat()
4011LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeSynthAdd (interpreter))); in CommandObjectTypeSynth()
4012LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTypeSynthClear (interpreter))); in CommandObjectTypeSynth()
4013LoadSubCommand ("delete", CommandObjectSP (new CommandObjectTypeSynthDelete (interpreter))); in CommandObjectTypeSynth()
4014LoadSubCommand ("list", CommandObjectSP (new CommandObjectTypeSynthList (interpreter))); in CommandObjectTypeSynth()
4034LoadSubCommand ("add", CommandObjectSP (new CommandObjectTypeFilterAdd (interpreter))); in CommandObjectTypeFilter()
4035LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTypeFilterClear (interpreter))); in CommandObjectTypeFilter()
[all …]
DCommandObjectCommands.cpp1984 LoadSubCommand ("add", CommandObjectSP (new CommandObjectCommandsScriptAdd (interpreter))); in CommandObjectMultiwordCommandsScript()
1985LoadSubCommand ("delete", CommandObjectSP (new CommandObjectCommandsScriptDelete (interpreter))); in CommandObjectMultiwordCommandsScript()
1986LoadSubCommand ("clear", CommandObjectSP (new CommandObjectCommandsScriptClear (interpreter))); in CommandObjectMultiwordCommandsScript()
1987LoadSubCommand ("list", CommandObjectSP (new CommandObjectCommandsScriptList (interpreter))); in CommandObjectMultiwordCommandsScript()
1988LoadSubCommand ("import", CommandObjectSP (new CommandObjectCommandsScriptImport (interpreter))); in CommandObjectMultiwordCommandsScript()
2010 LoadSubCommand ("source", CommandObjectSP (new CommandObjectCommandsSource (interpreter))); in CommandObjectMultiwordCommands()
2011 LoadSubCommand ("alias", CommandObjectSP (new CommandObjectCommandsAlias (interpreter))); in CommandObjectMultiwordCommands()
2012 LoadSubCommand ("unalias", CommandObjectSP (new CommandObjectCommandsUnalias (interpreter))); in CommandObjectMultiwordCommands()
2013 LoadSubCommand ("regex", CommandObjectSP (new CommandObjectCommandsAddRegex (interpreter))); in CommandObjectMultiwordCommands()
2014 LoadSubCommand ("history", CommandObjectSP (new CommandObjectCommandsHistory (interpreter))); in CommandObjectMultiwordCommands()
[all …]
DCommandObjectTarget.cpp2532LoadSubCommand ("symtab", CommandObjectSP (new CommandObjectTargetModulesDumpSymtab (interpre… in CommandObjectTargetModulesDump()
2533LoadSubCommand ("sections", CommandObjectSP (new CommandObjectTargetModulesDumpSections (interp… in CommandObjectTargetModulesDump()
2534LoadSubCommand ("symfile", CommandObjectSP (new CommandObjectTargetModulesDumpSymfile (interpr… in CommandObjectTargetModulesDump()
2535LoadSubCommand ("line-table", CommandObjectSP (new CommandObjectTargetModulesDumpLineTable (inter… in CommandObjectTargetModulesDump()
4150LoadSubCommand ("add", CommandObjectSP (new CommandObjectTargetModulesSearchPathsAdd (interpre… in CommandObjectTargetModulesImageSearchPaths()
4151LoadSubCommand ("clear", CommandObjectSP (new CommandObjectTargetModulesSearchPathsClear (interp… in CommandObjectTargetModulesImageSearchPaths()
4152LoadSubCommand ("insert", CommandObjectSP (new CommandObjectTargetModulesSearchPathsInsert (inter… in CommandObjectTargetModulesImageSearchPaths()
4153LoadSubCommand ("list", CommandObjectSP (new CommandObjectTargetModulesSearchPathsList (interpr… in CommandObjectTargetModulesImageSearchPaths()
4154LoadSubCommand ("query", CommandObjectSP (new CommandObjectTargetModulesSearchPathsQuery (interp… in CommandObjectTargetModulesImageSearchPaths()
4182LoadSubCommand ("add", CommandObjectSP (new CommandObjectTargetModulesAdd (interpreter))); in CommandObjectTargetModules()
[all …]
DCommandObjectMultiword.cpp91 CommandObjectMultiword::LoadSubCommand in LoadSubCommand() function in CommandObjectMultiword
415 CommandObjectProxy::LoadSubCommand (const char *cmd_name, in LoadSubCommand() function in CommandObjectProxy
420 return proxy_command->LoadSubCommand (cmd_name, command_sp); in LoadSubCommand()
DCommandObjectBreakpoint.cpp1756 LoadSubCommand ("list", list_command_object); in CommandObjectMultiwordBreakpoint()
1757 LoadSubCommand ("enable", enable_command_object); in CommandObjectMultiwordBreakpoint()
1758 LoadSubCommand ("disable", disable_command_object); in CommandObjectMultiwordBreakpoint()
1759 LoadSubCommand ("clear", clear_command_object); in CommandObjectMultiwordBreakpoint()
1760 LoadSubCommand ("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()
1761 LoadSubCommand ("set", set_command_object); in CommandObjectMultiwordBreakpoint()
1762 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordBreakpoint()
1763 LoadSubCommand ("modify", modify_command_object); in CommandObjectMultiwordBreakpoint()
DCommandObjectFrame.cpp616 LoadSubCommand ("info", CommandObjectSP (new CommandObjectFrameInfo (interpreter))); in CommandObjectMultiwordFrame()
617 LoadSubCommand ("select", CommandObjectSP (new CommandObjectFrameSelect (interpreter))); in CommandObjectMultiwordFrame()
618 LoadSubCommand ("variable", CommandObjectSP (new CommandObjectFrameVariable (interpreter))); in CommandObjectMultiwordFrame()
DCommandObjectPlugin.cpp117 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter))); in CommandObjectPlugin()
DCommandObjectWatchpointCommand.cpp841 LoadSubCommand ("add", add_command_object); in CommandObjectWatchpointCommand()
842 LoadSubCommand ("delete", delete_command_object); in CommandObjectWatchpointCommand()
843 LoadSubCommand ("list", list_command_object); in CommandObjectWatchpointCommand()
DCommandObjectBreakpointCommand.cpp906 LoadSubCommand ("add", add_command_object); in CommandObjectBreakpointCommand()
907 LoadSubCommand ("delete", delete_command_object); in CommandObjectBreakpointCommand()
908 LoadSubCommand ("list", list_command_object); in CommandObjectBreakpointCommand()
DCommandObjectRegister.cpp489 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter))); in CommandObjectRegister()
490 LoadSubCommand ("write", CommandObjectSP (new CommandObjectRegisterWrite (interpreter))); in CommandObjectRegister()
DCommandObjectMemory.cpp1364 LoadSubCommand ("read", CommandObjectSP (new CommandObjectMemoryRead (interpreter))); in CommandObjectMemory()
1365 LoadSubCommand ("write", CommandObjectSP (new CommandObjectMemoryWrite (interpreter))); in CommandObjectMemory()
DCommandObjectSource.cpp919 LoadSubCommand ("list", CommandObjectSP (new CommandObjectSourceList (interpreter))); in CommandObjectMultiwordSource()
/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h46 LoadSubCommand (const char *cmd_name,
137 LoadSubCommand (const char *cmd_name,
DCommandObject.h171 LoadSubCommand (const char *cmd_name, in LoadSubCommand() function
/external/lldb/source/API/
DSBCommandInterpreter.cpp472 if (new_command_sp && m_opaque_sp->LoadSubCommand(name,new_command_sp)) in AddMultiwordCommand()
486 if (new_command_sp && m_opaque_sp->LoadSubCommand(name,new_command_sp)) in AddCommand()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp1099LoadSubCommand ("send", CommandObjectSP (new CommandObjectProcessKDPPacketSend (interpreter))); in CommandObjectProcessKDPPacket()
1116LoadSubCommand ("packet", CommandObjectSP (new CommandObjectProcessKDPPacket (interpreter))); in CommandObjectMultiwordProcessKDP()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3258LoadSubCommand ("history", CommandObjectSP (new CommandObjectProcessGDBRemotePacketHistory (interp… in CommandObjectProcessGDBRemotePacket()
3259LoadSubCommand ("send", CommandObjectSP (new CommandObjectProcessGDBRemotePacketSend (interpreter)… in CommandObjectProcessGDBRemotePacket()
3260LoadSubCommand ("monitor", CommandObjectSP (new CommandObjectProcessGDBRemotePacketMonitor (interp… in CommandObjectProcessGDBRemotePacket()
3277LoadSubCommand ("packet", CommandObjectSP (new CommandObjectProcessGDBRemotePacket (interpreter… in CommandObjectMultiwordProcessGDBRemote()