HomeSort by relevance Sort by last modified time
    Searched defs:CommandObjectLog (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Commands/
CommandObjectLog.h 1 //===-- CommandObjectLog.h --------------------------------------*- C++ -*-===//
25 // CommandObjectLog
28 class CommandObjectLog : public CommandObjectMultiword
34 CommandObjectLog(CommandInterpreter &interpreter);
37 ~CommandObjectLog();
41 // For CommandObjectLog only
43 DISALLOW_COPY_AND_ASSIGN (CommandObjectLog);
CommandObjectLog.cpp 1 //===-- CommandObjectLog.cpp ------------------------------------*- C++ -*-===//
12 #include "CommandObjectLog.h"
480 // CommandObjectLog constructor
482 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) :
497 CommandObjectLog::~CommandObjectLog()

Completed in 964 milliseconds