Searched defs:CommandObjectLog (Results 1 - 2 of 2) sorted by relevance

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

Completed in 99 milliseconds