summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+138
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-4/+11
* Simple fixes for the gdb remote process plugin on Linux.Stephen Wilson2011-03-251-0/+2
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-2/+7
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-899/+18
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-40/+28
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-1/+107
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Fixed an issue where detection of vCont support wasn't being done correctly.Greg Clayton2011-02-161-0/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-0/+1
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-62/+175
* Added a quicker lookup in the SectionLoadList when looking things up byGreg Clayton2011-02-051-5/+15
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-2/+8
* Fixed the SendInterrupt logic to return the true if the target was haltedGreg Clayton2011-02-031-6/+14
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-3/+4
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-0/+11
* Finally tracked down the racy condition that would hose up our debugGreg Clayton2011-01-271-51/+93
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-24/+19
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-2/+14
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-11/+29
* Fixed the async packets (packets that need to be sent to the GDB server Greg Clayton2011-01-201-6/+22
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-0/+1
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-2/+2
* Modified the stop reply packet to be able to send the thread name using theGreg Clayton2011-01-081-6/+13
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-1/+1
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-16/+3
* Fixed bad logic that was trying to determine if the gdb remote resumed a proc...Greg Clayton2010-12-031-3/+1
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-1/+1
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-1/+2
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-2/+18
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+5
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+1
* Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock()Johnny Chen2010-09-141-0/+4
* Added some extra logging to track asynchronous packet activity.Greg Clayton2010-09-031-0/+23
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-5/+16
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+6
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+813
OpenPOWER on IntegriCloud