1. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  2. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  3. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 13 years ago
  4. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  5. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  6. 4d6675c by Caroline Tice · 14 years ago
  7. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  8. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  9. 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 14 years ago
  10. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  11. c1ad82e by Caroline Tice · 14 years ago
  12. 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
  13. 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
  14. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  15. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  16. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  17. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago