Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalk_common.cc204 StackFrame pointee_frame; in PrintStackContents() local
210 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 …]