summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [unittest] Skip TestStopReplyContainsThreadPcs on NetBSDMichał Górny2019-11-181-1/+7
* [CMake] Run the lldb-server tests with system debugserver.Jonas Devlieghere2019-09-251-1/+1
* [lldb-server] Disable a test on Windows until it can be fixedAaron Smith2019-08-161-0/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-3/+3
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-133-0/+11
* [CMake] Align debugserver with lldb-server on DarwinStefan Granitz2019-07-201-1/+1
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-181-2/+7
* [lldb-server unittest] Add missing teardown logicAntonio Afonso2019-06-031-0/+5
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-5/+5
* [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-042-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [CMake] Streamline code signing for debugserver #2Stefan Granitz2019-01-041-1/+1
* Fix lldb-server unit tests for the MonitoringProcessLauncher refactorPavel Labath2018-12-041-1/+5
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove the unused m_signal member variable, but leave the code that gets it o...Eric Christopher2018-07-122-3/+2
* 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-302-2/+16
* llgs-tests: Increase packet time outPavel Labath2018-04-231-0/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-172-2/+2
* llgs: Send "rich" errors in response to vAttach packetsPavel Labath2018-04-112-7/+25
* 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-042-11/+8
* llgs-tests: Fix r325511 for debugserverPavel Labath2018-02-212-3/+13
* Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)Pavel Labath2018-02-195-103/+166
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-131-1/+1
* llgs-test: Parse and store register info recieved from lldb-serverPavel Labath2018-02-095-41/+130
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-12/+4
* debugserver: Propagate environment in launch-mode (pr35671)Pavel Labath2017-12-224-14/+43
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-185-2/+72
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-0/+15
* llgs-tests: Add support for "exit" stop-reply packetsPavel Labath2017-12-155-62/+143
* llgs-tests: Make addition of new tests easierPavel Labath2017-12-158-100/+189
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-2/+1
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-096-140/+87
* lldb-server tests: Propagate environment variables (pr34192)Pavel Labath2017-10-201-0/+8
* lldb-server tests: Fix undefined behaviorPavel Labath2017-10-181-2/+2
* lldb-server tests: Add support for testing debugserverPavel Labath2017-10-175-29/+82
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Delete ProcessLauncherPosixPavel Labath2017-06-191-1/+0
* New framework for lldb client-server communication tests.Pavel Labath2017-06-068-0/+784
OpenPOWER on IntegriCloud