[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.

Jason Majors via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 5 18:09:40 PDT 2017


jmajors created this revision.
Herald added a subscriber: mgorny.

This is a new C++ test framework based on Google Test, and one working
example test.
The intention is to replace the existing tests in
packages/Python/lldbsuite/test/tools/lldb-server/ with this suite
and use this framework for all new client server tests.


https://reviews.llvm.org/D32930

Files:
  unittests/CMakeLists.txt
  unittests/tools/CMakeLists.txt
  unittests/tools/lldb-server/.gitignore
  unittests/tools/lldb-server/CMakeLists.txt
  unittests/tools/lldb-server/inferior/thread_inferior.cpp
  unittests/tools/lldb-server/tests/CMakeLists.txt
  unittests/tools/lldb-server/tests/MessageObjects.cpp
  unittests/tools/lldb-server/tests/MessageObjects.h
  unittests/tools/lldb-server/tests/TestClient.cpp
  unittests/tools/lldb-server/tests/TestClient.h
  unittests/tools/lldb-server/tests/TestClientException.cpp
  unittests/tools/lldb-server/tests/TestClientException.h
  unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.cpp
  unittests/tools/lldb-server/tests/gtest_common.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32930.98044.patch
Type: text/x-patch
Size: 25853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170506/5afeaa1f/attachment-0001.bin>


More information about the lldb-commits mailing list