- Adjust the RHEL/F version string automatically (BZ 797651, BZ 797646). - Provide gdbtui for RHEL-5 and RHEL-6 as it is removed upstream (BZ 797664).
		
			
				
	
	
		
			3 lines
		
	
	
		
			30 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			30 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/sh
 | 
						|
exec gdb -tui "$@"
 |