1. c9e1190 [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception_type and add GetCurrentExceptionBacktrace SB ABI by Kuba Mracek · 7 years ago
  2. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  3. e60bc53 [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for objc_exception_throw for Obj-C runtimes by Kuba Mracek · 7 years ago
  4. e103ae9 Add setting to require hardware breakpoints. by Jonas Devlieghere · 7 years ago
  5. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  6. 859f54b Improve SBThread's stepping API using SBError parameter. by Alexander Polyakov · 7 years ago
  7. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  8. f2a8bcc Move StructuredData from Core to Utility by Pavel Labath · 8 years ago
  9. ef45d8b Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntime plugins. by Kuba Mracek · 8 years ago
  10. 5bfee5f Added new API to SBStructuredData class by Abhishek Aggarwal · 8 years ago
  11. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  12. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  13. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  14. 753e13c Add logging to SBThread::GetInfoItemByPathAsString to by Jason Molenda · 9 years ago
  15. 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
  16. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  17. 000ca18 Fix Windows build - add return statement in SBThread::StepUsingScriptedThreadPlan. by Oleksiy Vyalov · 9 years ago
  18. c915a7d Add a few more needed bits to the scripted thread plans. by Jim Ingham · 9 years ago
  19. 4ac8e93 Add an API to unwind from a hand-called expression. by Jim Ingham · 9 years ago
  20. b2e7d28 SBThread also had some places where it got the ExecutionContext w/o by Jim Ingham · 9 years ago
  21. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  22. 7fa7dc3 Take the API lock in SBThread::IsValid & SBFrame::IsValid. by Jim Ingham · 9 years ago
  23. 1aad8fb Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. by Kuba Brecka · 9 years ago
  24. 058c302 Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not crash when thread_id is unavailable. Plus a whitespace fix. by Kuba Brecka · 9 years ago
  25. 6a83143 Add ThreadSanitizer debugging support. by Kuba Brecka · 10 years ago
  26. cbf6f9b Adding an SBThread::StepInto that takes an end-line, also moved the code that figures by Jim Ingham · 10 years ago
  27. 25d5b10 When constructing an address range to "step" or "next" through, by Jason Molenda · 10 years ago
  28. 1ef6e4c Fix log message warning in SBThread. by Bruce Mitchener · 10 years ago
  29. 989a755 SBThread::StepOutOfFrame should check that the SBStackFrame it gets passed by Jim Ingham · 10 years ago
  30. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  31. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  32. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  33. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  34. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  35. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  36. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  37. 603985f SBThread::GetDescription should use the Thread format instead of making up by Jim Ingham · 11 years ago
  38. dc6224e Make the "synchronous" mode actually work without race conditions. by Greg Clayton · 11 years ago
  39. afdf842 LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction by Kuba Brecka · 11 years ago
  40. 2bdbfd5 This checkin is the first step in making the lldb thread stepping mechanism more accessible from by Jim Ingham · 11 years ago
  41. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  42. b4892cd Add a new SBThread::SafeToCallFunctions API; this calls over to by Jason Molenda · 11 years ago
  43. b9ffa98 Add a new SBThread::GetQueue() method to get the queue that is by Jason Molenda · 11 years ago
  44. 8334e14 Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint location ID. by Greg Clayton · 11 years ago
  45. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  46. 6c9ed91 Make the fail messages by Jim Ingham · 11 years ago
  47. 4b4b247 This commit reworks how the thread plan's ShouldStopHere mechanism works, so that it is useful not only by Jim Ingham · 12 years ago
  48. ac605f4 Add API logging to the SBQueue/SBQueueItem/SBThread calls. by Jason Molenda · 12 years ago
  49. a6e9130 Add logging for the SB API which creates extended threads. by Jason Molenda · 12 years ago
  50. 8ee9cb5 Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method by Jason Molenda · 12 years ago
  51. 008c45f Change SBThread::GetExtendedBacktrace to by Jason Molenda · 12 years ago
  52. 7a2f790 The Threads created when requesting extended backtraces need to be owned by by Jason Molenda · 12 years ago
  53. 02706c3 Add History subclasses for Thread, Unwind, RegisterContext. by Jason Molenda · 12 years ago
  54. 95d005c Rename extended backtrace methods to take out the "ThreadOrigin" by Jason Molenda · 12 years ago
  55. 5dd4916 Add a new GetThreadOriginExtendedBacktrace method to the by Jason Molenda · 12 years ago
  56. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  57. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  58. 4fdb586 Expose the Thread::GetQueueID() method through the SBThread API, similar to by Jason Molenda · 12 years ago
  59. f86248d Added a 'jump' command, similar to GDBs. by Richard Mitton · 12 years ago
  60. 4d56e9c This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 12 years ago
  61. a75418d Adding new Python API function to check for stopped threads. by Andrew Kaylor · 12 years ago
  62. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  63. 0a2df22 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 13 years ago
  64. f85defa Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 13 years ago
  65. c627682 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 13 years ago
  66. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  67. 90ba811 <rdar://problem/12649160> by Greg Clayton · 13 years ago
  68. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  69. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  70. 97d5cf0 <rdar://problem/9959501> by Greg Clayton · 13 years ago
  71. 6fe2dc7 Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into. by Jim Ingham · 13 years ago
  72. 94b0924 SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads. by Jim Ingham · 13 years ago
  73. c02e334 SBThread::StepOverUntil should run all threads. It is running to breakpoints, so running one thread is likely to cause the target to stall. by Jim Ingham · 13 years ago
  74. cb640dd Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 13 years ago
  75. 4413758 Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 13 years ago
  76. 4fc6cb9 Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 13 years ago
  77. 7ba6e99 Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
  78. 64e7ead Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 13 years ago
  79. c9858e4 Added logging when API calls try to do something that shouldn't be done when the process is stopped by having logging calls that end with "error: process is running". by Greg Clayton · 13 years ago
  80. 7fdf9ef Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
  81. 31950a5 Fixed some space formatting. by Greg Clayton · 14 years ago
  82. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  83. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  84. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  85. 17a6ad0 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 14 years ago
  86. 290fa41 Fixed code rot pointed out by Jim. by Johnny Chen · 14 years ago
  87. 73ca05a Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
  88. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  89. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  90. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  91. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  92. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  93. 762f713 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 14 years ago
  94. 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
  95. 9b70ddb StepUntil should check whether the target of the step until is in the current by Jim Ingham · 14 years ago
  96. 481cef2 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
  97. 9566143 Fixed missing return value (patch from Stephen Wilson). by Greg Clayton · 15 years ago
  98. 722a0cd Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 15 years ago
  99. af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
  100. f028a1f Added access to set the current stack frame within a thread so any command by Greg Clayton · 15 years ago