Lines Matching refs:list

32 'list', where it lists the next 11 lines.
111 linestarts = list(dis.findlinestarts(code))
248 self.commands = {} # associates a command list to breakpoint numbers
250 # must be disp. after execing the cmd list
252 # must be disp. after execing the cmd list
254 # a command list
256 # defining a list
488 a breakpoint command list definition.
496 """Handles one command line during command list definition."""
502 return # continue to handle other cmd def in the cmd list
505 return 1 # end of cmd list
595 Specify a list of commands for breakpoint number bpnumber.
612 terminates the command list (as if that command was
616 command list, leading to ambiguities about which list to
619 If you use the 'silent' command in the command list, the usual
676 Without argument, list all breaks.
845 Enables the breakpoints given as a space separated list of
862 Disables the breakpoints given as a space separated list of
865 breakpoint, it remains in the list of breakpoints and can be
944 With a space separated list of breakpoint numbers, clear
1214 Print the argument list of the current function.
1291 list 11 lines around the current line or continue the previous
1292 listing. With . as argument, list 11 lines around the current
1293 line. With one argument, list 11 lines starting at that line.
1294 With two arguments, list the given range; if the second
1302 self.lastcmd = 'list'
1437 Without expression, list all display expressions for the current frame.
1557 Without argument, print the list of available commands.
1663 'jump', 'return', 'retval', 'run', 'continue', 'list', 'longlist',
1765 sys.argv[:] = args # Hide "pdb.py" and pdb options from argument list