Home
last modified time | relevance | path

Searched refs:stop_here (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py65 if self.stop_here(frame) or self.break_here(frame):
76 if not (self.stop_here(frame) or self.break_anywhere(frame)):
84 if self.stop_here(frame) or frame == self.returnframe:
90 if self.stop_here(frame):
105 def stop_here(self, frame): member in Bdb
Dpdb.py146 if self.stop_here(frame):