1. c8ecc2a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  2. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 11 years ago
  3. 633a29c Further reduce header footprint of Debugger.h. by Zachary Turner · 11 years ago
  4. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  5. 3f55974 Optimizations for FileSpec. by Zachary Turner · 11 years ago
  6. 0b5e5f4 unused variable, typedef requires name warning cleanup by Michael Sartain · 12 years ago
  7. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  8. 649f8b9 <rdar://problem/14086944> by Greg Clayton · 12 years ago
  9. f21fead A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 13 years ago
  10. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  11. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  12. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  13. 6920b52 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 13 years ago
  14. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  15. 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
  16. 530a413 Added an API to SymbolContext to hide the complexity of getting the by Jim Ingham · 14 years ago
  17. 747bcb0 Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 14 years ago
  18. d9761cd Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 14 years ago
  19. 8c0ee215 Symbol may not have a demangled name, use GetName to get the best name available in this case. by Jim Ingham · 15 years ago
  20. ab65b34 Added auto completion for architecture names and for platforms. by Greg Clayton · 15 years ago
  21. 8436307 Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. by Jim Ingham · 15 years ago
  22. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  23. 4531946 Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 15 years ago
  24. fd18426 Added support for targets that don't support expanding "~/" or "~USERNAME". by Greg Clayton · 15 years ago
  25. 9b62fd2 Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". by Greg Clayton · 15 years ago
  26. 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 15 years ago
  27. 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
  28. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  29. 3df9a8d by Caroline Tice · 15 years ago
  30. 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
  31. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  32. a080735 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 15 years ago
  33. 7cc478b Remove duplicate def'n from FileSpec.h. by Jim Ingham · 15 years ago
  34. 021b605 Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 15 years ago
  35. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  36. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  37. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  38. c9af18a Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 15 years ago[Renamed from lldb/source/Interpreter/CommandCompletions.cpp]
  39. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago