From 5285379f18fc4e46a9bd3a92abda53df68eaec9c Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 17 Dec 2008 17:43:01 +0100 Subject: make watchers persistent in the session --- bin/gdbmacros/gdbmacros.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/gdbmacros/gdbmacros.cpp b/bin/gdbmacros/gdbmacros.cpp index a3b3de6a4d..e99c4dc8a1 100644 --- a/bin/gdbmacros/gdbmacros.cpp +++ b/bin/gdbmacros/gdbmacros.cpp @@ -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 >") // as it is there, and, equally importantly, in an order that // gdb accepts when fed with it. char *pairType = (char *)(d.templateParameters[3]) + 16; -- cgit v1.2.1