aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/gdb.init
blob: b08fd2e36ae9d5437b52fb56995b047b885efa7d (plain)
1
2
3
4
5
set arch arm
target remote :3333
def hook-stop
x/i $pc
end