forked from qt-creator/qt-creator
Debugger: Move common dumper module code to DumperBase
Change-Id: Id411edcefbb56c480b87829062395dcb5244d2a5 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -2012,10 +2012,7 @@ registerCommand("stackListFrames", stackListFrames)
|
||||
#######################################################################
|
||||
|
||||
def addExtraDumper(args):
|
||||
(head, tail) = os.path.split(args)
|
||||
sys.path.insert(1, head)
|
||||
dumpermodules.append(os.path.splitext(tail)[0])
|
||||
return str((head, tail))
|
||||
theDumper.addDumperModule(args)
|
||||
|
||||
registerCommand("addExtraDumper", addExtraDumper)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user