aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-1/+2
2016-04-25Use Process Plugin register indices when communicating with remoteFrancis Ricci1-1/+1
2016-01-13Add a small refinement to the qSymbol:: support in lldb.Jason Molenda1-0/+1
2016-01-08Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer1-0/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-1/+4
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-36/+28
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-2/+5
2015-08-13[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil1-2/+2
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda1-0/+4
2015-06-29More packet reduction when debugging with GDB server.Greg Clayton1-1/+1
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-1/+6
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-1/+5
2015-06-23Add handling of async notify packetsEwan Crawford1-0/+5
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-6/+1
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-1/+6
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda1-0/+6
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-21/+21
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-0/+3
2015-05-21Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton1-1/+1
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+6
2015-04-16Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley1-0/+10
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-76/+73
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-2/+2
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer1-1/+1
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov1-0/+5
2015-02-18Fix warning that not all control-paths return from function.Zachary Turner1-1/+1
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-1/+1
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron1-0/+17
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov1-2/+2
2015-02-03Add missing switch cases to silence warnings.Chaoren Lin1-1/+1
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin1-9/+0
2014-07-01Fix typos.Bruce Mitchener1-2/+2
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-1/+13
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+4
2014-05-07Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala1-1/+2
2014-05-06Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda1-0/+4
2014-03-29lldb arm64 import.Jason Molenda1-0/+20
2014-03-04Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci1-0/+4
2014-01-25Support for debugging against a remote stock gdbserver.Steve Pucci1-1/+41
2013-12-18Fix a bug introduced in asynchronous packet sends. We were not setting the p...Jim Ingham1-0/+1
2013-12-06Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton1-2/+7
2013-12-04Allow the hostname to be specified when asking a platform to launch another d...Greg Clayton1-1/+1
2013-11-23Improved platform support.Greg Clayton1-1/+7
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-18/+42
2013-11-13<rdar://problem/15172417>Greg Clayton1-0/+16
2013-10-25<rdar://problem/15263540>Greg Clayton1-0/+4
2013-10-10<rdar://problem/14146606>Greg Clayton1-1/+3
2013-09-04Fixed detection of 'p' packet support in debugserver,Sean Callanan1-1/+1
2013-08-29Discover support of 'p' packet.Hafiz Abid Qadeer1-0/+4
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-2/+56