rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

tools/qemu_gdb: add kaslr hint and load modules on startup #200

Closed ddiss closed 1 year ago

ddiss commented 1 year ago

Kernel address space layout randomization (CONFIG_RANDOMIZE_BASE=y) causes problems for gdb, so add a hint about how to disable it. Run lx-symbols on startup so that symbols are loaded for kernel modules.

Signed-off-by: David Disseldorp ddiss@suse.de