forked from qt-creator/qt-creator
Cdbext: Removing debug message.
Change-Id: I59fc951d39a07ba0a3c9dbdf6ce86552056efb78 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -2853,7 +2853,6 @@ static inline bool dumpQSharedPointer(const SymbolGroupValue &v, std::wostream &
|
|||||||
std::ostringstream namestr;
|
std::ostringstream namestr;
|
||||||
namestr << "*(" << SymbolGroupValue::stripClassPrefixes(value.type()) << ")("
|
namestr << "*(" << SymbolGroupValue::stripClassPrefixes(value.type()) << ")("
|
||||||
<< std::showbase << std::hex << value.pointerValue() << ')';
|
<< std::showbase << std::hex << value.pointerValue() << ')';
|
||||||
DebugPrint() << namestr.str().c_str();
|
|
||||||
SymbolGroupNode *valueNode
|
SymbolGroupNode *valueNode
|
||||||
= v.node()->symbolGroup()->addSymbol(v.module(), namestr.str(), std::string(), &std::string());
|
= v.node()->symbolGroup()->addSymbol(v.module(), namestr.str(), std::string(), &std::string());
|
||||||
if (!valueNode)
|
if (!valueNode)
|
||||||
|
Reference in New Issue
Block a user