summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_InvalidEnrico Granata2013-03-201-1/+2
* Update source/DataFormatters/CMakeLists.txt to reflect actual source files.Andy Gibbs2013-03-201-0/+4
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-198-837/+1762
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-192-5/+132
* C++ formatters for NSTimeZone and for CFBitVectorEnrico Granata2013-03-162-7/+184
* NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata2013-03-162-2/+80
* Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata2013-03-162-7/+166
* Porting the Objective-C Class data type’s summary from Python to C++Enrico Granata2013-03-152-1/+27
* Moving CFBag and NSBundle summaries from Python to C++Enrico Granata2013-03-154-12/+124
* Optimization of the code-running NSDictionary formatter to skip runtime symbo...Enrico Granata2013-02-251-4/+2
* If we crash while making a Python summary, the crash info will tell us more a...Enrico Granata2013-02-221-0/+9
* The summary for const char* was not cascading.Enrico Granata2013-02-221-1/+1
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-2111-0/+22
* Update CMake lists of sources to include files added in r175787 and r175323Daniel Malea2013-02-211-0/+5
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+14
* Cleanup of the NSString data formatterEnrico Granata2013-02-211-37/+46
* <rdar://problem/4529976>Enrico Granata2013-02-217-324/+689
* Fixing the lack of a space in an expression that was causing sheer unhappiness.Enrico Granata2013-02-191-1/+1
* <rdar://problem/12529957>Enrico Granata2013-02-182-8/+344
* NSSet formatter is now C++ codeEnrico Granata2013-02-155-902/+1055
* Only enable RTTI for cxa_demangle.cppFilipe Cabecinhas2013-02-151-11/+0
* <rdar://problem/13204647>Enrico Granata2013-02-152-11/+23
* Fixing a logic flaw with NSURL summary. This was caught by running the test s...Enrico Granata2013-02-081-3/+3
* Fixed a store to data that isn't needed and that also could end up writing be...Greg Clayton2013-02-081-2/+1
* This checkin implements the data formatter for NSURL in C++ codeEnrico Granata2013-02-082-2/+92
* <rdar://problem/12898191>Enrico Granata2013-02-082-2/+36
* Fix GCC 4.6 build by avoiding delegating ctorsDaniel Malea2013-02-061-3/+7
* <rdar://problem/12953018>Enrico Granata2013-02-042-1/+327
* Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code.Enrico Granata2013-01-311-0/+2
* llvm/Basic/ConvertUTF.h now exposes all functions without macro tricksDmitri Gribenko2013-01-301-2/+0
* UTF conversion routines were moved from clang/Basic to llvm/SupportDmitri Gribenko2013-01-301-1/+1
* Fix build problems with libstdc++ 4.6/4.7Daniel Malea2013-01-301-2/+2
* Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (D...Filipe Cabecinhas2013-01-301-1/+1
* Adding a Makefile. Hopefully that will make the Linux buildbot happyEnrico Granata2013-01-291-0/+25
* <rdar://problem/12978143>Enrico Granata2013-01-2810-0/+4378
OpenPOWER on IntegriCloud