summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-29/+21
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-6/+8
* Extended function lookup to allow the user toSean Callanan2012-02-101-2/+3
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Missing return in error handling for "source list".Jim Ingham2011-11-291-0/+1
* "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f...Jim Ingham2011-11-091-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-5/+5
* Missed one place where we should use the target's SourceManager, not the debu...Jim Ingham2011-09-291-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-5/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-40/+35
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-2/+2
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-2/+4
* Fixed an issue where breakpoint were being displayed when using the "source l...Greg Clayton2011-04-201-1/+27
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-22/+51
* Added two new classes for command options:Greg Clayton2011-04-131-4/+4
* 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-6/+8
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-4/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-2/+3
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+13
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-9/+9
* General command line help cleanup:Greg Clayton2010-09-181-2/+1
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-30/+31
* fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner2010-09-081-3/+3
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-2/+2
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-2/+2
* Added "source list -n" so you can list by symbol name. Moved "--count" from ...Jim Ingham2010-08-201-22/+247
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-68/+305
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-5/+4
* 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/+127
OpenPOWER on IntegriCloud