Lines Matching defs:dump_stream

349     StreamString dump_stream;
355 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n",
360 dump_stream.Printf("Pointer:\n");
367 dump_stream.Printf(" <could not be read>\n");
369 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
372 dump_stream.PutChar('\n');
377 dump_stream.Printf("Target:\n");
384 dump_stream.Printf(" <could not be read>\n");
394 dump_stream.Printf(" <could not be read>\n");
396 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
399 dump_stream.PutChar('\n');
404 log->PutString(dump_stream.GetString());
686 StreamString dump_stream;
689 dump_stream.Printf("0x%" PRIx64 ": EntityVariable\n", load_addr);
696 dump_stream.Printf("Pointer:\n");
703 dump_stream.Printf(" <could not be read>\n");
708 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
715 dump_stream.PutChar('\n');
720 dump_stream.Printf("Points to process memory:\n");
722 dump_stream.Printf("Temporary allocation:\n");
726 dump_stream.Printf(" <could not be be found>\n");
734 dump_stream.Printf(" <could not be read>\n");
736 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
739 dump_stream.PutChar('\n');
743 log->PutString(dump_stream.GetString());
1116 StreamString dump_stream;
1120 dump_stream.Printf("0x%" PRIx64 ": EntityResultVariable\n", load_addr);
1127 dump_stream.Printf("Pointer:\n");
1134 dump_stream.Printf(" <could not be read>\n");
1139 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
1146 dump_stream.PutChar('\n');
1151 dump_stream.Printf("Points to process memory:\n");
1153 dump_stream.Printf("Temporary allocation:\n");
1157 dump_stream.Printf(" <could not be be found>\n");
1165 dump_stream.Printf(" <could not be read>\n");
1167 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
1170 dump_stream.PutChar('\n');
1174 log->PutString(dump_stream.GetString());
1286 StreamString dump_stream;
1292 dump_stream.Printf("0x%" PRIx64 ": EntitySymbol (%s)\n", load_addr,
1296 dump_stream.Printf("Pointer:\n");
1303 dump_stream.Printf(" <could not be read>\n");
1305 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
1308 dump_stream.PutChar('\n');
1312 log->PutString(dump_stream.GetString());
1460 StreamString dump_stream;
1466 dump_stream.Printf("0x%" PRIx64 ": EntityRegister (%s)\n", load_addr,
1470 dump_stream.Printf("Value:\n");
1477 dump_stream.Printf(" <could not be read>\n");
1479 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16,
1482 dump_stream.PutChar('\n');
1486 log->PutString(dump_stream.GetString());