gdb: stub for testing userland

Not working because cannot find, requires moving --userland to common.py
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-15 00:00:03 +00:00
parent 95c1800b0e
commit 1fda6357c3
3 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
#!/usr/bin/env bash
set -eux
for emulator in --qemu --gem5; do
# Userland.
# TODO make work.
#./run --arch x86_64 --background --userland add "$emulator" --wait-gdb &
#./run-gdb --arch x86_64 --userland add "$emulator" --test "$@"
#wait
# Baremetal.
./run --arch arm --background --baremetal add "$emulator" --wait-gdb &
./run-gdb --arch arm --baremetal add "$emulator" --test "$@"
wait