summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)Author
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-22Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-08-03Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...Enrico Granata
2015-08-03Fix the memory find command such that it can actually take an expressionEnrico Granata
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-05-13Fixed a ton of gcc compile warningsVince Harron
2015-04-06If memory read does not find a NULL terminator, still print whatever it gathe...Enrico Granata
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-03Small fix for the "memory write -i filename" command -- if the user fails to ...Jason Molenda
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-09-29Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner
2014-09-06Correct copied error messageEd Maste
2014-09-04ASan malloc/free history threadsKuba Brecka
2014-07-10Reapply typo fix.Bruce Mitchener
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix typos.Bruce Mitchener
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-03-08Remove %zx in printf (only GCC supports it, not MSVC).Virgile Bello
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-11-13Minor improvement to the "memory find" commandEnrico Granata
2013-11-13Small typos in previous commitEnrico Granata
2013-11-13<rdar://problem/14322677>Enrico Granata
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-31Fix the format warnings.Sylvestre Ledru
2013-10-29<rdar://problem/15296388>Enrico Granata
2013-09-30<rdar://problem/14393032>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-08-28Cleanup/rearrange includes:Virgile Bello
2013-07-24<rdar://problem/14521548>Greg Clayton
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-11<rdar://problem/13779789>Enrico Granata
2013-06-11Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...Greg Clayton
2013-06-11<rdar://problem/12783351>Enrico Granata
2013-06-04<rdar://problem/13239809>Enrico Granata
2013-05-21<rdar://problem/13925432>Enrico Granata
2013-03-27Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata
2013-03-23Set the correct byte size for complex integer (-fI) memory reads.Jason Molenda