This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# notes from when I had trouble with kexec some time back. possibly useful to others. | |
# disable kaslr or boot with nokaslr, or no symbols will match and no breakpoints will be hit | |
# | |
# hbreak used to be necessary? not any more | |
qemu-system-x86_64 --version | |
#QEMU emulator version 4.0.0 | |
gdb --version | |
#GNU gdb (Gentoo 8.3 vanilla) 8.3 |
OlderNewer