summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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