mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 10:57:19 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This is ~/.gdbinit
 | 
						|
# Overwrite logs when writing
 | 
						|
set logging overwrite on
 | 
						|
# Enable logging by default, default location is ~/gdb.txt
 | 
						|
set logging on
 | 
						|
# ZNC and Kismet advice this
 | 
						|
handle SIGPIPE nostop noprint pass
 | 
						|
# Automatic debuginfo download on Fedora?
 | 
						|
set debuginfod enabled on
 |