define sw
x /20i 0x280000+$eip
end
define sw2
x /40i 0x280000+$eip
end
define sw3
x /200i 0x280000+$eip
end
define sd
x /20i 0x280000+$eip-20
end

define bw
x /20i $eip
end
define bw2
x /40i $eip
end
define bw3
x /200i $eip
end
define bd
x /20i $eip-20
end

define re
info reg
end

define bb
break *(0x280000 + 0x0002DB8)
c
disable 1
end

define t
target remote :1234
end

set disassembly-flavor intel
