summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectLanguage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the list of all languages in the help for "help language" sinceJim Ingham2015-09-031-4/+0
| | | | | | | | | | almost all the elements on the list can't actually be passed to the language command and all the ones that can have already been listed in the subcommands list. <rdar://problem/22551082> llvm-svn: 246740
* Move things from the LanguageRuntime that obviously belong in the new ↵Jim Ingham2015-09-021-1/+2
| | | | | | Language plugin instead. llvm-svn: 246611
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
| | | | | | | | | | | | | Since interaction with the python interpreter is moving towards being more isolated, we won't be able to include this header from normal files anymore, all includes of it should be localized to the python library which will live under source/bindings/API/Python after a future patch. None of the files that were including this header actually depended on it anyway, so it was just a dead include in every single instance. llvm-svn: 238581
* Add language command and LanguageRuntime plugin changes to allow vending of ↵Colin Riley2015-05-041-0/+46
command objects. Differential Revision: http://reviews.llvm.org/D9402 llvm-svn: 236443
OpenPOWER on IntegriCloud