summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
Commit message (Expand)AuthorAgeFilesLines
* gdb-remote: fix the build on WindowsSaleem Abdulrasool2019-05-021-0/+3
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-23/+23
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-4/+2
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-2/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-0/+11
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-11/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+11
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Adding Support for Error Strings in Remote PacketsRavitheja Addepally2017-07-121-0/+3
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+21
* Rename Error -> Status.Zachary Turner2017-05-121-23/+23
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+6
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-1/+2
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-2/+2
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-1/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-651/+536
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-12/+8
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-8/+12
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-11/+8
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+51
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-51/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+51
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-0/+3
* gdb-remote: Centralize thread specific packet handlingPavel Labath2016-08-181-0/+4
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-2/+9
* Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** classPavel Labath2016-08-161-1/+1
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-57/+6
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-6/+57
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-57/+6
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-3/+1
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+4
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+2
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-251-1/+1
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-131-0/+1
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-081-0/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-1/+4
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-36/+28
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-2/+5
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-131-2/+2
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+4
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+6
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-1/+5
OpenPOWER on IntegriCloud