summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-1/+1
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-90/+63
* Fix buildbot failure because I got an include path wrong.Jason Molenda2016-02-161-1/+1
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+4
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-2/+6
* Fix TestMemoryRead after r252035Tamas Berghammer2015-11-041-1/+1
* Option letter o was already in use; use an uppercase E insteadEnrico Granata2015-11-041-1/+1
* Add a --offset option to memory read that allows one to specify, given a type...Enrico Granata2015-10-291-2/+14
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-4/+5
* Handle eFormatVectorOfFloat16Enrico Granata2015-10-161-0/+1
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+1
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-141-1/+0
* Fix warning in CommandObjectMemoryTamas Berghammer2015-10-141-0/+1
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-51/+46
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-3/+7
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+2
* Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...Enrico Granata2015-08-031-3/+3
* Fix the memory find command such that it can actually take an expressionEnrico Granata2015-08-031-21/+11
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-7/+7
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* If memory read does not find a NULL terminator, still print whatever it gathe...Enrico Granata2015-04-061-2/+10
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-6/+6
* Small fix for the "memory write -i filename" command -- if the user fails to ...Jason Molenda2015-02-031-1/+1
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-3/+3
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-6/+7
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-4/+14
* Correct copied error messageEd Maste2014-09-061-1/+1
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+93
* Reapply typo fix.Bruce Mitchener2014-07-101-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-10/+10
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Fix broken tests due to new error output.Todd Fiala2014-07-081-10/+10
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-10/+10
* Remove %zx in printf (only GCC supports it, not MSVC).Virgile Bello2014-03-081-1/+1
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-8/+8
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-8/+8
* Minor improvement to the "memory find" commandEnrico Granata2013-11-131-16/+18
* Small typos in previous commitEnrico Granata2013-11-131-3/+3
* <rdar://problem/14322677>Enrico Granata2013-11-131-5/+308
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
OpenPOWER on IntegriCloud