Document gem5 userland debugging

This lead to an infinite chaing of refactorings:

Fix arm and aarch64 lx-symbols

This was just by chance, a continue GDB command was needed before running it.

I noticed that there is no more need for the x86 GDB --ex 'set arch i386:x86-64:intel'
thing and unified all archs. TODO bisect where that was fixed and understand why.

Add debug kernel configs for gem5 kernel.

Document gem5 aarch64 gdb debug doesn't work.

Document tmux split pane action.
This commit is contained in:
Ciro Santilli
2018-03-23 14:46:53 +00:00
parent 29908dffb2
commit 6e9f3dcf23
6 changed files with 323 additions and 188 deletions

1
br2
View File

@@ -5,6 +5,7 @@ BR2_PACKAGE_KERNEL_MODULE=y
BR2_TARGET_ROOTFS_CPIO=n
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_INITRAMFS=n
BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
BR2_CCACHE=y
# Otherwise our precious debug would break!