blob: f16f128af2849aaf955a7c3a9c83496b7a3ac337 [file] [log] [blame]
from util import *
send_gdb('break breakpoint')
expect_gdb('Breakpoint 1')
send_gdb('c')
expect_gdb('Breakpoint 1')
send_gdb('checkpoint')
expect_gdb('Checkpoint 1 at')
send_gdb('restart 1')
expect_gdb('stopped')
send_gdb('rc')
expect_gdb('stopped')
send_gdb('restart 1')
expect_gdb('stopped')
send_gdb('c')
expect_gdb('SIGKILL')
ok()