summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
Commit message (Expand)AuthorAgeFilesLines
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-251-1/+1
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-131-0/+1
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-081-0/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-1/+4
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-36/+28
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-2/+5
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-131-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+4
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+6
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-1/+5
* Add handling of async notify packetsEwan Crawford2015-06-231-0/+5
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-6/+1
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-1/+6
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-0/+6
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-21/+21
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-0/+3
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-1/+1
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+6
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-0/+10
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-76/+73
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-2/+2
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-1/+1
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-0/+5
* Fix warning that not all control-paths return from function.Zachary Turner2015-02-181-1/+1
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-1/+1
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+17
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-2/+2
* Add missing switch cases to silence warnings.Chaoren Lin2015-02-031-1/+1
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-9/+0
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-1/+13
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+4
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-071-1/+2
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-061-0/+4
* lldb arm64 import.Jason Molenda2014-03-291-0/+20
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+4
* Support for debugging against a remote stock gdbserver.Steve Pucci2014-01-251-1/+41
* Fix a bug introduced in asynchronous packet sends. We were not setting the p...Jim Ingham2013-12-181-0/+1
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-2/+7
* Allow the hostname to be specified when asking a platform to launch another d...Greg Clayton2013-12-041-1/+1
* Improved platform support.Greg Clayton2013-11-231-1/+7
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-18/+42
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+16
* <rdar://problem/15263540>Greg Clayton2013-10-251-0/+4
* <rdar://problem/14146606>Greg Clayton2013-10-101-1/+3
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-0/+4
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+56
* <rdar://problem/13793059>Greg Clayton2013-07-151-8/+0
OpenPOWER on IntegriCloud