summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* the log entry for SBThread::GetProcess() would not include the pointer to the...Enrico Granata2013-02-281-3/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+9
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-14/+20
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+10
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-0/+41
* <rdar://problem/9959501>Greg Clayton2012-09-251-3/+1
* Remove a duplicate frame_sp local that was shadowing the one we copied the in...Jim Ingham2012-09-141-1/+0
* SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads.Jim Ingham2012-09-141-2/+2
* SBThread::StepOverUntil should run all threads. It is running to breakpoints...Jim Ingham2012-09-141-1/+1
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-3/+3
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+23
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-37/+53
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-6/+6
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-115/+100
* Added logging when API calls try to do something that shouldn't be done when ...Greg Clayton2012-04-061-9/+93
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-194/+241
* Fixed some space formatting.Greg Clayton2012-03-281-7/+7
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-173/+179
OpenPOWER on IntegriCloud