summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move "variable list" to "frame variable"Jim Ingham2010-09-021-2/+0
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-0/+13
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-2/+2
* Changed the StackID to store its start PC address as a load address instead of Greg Clayton2010-08-261-19/+13
* Updated help text to refer to "commands alias"Sean Callanan2010-08-091-1/+1
* The unix "source" command maps to "command source" in lldb. :-)Johnny Chen2010-07-281-1/+1
* Remove includes for removed files...Jim Ingham2010-07-071-2/+0
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-27/+25
* Added a "GetRepeatCommand" to the command object. The Interpreter uses thisJim Ingham2010-07-061-4/+19
* Hide the logic for command resolution for commands, aliases & user commands b...Jim Ingham2010-07-061-47/+74
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-3/+13
* Fix a bug in handling command resolution for non-exact matches. Now we will ...Jim Ingham2010-06-241-4/+4
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-67/+52
* Remove an include of the deleted CommandObjectStatus.h.Jim Ingham2010-06-181-1/+0
* Move the "status" command to "process status" since that's where it belongs. ...Jim Ingham2010-06-181-1/+0
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Fix include paths; please check that this works on Mac.Eli Friedman2010-06-131-34/+34
* Fix include path.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1300
OpenPOWER on IntegriCloud