forked from qt-creator/qt-creator
Merge remote branch 'origin/2.2'
Conflicts: src/plugins/debugger/gdb/gdbengine.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.h src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/rvcttoolchain.h
This commit is contained in:
@@ -1095,9 +1095,11 @@ extern "C" HRESULT CALLBACK test(CIDebugClient *client, PCSTR argsIn)
|
||||
break;
|
||||
case TestType: {
|
||||
const KnownType kt = knownType(testType, 0);
|
||||
str << testType << ' ' << kt << " [";
|
||||
const std::string fixed = SymbolGroupValue::stripConst(testType);
|
||||
const unsigned size = SymbolGroupValue::sizeOf(fixed.c_str());
|
||||
str << '"' << testType << "\" (" << fixed << ") " << kt << " [";
|
||||
formatKnownTypeFlags(str, kt);
|
||||
str << ']';
|
||||
str << "] size=" << size;
|
||||
}
|
||||
break;
|
||||
case TestFixWatchExpression:
|
||||
|
||||
Reference in New Issue
Block a user