blob: a7bfde9d3f7f87a6a5b04785976805f095091391 [file] [log] [blame]
from util import *
send_gdb('b breakpoint')
expect_gdb('Breakpoint 1')
send_gdb('c')
expect_gdb('Breakpoint 1')
send_gdb('c')
expect_gdb('Breakpoint 1')
send_gdb('checkpoint')
expect_gdb('Checkpoint 1')
send_gdb('c')
expect_gdb('Breakpoint 1')
send_gdb('restart 1')
expect_gdb('breakpoint')
send_gdb('disable')
send_gdb('c')
expect_rr('EXIT-SUCCESS')
ok()