#include "lldb/Target/RemoteAwarePlatform.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Process.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
usingnamespacelldb_private;
usingnamespacelldb;
usingnamespacetesting;
class RemoteAwarePlatformTester : public RemoteAwarePlatform { … };
class TargetPlatformTester : public Platform { … };
namespace {
class RemoteAwarePlatformTest : public testing::Test { … };
}
TEST_F(RemoteAwarePlatformTest, TestResolveExecutabelOnClientByPlatform) { … }