Name Description Size
client_info.cc 9256
client_info.h 6862
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; } 13124
crash_generation_client.h 6948
crash_generation_server.cc 34980
crash_generation_server.h 12306
minidump_generator.cc 19374
minidump_generator.h 7590
objs.mozbuild 599
ReadMe.txt ========================================================================= 3481