aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-3630/+3174
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath1-2/+2
2016-08-30A few minor stylistic cleanups in StringExtractor.Zachary Turner1-2/+2
2016-08-30Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner1-2/+2
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath1-66/+41
2016-08-30Fix fallout from the GetNameColonValue() refactor (r280000)Pavel Labath1-0/+3
2016-08-29Convert GetNameColonValue to return StringRefs.Zachary Turner1-207/+176
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath1-41/+66
2016-08-23Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPluginsPavel Labath1-1/+1
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-14/+28
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+135
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-135/+1
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-1/+135
2016-08-18gdb-remote: Remove manual locking from GetShlibInfoAddrPavel Labath1-16/+4
2016-08-18Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath1-3/+16
2016-08-18gdb-remote: Centralize thread specific packet handlingPavel Labath1-164/+75
2016-08-17Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath1-0/+51
2016-08-11Remove a double send of eRunPacketSent eventPavel Labath1-2/+0
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-759/+59
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-59/+759
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-759/+59
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool1-43/+43
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer1-0/+7
2016-07-22Add support to get the shared cache information from the newJason Molenda1-0/+19
2016-07-19Typo corrections identified by codespellEd Maste1-1/+1
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer1-0/+4
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-75/+75
2016-04-08Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov1-4/+5
2016-04-07In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda1-14/+0
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton1-4/+34
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-3/+3
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda1-1/+1
2016-01-28A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton1-1/+2
2016-01-13Add a small refinement to the qSymbol:: support in lldb.Jason Molenda1-1/+47
2016-01-08Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer1-1/+12
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-0/+37
2015-11-09Avoid sending bare '*' and '}' in an lldb-server packetTim Northover1-0/+1
2015-11-05GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encodedJason Molenda1-0/+1
2015-10-27Fix race condition in process resumePavel Labath1-1/+7
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-6/+20
2015-10-15In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda1-1/+0
2015-09-18[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil1-0/+33
2015-09-17Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik1-3/+7
2015-09-16Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...Pavel Labath1-33/+0
2015-09-16[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil1-0/+33
2015-08-26In SendContinuePacketAndWaitForResponse there is a special bit ofJason Molenda1-2/+2
2015-08-13[LLDB][MIPS] Use qfThreadID if qC packet is not supported by targetJaydeep Patil1-0/+15
2015-08-13[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil1-4/+23
2015-08-11Fix a infinite loop when killing a process that is in the middle of loading s...Greg Clayton1-79/+76
2015-07-22Fix typos.Bruce Mitchener1-3/+3