summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-221-98/+11
* 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-121-3/+3
* 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 DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-7/+0
* Switch TestPacketSpeedJSON to use the llvm chrono formatterPavel Labath2017-02-101-0/+1
* Fix jModulesInfo handling for cross-path syntax debuggingPavel Labath2017-01-051-2/+10
* Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSONPavel Labath2016-11-041-12/+14
* Remove usages of TimeValue from gdb-remote process pluginPavel Labath2016-10-311-2/+45
* 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-071-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-127/+131
* Revert "gdb-remote: Make the sequence mutex non-recursive"Pavel Labath2016-08-301-31/+11
* 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
* Move QSyncThreadState packet generation to the gdb-remote clientPavel Labath2016-08-181-0/+15
* gdb-remote: Centralize thread specific packet handlingPavel Labath2016-08-181-6/+56
* Fix unittests on windows after r278915Pavel Labath2016-08-171-4/+4
* Move packet construction from GDBRemoteRegisterContext go the communication c...Pavel Labath2016-08-171-0/+111
OpenPOWER on IntegriCloud