Debugger: improve dump time for various msvc std containers

... by caching the info whether we have a debug build. This avoids
expanding members of the container to check for a potential offset of
the actual data.

Change-Id: I4d7ac83003c303185ae51d57f0f0571b627edf22
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2023-02-27 09:15:17 +01:00
parent efe5735452
commit a4fb9e20cb
2 changed files with 65 additions and 29 deletions
+1
View File
@@ -167,6 +167,7 @@ class DumperBase():
self.isGdb = False
self.isLldb = False
self.isCli = False
self.isDebugBuild = None
# Later set, or not set:
self.stringCutOff = 10000