aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-1/+3
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-41/+34
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-3/+2
2015-10-19Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton1-0/+1
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda1-0/+26
2015-06-16Add Read Thread to GDBRemoteCommunicationEwan Crawford1-1/+27
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-1/+4
2015-05-27Change ProcessGDBRemote last stop packet to a container.Ewan Crawford1-2/+9
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-17/+22
2015-02-24Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer1-0/+14
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-2/+1
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-0/+10
2015-01-21This patch gets remote-linux platform able to run processesVince Harron1-2/+1
2014-09-09Create a HostThread abstraction.Zachary Turner1-2/+2
2014-02-27Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton1-1/+1
2014-01-25Support for debugging against a remote stock gdbserver.Steve Pucci1-1/+2
2014-01-10Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton1-2/+3
2013-12-13Centralized the launching of a process into Target::Launch()Greg Clayton1-1/+1
2013-12-06Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton1-4/+16
2013-12-06Replace all in_port_t with uint16_t to avoid compilation issues on different ...Greg Clayton1-1/+1
2013-12-05Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton1-2/+15
2013-12-04Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton1-3/+3
2012-06-08Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham1-1/+5
2012-04-13Added the thread ID (tid) to each packet history item and the packet history ...Greg Clayton1-28/+7
2012-04-12Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton1-1/+1
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-16/+5
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton1-1/+1
2012-04-09Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton1-2/+130
2011-06-18Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne1-1/+2
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton1-17/+14
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-2/+16
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-0/+3
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-3/+10
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-220/+17
2011-03-10Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton1-31/+17
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton1-0/+43
2011-02-12Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton1-24/+43
2011-01-22Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton1-3/+9
2011-01-22Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton1-2/+7
2011-01-20Fixed the async packets (packets that need to be sent to the GDB server Greg Clayton1-2/+3
2011-01-18Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton1-1/+14
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-12-03Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton1-3/+4
2010-11-19Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice1-1/+1
2010-11-17Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham1-0/+3
2010-09-03Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton1-1/+3
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+270