Changeset 846 for trunk/tools/runonphone/trksignalhandler.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/runonphone/trksignalhandler.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 44 44 #include <QObject> 45 45 #include <QString> 46 #include "symbianutils/trkutils.h" 46 47 47 48 class TrkSignalHandlerPrivate; … … 67 68 void stopped(uint pc, uint pid, uint tid, const QString& reason); 68 69 void timeout(); 70 void libraryLoaded(const trk::Library &lib); 71 void libraryUnloaded(const trk::Library &lib); 72 void registersAndCallStackReadComplete(const QList<uint>& registers, const QByteArray& stack); 69 73 signals: 70 74 void resume(uint pid, uint tid); 75 void stop(uint pid, uint tid); 71 76 void terminate(); 77 void getRegistersAndCallStack(uint pid, uint tid); 72 78 public: 73 79 TrkSignalHandler(); 74 80 ~TrkSignalHandler(); 75 81 void setLogLevel(int); 82 void setCrashLogging(bool); 83 void setCrashLogPath(QString); 76 84 private: 77 85 TrkSignalHandlerPrivate *d;
Note:
See TracChangeset
for help on using the changeset viewer.