1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  3. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  4. 8db3f7e Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  5. a8d916a Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  6. 0045c72f Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 7 years ago
  7. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  8. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  9. b5cd6e7 Fixed a crasher that has been borking out heap for a long time. by Greg Clayton · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  12. 8d94ba0 This change introduces a "ExpressionExecutionThread" to the ThreadList. by Jim Ingham · 10 years ago
  13. 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
  14. 8f186f8 Change the null check to an assert. by Zachary Turner · 10 years ago
  15. 0ee8282 Add a null check against the ThreadPlan by Zachary Turner · 10 years ago
  16. 6e8fbc6 Fix TestThreadSpecificBreakpoint.py on Linux after rL252355. by Chaoren Lin · 10 years ago
  17. 569aaf9 Another optimization to keep down gdb-remote traffic. If we have suspended a thread while by Jim Ingham · 10 years ago
  18. 65d4d5c Add an OperatingSystem plugin to support goroutines by Ryan Brown · 10 years ago
  19. e171da5 Fix typos. by Bruce Mitchener · 10 years ago
  20. acbea8f Fix up some comments to be more explicit. Remove some long-commented out code. by Jim Ingham · 10 years ago
  21. 2f8e4c3 Enable debugging of multithreaded programs on Windows. by Adrian McCarthy · 10 years ago
  22. 9953f08 Reverting r237392 since it broke TestNumThreads on ubuntu builder. by Oleksiy Vyalov · 10 years ago
  23. d26b0c4 Enable multithreaded debugging on Windows. by Adrian McCarthy · 10 years ago
  24. 5023257 Move some functions from source/lldb.cpp to Utility. by Zachary Turner · 11 years ago
  25. e4d4801 [lldb] Abstract a superclass for a generic thread container. by Kuba Brecka · 11 years ago
  26. 35878c4 Fix the behavior when hand-calling a function times out on one thread, by Jim Ingham · 11 years ago
  27. e98008c Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. by Greg Clayton · 12 years ago
  28. 21afbe0 Correct logic checking for the first stop ID by Ed Maste · 12 years ago
  29. 39fdae7 Fix a bug where if we stop but nobody says there was a reason for the stop, we would return by Jim Ingham · 12 years ago
  30. 29d6574 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 12 years ago
  31. e347243 Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 12 years ago
  32. 6e0ff1a Changed the formerly pure virtual function: by Greg Clayton · 12 years ago
  33. 14263f3 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 12 years ago
  34. 221d51c Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 12 years ago
  35. ba4e61d Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 12 years ago
  36. f5b9240 Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 12 years ago
  37. 1b7746e After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly. by Greg Clayton · 12 years ago
  38. 160c9d8 <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 12 years ago
  39. 7bc3465 Make sure all the threads get a chance to compute their StopInfo's before we start running by Jim Ingham · 12 years ago
  40. ac358da <rdar://problem/13527167> by Greg Clayton · 13 years ago
  41. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  42. a007904 If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing. by Jim Ingham · 13 years ago
  43. c2c423e <rdar://problem/12976225> by Han Ming Ong · 13 years ago
  44. c3faa19 Broadcast an event when the selected thread is changed. by Jim Ingham · 13 years ago
  45. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  46. b42f3af Don't lock the thread list during ThreadList::ShouldStop. That does too by Jim Ingham · 13 years ago
  47. 43e0af0 Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 13 years ago
  48. 513c6bb Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that by Jim Ingham · 13 years ago
  49. cb5d5a5 When we are preparing all threads to run, if the overall run state of a thread is "suspended" that by Jim Ingham · 13 years ago
  50. fa559e5 <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 13 years ago
  51. c3776bf First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 14 years ago
  52. 92087d8 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 14 years ago
  53. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  54. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  55. 10c4b24 Make the "log enable lldb-step" output easier to parse. by Jim Ingham · 14 years ago
  56. 354b9a6 In ThreadList::GetSelectedThread, handle the case where we have no by Jason Molenda · 14 years ago
  57. b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
  58. 943ddb7 Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the by Johnny Chen · 14 years ago
  59. bbfa68b Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 14 years ago
  60. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  61. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  62. abcbc8a Fix a crasher when you have no log. by Greg Clayton · 15 years ago
  63. ce57983 Some useful logging. Also don't stuff the temporary thread into a shared pointer for no apparent reason. by Jim Ingham · 15 years ago
  64. 1c823b4 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 15 years ago
  65. c4e411f Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
  66. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  67. b15bfc7 Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 15 years ago
  68. 1346f7e Cleaned up step logging a bit. by Greg Clayton · 15 years ago
  69. 2cad65a Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 15 years ago
  70. 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
  71. a3241c1 Don't call PrepareForResume on threads that aren't going to get a chance to run this time around. by Jim Ingham · 15 years ago
  72. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  73. 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
  74. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago