| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace static const StringRef with StringRef (NFC) | Adrian Prantl | 2019-10-08 | 1 | -3/+3 |
| * | [lldb][NFC] Remove argument prefix checking boilerplate when adding completions | Raphael Isemann | 2019-09-23 | 1 | -4/+2 |
| * | [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re... | Raphael Isemann | 2019-08-22 | 1 | -4/+2 |
| * | 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 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -3/+2 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -9/+8 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -2/+2 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -3/+3 |
| * | Move StringList from Core -> Utility. | Zachary Turner | 2017-03-21 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Convert AutoComplete related code to StringRef. | Zachary Turner | 2016-11-17 | 1 | -26/+14 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -4/+2 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -104/+78 |
| * | Delete Host/windows/win32.h | Zachary Turner | 2016-08-09 | 1 | -0/+1 |
| * | Refactor OptionValue::SetValueFromCString to use llvm::StringRef | Pavel Labath | 2015-02-20 | 1 | -7/+6 |
| * | Fixed an issue where if the operating system python plug-in is changed at run... | Greg Clayton | 2015-01-13 | 1 | -0/+2 |
| * | lldb: remove adhoc implementation of array_sizeof | Saleem Abdulrasool | 2014-06-27 | 1 | -1/+2 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -1/+1 |
| * | <rdar://problem/12022079> | Greg Clayton | 2012-08-23 | 1 | -0/+48 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -0/+87 |