| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -5/+0 |
| * | MemoryRegion: Print "don't know" permission values as such | Pavel Labath | 2019-11-05 | 1 | -8/+5 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -12/+12 |
| * | uint32_t options -> File::OpenOptions options | Lawrence D'Anna | 2019-10-14 | 1 | -2/+1 |
| * | Convert FileSystem::Open() to return Expected<FileUP> | Lawrence D'Anna | 2019-09-26 | 1 | -13/+18 |
| * | [lldb][NFC] Remove ArgEntry::ref member | Raphael Isemann | 2019-09-13 | 1 | -17/+17 |
| * | [lldb][NFC] Remove dead code that is supposed to handle invalid command options | Raphael Isemann | 2019-08-22 | 1 | -9/+3 |
| * | Add char8_t support (C++20) | Jonas Devlieghere | 2019-08-21 | 1 | -0/+2 |
| * | [lldb] Also include the array definition in CommandOptions.inc | Raphael Isemann | 2019-07-28 | 1 | -14/+6 |
| * | [lldb] Tablegenify expr/frame/log/register/memory | Raphael Isemann | 2019-07-25 | 1 | -22/+6 |
| * | [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl | Alex Langford | 2019-06-12 | 1 | -35/+61 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -12/+0 |
| * | Use std::make_shared in LLDB (NFC) | Jonas Devlieghere | 2019-02-11 | 1 | -6/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Replace auto -> llvm::Optional<uint64_t> | Adrian Prantl | 2019-01-15 | 1 | -3/+4 |
| * | Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC | Adrian Prantl | 2019-01-15 | 1 | -8/+14 |
| * | [SymbolFile] Remove SymbolContext parameter from FindTypes. | Zachary Turner | 2019-01-14 | 1 | -10/+5 |
| * | Show the memory region name if there is one in the output of the "memory regi... | Greg Clayton | 2018-12-19 | 1 | -3/+5 |
| * | Re-land "Extract construction of DataBufferLLVM into FileSystem" | Jonas Devlieghere | 2018-11-12 | 1 | -1/+1 |
| * | Revert "Extract construction of DataBufferLLVM into FileSystem" | Davide Italiano | 2018-11-12 | 1 | -1/+1 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Extract construction of DataBufferLLVM into FileSystem | Jonas Devlieghere | 2018-11-10 | 1 | -1/+1 |
| * | [FileSystem] Open File instances through the FileSystem. | Jonas Devlieghere | 2018-11-02 | 1 | -7/+9 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+2 |
| * | [FileSystem] Remove Exists() from FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+1 |
| * | Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll... | Tatyana Krasnukha | 2018-09-26 | 1 | -14/+14 |
| * | [FileSpec] Make style argument mandatory for SetFile. NFC | Jonas Devlieghere | 2018-06-13 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -10/+8 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Fix a thinko in CommandObjectMemoryRegion. | Jim Ingham | 2018-04-11 | 1 | -1/+1 |
| * | Move Args::StringTo*** functions to a new OptionArgParser class | Pavel Labath | 2018-04-10 | 1 | -13/+14 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -21/+21 |
| * | getAsInteger is not a equivalent replacement for strtol | Jim Ingham | 2017-04-06 | 1 | -2/+10 |
| * | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+1 |
| * | Remove FileSpec::ReadFileContents. | Zachary Turner | 2017-03-06 | 1 | -2/+4 |
| * | Move DataBuffer / DataExtractor and friends from Core -> Utility. | Zachary Turner | 2017-03-04 | 1 | -1/+1 |
| * | Isolate Target-specific functionality of DataExtractor. | Zachary Turner | 2017-03-03 | 1 | -9/+9 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Fix compiler warning. | Zachary Turner | 2016-12-16 | 1 | -1/+0 |
| * | Modernize the Args access pattern in a few more commands. | Zachary Turner | 2016-12-09 | 1 | -57/+46 |
| * | Rewrite all Property related functions in terms of StringRef. | Zachary Turner | 2016-11-17 | 1 | -2/+1 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -2/+2 |
| * | Make ValueObjectMemory::Create accept StringRefs. | Zachary Turner | 2016-11-12 | 1 | -1/+1 |
| * | Make Options::SetOptionValue take a StringRef. | Zachary Turner | 2016-11-12 | 1 | -3/+0 |
| * | Clean up the stop printing header lines. | Jim Ingham | 2016-11-08 | 1 | -1/+2 |
| * | Update OptionGroup::SetValue to take StringRef. | Zachary Turner | 2016-09-23 | 1 | -17/+20 |
| * | Try to fix build errors on Android. | Zachary Turner | 2016-09-22 | 1 | -3/+3 |
| * | Convert option tables to ArrayRefs. | Zachary Turner | 2016-09-22 | 1 | -16/+6 |
| * | Fix more functions in Args to use StringRef. | Zachary Turner | 2016-09-19 | 1 | -1/+2 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -1690/+1550 |