Lines Matching refs:commands
97 self.commands = {} # associates a command list to breakpoint numbers
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]:
260 # split into ';;' separated commands
294 cmdlist = self.commands[self.commands_bnum]
304 # one of the resuming commands
318 """Defines a list of commands associated to a breakpoint.
320 Those commands will be executed whenever the breakpoint causes
328 print >>self.stdout, "Usage : commands [bnum]\n ..." \
332 self.commands[bnum] = []
874 #list of all the commands making the program resume execution.
882 # It is also consistent with the up/down commands (which are
910 Without argument, print the list of available commands.
922 context of most commands. 'bt' is an alias for this command."""
1131 internal pdb commands with aliases! Those internal commands
1150 print >>self.stdout, """commands [bpnumber]
1155 Specify a list of commands for breakpoint number bpnumber. The
1156 commands themselves appear on the following lines. Type a line
1157 containing just 'end' to terminate the commands.
1159 To remove all commands from a breakpoint, type commands and
1160 follow it immediately with end; that is, give no commands.
1162 With no bpnumber argument, commands refers to the last
1165 You can use breakpoint commands to start your program up again.
1180 then continue. If none of the other commands print anything, you