summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove the unused m_signal member variable, but leave the code that gets it o...Eric Christopher2018-07-121-2/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* llgs-tests: Fix r325511 for debugserverPavel Labath2018-02-211-2/+11
* Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)Pavel Labath2018-02-191-67/+112
* llgs-test: Parse and store register info recieved from lldb-serverPavel Labath2018-02-091-1/+69
* llgs-tests: Add support for "exit" stop-reply packetsPavel Labath2017-12-151-45/+66
* llgs-tests: Replace the "log+return false" pattern with llvm::ErrorPavel Labath2017-11-091-10/+7
* lldb-server tests: Fix undefined behaviorPavel Labath2017-10-181-2/+2
* lldb-server tests: Add support for testing debugserverPavel Labath2017-10-171-21/+49
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* New framework for lldb client-server communication tests.Pavel Labath2017-06-061-0/+207
OpenPOWER on IntegriCloud