1. aea8179 "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 14 years ago
  2. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  3. 6626447 Missed one place where we should use the target's SourceManager, not the debugger's. by Jim Ingham · 14 years ago
  4. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  5. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  6. b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
  7. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 15 years ago
  8. 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 15 years ago
  9. 3300d77 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 15 years ago
  10. 176761e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 15 years ago
  11. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  12. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  13. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  14. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  15. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  16. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  17. 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 15 years ago
  18. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  19. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  20. deaab22 by Caroline Tice · 15 years ago
  21. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  22. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  23. 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
  24. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  25. 3f4c09c by Caroline Tice · 15 years ago
  26. 2976d00 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 · 15 years ago
  27. 5466e75 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 · 15 years ago
  28. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  29. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  30. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  31. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago