Searched refs:faultStack (Results 1 – 2 of 2) sorted by relevance
177 auto faultStack = thread_->GetFaultStack(); in UnwindThreadByParseStackIfNeed() local178 if (faultStack == nullptr || !faultStack->ParseUnwindStack(unwinder_->GetMaps(), frames)) { in UnwindThreadByParseStackIfNeed()
273 auto faultStack = thread->GetFaultStack(); in PrintThreadFaultStackByConfig() local274 if (faultStack == nullptr) { in PrintThreadFaultStackByConfig()281 faultStack->CollectRegistersBlock(process->regs_, unwinder->GetMaps()); in PrintThreadFaultStackByConfig()282 faultStack->Print(); in PrintThreadFaultStackByConfig()