forked from qt-creator/qt-creator
Module's start address is not random in debug view
This commit is contained in:
@@ -2767,6 +2767,8 @@ void GdbEngine::handleModulesList(const GdbResponse &response)
|
||||
// gdb 6.4 symbianelf
|
||||
ts >> symbolsRead;
|
||||
QTC_ASSERT(symbolsRead == __("No"), continue);
|
||||
module.startAddress = 0;
|
||||
module.endAddress = 0;
|
||||
module.moduleName = ts.readLine().trimmed();
|
||||
modules.append(module);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user