summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Implement pure virtual method in MockConnectionJonas Devlieghere2019-11-131-0/+2
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-12/+10
* [Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere2019-09-131-1/+1
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-103-1/+117
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-4/+4
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-101-14/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-135-41/+6
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+5
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-2/+4
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-5/+5
* Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled buildsPavel Labath2018-05-021-8/+26
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-282-0/+68
* Handle O reply packets during qRcmdPavel Labath2018-01-101-0/+20
* Fix regression in jModulesInfo packet handlingPavel Labath2017-12-181-7/+35
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Simplify the gdb-remote unit testsPavel Labath2017-06-225-236/+126
* Fix assorted compiler warnings. NFCPavel Labath2017-06-061-10/+9
* Remove unused variables. NFCPavel Labath2017-06-061-2/+0
* Replaced StructuredData::Type with eStructuredDataType Abhishek Aggarwal2017-05-291-2/+3
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+225
* Rename Error -> Status.Zachary Turner2017-05-122-7/+6
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-3/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-2/+3
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-3/+2
* Verify memory address range validity in GDBRemoteCommunicationClientStephane Sezer2017-03-311-0/+39
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+24
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-033-21/+0
* Switch TestPacketSpeedJSON to use the llvm chrono formatterPavel Labath2017-02-101-0/+1
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+9
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-2/+10
* Use Timeout<> in the Listener classPavel Labath2016-11-301-3/+2
* Attempt to fix freebsd build after r287864Pavel Labath2016-11-241-3/+2
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-12/+14
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-2/+45
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-171-1/+1
* async structured data packet handling improvementsTodd Fiala2016-09-101-3/+35
* Fix new gdb-remote client unit test for windowsPavel Labath2016-09-091-3/+4
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+74
* Fix unittest compilation on windowsPavel Labath2016-09-073-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-506/+482
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-31/+11
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-1/+1
* gdb-remote: Make the sequence mutex non-recursivePavel Labath2016-08-251-11/+31
* Remove the last manually constructed packet from gdb-remote register context ...Pavel Labath2016-08-191-17/+25
* fix broken gdb-remote gtestTodd Fiala2016-08-191-0/+9
OpenPOWER on IntegriCloud