Lines Matching full:indent
115 static void PrintStackContents(const std::string &indent,
174 printf("\n%sStack contents:", indent.c_str());
178 printf("\n%s %08x", indent.c_str(), static_cast<uint32_t>(address));
180 printf("\n%s %016" PRIx64, indent.c_str(), address);
201 printf("\n%sPossible instruction pointers:\n", indent.c_str());
226 printf("%s *(0x%08x) = 0x%08x", indent.c_str(),
231 indent.c_str(), address, pointee_frame.instruction);
610 const std::string indent(" ");
611 PrintStackContents(indent, frame, stack->frames()->at(frame_index + 1),