summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-0/+1
* Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice2011-01-141-8/+19
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Add a simple command: 'version' to the command interpreter, and an accompanyingJohnny Chen2010-12-231-0/+2
* Fix the completion of "fr " and the like.Jim Ingham2010-12-141-0/+17
* Fix small bugs:Caroline Tice2010-12-141-2/+42
* Fix bug where using incomplete strings for command names causesCaroline Tice2010-12-111-1/+10
* Modify HandleCommand to not do any argument processing until it has determine...Caroline Tice2010-12-091-155/+323
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-17/+124
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-0/+6
* Modified lldb_private::SymboleFile to be able to override where its TypeListGreg Clayton2010-11-101-0/+7
* Added a top level Timer to the interpreter execute command. Also added an op...Jim Ingham2010-11-041-0/+2
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-2/+5
* Changed "run" to alias "process launch --".Jim Ingham2010-10-221-4/+7
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Fix small mistake in previous commit (fixing aliases for commands thatCaroline Tice2010-10-181-1/+1
* Fix bug where aliases for commands that take raw input were notCaroline Tice2010-10-181-0/+11
* Add an initial version of test that exercise the lldb commands: 'process signal'Johnny Chen2010-10-141-6/+1
* Fix some memory leaks.Caroline Tice2010-10-121-12/+9
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-1/+6
* Add an "auto-confirm" setting to the debugger so you can turn off the confirm...Jim Ingham2010-10-041-1/+4
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+1
* Add a "Confirm" function to the CommandInterpreter so you can confirm potenti...Jim Ingham2010-10-041-0/+93
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-20/+3
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-25/+18
* Added default more aliases to ease gdb converts:Greg Clayton2010-09-161-1/+3
* Clean up help text.Caroline Tice2010-09-131-1/+1
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-7/+12
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-194/+30
* Delete the vestigal "select", "info" and "delete" commands.Jim Ingham2010-09-031-7/+0
* 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