summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-2/+2
* Clean up the stop printing header lines.Jim Ingham2016-11-081-2/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1435/+1152
* Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...Oleksiy Vyalov2016-08-061-1/+1
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-4/+21
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+25
* SBThread also had some places where it got the ExecutionContext w/o Jim Ingham2016-06-101-9/+27
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-57/+52
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-071-1/+13
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-40/+3
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-301-1/+5
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-1/+58
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-4/+19
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+2
* Fix log message warning in SBThread.Bruce Mitchener2015-09-091-1/+1
* SBThread::StepOutOfFrame should check that the SBStackFrame it gets passedJim Ingham2015-09-081-1/+15
* Refactor Unix signals.Chaoren Lin2015-07-141-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-2/+2
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-2/+3
* SBThread::GetDescription should use the Thread format instead of making upJim Ingham2015-01-281-1/+2
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-9/+5
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+22
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-2/+67
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+69
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+9
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+37
* Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint loca...Greg Clayton2014-04-111-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-99/+147
* Make the fail messagesJim Ingham2014-04-031-1/+2
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-4/+10
* Add API logging to the SBQueue/SBQueueItem/SBThread calls.Jason Molenda2014-03-081-0/+4
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-5/+15
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-0/+9
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-3/+2
* The Threads created when requesting extended backtraces need to be owned byJason Molenda2013-11-111-6/+12
* Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda2013-11-081-1/+2
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-3/+3
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-061-0/+36
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-7/+7
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-7/+7
* Expose the Thread::GetQueueID() method through the SBThread API, similar toJason Molenda2013-10-211-0/+28
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+25
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-21/+21
* Adding new Python API function to check for stopped threads.Andrew Kaylor2013-04-151-0/+10
* <rdar://problem/13521159>Greg Clayton2013-03-271-23/+23
OpenPOWER on IntegriCloud