forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user