summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-32/+35
* Added support for writing registers larger than 64 bitsChaoren Lin2015-02-031-5/+9
* Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov2015-01-281-0/+3
* Fixing TestRegisters on Linux with LLGSVince Harron2015-01-231-5/+5
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-1/+12
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-8/+9
* Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov2014-12-101-1/+70
* Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov2014-12-091-2/+0
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-10/+45
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala2014-09-181-29/+6
* Hex encode the triple values in case they contain special characters.Greg Clayton2014-09-181-3/+6
* llgs: fix thread names broken by recent native thread changes.Todd Fiala2014-09-121-6/+6
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-4/+2
* llgs: implement qThreadStopInfo.Todd Fiala2014-09-101-2/+24
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-081-5/+11
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-0/+23
* Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.Todd Fiala2014-08-261-2/+8
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-2/+6
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-5/+9
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-7/+8
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-3/+4
* Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner2014-08-011-2/+2
* Add $vAttach support to llgs.Todd Fiala2014-07-291-0/+42
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-41/+49
* Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala2014-07-141-3/+17
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-3/+3
* Fix typos.Bruce Mitchener2014-07-011-4/+4
* Fix Windows build after llgs upstream.Zachary Turner2014-07-011-0/+2
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-2/+4
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-67/+2668
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+15
* lldb arm64 import.Jason Molenda2014-03-291-4/+3
* Quiet Clang warning about signed/unsigned comparisonEd Maste2014-03-201-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-21/+0
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-2/+2
* Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala2014-01-281-1/+20
* convert gdb-remote 'A' launch to use LaunchProcess ()Todd Fiala2014-01-271-1/+4
* Added reaper for commandline-launched processes.Todd Fiala2014-01-241-6/+44
* Move process launching into GDBRemoteCommunicationServer.Todd Fiala2014-01-231-31/+132
* Added distribution info to ArchSpec and qHostInfo message.Todd Fiala2014-01-181-0/+8
* Fix return type for WindowsDeepak Panickal2014-01-141-2/+1
* Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton2014-01-101-5/+3
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-159/+195
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-4/+3
* Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas2013-12-051-0/+1
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-54/+7
OpenPOWER on IntegriCloud