Skip to content

Commit

Permalink
iamroot(qemu): fix hard coded path to local
Browse files Browse the repository at this point in the history
Signed-off-by: JaeSang Yoo <jsyoo5b@gmail.com>
  • Loading branch information
JSYoo5B committed Nov 21, 2021
1 parent cb5ae4e commit 7c75b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/qemu_gdb.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

gdb-multiarch ~/workspace/build/out/vmlinux -x qemu_gdb.cmd
gdb-multiarch ./images/vmlinux -x qemu_gdb.cmd

0 comments on commit 7c75b48

Please sign in to comment.