make watchers persistent in the session

This commit is contained in:
hjk
2008-12-17 17:43:01 +01:00
parent 04c4a0ec72
commit 5285379f18
5 changed files with 68 additions and 13 deletions

View File

@@ -2157,6 +2157,7 @@ static void qDumpStdMap(QDumper &d)
// HACK: we need a properly const qualified version of the
// std::pair used. We extract it from the allocator parameter
// (#4, "std::allocator<std::pair<key, value> >")
// as it is there, and, equally importantly, in an order that
// gdb accepts when fed with it.
char *pairType = (char *)(d.templateParameters[3]) + 16;