forked from qt-creator/qt-creator
Debugger: Remove identical CDB implementation of loadDumpers
Change-Id: I83582821f0670f65c8f325c54707947741a3df17 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -458,10 +458,6 @@ class Dumper(DumperBase):
|
||||
def report(self, stuff):
|
||||
sys.stdout.write(stuff + "\n")
|
||||
|
||||
def loadDumpers(self, args):
|
||||
msg = self.setupDumpers()
|
||||
self.reportResult(msg, args)
|
||||
|
||||
def findValueByExpression(self, exp):
|
||||
return cdbext.parseAndEvaluate(exp)
|
||||
|
||||
|
Reference in New Issue
Block a user