summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+17
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+16
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+19
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-6/+7
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Move the code which translates a dispatch_qaddr into aJason Molenda2013-10-181-4/+30
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-1/+2
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-45/+7
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-19/+38
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-38/+19
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-19/+38
* <rdar://problem/13700260>Greg Clayton2013-05-011-30/+8
* <rdar://problem/13491977>Greg Clayton2013-04-121-2/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-0/+3
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-3/+3
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-2/+7
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-48/+80
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Quiet the default "log enable lldb step" output down a little bit.Jim Ingham2011-10-151-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-39/+0
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-26/+0
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-1/+0
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-2/+2
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-2/+2
* 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
OpenPOWER on IntegriCloud