Lines Matching refs:dump_stream

324         StreamString dump_stream;  in DumpToLog()  local
330dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", load_addr, m_persistent_varia… in DumpToLog()
333 dump_stream.Printf("Pointer:\n"); in DumpToLog()
341 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
347 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
349 dump_stream.PutChar('\n'); in DumpToLog()
354 dump_stream.Printf("Target:\n"); in DumpToLog()
362 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
372 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
378 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, target_address); in DumpToLog()
380 dump_stream.PutChar('\n'); in DumpToLog()
385 log->PutCString(dump_stream.GetData()); in DumpToLog()
613 StreamString dump_stream; in DumpToLog() local
616 dump_stream.Printf("0x%" PRIx64 ": EntityVariable\n", load_addr); in DumpToLog()
623 dump_stream.Printf("Pointer:\n"); in DumpToLog()
631 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
637 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
643 dump_stream.PutChar('\n'); in DumpToLog()
649 dump_stream.Printf("Points to process memory:\n"); in DumpToLog()
653 dump_stream.Printf("Temporary allocation:\n"); in DumpToLog()
658 dump_stream.Printf(" <could not be be found>\n"); in DumpToLog()
668 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
674 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
676 dump_stream.PutChar('\n'); in DumpToLog()
680 log->PutCString(dump_stream.GetData()); in DumpToLog()
881 StreamString dump_stream; in DumpToLog() local
885 dump_stream.Printf("0x%" PRIx64 ": EntityResultVariable\n", load_addr); in DumpToLog()
892 dump_stream.Printf("Pointer:\n"); in DumpToLog()
900 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
906 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
912 dump_stream.PutChar('\n'); in DumpToLog()
918 dump_stream.Printf("Points to process memory:\n"); in DumpToLog()
922 dump_stream.Printf("Temporary allocation:\n"); in DumpToLog()
927 dump_stream.Printf(" <could not be be found>\n"); in DumpToLog()
937 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
943 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
945 dump_stream.PutChar('\n'); in DumpToLog()
949 log->PutCString(dump_stream.GetData()); in DumpToLog()
1063 StreamString dump_stream; in DumpToLog() local
1069dump_stream.Printf("0x%" PRIx64 ": EntitySymbol (%s)\n", load_addr, m_symbol.GetName().AsCString()… in DumpToLog()
1072 dump_stream.Printf("Pointer:\n"); in DumpToLog()
1080 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
1086 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
1088 dump_stream.PutChar('\n'); in DumpToLog()
1092 log->PutCString(dump_stream.GetData()); in DumpToLog()
1239 StreamString dump_stream; in DumpToLog() local
1246 dump_stream.Printf("0x%" PRIx64 ": EntityRegister (%s)\n", load_addr, m_register_info.name); in DumpToLog()
1249 dump_stream.Printf("Value:\n"); in DumpToLog()
1257 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()
1263 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog()
1265 dump_stream.PutChar('\n'); in DumpToLog()
1269 log->PutCString(dump_stream.GetData()); in DumpToLog()