summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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