1. e103ae9 Add setting to require hardware breakpoints. by Jonas Devlieghere · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  4. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  5. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  6. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  7. e65b2cf Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr warnings in some files in source/Target/. by Eugene Zelenko · 10 years ago
  8. 1fd2f08 Return the right answer for ShouldStop for the RunToAddress plan. This isn't by Jim Ingham · 10 years ago
  9. 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
  10. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  11. eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
  12. 221d51c Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 12 years ago
  13. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  14. 0161b49 Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 13 years ago
  15. 2995077 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 13 years ago
  16. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  17. f58a048 Using the wrong type for the break id's (user_id_t is an unsigned int, but internal breakpoints can be negative, and anyway it is a good idea to use break_id_t for breakpoints, no?) by Jim Ingham · 14 years ago
  18. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  19. f3ef3d2 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 14 years ago
  20. 4bf570d Typo in looking up the stored address breakpoints, could cause us to look too far for breakpoints. by Jim Ingham · 15 years ago
  21. f48169b Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 15 years ago
  22. 06e827c Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 15 years ago
  23. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  24. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  25. 08b87e0 Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 15 years ago
  26. b01e742 Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 15 years ago
  27. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago