view example/get_segment/.gdbinit @ 1513:18b63e697c61 draft

many_task/quick_sort is changed recursive to loop
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 08 Oct 2012 02:03:18 +0900
parents 009a2db963de
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