aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-28Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala1-1/+20
2014-01-27convert gdb-remote 'A' launch to use LaunchProcess ()Todd Fiala1-1/+4
2014-01-24Added reaper for commandline-launched processes.Todd Fiala1-6/+44
2014-01-23Move process launching into GDBRemoteCommunicationServer.Todd Fiala1-31/+132
2014-01-18Added distribution info to ArchSpec and qHostInfo message.Todd Fiala1-0/+8
2014-01-14Fix return type for WindowsDeepak Panickal1-2/+1
2014-01-10Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton1-5/+3
2013-12-06Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton1-159/+195
2013-12-05Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton1-4/+3
2013-12-05Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas1-0/+1
2013-12-04Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton1-54/+7
2013-11-26Fix MSVC buildColin Riley1-0/+5
2013-11-22Fixed functions to always reply to packets and added a port offset.Greg Clayton1-182/+217
2013-11-21Added new options to lldb-platform:Greg Clayton1-98/+93
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-28/+133
2013-09-28* Improve the wording (thanks to Ed Maste for the suggestion)Sylvestre Ledru1-1/+3
2013-09-28* mktemp is insecure as it always creates or uses insecure temporary file.Sylvestre Ledru1-2/+3
2013-09-28Remove trailing spacesSylvestre Ledru1-65/+65
2013-08-27Fix 'platform shell' command for Linux host and remote lldb-platform connectionsDaniel Malea1-1/+3
2013-08-27warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL)Michael Sartain1-1/+1
2013-08-27Fix MinGW build after lldb-platform-work merge:Virgile Bello1-2/+12
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-22/+481
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-0/+5
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs1-2/+2