summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-9/+5
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+2
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+1
* Added two new classes for command options:Greg Clayton2011-04-131-3/+3
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* Really fix the test suite crasher this time.Johnny Chen2011-04-081-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+4
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-9/+1
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Added a new test case to test signals with.Greg Clayton2010-10-101-1/+1
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-2/+2
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-5/+5
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+1
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-10/+13
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-1/+1
* More minor build fixes.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+279
OpenPOWER on IntegriCloud