1. 49d888d <rdar://problem/12820334> by Greg Clayton · 12 years ago
  2. 2eafcaa Define isprint8() wrapper around isprint() in order to avoid crashes on Linux by Daniel Malea · 12 years ago
  3. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  4. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  5. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  6. 3b1afc6 Made it so changes to the prompt via "settings set prompt" get noticed by the command line. by Greg Clayton · 12 years ago
  7. 88b980b Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register. by Greg Clayton · 12 years ago
  8. 4078a30 Handle backslash protection inside unquoted commands like: by Jim Ingham · 12 years ago
  9. 431d26d Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods. by Greg Clayton · 12 years ago
  10. 03e498e <rdar://problem/11052829> by Greg Clayton · 12 years ago
  11. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  12. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  13. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  14. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  15. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  16. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  17. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  18. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  19. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  20. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  21. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  22. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  23. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  24. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  25. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  26. 80733ea Removed logging code that I accidentally left in after recent changes. by Greg Clayton · 14 years ago
  27. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  28. d9105c2 by Caroline Tice · 14 years ago
  29. e0da7a5 by Caroline Tice · 14 years ago
  30. 44c841d by Caroline Tice · 14 years ago
  31. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  32. 2160c3f Add missing result.SetStatus, to allow aliases to be created with by Caroline Tice · 14 years ago
  33. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  34. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  35. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  36. adb8429 Handle completing "-" and "--". by Jim Ingham · 14 years ago
  37. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago[Renamed (99%) from source/Core/Args.cpp]
  38. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  39. 27cd889 Remove unused class. by Eli Friedman · 14 years ago
  40. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago