summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* Fix the format warnings.Sylvestre Ledru2013-10-311-7/+7
* <rdar://problem/15296388>Enrico Granata2013-10-291-9/+21
* <rdar://problem/14393032>Enrico Granata2013-09-301-4/+3
* Add OptionParser.hVirgile Bello2013-09-051-6/+6
* Cleanup/rearrange includes:Virgile Bello2013-08-281-0/+2
* <rdar://problem/14521548>Greg Clayton2013-07-241-0/+13
* Huge change to clean up types.Greg Clayton2013-07-111-6/+6
* <rdar://problem/13779789>Enrico Granata2013-06-111-8/+22
* Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...Greg Clayton2013-06-111-4/+0
* <rdar://problem/12783351>Enrico Granata2013-06-111-0/+4
* <rdar://problem/13239809>Enrico Granata2013-06-041-6/+8
* <rdar://problem/13925432>Enrico Granata2013-05-211-2/+15
* Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton2013-03-271-2/+0
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-13/+2
* Set the correct byte size for complex integer (-fI) memory reads.Jason Molenda2013-03-231-0/+8
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/12552374>Enrico Granata2013-01-291-2/+2
* Missing newline in a warning message.Jim Ingham2013-01-251-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-15/+14
* <rdar://problem/12437929>Enrico Granata2013-01-211-2/+44
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-24/+12
* <rdar://problem/11990131>Greg Clayton2012-12-151-13/+23
* <rdar://problem/12820334>Greg Clayton2012-12-061-12/+20
OpenPOWER on IntegriCloud