Skip to content
Snippets Groups Projects
Commit 81456838 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'cross-debug' into 'master'

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

See merge request !1431
parents f1f98b43 b1fa1f99
No related branches found
No related tags found
1 merge request!1431Use gdb-multiarch for make gdb to support debugging an arm vm on x86 and vice versa
Pipeline #14542 failed
...@@ -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.
Finish editing this message first!
Please register or to comment