Searched refs:quitting (Results 1 – 15 of 15) sorted by relevance
62 quitting = False variable84 global quitting118 if quitting:251 global quitting270 quitting = True300 global quitting301 quitting = True306 global quitting307 quitting = True334 if quitting:
22 self.quitting = 039 while not self.quitting and Evt.TickCount() < stoptime:42 if not self.quitting:69 self.quitting = 1
34 self.quitting = 057 while not self.quitting:61 self.quitting = 188 self.quitting = 1105 self.quitting = 1
111 self.quitting = 0140 self.quitting = 1170 self.quitting = 0174 while not self.quitting:
46 if self.quitting:68 if self.quitting: raise BdbQuit81 if self.quitting: raise BdbQuit91 if self.quitting: raise BdbQuit97 if self.quitting: raise BdbQuit179 self.quitting = 0241 self.quitting = 1404 self.quitting = 1422 self.quitting = 1440 self.quitting = 1
18 Exception raised by the :class:`Bdb` class for quitting the debugger.97 :attr:`quitting` attributes with values ready to start debugging.130 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set138 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set146 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set154 Raise a :exc:`BdbQuit` exception if the :attr:`Bdb.quitting` flag is set240 Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in
53 useful than quitting the debugger upon program's exit.
16 merged, finally quitting his job to spend an unpaid year working on upstreaming
1549 int goOn = 1, quitting = 0, retval, num, haveShownInfo = 0; in DoMenu() local1590 quitting = 1; in DoMenu()1621 if (quitting) in DoMenu()
902 is normally identical to quitting and re-running the program, but it
688 110669 valgrind attach to gdb and quitting gdb hangs valgrind
2452 Normally fio will keep checking the entire contents before quitting on a
2097 rather than quitting as soon as jpeg_input_complete() returns TRUE. This
6932 Fixed a bug in debugfs so that quitting out of the pager doesn't kill