mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:02:46 +00:00 
			
		
		
		
	 e35219b5ce
			
		
	
	
		e35219b5ce
		
	
	
	
	
		
			
			- Print current source location, if available - Add a breakpoint at a source location - "sl" command - step to the next line in source
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| OBJS = \
 | |
|     DebugSession.o \
 | |
| 	DebugInfo.o \
 | |
| 	Dwarf/LineProgram.o \
 | |
| 
 | |
| 
 | |
| LIBRARY = libdebug.a
 | |
| 
 | |
| install:
 | |
| 	mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/LibDebug/
 | |
| 	cp *.h $(SERENITY_BASE_DIR)/Root/usr/include/LibDebug/
 | |
| 	cp $(LIBRARY) $(SERENITY_BASE_DIR)/Root/usr/lib/
 | |
| 
 | |
| include ../../Makefile.common
 |