From 643907afeb53fdbdbed672bc3dffb4d3f3807578 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 14 Apr 2010 12:10:03 +0200 Subject: add a README for the gdb patch collection (cherry picked from commit 2aa08edcd09e09448bbd6ced3c5e4bb8d8940de8) --- share/qtcreator/patches/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 share/qtcreator/patches/README diff --git a/share/qtcreator/patches/README b/share/qtcreator/patches/README new file mode 100644 index 0000000000..14acb50e3b --- /dev/null +++ b/share/qtcreator/patches/README @@ -0,0 +1,27 @@ + +For Linux, MinGW: + + FSF 7.1 release + + gdb-increased-dcache-line-size.patch + +For Maemo targets: + (--target=arm-none-linux-gnueabi) + + FSF 7.1 release + + gdb-increased-dcache-line-size.patch + + gdb-stepping-for-maemo.patch + +For Symbian targets: + (--target=arm-none-symbianelf) + + CS 4.4-164 release + + gdb-increased-dcache-line-size.patch + + gdb-work-around-trk-single-step.patch + + + +Experimental for performance (don't apply): + + gdb-without-dwarf-name-canonicalization.patch + + -- cgit v1.2.3