summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-0/+4
* Apple specific change from Kirk Beitz.Greg Clayton2011-02-051-1/+6
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-2/+1
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-14/+33
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-10/+11
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-2/+0
* The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham2010-11-181-0/+1
* Use the new native unwinder by default.Jason Molenda2010-11-041-1/+1
* Add #ifdef to easily switch between the current libunwind-remote based unwinder Jason Molenda2010-11-041-0/+9
* Revert last checking to ThreadGDBRemote.cpp; I accidentally checkedJason Molenda2010-11-041-3/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-1/+3
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-2/+5
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-2/+2
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-121-57/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-16/+8
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+296
OpenPOWER on IntegriCloud