Searched refs:unwinder_from_pid (Results 1 – 1 of 1) sorted by relevance
172 UnwinderFromPid* unwinder_from_pid = new UnwinderFromPid(512, getpid()); in InnerFunction() local173 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()