From 49178e5efee844ba2a9ea6b2877e8b0ceadc1a8b Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 19 Aug 2016 04:38:44 +0000 Subject: fix broken gdb-remote gtest This change adds the Process/gdb-remote gtests to the Xcode build. It also adds a virtual method impl to the continuation delegate that I added with the StructuredDataPlugin change. llvm-svn: 279203 --- lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp') diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp b/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp index ed5ec55067d..6b56e5c506e 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp @@ -52,6 +52,15 @@ struct MockDelegate : public GDBRemoteClientBase::ContinueDelegate { ++stop_reply_called; } + + bool + HandleAsyncStructuredData(const StructuredData::ObjectSP + &object_sp) + { + // TODO work in a test here after I fix the gtest breakage. + return true; + } + }; struct TestClient : public GDBRemoteClientBase -- cgit v1.2.3