summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-59/+759
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-759/+59
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-43/+43
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-0/+7
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+19
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+4
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-75/+75
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-081-4/+5
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-14/+0
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-4/+34
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-281-1/+2
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-131-1/+47
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-081-1/+12
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+37
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-091-0/+1
* GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encodedJason Molenda2015-11-051-0/+1
* Fix race condition in process resumePavel Labath2015-10-271-1/+7
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-6/+20
* 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
OpenPOWER on IntegriCloud