| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix !N and !-N commands and add a test case. | Jim Ingham | 2017-04-19 | 1 | -2/+2 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+0 |
| * | Fix some build errors. | Zachary Turner | 2016-11-18 | 1 | -7/+4 |
| * | Convert CommandHistory functions to StringRef. | Zachary Turner | 2016-11-18 | 1 | -31/+36 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -104/+71 |
| * | remove use of Mutex in favour of std::{,recursive_}mutex | Saleem Abdulrasool | 2016-05-18 | 1 | -12/+9 |
| * | Addresses an unsigned underflow situation that can occur when dumping an empt... | Kate Stone | 2016-01-06 | 1 | -2/+2 |
| * | Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ | Vince Harron | 2015-01-15 | 1 | -3/+5 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -9/+9 |
| * | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton | 2014-03-03 | 1 | -1/+1 |
| * | Fix Windows build using portable types for formatting the log outputs | Deepak Panickal | 2014-03-03 | 1 | -1/+1 |
| * | <rdar://problem/14134716> | Enrico Granata | 2013-06-17 | 1 | -0/+143 |