mirror of
https://github.com/drasko/codezero.git
synced 2026-04-12 23:19:02 +02:00
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
target remote localhost:1234
|
|
load final.axf
|
|
stepi
|
|
sym final.axf
|
|
break bkpt_phys_to_virt
|
|
continue
|
|
stepi
|
|
sym start.axf
|
|
|