| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Re-land "Extract construction of DataBufferLLVM into FileSystem" | Jonas Devlieghere | 2018-11-12 | 1 | -2/+2 |
| * | Revert "Extract construction of DataBufferLLVM into FileSystem" | Davide Italiano | 2018-11-12 | 1 | -2/+2 |
| * | Extract construction of DataBufferLLVM into FileSystem | Jonas Devlieghere | 2018-11-10 | 1 | -2/+2 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+3 |
| * | [FileSystem] Extend file system and have it use the VFS. | Jonas Devlieghere | 2018-10-31 | 1 | -1/+1 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -1/+1 |
| * | Narrow the CompletionRequest API to being append-only. | Raphael Isemann | 2018-07-27 | 1 | -2/+1 |
| * | Replaced more boilerplate code with CompletionRequest (NFC) | Raphael Isemann | 2018-07-13 | 1 | -8/+6 |
| * | [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 | -7/+4 |
| * | Move Args.cpp from Interpreter to Utility | Pavel Labath | 2018-04-17 | 1 | -1/+1 |
| * | Make sure DataBufferLLVM contents are writable | Pavel Labath | 2017-12-21 | 1 | -4/+2 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -3/+3 |
| * | Remove FileSpec::ReadFileContents. | Zachary Turner | 2017-03-06 | 1 | -4/+3 |
| * | Convert AutoComplete related code to StringRef. | Zachary Turner | 2016-11-17 | 1 | -5/+3 |
| * | Remove TimeValue usage from lldb/Interpreter | Pavel Labath | 2016-11-09 | 1 | -3/+2 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -1/+1 |
| * | Remove TimeValue usage from FileSpec.h | Pavel Labath | 2016-11-01 | 1 | -5/+3 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -133/+95 |
| * | Decoupled Options from CommandInterpreter. | Todd Fiala | 2016-08-11 | 1 | -0/+1 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Make sure to re-read the file data you can get from OptionValueFileSpec::GetF... | Greg Clayton | 2015-03-06 | 1 | -1/+9 |
| * | Refactor OptionValue::SetValueFromCString to use llvm::StringRef | Pavel Labath | 2015-02-20 | 1 | -12/+5 |
| * | Fix SettingsCommandTestCase.test_set_error_output_path | Vince Harron | 2015-02-18 | 1 | -7/+12 |
| * | Fixed an issue where if the operating system python plug-in is changed at run... | Greg Clayton | 2015-01-13 | 1 | -0/+2 |
| * | Switch NULL to C++11 nullptr in source/Interpreter | Ed Maste | 2014-04-20 | 1 | -1/+1 |
| * | Remember to clear the cached data for the OptionValueFileSpec in SetValueFrom... | Jim Ingham | 2014-04-04 | 1 | -0/+1 |
| * | Change OptionValueFileSpec::SetValueFromCString to strip off whitespace, | Jason Molenda | 2013-09-13 | 1 | -1/+14 |
| * | OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname... | Jason Molenda | 2013-08-27 | 1 | -11/+2 |
| * | Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al... | Greg Clayton | 2013-04-29 | 1 | -11/+1 |
| * | Rolled back r176719 because settings with file | Sean Callanan | 2013-03-15 | 1 | -2/+11 |
| * | OptionValueFileSpec shouldn't be doing argument | Sean Callanan | 2013-03-08 | 1 | -11/+2 |
| * | <rdar://problem/12978143> | Enrico Granata | 2013-01-28 | 1 | -1/+1 |
| * | <rdar://problem/12827031> | Greg Clayton | 2012-12-10 | 1 | -2/+11 |
| * | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
| * | When OptionValueFileSpec is given a filename starting | Jason Molenda | 2012-10-11 | 1 | -1/+1 |
| * | Wrapped up the work I am going to do for now for the "add-dsym" or "target sy... | Greg Clayton | 2012-09-27 | 1 | -1/+30 |
| * | OptionValueFileSpec had an accessor to read the contents of the file and retu... | Greg Clayton | 2012-08-30 | 1 | -2/+7 |
| * | Remove further outdated "settings" code and also implement a few missing things. | Greg Clayton | 2012-08-22 | 1 | -0/+8 |
| * | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -0/+116 |