aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-15Fix another little nit with detach and keep stopped, you have to checkJim Ingham1-1/+2
2015-07-15Correct length of packet that GDBRemoteCommunicationClient::Detach Jason Molenda1-1/+1
2015-07-14Refactor Unix signals.Chaoren Lin1-2/+2
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda1-0/+19
2015-07-02Fix typosBruce Mitchener1-1/+1
2015-06-29More packet reduction when debugging with GDB server.Greg Clayton1-52/+56
2015-06-26XML register info fixEwan Crawford1-2/+2
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-4/+72
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-0/+87
2015-06-23Add handling of async notify packetsEwan Crawford1-0/+51
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-27/+0
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-0/+27
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda1-0/+156
2015-06-16Add Read Thread to GDBRemoteCommunicationEwan Crawford1-6/+21
2015-05-29Working directory FileSpec should use remote path syntax to display correctly.Chaoren Lin1-1/+1
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-44/+58
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-9/+25
2015-05-26Added XML to the host layer.Greg Clayton1-3/+6
2015-05-22Use target's SIGSTOP and SIGINT when making decision about continue after asy...Oleksiy Vyalov1-6/+6
2015-05-21Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton1-60/+135
2015-05-20[GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet.Siva Chandra1-0/+3
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+35
2015-05-09Set path syntax for remote executable FileSpec.Chaoren Lin1-4/+4
2015-05-05Fix process launch from Windows host to Android target.Chaoren Lin1-2/+2