summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-20Split all of the core of LLDB.framework/lldb.so into aGreg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-02-09Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton
2010-10-10Added new options to memory read to allow saving memory to disk Greg Clayton
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice
2010-07-20Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner