summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-131-0/+4
* [lldb] [unittest] Avoid mixing '127.0.0.1' and 'localhost'Michal Gorny2019-02-121-1/+1
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-0/+5
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-5/+0
* Remove Process references from the Host modulePavel Labath2018-05-141-0/+5
* llgs tests: Use noack-mode for communication to avoid pr37294Pavel Labath2018-04-301-2/+15
* llgs-tests: Increase packet time outPavel Labath2018-04-231-0/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-111-7/+3
* gdb-remote: Fix checksum verification for messages with escape charsPavel Labath2018-03-281-6/+1
* llgs-tests: use the auto-parsing form of SendMessage for sending the continue...Pavel Labath2018-03-041-10/+7
* Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)Pavel Labath2018-02-191-12/+4
* llgs-test: Parse and store register info recieved from lldb-serverPavel Labath2018-02-091-35/+34
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-12/+4
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-221-5/+7
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-181-1/+13
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-0/+15
* llgs-tests: Add support for "exit" stop-reply packetsPavel Labath2017-12-151-2/+3
* llgs-tests: Make addition of new tests easierPavel Labath2017-12-151-63/+53
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-091-105/+55
* lldb-server tests: Propagate environment variables (pr34192)Pavel Labath2017-10-201-0/+8
* lldb-server tests: Add support for testing debugserverPavel Labath2017-10-171-6/+20
* Delete ProcessLauncherPosixPavel Labath2017-06-191-1/+0
* New framework for lldb client-server communication tests.Pavel Labath2017-06-061-0/+287
OpenPOWER on IntegriCloud