Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs: provide a fragment to enable gdb for qemu
Adding a fragment to make it easier to know what options is needed to build a kernel to get the that you can debug in qemu. First you need to start qemu with flags '-s -S' and then connect with gdb like below: $ gdb \ ./obj-dir/vmlinux -iex 'add-auto-load-safe-path \ ./obj-dir' -ex 'target remote localhost:1234' Signed-off-by: Anders Roxell <[email protected]>
- Loading branch information