summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-211-4/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+3
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-101-0/+18
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-1/+25
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-6/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-86/+71
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-3/+3
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-1/+1
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-4440/+15
* Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...Oleksiy Vyalov2015-02-061-0/+1
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+44
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-21/+29
* Fix TestThreadStepOut on Linux with LLGSChaoren Lin2015-02-031-4/+0
* Add missing switch cases to silence warnings.Chaoren Lin2015-02-031-8/+11
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-59/+125
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-3/+3
* 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
OpenPOWER on IntegriCloud