Use buildroot host gdb, consider QEMU and target GDB but give up for now

This commit is contained in:
Ciro Santilli
2017-05-21 10:22:31 +01:00
parent 710e42e80f
commit be9f56cc9b
4 changed files with 37 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ while getopts dn OPT; do
esac
done
# If we turn on buildroot host QEMU some day.
#cmd="./buildroot/output/host/usr/bin/qemu-system-x86_64 \
cmd="qemu-system-x86_64 \
-M pc \
-append 'root=/dev/vda $extra_append' \