aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala1-2/+9
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+2
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-1/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-1/+16
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-40/+38
2015-10-19Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton1-4/+15
2015-09-22A small fixup needed for debugserver to work nativelyJason Molenda1-61/+64
2015-09-09A change I'm open to reverting if there is disagreement:Jason Molenda1-1/+3
2015-08-02GDBRemoteCommunication::DecompressPacket assumed that the buffer it wasJason Molenda1-11/+20
2015-07-30Use only unnamed pipes to launch lldb-server gdbserver.Chaoren Lin1-19/+21
2015-07-14Add comment explaning sanity check on packet size in the packet decompression...Jason Molenda1-0/+4
2015-07-14Fix off-by-one error in the packet decompression routineJason Molenda1-1/+1
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda1-5/+249
2015-06-16Add Read Thread to GDBRemoteCommunicationEwan Crawford1-1/+113
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-2/+103
2015-05-27Change ProcessGDBRemote last stop packet to a container.Ewan Crawford1-6/+15
2015-05-13Remote Non-Stop SupportEwan Crawford1-1/+3
2015-05-13Fixed a ton of gcc compile warningsVince Harron1-31/+23
2015-05-12Get lldb-server building on android-9Vince Harron1-1/+14
2015-05-10Add support for ./dotest.py --channel and --log-successVince Harron1-0/+9
2015-04-27Add an unnamed pipe fail-safe to launching lldb-gdbserver.Chaoren Lin1-38/+67
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-3/+4
2015-02-24Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer1-0/+12
2015-02-18Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer1-2/+7
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-3/+1
2015-02-05Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov1-25/+11
2015-01-28Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov1-4/+6
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-1/+2
2015-01-14Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov1-3/+2
2015-01-13Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov1-18/+36
2014-12-04Revert "Use timeout when reading debugserver's port from a named pipe."Zachary Turner1-55/+12
2014-12-03Use timeout when reading debugserver's port from a named pipe.Oleksiy Vyalov1-12/+55
2014-11-05for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...Shawn Best1-2/+6
2014-11-03The change previously committed as 220983 broke large binary memory reads. I ...Greg Clayton1-58/+55
2014-10-31commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...Shawn Best1-55/+58
2014-10-06Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner1-1/+1
2014-09-23Fix up the HostThread interface, making the interface simpler.Zachary Turner1-5/+2
2014-09-18Add better logging for the "$vFile:pwrite:" packet so we can show binary data...Greg Clayton1-5/+33
2014-09-09Create a HostThread abstraction.Zachary Turner1-6/+6
2014-08-29Add arbitrary command line flags to llgs/debugserver startup for local debugg...Todd Fiala1-1/+19
2014-08-21Fixes a few more places where we were manually setting the filename.Zachary Turner1-1/+1
2014-08-21Two small fixes to get Mac native + debugserver working after theJason Molenda1-1/+1
2014-08-21Move Host::GetLLDBPath to HostInfo.Zachary Turner1-3/+4
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner1-1/+2
2014-08-06Creates a socket host object.Zachary Turner1-2/+2
2014-07-22Enable lldb-platform exe support for Linux.Todd Fiala1-1/+19
2014-06-20Fixed the "log enable gdb-remote packets" to support dumping the binary memor...Greg Clayton1-3/+42
2014-05-02Fixed CTRL+C related issues:Greg Clayton1-0/+1
2014-03-12Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer1-1/+1
2014-02-28Be sure to propagate the error back out SBTarget::Attach() when we fail to la...Greg Clayton1-22/+25