summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify ↵Pavel Labath2015-09-021-4/+2
| | | | | | | | | | closing inclusion guards patch by Eugene Zelenko. Differential Revision: http://reviews.llvm.org/D12207 llvm-svn: 246628
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-0/+40
Move the "source", "alias", and "unalias" commands to "commands *". Move "source-file" to "source list". Added a "source info" command but it isn't implemented yet. llvm-svn: 107751
OpenPOWER on IntegriCloud