debugger: disable address related breakpoints on debugger exit

This commit is contained in:
hjk
2011-05-11 15:24:50 +02:00
parent ae730dbe7c
commit a2518b6db2
5 changed files with 36 additions and 22 deletions

View File

@@ -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);
}
//////////////////////////////////////////////////////////////////////////////////