Add language command and LanguageRuntime plugin changes to allow vending of command...
authorColin Riley <colin@codeplay.com>
Mon, 4 May 2015 18:39:38 +0000 (18:39 +0000)
committerColin Riley <colin@codeplay.com>
Mon, 4 May 2015 18:39:38 +0000 (18:39 +0000)
commitc9c55a26bd7fe1962ea1529ee0d0ccd0ea9f90da
treeac09f34d9dfecf32c8ca0e7c3528df34200e79af
parentb61f06c9c252e11f633626555bb444f30eb2d8ec
Add language command and LanguageRuntime plugin changes to allow vending of command objects.

Differential Revision: http://reviews.llvm.org/D9402

llvm-svn: 236443
lldb/include/lldb/Core/PluginManager.h
lldb/include/lldb/Target/LanguageRuntime.h
lldb/include/lldb/lldb-private-interfaces.h
lldb/source/Commands/CMakeLists.txt
lldb/source/Commands/CommandObjectLanguage.cpp [new file with mode: 0644]
lldb/source/Commands/CommandObjectLanguage.h [new file with mode: 0644]
lldb/source/Core/PluginManager.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Target/LanguageRuntime.cpp