1. 2eafcaa Define isprint8() wrapper around isprint() in order to avoid crashes on Linux by Daniel Malea · 12 years ago
  2. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  3. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  4. ec9c2d2 Added new options to "target create" and "target modules add". by Greg Clayton · 12 years ago
  5. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  6. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  7. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 13 years ago
  8. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  9. d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
  10. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  11. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  12. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  13. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  14. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  15. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  16. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  17. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  18. 4d6675c by Caroline Tice · 14 years ago
  19. fb35511 by Caroline Tice · 14 years ago
  20. 9e8e696 Make the short option print out before the long option in the by Caroline Tice · 14 years ago
  21. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  22. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  23. e5f18b0 Modify the command options help generation so that required options by Caroline Tice · 14 years ago
  24. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  25. 6e4c5ce by Caroline Tice · 14 years ago
  26. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  27. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  28. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  29. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  30. 8b9af1c Convert direct access to the required & optional option sets to an accessor so we can lazily run BuildValidOptionSet, but make sure it is done before access. by Jim Ingham · 14 years ago
  31. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  32. 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/Options.cpp]
  33. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  34. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago