| 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 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -9/+9 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -0/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Prevent at compile time converting from Error::success() to Expected<T> | Mehdi Amini | 2016-11-11 | 1 | -2/+2 |
| * | Make the Error class constructor protected | Mehdi Amini | 2016-11-11 | 1 | -2/+2 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -7/+4 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -151/+117 |
| * | Fix use-after-free in OptionValueString. | Zachary Turner | 2015-05-22 | 1 | -1/+1 |
| * | Refactor OptionValue::SetValueFromCString to use llvm::StringRef | Pavel Labath | 2015-02-20 | 1 | -17/+16 |
| * | Handle trailing spaces on "settings set" command more correctly | Pavel Labath | 2015-02-16 | 1 | -6/+7 |
| * | Fixed an issue where if the operating system python plug-in is changed at run... | Greg Clayton | 2015-01-13 | 1 | -17/+20 |
| * | Now that "settings set" will strip leading and trailing spaces, we need a way... | Greg Clayton | 2013-03-06 | 1 | -0/+22 |
| * | Adding a validation callback mechanism to OptionValueString (such a feature m... | Enrico Granata | 2012-12-11 | 1 | -2/+60 |
| * | Made it so changes to the prompt via "settings set prompt" get noticed by the... | Greg Clayton | 2012-09-01 | 1 | -5/+34 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -0/+77 |