summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-2/+2
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-2/+2
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-2/+2
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-66/+41
* Fix fallout from the GetNameColonValue() refactor (r280000)Pavel Labath2016-08-301-0/+3
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-207/+176
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-41/+66
* Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPluginsPavel Labath2016-08-231-1/+1
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-14/+28
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+135
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-135/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+135
* gdb-remote: Remove manual locking from GetShlibInfoAddrPavel Labath2016-08-181-16/+4
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-3/+16
* gdb-remote: Centralize thread specific packet handlingPavel Labath2016-08-181-164/+75
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-0/+51
* Remove a double send of eRunPacketSent eventPavel Labath2016-08-111-2/+0
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-759/+59
* 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
OpenPOWER on IntegriCloud