Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp132 class CommandObjectPlatformList : public CommandObjectParsed class
135 CommandObjectPlatformList (CommandInterpreter &interpreter) : in CommandObjectPlatformList() function in CommandObjectPlatformList
145 ~CommandObjectPlatformList () in ~CommandObjectPlatformList()
973 LoadSubCommand ("list" , CommandObjectSP (new CommandObjectPlatformList (interpreter))); in CommandObjectPlatform()