#include "gtest/gtest.h"
#include "Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h"
#include "Plugins/Process/Utility/lldb-x86-register-enums.h"
#include "TestingSupport/SubsystemRAII.h"
#include "TestingSupport/TestUtilities.h"
#include "lldb/Core/Module.h"
#include "lldb/Symbol/CallFrameInfo.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "llvm/Testing/Support/Error.h"
usingnamespacelldb_private;
usingnamespacelldb;
class PECallFrameInfoTest : public testing::Test { … };
void PECallFrameInfoTest::GetUnwindPlan(addr_t file_addr, UnwindPlan &plan) const { … }
TEST_F(PECallFrameInfoTest, Basic_eh) { … }
TEST_F(PECallFrameInfoTest, Chained_eh) { … }
TEST_F(PECallFrameInfoTest, Frame_reg_eh) { … }