aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-1/+1
2011-10-15Quiet the default "log enable lldb step" output down a little bit.Jim Ingham1-1/+1
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-1/+1
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-39/+0
2011-06-03Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne1-26/+0
2011-05-15Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton1-1/+0
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton1-2/+2
2011-04-26Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton1-2/+2
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton1-7/+12
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-6/+3
2011-03-10Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton1-1/+1
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton1-1/+2
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton1-4/+5
2011-02-12Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton1-5/+5
2011-02-09Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton1-1/+1
2011-02-08Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham1-0/+4
2011-02-05Apple specific change from Kirk Beitz.Greg Clayton1-1/+6
2011-01-20Back up both the register AND the stop state when calling functions.Jim Ingham1-2/+1
2011-01-09Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton1-14/+33
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton1-10/+11
2010-12-17Removed libunwind sources as we aren't using them anymore.Greg Clayton1-2/+0
2010-11-18The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham1-0/+1
2010-11-04Use the new native unwinder by default.Jason Molenda1-1/+1
2010-11-04Add #ifdef to easily switch between the current libunwind-remote based unwinder Jason Molenda1-0/+9
2010-11-04Revert last checking to ThreadGDBRemote.cpp; I accidentally checkedJason Molenda1-3/+1
2010-11-04Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda1-1/+3
2010-10-09Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton1-2/+5
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton1-2/+2
2010-08-12Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham1-57/+1
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-16/+8
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-3/+5
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+296