summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* Set the signals based on the OS in the qHostInfo packetTamas Berghammer2015-03-041-1/+1
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+2
* Fix errors building on linux.Zachary Turner2015-03-031-0/+1
* Further reduce the header footprint of Process.hZachary Turner2015-03-033-0/+3
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Increase default packet timeout for android to 20sTamas Berghammer2015-02-261-0/+9
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-254-1/+96
* Fix logging in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-251-3/+3
* Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-241-2/+2
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-244-27/+48
* Fix the communication in qPlatform_[mkdir,chmod]Tamas Berghammer2015-02-232-19/+25
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-0/+7
* Fix warning that not all control-paths return from function.Zachary Turner2015-02-181-1/+1
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-2/+7
* Remove alias template from GDBRemoteCommunicationServerCommonTamas Berghammer2015-02-181-5/+2
* Send default register number instead of GDB register number in StopReplyPacket.Chaoren Lin2015-02-171-19/+5
* Fix small assignment mistake.Chaoren Lin2015-02-171-2/+2
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-133-34/+32
* Fix windows build (broken by r228823)Tamas Berghammer2015-02-111-0/+3
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-1114-4945/+4957
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-22/+28
* Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo ...Oleksiy Vyalov2015-02-061-0/+1
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-065-0/+84
* Fix warning about the use of mktemp and make platform agnostic by adding and ...Oleksiy Vyalov2015-02-051-25/+11
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-043-31/+42
* Fix TestThreadStepOut on Linux with LLGSChaoren Lin2015-02-031-4/+0
* Add missing switch cases to silence warnings.Chaoren Lin2015-02-033-9/+13
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-035-70/+156
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-032-4/+4
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-032-33/+37
* Added support for writing registers larger than 64 bitsChaoren Lin2015-02-031-5/+9
* Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov2015-01-283-4/+13
* Fixing TestRegisters on Linux with LLGSVince Harron2015-01-231-5/+5
* This patch gets remote-linux platform able to run processesVince Harron2015-01-214-4/+21
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-154-44/+48
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-141-3/+2
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-18/+36
* Add D request handler to GDBRemoteCommunicationServer in order to support det...Oleksiy Vyalov2014-12-102-1/+73
* Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov2014-12-091-2/+0
* Revert "Use timeout when reading debugserver's port from a named pipe."Zachary Turner2014-12-041-55/+12
* Use timeout when reading debugserver's port from a named pipe.Oleksiy Vyalov2014-12-031-12/+55
* for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when laun...Shawn Best2014-11-051-2/+6
* Fix one more [-Werror,-Winconsistent-missing-override] error.Eric Christopher2014-11-041-1/+1
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-42/+42
* The change previously committed as 220983 broke large binary memory reads. I ...Greg Clayton2014-11-031-58/+55
* commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemote...Shawn Best2014-10-311-55/+58
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-113-21/+122
* Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointT...Todd Fiala2014-10-091-0/+5
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-064-4/+4
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+0
OpenPOWER on IntegriCloud