summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-4/+6
* 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
* Clean up a few places where SetOptionValue was using the global optarg, rathe...Jim Ingham2011-03-221-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-2/+1
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* 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-2/+2
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-26/+27
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-1/+1
* More help text fixes.Caroline Tice2010-09-081-2/+2
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-2/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-20/+3
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-0/+27
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-7/+6
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-1/+0
* 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
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+170
OpenPOWER on IntegriCloud