Home
last modified time | relevance | path

Searched refs:failPc (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp629 uintptr_t failPc = stackTop + 1; variable
630 regs->SetPc(failPc);
631 bool unwRet = unwinder->Step(failPc, sp, &context);
633 ASSERT_EQ(lr, failPc) << "StepTest006: lr callback";