aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1690/+1550
2016-09-01There exists at least one compiler on one platform that doesn't know how to a...Enrico Granata1-1/+1
2016-09-01Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata1-16/+71
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-13/+20
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-15/+15
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-54/+44
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton1-8/+114
2016-04-12Cleanup the arguments for 'memory find' such that the help system reflects th...Enrico Granata1-5/+5
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan1-1/+1
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-90/+63
2016-02-16Fix buildbot failure because I got an include path wrong.Jason Molenda1-1/+1
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-1/+4
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton1-2/+6
2015-11-04Fix TestMemoryRead after r252035Tamas Berghammer1-1/+1
2015-11-04Option letter o was already in use; use an uppercase E insteadEnrico Granata1-1/+1
2015-10-29Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata1-2/+14
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool1-4/+5
2015-10-16Handle eFormatVectorOfFloat16Enrico Granata1-0/+1
2015-10-16Resubmit: RenderScript command for printing allocation contents Ewan Crawford1-0/+1
2015-10-14Revert "RenderScript command for printing allocation contents"Pavel Labath1-1/+0
2015-10-14Fix warning in CommandObjectMemoryTamas Berghammer1-0/+1
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-51/+46
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan1-3/+7
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan1-1/+1
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-1/+1
2015-09-22Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener1-1/+1
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-3/+3
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-3/+3
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton1-1/+2
2015-08-03Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...Enrico Granata1-3/+3
2015-08-03Fix the memory find command such that it can actually take an expressionEnrico Granata1-21/+11
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath1-2/+1
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath1-1/+2
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-7/+7
2015-05-13Fixed a ton of gcc compile warningsVince Harron1-1/+1
2015-04-06If memory read does not find a NULL terminator, still print whatever it gathe...Enrico Granata1-2/+10
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner1-0/+1
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-6/+6
2015-02-03Small fix for the "memory write -i filename" command -- if the user fails to ...Jason Molenda1-1/+1
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata1-3/+3
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-6/+7
2014-09-29Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner1-4/+14
2014-09-06Correct copied error messageEd Maste1-1/+1
2014-09-04ASan malloc/free history threadsKuba Brecka1-0/+93
2014-07-10Reapply typo fix.Bruce Mitchener1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-10/+10
2014-07-08Fix typos.Bruce Mitchener1-1/+1
2014-07-08Fix broken tests due to new error output.Todd Fiala1-10/+10