1. 97a19b2 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 11 years ago
  2. eff8320 Rolled back r176719 because settings with file names were broken. by Sean Callanan · 11 years ago
  3. 5243ff8 OptionValueFileSpec shouldn't be doing argument by Sean Callanan · 11 years ago
  4. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  5. ba687bb <rdar://problem/12827031> by Greg Clayton · 12 years ago
  6. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  7. fb332f9 When OptionValueFileSpec is given a filename starting by Jason Molenda · 12 years ago
  8. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  9. fc04d24 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 · 12 years ago
  10. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  11. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago