summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-7/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-6/+3
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-1/+1
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+2
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-4/+5
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-5/+5
* Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton2011-02-091-1/+1
* 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