summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-09-02 00:18:39 +0000
committerJim Ingham <jingham@apple.com>2010-09-02 00:18:39 +0000
commit6d56d2ce8460348092c438cb62e00d9298a3091c (patch)
tree8e21af94694fc496ecb69b4d652896fac94b8da8 /lldb/source/Interpreter
parent32eff0df9a310617dc9b2e8f064258eaa278e375 (diff)
downloadbcm5719-llvm-6d56d2ce8460348092c438cb62e00d9298a3091c.tar.gz
bcm5719-llvm-6d56d2ce8460348092c438cb62e00d9298a3091c.zip
Move "variable list" to "frame variable"
llvm-svn: 112782
Diffstat (limited to 'lldb/source/Interpreter')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index f127fde251f..efddfa63148 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -41,7 +41,6 @@
#include "../Commands/CommandObjectSyntax.h"
#include "../Commands/CommandObjectTarget.h"
#include "../Commands/CommandObjectThread.h"
-#include "../Commands/CommandObjectVariable.h"
#include "lldb/Interpreter/Args.h"
#include "lldb/Core/Debugger.h"
@@ -232,7 +231,6 @@ CommandInterpreter::LoadCommandDictionary ()
m_command_dict["source"] = CommandObjectSP (new CommandObjectMultiwordSource (*this));
m_command_dict["target"] = CommandObjectSP (new CommandObjectMultiwordTarget (*this));
m_command_dict["thread"] = CommandObjectSP (new CommandObjectMultiwordThread (*this));
- m_command_dict["variable"] = CommandObjectSP (new CommandObjectVariable (*this));
std::auto_ptr<CommandObjectRegexCommand>
break_regex_cmd_ap(new CommandObjectRegexCommand ("regexp-break",
OpenPOWER on IntegriCloud