summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ExecutionContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-5/+8
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-15/+15
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-15/+15
* <rdar://problem/14028923>Enrico Granata2013-10-081-1/+9
* <rdar://problem/13643315> Greg Clayton2013-05-241-3/+6
* <rdar://problem/13194155>Greg Clayton2013-03-151-25/+6
* <rdar://problem/13194155>Enrico Granata2013-03-151-14/+12
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-1/+92
* Don't set the thread when adopting selected execution context entries, and us...Greg Clayton2012-07-301-11/+17
* Don't have ExecutionContextRef::SetTargetPtr fill in the frameJason Molenda2012-07-261-1/+1
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-051-17/+61
* <rdar://problem/11184458>Greg Clayton2012-04-041-5/+11
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+54
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-1/+1
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-21/+427
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-10/+24
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-44/+156
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-0/+10
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-6/+0
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-2/+2
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-2/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+107
OpenPOWER on IntegriCloud