debugger: move showModuleSymbols from DebuggerManager to DebuggerEngine

This commit is contained in:
hjk
2010-06-15 11:14:44 +02:00
parent 69a4ed3255
commit 12fd2a6091
9 changed files with 49 additions and 56 deletions

View File

@@ -31,6 +31,7 @@
#define DEBUGGER_STACKFRAME_H
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtCore/QMetaType>
QT_BEGIN_NAMESPACE
@@ -57,7 +58,9 @@ struct StackFrame
QString address;
};
QDebug operator<<(QDebug d, const StackFrame &);
QDebug operator<<(QDebug d, const StackFrame &frame);
typedef QList<StackFrame> StackFrames;
} // namespace Internal
} // namespace Debugger