debugger: make gdb macro based debugging helpers (QString and QStringList)

also available for remote debugging.
This commit is contained in:
hjk
2009-05-07 11:34:01 +02:00
parent 979c48fd5a
commit 5ff737b0df
2 changed files with 32 additions and 42 deletions

View File

@@ -180,6 +180,11 @@ void DebuggerManager::init()
m_registerHandler = 0;
m_statusLabel = new QLabel;
// FIXME: Do something to show overly long messages at least partially
//QSizePolicy policy = m_statusLabel->sizePolicy();
//policy.setHorizontalPolicy(QSizePolicy::MinimumExpanding);
//m_statusLabel->setSizePolicy(policy);
//m_statusLabel->setWordWrap(true);
m_breakWindow = new BreakWindow;
m_disassemblerWindow = new DisassemblerWindow;
m_modulesWindow = new ModulesWindow(this);