Age | Commit message (Expand) | Author | Files | Lines |
2016-09-06 | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 1 | -1435/+1152 |
2016-08-06 | Fix Windows build - add return statement in SBThread::StepUsingScriptedThread... | Oleksiy Vyalov | 1 | -1/+1 |
2016-08-05 | Add a few more needed bits to the scripted thread plans. | Jim Ingham | 1 | -4/+21 |
2016-07-08 | Add an API to unwind from a hand-called expression. | Jim Ingham | 1 | -0/+25 |
2016-06-10 | SBThread also had some places where it got the ExecutionContext w/o | Jim Ingham | 1 | -9/+27 |
2016-05-19 | second pass over removal of Mutex and Condition | Saleem Abdulrasool | 1 | -57/+52 |
2016-05-07 | Take the API lock in SBThread::IsValid & SBFrame::IsValid. | Jim Ingham | 1 | -1/+13 |
2016-04-10 | Provide more information in ThreadSanitizer's JSON data. Move remaining TSan... | Kuba Brecka | 1 | -40/+3 |
2016-03-30 | Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ... | Kuba Brecka | 1 | -1/+5 |
2016-03-23 | Add ThreadSanitizer debugging support. | Kuba Brecka | 1 | -1/+58 |
2016-02-13 | Adding an SBThread::StepInto that takes an end-line, also moved the code that... | Jim Ingham | 1 | -4/+19 |
2015-12-15 | When constructing an address range to "step" or "next" through, | Jason Molenda | 1 | -2/+2 |
2015-09-09 | Fix log message warning in SBThread. | Bruce Mitchener | 1 | -1/+1 |
2015-09-08 | SBThread::StepOutOfFrame should check that the SBStackFrame it gets passed | Jim Ingham | 1 | -1/+15 |
2015-07-14 | Refactor Unix signals. | Chaoren Lin | 1 | -1/+1 |
2015-06-25 | Resubmitting 240466 after fixing the linux test suite failures. | Greg Clayton | 1 | -2/+2 |
2015-06-23 | Revert "Reduced packet counts to the remote GDB server where possible." | Chaoren Lin | 1 | -2/+2 |
2015-06-22 | Reduced packet counts to the remote GDB server where possible. | Greg Clayton | 1 | -2/+2 |
2015-05-29 | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 1 | -2/+0 |
2015-03-03 | Don't #include FormatManager.h from Debugger.h | Zachary Turner | 1 | -0/+1 |
2015-03-03 | Further reduce the header footprint of Process.h | Zachary Turner | 1 | -2/+3 |
2015-01-28 | SBThread::GetDescription should use the Thread format instead of making up | Jim Ingham | 1 | -1/+2 |
2014-10-21 | Make the "synchronous" mode actually work without race conditions. | Greg Clayton | 1 | -9/+5 |
2014-10-10 | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 1 | -0/+22 |
2014-09-29 | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 1 | -2/+67 |
2014-06-13 | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda | 1 | -0/+69 |
2014-05-13 | Add a new SBThread::SafeToCallFunctions API; this calls over to | Jason Molenda | 1 | -0/+9 |
2014-04-25 | Add a new SBThread::GetQueue() method to get the queue that is | Jason Molenda | 1 | -0/+37 |
2014-04-11 | Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint loca... | Greg Clayton | 1 | -1/+1 |
2014-04-04 | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 1 | -99/+147 |
2014-04-03 | Make the fail messages | Jim Ingham | 1 | -1/+2 |
2014-03-13 | This commit reworks how the thread plan's ShouldStopHere mechanism works, so ... | Jim Ingham | 1 | -4/+10 |
2014-03-08 | Add API logging to the SBQueue/SBQueueItem/SBThread calls. | Jason Molenda | 1 | -0/+4 |
2013-11-19 | Add logging for the SB API which creates extended | Jason Molenda | 1 | -5/+15 |
2013-11-16 | Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method | Jason Molenda | 1 | -0/+9 |
2013-11-12 | Change SBThread::GetExtendedBacktrace to | Jason Molenda | 1 | -3/+2 |
2013-11-11 | The Threads created when requesting extended backtraces need to be owned by | Jason Molenda | 1 | -6/+12 |
2013-11-08 | Add History subclasses for Thread, Unwind, RegisterContext. | Jason Molenda | 1 | -1/+2 |
2013-11-06 | Rename extended backtrace methods to take out the "ThreadOrigin" | Jason Molenda | 1 | -3/+3 |
2013-11-06 | Add a new GetThreadOriginExtendedBacktrace method to the | Jason Molenda | 1 | -0/+36 |
2013-11-04 | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 1 | -7/+7 |
2013-11-02 | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 1 | -7/+7 |
2013-10-21 | Expose the Thread::GetQueueID() method through the SBThread API, similar to | Jason Molenda | 1 | -0/+28 |
2013-09-12 | Added a 'jump' command, similar to GDBs. | Richard Mitton | 1 | -0/+25 |
2013-07-18 | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham | 1 | -21/+21 |
2013-04-15 | Adding new Python API function to check for stopped threads. | Andrew Kaylor | 1 | -0/+10 |
2013-03-27 | <rdar://problem/13521159> | Greg Clayton | 1 | -23/+23 |
2013-02-28 | the log entry for SBThread::GetProcess() would not include the pointer to the... | Enrico Granata | 1 | -3/+1 |
2012-12-20 | Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. | Andrew Kaylor | 1 | -0/+9 |
2012-12-12 | Fixed a few bugs in the "step in" thread plan logic. | Jim Ingham | 1 | -14/+20 |