Lines Matching refs:sendline
54 child.sendline('breakpoint set -f main.cpp -l %d' % self.begl)
56 child.sendline('breakpoint set -f main.cpp -l %d' % self.line)
58 child.sendline('target stop-hook add -f main.cpp -l %d -e %d' % (self.begl, self.endl))
60 child.sendline('expr ptr')
62 child.sendline('DONE')
64 child.sendline('target stop-hook list')
68 child.sendline('run')
70 child.sendline('thread step-over')
78 child.sendline('frame info')
82 child.sendline('process continue')
85 child.sendline('thread step-over')