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