mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 16:53:14 +01:00
Updated old gdbinit file
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
target remote localhost:1234
|
target remote localhost:1234
|
||||||
load final.axf
|
load final.elf
|
||||||
stepi
|
stepi
|
||||||
sym final.axf
|
sym final.elf
|
||||||
break break_virtual
|
break break_virtual
|
||||||
continue
|
continue
|
||||||
stepi
|
stepi
|
||||||
sym /opt/codezero/tasks/mm0/mm0.axf
|
sym /opt/codezero/build/kernel.elf
|
||||||
|
|||||||
Reference in New Issue
Block a user