Skip to content
Snippets Groups Projects
Verified Commit 5404d449 authored by rahix's avatar rahix
Browse files

build: Add .gdbinit files


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 393f95a1
No related branches found
No related tags found
No related merge requests found
target remote localhost:3333
define reset
mon mww 0x40000004 0x80000000
end
file ../../build/hw-tests/bmatest/bmatest.elf
source ../../.gdbinit
file ../../build/hw-tests/bmetest/bmetest.elf
source ../../.gdbinit
file ../../build/hw-tests/ecgtest/ecgtest.elf
source ../../.gdbinit
file ../../build/hw-tests/hello-world/hello-world.elf
source ../../.gdbinit
file ../../build/hw-tests/imutest/imutest.elf
source ../../.gdbinit
file ../../build/hw-tests/ips/ips.elf
source ../../.gdbinit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment