mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01: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
|
|
|