Skip to content
Snippets Groups Projects
Commit b1fa1f99 authored by bjorn3's avatar bjorn3
Browse files

Use gdb-multiarch for make gdb to support debugging an arm vm on x86 and vice versa

parent 30e701d3
Branches
Tags
1 merge request!1431Use gdb-multiarch for make gdb to support debugging an arm vm on x86 and vice versa
...@@ -89,6 +89,7 @@ else ...@@ -89,6 +89,7 @@ else
bash bash
endif endif
export RUST_GDB=gdb-multiarch # Necessary when debugging for another architecture than the host
gdb: FORCE gdb: FORCE
gdb cookbook/recipes/core/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234" gdb cookbook/recipes/core/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment