aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath1-1/+1
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-1/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-0/+1
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-4440/+15
2015-02-06Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...Oleksiy Vyalov1-0/+1
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron1-0/+44
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov1-21/+29
2015-02-03Fix TestThreadStepOut on Linux with LLGSChaoren Lin1-4/+0
2015-02-03Add missing switch cases to silence warnings.Chaoren Lin1-8/+11
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-59/+125
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin1-3/+3
2015-02-03Share crash information between LLGS and local POSIX debugging withChaoren Lin1-32/+35
2015-02-03Added support for writing registers larger than 64 bitsChaoren Lin1-5/+9
2015-01-28Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov1-0/+3
2015-01-23Fixing TestRegisters on Linux with LLGSVince Harron1-5/+5
2015-01-21This patch gets remote-linux platform able to run processesVince Harron1-1/+12
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-8/+9
2014-12-10Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov1-1/+70
2014-12-09Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov1-2/+0
2014-10-11llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala1-10/+45
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner1-1/+1
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton1-1/+1
2014-09-18llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala1-29/+6
2014-09-18Hex encode the triple values in case they contain special characters.Greg Clayton1-3/+6
2014-09-12llgs: fix thread names broken by recent native thread changes.Todd Fiala1-6/+6
2014-09-11llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala1-4/+2
2014-09-10llgs: implement qThreadStopInfo.Todd Fiala1-2/+24
2014-09-08remove a couple of default cases from switchesSaleem Abdulrasool1-5/+11
2014-08-28llgs: add proper exec support for Linux.Todd Fiala1-0/+23
2014-08-26Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.Todd Fiala1-2/+8
2014-08-21Move GetUsername and GetGroupname to HostInfoPosixZachary Turner1-2/+6
2014-08-20Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner1-1/+1
2014-08-19Move some Host logic into HostInfo class.Zachary Turner1-5/+9
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner1-7/+8
2014-08-14Refactor FileAction out of ProcessLaunchInfo.Zachary Turner1-3/+4
2014-08-01Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner1-2/+2
2014-07-29Add $vAttach support to llgs.Todd Fiala1-0/+42
2014-07-23Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala1-1/+1
2014-07-22Enable lldb-platform exe support for Linux.Todd Fiala1-41/+49
2014-07-14Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala1-3/+17
2014-07-09__arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala1-3/+3
2014-07-01Fix typos.Bruce Mitchener1-4/+4
2014-07-01Fix Windows build after llgs upstream.Zachary Turner1-0/+2
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala1-2/+4
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-67/+2668
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+15
2014-03-29lldb arm64 import.Jason Molenda1-4/+3
2014-03-20Quiet Clang warning about signed/unsigned comparisonEd Maste1-1/+1
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool1-21/+0
2014-02-27Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton1-2/+2