mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 9f656b6fa9
			
		
	
	
		9f656b6fa9
		
	
	
	
	
		
			
			Most coredumps contain large amounts of consecutive null bytes and as such are a prime candidate for compression. This commit makes CrashDaemon compress files once the kernel finishes emitting them, as well as adds the functionality needed in LibCoreDump to then parse them.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Backtrace.cpp
 | |
|     Reader.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCoreDump coredump)
 | |
| target_link_libraries(LibCoreDump LibC LibCompress LibCore LibDebug)
 |