summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
Commit message (Expand)AuthorAgeFilesLines
...
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-2/+15
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-3/+3
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-1/+5
* Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton2012-04-131-28/+7
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-1/+1
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-16/+5
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton2012-04-091-2/+130
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-1/+2
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-17/+14
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+16
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+3
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-3/+10
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-220/+17
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-31/+17
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-0/+43
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-24/+43
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-3/+9
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-2/+7
* Fixed the async packets (packets that need to be sent to the GDB server Greg Clayton2011-01-201-2/+3
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-1/+14
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-3/+4
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-1/+1
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-0/+3
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-1/+3
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+270
OpenPOWER on IntegriCloud