Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DUnwindTest.cpp172 UnwinderFromPid* unwinder_from_pid = new UnwinderFromPid(512, getpid()); in InnerFunction() local
173 ASSERT_TRUE(unwinder_from_pid->Init(regs->Arch())); in InnerFunction()
174 unwinder_from_pid->SetRegs(regs.get()); in InnerFunction()
175 unwinder.reset(unwinder_from_pid); in InnerFunction()