debugger: merge trk adapter into debugger sources

This commit is contained in:
hjk
2009-09-09 17:24:21 +02:00
parent 99435d5f0e
commit ffaa42e585
18 changed files with 2058 additions and 1684 deletions

View File

@@ -103,6 +103,8 @@ namespace Internal {
IDebuggerEngine *createGdbEngine(DebuggerManager *parent, QList<Core::IOptionsPage*> *);
IDebuggerEngine *createSymbianEngine(DebuggerManager *parent, QList<Core::IOptionsPage*> *);
QDebug operator<<(QDebug str, const DebuggerStartParameters &p)
{
QDebug nospace = str.nospace();