view example/get_segment/.gdbinit @ 848:df80613f1e1a

addChild fix
author tkaito
date Sun, 06 Jun 2010 03:31:52 +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