1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  3. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  4. 1fb7e20 Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards by Pavel Labath · 10 years ago
  5. 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
  6. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  7. 7d49c9c rdar://problem/11533713 by Johnny Chen · 13 years ago
  8. a8558b6 Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 13 years ago
  9. fab10e8 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 14 years ago
  10. 87df91b Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
  11. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  12. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  13. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  14. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  15. 95e3142 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
  16. e0a9784 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 15 years ago
  17. 2856d46 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 15 years ago
  18. b7234e4 Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 15 years ago
  19. 36f3b36 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 15 years ago
  20. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  21. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  22. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  23. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  24. b2a38a7 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 15 years ago
  25. ae1c4cf Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 15 years ago
  26. 1b54c88 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago
  27. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  28. 59817b1 More minor build fixes. by Eli Friedman · 15 years ago
  29. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago