1. 6c17cc5 [lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakpoint by Tatyana Krasnukha · 6 years ago
  2. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  3. 95e264f [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback by Raphael Isemann · 6 years ago
  4. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 7 years ago
  5. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 7 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  8. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  9. 4911d36 NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth. by Jim Ingham · 7 years ago
  10. 431b158 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. by Adrian Prantl · 7 years ago
  11. 7aa4ed9 If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries. by Jim Ingham · 7 years ago
  12. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  13. 776cd7a Always normalize FileSpec paths. by Greg Clayton · 8 years ago
  14. 52098cf Allow relative file paths when settings source breakpoints by Greg Clayton · 8 years ago
  15. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 9 years ago
  16. 97206d5 Rename Error -> Status. by Zachary Turner · 9 years ago
  17. bf37a03 BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across function boundaries by Pavel Labath · 9 years ago
  18. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  19. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  20. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  21. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  22. 1a81b27 Add a few const's (thanks Zachary) and return shared or unique pointers by Jim Ingham · 9 years ago
  23. e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
  24. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  25. 2411167 Add an "offset" option to "break set -n" and "break set -f -l". by Jim Ingham · 10 years ago
  26. 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 11 years ago
  27. a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 11 years ago
  28. d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 11 years ago
  29. 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
  30. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  31. f642373 Factor the code that was eliminating redundant breakpoint locations and moving by Jim Ingham · 12 years ago
  32. df59c4a Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to by Jim Ingham · 12 years ago
  33. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  34. 405fab9 Be sure to print out the full file path when dumping breakpoint resolvers for file and line when the full path was specified. by Greg Clayton · 12 years ago
  35. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  36. 7c06a09 For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the by Jim Ingham · 13 years ago
  37. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  38. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  39. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  40. a8558b6 Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 14 years ago
  41. 2dafd8e <rdar://problem/11282938> by Greg Clayton · 14 years ago
  42. bc2f918 Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches by Jim Ingham · 14 years ago
  43. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  44. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  45. b7234e4 Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 15 years ago
  46. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  47. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  48. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago