summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAXGreg Clayton2011-04-011-1/+1
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-14/+15
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+1
* Added complete complex support for displaying and parsing complex types.Greg Clayton2011-01-151-3/+19
* Added the ability to get an set the desired format for SBValue objects.Greg Clayton2011-01-051-25/+72
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-2/+2
* General command line help cleanup:Greg Clayton2010-09-181-1/+1
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-0/+31
* Fixed display for long double and cleaned up float and doubles as well.Greg Clayton2010-09-141-34/+49
* Avoid std::bitset<64>::to_string() since it is missing in earlier C++ Greg Clayton2010-07-211-1/+7
* A few more misc warning fixes.Eli Friedman2010-07-091-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+3
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-16/+16
* Remove extraneous semicolon after if condition (from Jean-Daniel Dupas).Greg Clayton2010-07-061-3/+3
* Avoid calls to memcpy.Greg Clayton2010-06-121-42/+45
* Remove dependency on Mac-specific libkern/OSByteOrder.h.Eli Friedman2010-06-101-19/+51
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1517
OpenPOWER on IntegriCloud