summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda2015-10-151-1/+0
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-181-0/+33
* Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik2015-09-171-3/+7
* Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...Pavel Labath2015-09-161-33/+0
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-161-0/+33
* In SendContinuePacketAndWaitForResponse there is a special bit ofJason Molenda2015-08-261-2/+2
* [LLDB][MIPS] Use qfThreadID if qC packet is not supported by targetJaydeep Patil2015-08-131-0/+15
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-131-4/+23
* Fix a infinite loop when killing a process that is in the middle of loading s...Greg Clayton2015-08-111-79/+76
* Fix typos.Bruce Mitchener2015-07-221-3/+3
* Fix another little nit with detach and keep stopped, you have to checkJim Ingham2015-07-151-1/+2
* Correct length of packet that GDBRemoteCommunicationClient::Detach Jason Molenda2015-07-151-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+19
* Fix typosBruce Mitchener2015-07-021-1/+1
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-52/+56
* XML register info fixEwan Crawford2015-06-261-2/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+72
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+87
* Add handling of async notify packetsEwan Crawford2015-06-231-0/+51
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-27/+0
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-0/+27
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-0/+156
* Add Read Thread to GDBRemoteCommunicationEwan Crawford2015-06-161-6/+21
* Working directory FileSpec should use remote path syntax to display correctly.Chaoren Lin2015-05-291-1/+1
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-44/+58
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-9/+25
* Added XML to the host layer.Greg Clayton2015-05-261-3/+6
* Use target's SIGSTOP and SIGINT when making decision about continue after asy...Oleksiy Vyalov2015-05-221-6/+6
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-60/+135
* [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet.Siva Chandra2015-05-201-0/+3
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+35
* Set path syntax for remote executable FileSpec.Chaoren Lin2015-05-091-4/+4
* Fix process launch from Windows host to Android target.Chaoren Lin2015-05-051-2/+2
* Fix GetModuleInfo() not checking for unsupported RSP response.Aidan Dodds2015-05-051-1/+1
* Fix bug in gdb-remote xml parser which failed to parse xml split over multipl...Aidan Dodds2015-04-291-1/+2
* Fix warnings about construction ordering.Greg Clayton2015-04-161-1/+1
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-1/+97
* Pass normalized target file paths via GDB-remote to a target and denormalize ...Oleksiy Vyalov2015-04-161-2/+2
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-6/+59
* Convert open options for POSIX open on target platform.Robert Flack2015-03-181-2/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-1/+2
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2015-02-251-0/+18
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-241-9/+5
* Fix the communication in qPlatform_[mkdir,chmod]Tamas Berghammer2015-02-231-11/+15
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-2/+2
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+15
OpenPOWER on IntegriCloud