summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-1/+2
* Added two new classes for command options:Greg Clayton2011-04-131-5/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-4/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Add missing cases to switch statements & remove 'default'.Caroline Tice2011-03-231-8/+21
* Silence clang warnings.Johnny Chen2011-03-231-0/+8
* Eliminate a pile of "type qualifiers ignored on function return type" warnings.Stephen Wilson2011-03-231-1/+1
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-1/+1
* Fix a few things in the CommandArguments table.Jim Ingham2011-03-111-3/+4
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-0/+19
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-34/+35
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-3/+3
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+2
* Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a singleCaroline Tice2010-10-181-3/+2
* Add new argument type, eArgSignalName,Caroline Tice2010-10-131-0/+1
* Replace contains_string with 'strcasestr' from libc.Caroline Tice2010-10-121-33/+4
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-2/+2
* Emit a diagnostic message instead of crashing when an argument entry is missing.Johnny Chen2010-10-081-1/+6
* Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the...Johnny Chen2010-10-081-0/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-61/+111
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-4/+15
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-1/+201
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-22/+20
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-3/+4
* Hide the logic for command resolution for commands, aliases & user commands b...Jim Ingham2010-07-061-0/+1
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+3
* Handle completing "-" and "--".Jim Ingham2010-06-241-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-43/+25
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+448
OpenPOWER on IntegriCloud