#include "lldb/Target/Memory.h"
#include "Plugins/Platform/MacOSX/PlatformMacOSX.h"
#include "Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "gtest/gtest.h"
usingnamespacelldb_private;
usingnamespacelldb_private::repro;
usingnamespacelldb;
namespace {
class MemoryTest : public ::testing::Test { … };
class DummyProcess : public Process { … };
}
TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { … }
TEST_F(MemoryTest, TesetMemoryCacheRead) { … }