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:
hjk
2013-03-21 17:32:34 +01:00
parent e1c4f12de4
commit e14bbccb04
5 changed files with 28 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ enum DebuggerActionCode
// Gdb
LoadGdbInit,
LoadGdbDumpers,
AttemptQuickStart,
GdbStartupCommands,
GdbPostAttachCommands,