added a detailed error description if ptrace is not permitted

Change-Id: I555fddcabdd2311e55907073c15d5627d3283a73
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
David Schulz
2012-01-02 10:42:01 +01:00
committed by hjk
parent 34933799fa
commit fad4599174
4 changed files with 34 additions and 3 deletions

View File

@@ -167,6 +167,7 @@ public:
QString toString(bool debug = false) const;
static QString msgDumperOutdated(double requiredVersion, double currentVersion);
static QString msgPtraceErr(DebuggerStartMode sm);
private:
typedef QMap<QByteArray, Type> NameTypeMap;