summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-20/+27
* Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton2012-01-301-190/+192
* Fixed code rot pointed out by Jim.Johnny Chen2011-12-171-4/+2
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-2/+26
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-1/+1
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+4
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-1/+1
* StepUntil should check whether the target of the step until is in the currentJim Ingham2011-05-081-6/+28
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-13/+190
* Fixed missing return value (patch from Stephen Wilson).Greg Clayton2011-01-181-1/+1
* Added the following functions to SBThread to allow threads to be suspended wh...Greg Clayton2011-01-121-0/+30
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-4/+28
* Added access to set the current stack frame within a thread so any commandGreg Clayton2010-12-171-0/+47
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+104
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-13/+13
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-11/+15
* Fixed the copy constructor for SBThread.Greg Clayton2010-10-301-2/+3
* Improved API logging.Greg Clayton2010-10-301-75/+22
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-1/+1
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-27/+11
* Clean up the API logging code:Caroline Tice2010-10-261-46/+53
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-7/+160
OpenPOWER on IntegriCloud