aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-1/+1
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-6/+8
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-4/+0
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-6/+6
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton1-1/+1
2011-01-27Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton1-2/+3
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton1-2/+2
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-1/+13
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-9/+9
2010-09-18General command line help cleanup:Greg Clayton1-2/+1
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-30/+31
2010-09-08fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner1-3/+3
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-2/+2
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-1/+1
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-2/+2
2010-08-20Added "source list -n" so you can list by symbol name. Moved "--count" from ...Jim Ingham1-22/+247
2010-07-07Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham1-68/+305
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-5/+4
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+127