summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
2013-03-14<rdar://problem/13421412>Greg Clayton
2013-01-29<rdar://problem/12552374>Enrico Granata
2013-01-25Missing newline in a warning message.Jim Ingham
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-21<rdar://problem/12437929>Enrico Granata
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton
2012-12-15<rdar://problem/11990131>Greg Clayton
2012-12-06<rdar://problem/12820334>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-07When we were calculating the max byte size of ONE instruction to handle somet...Jim Ingham
2012-11-02Fixed the "--force" option for memory read.Greg Clayton
2012-09-24Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-08-09<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...Enrico Granata
2012-08-08Added a 'void' format so that the user can manuallySean Callanan
2012-07-10Fixed a hang which causes LLDB to enter an infiniteSean Callanan
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-05-25<rdar://problem/11534686> Greg Clayton
2012-04-28Added a --force option to "memory read,"Sean Callanan
2012-04-06In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata
2012-03-06rdar://problem/10267705Johnny Chen
2012-03-011) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-01-26Fixed formats being able to be applied recursively when using:Greg Clayton
2011-11-22<rdar://problem/10033754>Greg Clayton
2011-10-28Fixed the continuation dumping of instructions to properly advance the Greg Clayton
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-26A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-16Some descriptive text for the Python script feature:Enrico Granata
2011-07-09Allow reading memory from files before the target has been run.Jim Ingham
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-06-23Centralized all of the format to c-string and to format character code insideGreg Clayton
2011-06-17Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton