cherry pick device tree modifications from isa/arm64
[lunaix-os.git] / lunaix-os / live_debug.sh
index af0f4883322b4f8c5cec88532a8b457d97f922f7..71da3355cb25be1037d04beda140345b77301c1b 100755 (executable)
@@ -18,4 +18,6 @@ make CMDLINE=${default_cmd} ARCH=${ARCH} MODE=${MODE:-debug} all -j5 || exit -1
     -- \
     -nographic &
 
-QMPORT=${hmp_port} gdb build/bin/kernel.bin -ex "target remote localhost:${gdb_port}"
\ No newline at end of file
+QMPORT=${hmp_port} gdb-multiarch \
+    build/bin/kernel.bin \
+    -ex "target remote localhost:${gdb_port}"
\ No newline at end of file