summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-032-33/+37
* 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-283-4/+13
* Fixing TestRegisters on Linux with LLGSVince Harron2015-01-231-5/+5
* This patch gets remote-linux platform able to run processesVince Harron2015-01-214-4/+21
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-154-44/+48
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-141-3/+2
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-18/+36
* Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov2014-12-102-1/+73
* Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov2014-12-091-2/+0
* Revert "Use timeout when reading debugserver's port from a named pipe."Zachary Turner2014-12-041-55/+12
* Use timeout when reading debugserver's port from a named pipe.Oleksiy Vyalov2014-12-031-12/+55
* for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...Shawn Best2014-11-051-2/+6
* Fix one more [-Werror,-Winconsistent-missing-override] error.Eric Christopher2014-11-041-1/+1
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-42/+42
* The change previously committed as 220983 broke large binary memory reads. I ...Greg Clayton2014-11-031-58/+55
* commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...Shawn Best2014-10-311-55/+58
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-113-21/+122
* Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointT...Todd Fiala2014-10-091-0/+5
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-064-4/+4
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+0
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-232-21/+10
* 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-182-31/+8
* Hex encode the triple values in case they contain special characters.Greg Clayton2014-09-182-5/+17
* Add better logging for the "$vFile:pwrite:" packet so we can show binary data...Greg Clayton2014-09-181-5/+33
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-1/+1
* Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrent...Todd Fiala2014-09-151-1/+21
* Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentP...Todd Fiala2014-09-151-4/+14
* 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-102-2/+27
* Create a HostThread abstraction.Zachary Turner2014-09-094-42/+23
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-081-5/+11
* Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.Todd Fiala2014-09-051-0/+1
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-292-17/+5
* Add arbitrary command line flags to llgs/debugserver startup for local debugg...Todd Fiala2014-08-291-1/+19
* llgs: add proper exec support for Linux.Todd Fiala2014-08-282-0/+29
* Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.Todd Fiala2014-08-262-3/+24
* Fixes a few more places where we were manually setting the filename.Zachary Turner2014-08-211-1/+1
* Two small fixes to get Mac native + debugserver working after theJason Molenda2014-08-211-1/+1
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-2/+6
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-3/+4
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-192-6/+11
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-153-11/+13
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-142-7/+8
* Creates a socket host object.Zachary Turner2014-08-061-2/+2
* Change ProcessGDBRemote::DidLaunchOrAttach to Jason Molenda2014-08-031-2/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-022-14/+18
OpenPOWER on IntegriCloud