summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add alias information, including aliased command options & Caroline Tice2010-10-281-0/+2
* Fixed a crasher. The cmd_file needs to be resolved before reading lines from...Johnny Chen2010-10-201-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Comment out code that was preventing commands that take raw input stringsCaroline Tice2010-10-121-9/+9
* Fix bug where alias command options were being duplicated as command argument...Caroline Tice2010-10-121-2/+3
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-3/+59
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-7/+3
* Update help text for breakpoint command one-liners.Caroline Tice2010-09-211-9/+12
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-30/+33
* Add 'unalias' to the commands sub-command dictionary.Caroline Tice2010-09-121-2/+3
* More help text fixes.Caroline Tice2010-09-081-14/+14
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-3/+3
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Updated help text to refer to "commands alias"Sean Callanan2010-08-091-19/+19
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-4/+4
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-5/+5
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-0/+437
OpenPOWER on IntegriCloud