Debugger: Fix dumper format choosing with GDB

... and further unify GDB and LLDB code paths.

Change-Id: Id89f3804c53190c4888082891fd3c3c55eceac84
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-03-18 16:48:57 +01:00
parent 13d425b972
commit e8f8aaa263
7 changed files with 34 additions and 20 deletions
+6
View File
@@ -1660,6 +1660,12 @@ class Dumper(DumperBase):
matplotQuit()
gdb.execute("quit")
def loadDumpers(self, args):
self.setupDumpers()
def reportDumpers(self, msg):
print(msg)
def profile1(self, args):
"""Internal profiling"""
import tempfile