view example/get_segment/.gdbinit @ 998:ad5232ad4952

add fb_test, minor fix
author yutaka@localhost.localdomain
date Fri, 15 Oct 2010 02:13:55 +0900
parents 942f451341a4
children
line wrap: on
line source

set spu stop-on-load
run
overlay auto
define regs 
end
define si
stepi
regs
x/1i $pc
end
define ni
nexti
regs
x/1i $pc
end