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