aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-6/+2
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath1-1/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-6/+12
2015-02-11Fix windows build (broken by r228823)Tamas Berghammer1-0/+3
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-496/+12
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron1-0/+3
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-0/+3
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin1-1/+1
2014-12-10Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov1-0/+3
2014-11-04Fix one more [-Werror,-Winconsistent-missing-override] error.Eric Christopher1-1/+1
2014-10-11llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala1-4/+3
2014-09-18llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala1-2/+2
2014-09-10llgs: implement qThreadStopInfo.Todd Fiala1-0/+3
2014-08-28llgs: add proper exec support for Linux.Todd Fiala1-0/+6
2014-07-29Add $vAttach support to llgs.Todd Fiala1-0/+3
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-6/+192
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+3
2014-01-28Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala1-1/+5
2014-01-24Added reaper for commandline-launched processes.Todd Fiala1-5/+39
2014-01-23Move process launching into GDBRemoteCommunicationServer.Todd Fiala1-0/+29
2013-12-06Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton1-38/+38
2013-11-22Fixed functions to always reply to packets and added a port offset.Greg Clayton1-0/+7
2013-11-21Added new options to lldb-platform:Greg Clayton1-21/+68
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-2/+14
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-2/+73
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton1-1/+1
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-2/+48
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton1-0/+3
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-3/+26
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-6/+10
2011-03-23Added new platform commands:Greg Clayton1-1/+3
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-0/+69