Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -206/+133 |
2016-05-18 | remove use of Mutex in favour of std::{,recursive_}mutex | Saleem Abdulrasool | 1 | -13/+15 |
2016-02-18 | Fix a typo in FormatCache.cpp such that the cache would potentially return an... | Enrico Granata | 1 | -1/+1 |
2015-05-29 | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 1 | -2/+0 |
2014-09-05 | Introduce the notion of a "type validator" formatter | Enrico Granata | 1 | -5/+71 |
2013-10-17 | This is the last piece of work for "formats in categories": we now cache form... | Enrico Granata | 1 | -1/+63 |
2013-02-21 | Fix clang warnings related to python macro redefinition and printf format spe... | Matt Kopec | 1 | -0/+2 |
2013-02-06 | Fix GCC 4.6 build by avoiding delegating ctors | Daniel Malea | 1 | -3/+7 |
2013-01-30 | Fix build problems with libstdc++ 4.6/4.7 | Daniel Malea | 1 | -2/+2 |
2013-01-28 | <rdar://problem/12978143> | Enrico Granata | 1 | -0/+163 |