forked from qt-creator/qt-creator
		
	Debugger: Add an option to import plain gdb pretty printers
This enables the use "official gdb"-styly pretty printers from within Creator. In case there are both variants, Creator-style pretty printers are preferred. Change-Id: Iaa178d922dae4eaa1943e9d5b960a666f80fe4db Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
		@@ -117,6 +117,7 @@ enum DebuggerActionCode
 | 
			
		||||
 | 
			
		||||
    // Gdb
 | 
			
		||||
    LoadGdbInit,
 | 
			
		||||
    LoadGdbDumpers,
 | 
			
		||||
    AttemptQuickStart,
 | 
			
		||||
    GdbStartupCommands,
 | 
			
		||||
    GdbPostAttachCommands,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user