Name Description Size Coverage
client_info.cc 9256 81 %
client_info.h 6862 100 %
crash_generation_client.cc static bool TransactNamedPipeDebugHelper(HANDLE pipe, const void* in_buffer, DWORD in_size, void* out_buffer, DWORD out_size, DWORD* bytes_count, LPOVERLAPPED) { // Uncomment the next sleep to create a gap before writing // to pipe. // Sleep(5000); if (!WriteFile(pipe, in_buffer, in_size, bytes_count, NULL)) { return false; } // Uncomment the next sleep to create a gap between write // and read. // Sleep(5000); return ReadFile(pipe, out_buffer, out_size, bytes_count, NULL) != FALSE; } 14491 50 %
crash_generation_client.h 7745 -
crash_generation_server.cc 35237 71 %
crash_generation_server.h 12503 -
minidump_generator.cc 19374 54 %
minidump_generator.h 7590 0 %
objs.mozbuild 599 -
ReadMe.txt ========================================================================= 3481 -