summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-33/+27
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-6/+2
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-6/+12
* Fix windows build (broken by r228823)Tamas Berghammer2015-02-111-0/+3
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-496/+12
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+3
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+3
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-1/+1
* Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov2014-12-101-0/+3
* Fix one more [-Werror,-Winconsistent-missing-override] error.Eric Christopher2014-11-041-1/+1
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-4/+3
* llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala2014-09-181-2/+2
* llgs: implement qThreadStopInfo.Todd Fiala2014-09-101-0/+3
* llgs: add proper exec support for Linux.Todd Fiala2014-08-281-0/+6
* Add $vAttach support to llgs.Todd Fiala2014-07-291-0/+3
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-6/+192
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+3
* Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala2014-01-281-1/+5
* Added reaper for commandline-launched processes.Todd Fiala2014-01-241-5/+39
* Move process launching into GDBRemoteCommunicationServer.Todd Fiala2014-01-231-0/+29
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-38/+38
* Fixed functions to always reply to packets and added a port offset.Greg Clayton2013-11-221-0/+7
* Added new options to lldb-platform:Greg Clayton2013-11-211-21/+68
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-2/+14
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+73
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-1/+1
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+48
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-0/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-3/+26
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-6/+10
* Added new platform commands:Greg Clayton2011-03-231-1/+3
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-0/+69
OpenPOWER on IntegriCloud