[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 12 19:44:08 PDT 2017
jmajors updated this revision to Diff 98869.
jmajors marked 2 inline comments as done.
jmajors added a comment.
Changed shared_ptr<Type> returns to Expected<unique_ptr<Type>>.
Some other error processing additions.
https://reviews.llvm.org/D32930
Files:
unittests/CMakeLists.txt
unittests/tools/CMakeLists.txt
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/ThreadIdsInJstopinfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32930.98869.patch
Type: text/x-patch
Size: 27364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170513/44f8074b/attachment-0001.bin>
More information about the lldb-commits
mailing list