summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/trk/trkutils.h
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-27 08:53:40 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-27 08:53:40 (GMT)
commitfdd5a4f3c18b47826ebe63d8753cd27164ad8169 (patch)
treec78d347f4fe576288a95e8239bbca2da99f0626e /tools/runonphone/trk/trkutils.h
parentaebc34877fb17405e8e5915760012a82d0178b97 (diff)
parent35386ae28887d56cf6fd6f6cc7ceaf0506abe18a (diff)
downloadQt-fdd5a4f3c18b47826ebe63d8753cd27164ad8169.zip
Qt-fdd5a4f3c18b47826ebe63d8753cd27164ad8169.tar.gz
Qt-fdd5a4f3c18b47826ebe63d8753cd27164ad8169.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6
Diffstat (limited to 'tools/runonphone/trk/trkutils.h')
-rw-r--r--tools/runonphone/trk/trkutils.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/runonphone/trk/trkutils.h b/tools/runonphone/trk/trkutils.h
index c636ac0..328dd2b 100644
--- a/tools/runonphone/trk/trkutils.h
+++ b/tools/runonphone/trk/trkutils.h
@@ -119,7 +119,8 @@ struct Library
uint dataseg;
};
-struct TrkAppVersion {
+struct TrkAppVersion
+{
TrkAppVersion();
void reset();
@@ -153,6 +154,10 @@ struct Session
typedef QList<Library> Libraries;
Libraries libraries;
+ typedef uint Thread;
+ typedef QList<Thread> Threads;
+ Threads threads;
+
// Gdb request
uint currentThread;
QStringList modules;