forked from qt-creator/qt-creator
Debugger: Remove execfile use from lldbbridge
Change-Id: I1d0989bd3581f3b61eb975d58bc1c9e119e27d89 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ from qttypes import *
|
||||
from stdtypes import *
|
||||
from misctypes import *
|
||||
from boosttypes import *
|
||||
|
||||
from creatortypes import *
|
||||
|
||||
|
||||
proc = subprocess.Popen(args=[sys.argv[1], '-P'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
@@ -1489,13 +1489,6 @@ class Dumper(DumperBase):
|
||||
self.handleEvent(event)
|
||||
|
||||
|
||||
currentDir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
execfile(os.path.join(currentDir, "qttypes.py"))
|
||||
execfile(os.path.join(currentDir, "stdtypes.py"))
|
||||
execfile(os.path.join(currentDir, "misctypes.py"))
|
||||
execfile(os.path.join(currentDir, "creatortypes.py"))
|
||||
|
||||
|
||||
def doit():
|
||||
|
||||
db = Dumper()
|
||||
|
||||
Reference in New Issue
Block a user