Searched refs:CommandObjectPlatform (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectPlatform.h1 //===-- CommandObjectPlatform.h ---------------------------------*- C++ -*-===//
23 // CommandObjectPlatform
26 class CommandObjectPlatform : public CommandObjectMultiword class in namespace:lldb_private
29 CommandObjectPlatform(CommandInterpreter &interpreter);
32 ~CommandObjectPlatform();
35 DISALLOW_COPY_AND_ASSIGN (CommandObjectPlatform);
H A DAndroid.mk25 CommandObjectPlatform.cpp \
H A DCommandObjectPlatform.cpp1 //===-- CommandObjectPlatform.cpp -------------------------------*- C++ -*-===//
12 #include "CommandObjectPlatform.h"
900 // For CommandObjectPlatform only
964 // CommandObjectPlatform constructor
966 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) : function in class:CommandObjectPlatform
985 CommandObjectPlatform::~CommandObjectPlatform()
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp30 #include "../Commands/CommandObjectPlatform.h"
377 m_command_dict["platform"] = CommandObjectSP (new CommandObjectPlatform (*this));

Completed in 87 milliseconds