forked from qt-creator/qt-creator
debugger: disable address related breakpoints on debugger exit
This commit is contained in:
@@ -380,7 +380,7 @@ qulonglong GdbMi::toAddress() const
|
||||
ba.chop(1);
|
||||
if (ba.startsWith('*') || ba.startsWith('@'))
|
||||
ba = ba.mid(1);
|
||||
return ba.toULongLong(0, 16);
|
||||
return ba.toULongLong(0, 0);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user