summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings: Fix a non-standard escape sequence.Daniel Dunbar2011-10-311-1/+1
* warnings: Fix use of a non-standard escape.Daniel Dunbar2011-10-311-1/+1
* Fixed the continuation dumping of instructions to properly advance the Greg Clayton2011-10-281-7/+8
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-13/+96
* Fixed the display of OSTypes (the four character codes).Greg Clayton2011-10-261-5/+1
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-19/+19
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-78/+77
* Micro-optimization: Update the shift amount only when needed.Johnny Chen2011-08-261-1/+1
* Patch from Matt Johnson that cleans up usage of APIntGreg Clayton2011-08-151-3/+2
* Added the ability to use llvm::APInt class to viewGreg Clayton2011-08-151-0/+96
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-1/+1
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-1/+2
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-1/+16
* smarter summary strings:Enrico Granata2011-07-121-2/+5
* new syntax for summary strings:Enrico Granata2011-07-061-1/+3
* Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton2011-06-171-2/+4
* lldb-59.Greg Clayton2011-05-301-4/+13
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-1/+1
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-0/+110
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-15/+11
* 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