mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	 26a96d315d
			
		
	
	
		26a96d315d
		
	
	
	
	
		
			
			This adds support for parsing DWARF "range lists", which are identified by the DW_AT_ranges form. They contain code addresses for DIEs whose location is not contiguous.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			335 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     DebugInfo.cpp
 | |
|     DebugSession.cpp
 | |
|     Dwarf/AbbreviationsMap.cpp
 | |
|     Dwarf/AddressRanges.cpp
 | |
|     Dwarf/CompilationUnit.cpp
 | |
|     Dwarf/DIE.cpp
 | |
|     Dwarf/DwarfInfo.cpp
 | |
|     Dwarf/Expression.cpp
 | |
|     Dwarf/LineProgram.cpp
 | |
|     StackFrameUtils.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDebug debug)
 | |
| target_link_libraries(LibDebug LibC LibRegex)
 |