debugger: use the bineditor to show memory dumps

This commit is contained in:
hjk
2009-08-12 10:51:25 +02:00
parent 0c6b754a06
commit 89ffffc183
19 changed files with 308 additions and 53 deletions

View File

@@ -88,6 +88,8 @@
#include <QtGui/QTextCursor>
#include <QtGui/QMessageBox>
#include <climits>
using namespace Core;
using namespace Debugger::Constants;
using namespace Debugger::Internal;
@@ -407,6 +409,7 @@ void DebuggingHelperOptionPage::updateState()
} // namespace Internal
} // namespace Debugger
///////////////////////////////////////////////////////////////////////
//
// DebuggerPlugin
@@ -1114,6 +1117,7 @@ void DebuggerPlugin::gotoLocation(const QString &fileName, int lineNumber,
}
}
void DebuggerPlugin::changeStatus(int status)
{
bool startIsContinue = (status == DebuggerInferiorStopped);