summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-3/+3
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+1
* <rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata2012-08-091-0/+1
* Added a 'void' format so that the user can manuallySean Callanan2012-08-081-0/+1
* Fixed a hang which causes LLDB to enter an infiniteSean Callanan2012-07-101-4/+37
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-19/+16
* <rdar://problem/11534686> Greg Clayton2012-05-251-2/+9
* Added a --force option to "memory read,"Sean Callanan2012-04-281-1/+14
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-1/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-5/+4
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* rdar://problem/10267705Johnny Chen2012-03-061-1/+3
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-14/+14
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+2
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-1/+2
* <rdar://problem/10033754>Greg Clayton2011-11-221-2/+2
* Fixed the continuation dumping of instructions to properly advance the Greg Clayton2011-10-281-10/+11
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-4/+27
* A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton2011-10-261-6/+63
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-25/+7
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-140/+122
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-2/+4
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-13/+15
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-7/+7
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-1/+2
* CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata2011-08-091-2/+2
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-0/+1
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-1/+2
* Allow reading memory from files before the target has been run.Jim Ingham2011-07-091-4/+5
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-21/+0
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-0/+1
* Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton2011-06-171-0/+2
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-2/+1
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-240/+135
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-198/+599
* Added two new classes for command options:Greg Clayton2011-04-131-6/+6
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-3/+3
* 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-2/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-6/+6
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-4/+6
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+2
* Added new options to memory read to allow saving memory to disk Greg Clayton2010-10-101-29/+185
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-2/+47
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-8/+8
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-13/+14
OpenPOWER on IntegriCloud