1. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  2. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  3. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  4. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  5. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  6. 26e089b Missing return in error handling for "source list". by Jim Ingham · 13 years ago
  7. dd6201e "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 13 years ago
  8. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  9. c7f18c8 Missed one place where we should use the target's SourceManager, not the debugger's. by Jim Ingham · 13 years ago
  10. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  11. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  12. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  13. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  14. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  15. 1cee1e6 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 13 years ago
  16. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  17. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  18. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  19. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  20. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  21. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  22. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  23. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  24. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  25. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  26. 4d6675c by Caroline Tice · 14 years ago
  27. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  28. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  29. 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 14 years ago
  30. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  31. c1ad82e by Caroline Tice · 14 years ago
  32. 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
  33. 338f753 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 14 years ago
  34. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  35. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  36. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  37. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago