summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/tools
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
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-184-50/+0
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-181-2/+7
* [unittests] Simplify CMakeLists with object libraryTatyana Krasnukha2019-06-211-19/+2
* [unittests] Use object library if cmake supports itTatyana Krasnukha2019-06-201-2/+19
* [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-282-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-5/+5
* Revert "build: use the correct variable"Saleem Abdulrasool2019-05-151-1/+1
* build: use the correct variableSaleem Abdulrasool2019-05-141-1/+1
* [CMake] Simplify lldb-server handlingJonas Devlieghere2019-05-131-8/+5
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-254-0/+47
* [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-042-2/+2
* Fix lldb-server unit tests for the MonitoringProcessLauncher refactorPavel Labath2018-12-041-1/+5
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-271-1/+1
* [CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz2018-11-201-1/+1
* [cmake] Add option to skip building lldb-serverAlex Langford2018-08-231-1/+1
* 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
* [unittests] Disable lldb-server tests if an external debug server is in useVedant Kumar2018-02-241-1/+6
* 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
OpenPOWER on IntegriCloud