Searched refs:pointee_frame (Results 1 – 1 of 1) sorted by relevance
204 StackFrame pointee_frame; in PrintStackContents() local210 pointee_frame.instruction = data32; in PrintStackContents()214 pointee_frame.instruction = data64; in PrintStackContents()216 pointee_frame.module = in PrintStackContents()217 modules->GetModuleForAddress(pointee_frame.instruction); in PrintStackContents()220 if (pointee_frame.module) in PrintStackContents()221 resolver->FillSourceLineInfo(&pointee_frame); in PrintStackContents()224 if (!pointee_frame.function_name.empty()) { in PrintStackContents()228 static_cast<uint32_t>(pointee_frame.instruction)); in PrintStackContents()231 indent.c_str(), address, pointee_frame.instruction); in PrintStackContents()[all …]