blob: 0233b44b11be9a14bf8d03afb20e662e36e2ea33 [file] [log] [blame]
from util import *
send_gdb('b main')
expect_gdb('Breakpoint 1')
send_gdb('c')
expect_gdb('Breakpoint 1')
send_gdb('call crash()')
expect_gdb('SIGSEGV')
restart_replay()
expect_gdb('Breakpoint 1')
ok()