From 40edddab8ecd4c29280acd51727a54024ea4e625 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 18 Oct 2010 16:44:08 +0000 Subject: [PATCH] DRD: Removed section about Qt from the manual. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11456 --- drd/docs/drd-manual.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index b1e77ca94f..6d70b26823 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -1212,34 +1212,6 @@ Reference Manual for more information. - -Debugging Qt Programs - - -The Qt library is the GUI library used by the KDE project. Currently -there are two versions of the Qt library in use: Qt3 by KDE 3 and Qt4 -by KDE 4. If possible, use Qt4 instead of Qt3. Qt3 is no longer -supported, and there are known problems with multithreading support in -Qt3. As an example, using QString objects in more than one thread will -trigger race reports (this has been confirmed by Trolltech -- see also -Trolltech task #206152). - - - -Qt4 applications are supported by DRD, but only if the -libqt4-debuginfo package has been installed. Some -of the synchronization and threading primitives in Qt4 bypass the -POSIX threads library, and DRD can only intercept these if symbol -information for the Qt4 library is available. DRD won't tell you if it -has not been able to load the Qt4 debug information, but a huge number -of data races will be reported on data protected via -QMutex objects. - - - - - Debugging Boost.Thread Programs -- 2.47.3