mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:02:43 +00:00 
			
		
		
		
	 2939ad0110
			
		
	
	
		2939ad0110
		
	
	
	
	
		
			
			Creating a backtrace from a crashdump already existed as a few standalone functions in CrashDaemon. This patch refactors the code required for this to make it generally usable and moves it to CoreDump::Backtrace, which provides both raw data as well as stringification.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Backtrace.cpp
 | |
|     Reader.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCoreDump coredump)
 | |
| target_link_libraries(LibCoreDump LibC LibCore LibDebug)
 |