aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath1-1/+8
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-651/+536
2016-08-30Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath1-12/+8
2016-08-25gdb-remote: Make the sequence mutex non-recursivePavel Labath1-8/+12
2016-08-19Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath1-11/+8
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+51
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-51/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+51
2016-08-18Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath1-0/+3
2016-08-18gdb-remote: Centralize thread specific packet handlingPavel Labath1-0/+4
2016-08-17Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath1-2/+9
2016-08-16Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath1-1/+1
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-57/+6
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-6/+57
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-57/+6
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool1-3/+1
2016-07-22Add support to get the shared cache information from the newJason Molenda1-0/+4
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