llvm-project/lldb/unittests/tools/lldb-server/tests
Pavel Labath d821c997aa Move RegisterValue,Scalar,State from Core to Utility
These three classes have no external dependencies, but they are used
from various low-level APIs. Moving them down to Utility improves
overall code layering (although it still does not break any particular
dependency completely).

The XCode project will need to be updated after this change.

Differential Revision: https://reviews.llvm.org/D49740

llvm-svn: 339127
2018-08-07 11:07:21 +00:00
..
CMakeLists.txt llgs: Propagate the environment when launching the inferior from command line 2017-12-18 14:31:39 +00:00
LLGSTest.cpp llgs: Send "rich" errors in response to vAttach packets 2018-04-11 13:30:54 +00:00
MessageObjects.cpp Remove the unused m_signal member variable, but leave the code that gets it out of the json. 2018-07-12 03:52:46 +00:00
MessageObjects.h Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
TestBase.cpp llgs-tests: Make addition of new tests easier 2017-12-15 13:56:22 +00:00
TestBase.h llgs-tests: Make addition of new tests easier 2017-12-15 13:56:22 +00:00
TestClient.cpp Reapply "Remove Process references from the Host module" 2018-05-15 13:42:26 +00:00
TestClient.h llgs tests: Use noack-mode for communication to avoid pr37294 2018-04-30 14:30:02 +00:00
ThreadIdsInJstopinfoTest.cpp Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013) 2018-02-19 15:42:48 +00:00