summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-04-14 12:10:03 +0200
committercon <qtc-committer@nokia.com>2010-04-14 17:00:53 +0200
commit643907afeb53fdbdbed672bc3dffb4d3f3807578 (patch)
tree1b8eacd4d9db671f5210a3b417a06f17f05a08fd
parent0b8e2a98265a76b82d546f2e6255ff95c3246240 (diff)
downloadqt-creator-643907afeb53fdbdbed672bc3dffb4d3f3807578.tar.gz
add a README for the gdb patch collection
(cherry picked from commit 2aa08edcd09e09448bbd6ced3c5e4bb8d8940de8)
-rw-r--r--share/qtcreator/patches/README27
1 files changed, 27 insertions, 0 deletions
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
+
+