1. 87e403a Re-land "Extract construction of DataBufferLLVM into FileSystem" by Jonas Devlieghere · 7 years ago
  2. 9a89d93 Revert "Extract construction of DataBufferLLVM into FileSystem" by Davide Italiano · 7 years ago
  3. 1cc0714 Extract construction of DataBufferLLVM into FileSystem by Jonas Devlieghere · 7 years ago
  4. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  5. 4637696 [FileSystem] Extend file system and have it use the VFS. by Jonas Devlieghere · 7 years ago
  6. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  7. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  8. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  9. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  10. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  11. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  12. 50251fc Make sure DataBufferLLVM contents are writable by Pavel Labath · 8 years ago
  13. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  14. 7f6a7a3 Remove FileSpec::ReadFileContents. by Zachary Turner · 9 years ago
  15. 4aa8753 Convert AutoComplete related code to StringRef. by Zachary Turner · 9 years ago
  16. e877baa Remove TimeValue usage from lldb/Interpreter by Pavel Labath · 9 years ago
  17. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  18. 1408bf7 Remove TimeValue usage from FileSpec.h by Pavel Labath · 9 years ago
  19. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  20. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  21. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  22. 39fb138 Make sure to re-read the file data you can get from OptionValueFileSpec::GetFileContents(...) when the file has changed. by Greg Clayton · 11 years ago
  23. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  24. 1f4706c Fix SettingsCommandTestCase.test_set_error_output_path by Vince Harron · 11 years ago
  25. 332e8b1 Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does. by Greg Clayton · 11 years ago
  26. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  27. 2e3881c Remember to clear the cached data for the OptionValueFileSpec in SetValueFromCString. by Jim Ingham · 11 years ago
  28. 5c98b1c Change OptionValueFileSpec::SetValueFromCString to strip off whitespace, by Jason Molenda · 12 years ago
  29. 36d4461 OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname -- it by Jason Molenda · 12 years ago
  30. b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
  31. cb7733c Rolled back r176719 because settings with file names were broken. by Sean Callanan · 13 years ago
  32. 8773ce2 OptionValueFileSpec shouldn't be doing argument by Sean Callanan · 13 years ago
  33. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 13 years ago
  34. c5e2085 <rdar://problem/12827031> by Greg Clayton · 13 years ago
  35. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  36. 3f9fa52 When OptionValueFileSpec is given a filename starting by Jason Molenda · 13 years ago
  37. b5f0fea Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 13 years ago
  38. 0b0b512 OptionValueFileSpec had an accessor to read the contents of the file and return the data. This can end up being used to get the string contents of a text file and could end up not being NULL terminated. I added accessors to get the file contents raw, or with a null terminator. Added the needed calls to make this happen in the FileSpec and File classes. by Greg Clayton · 13 years ago
  39. 6920b52 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 13 years ago
  40. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago