Lines Matching refs:kernel
1 Debugging kernel and modules via gdb
4 The kernel debugger kgdb, hypervisors like QEMU or JTAG-based hardware
5 interfaces allow to debug the Linux kernel and its modules during runtime
7 kernel provides a collection of helper scripts that can simplify typical
8 kernel debugging steps. This is a short tutorial about how to enable and use
28 o Build the kernel with CONFIG_GDB_SCRIPTS enabled, but leave
32 o Install that kernel on the guest.
34 Alternatively, QEMU allows to boot the kernel directly using -kernel,
63 o Load module (and main kernel) symbols:
94 o Dump the log buffer of the target kernel:
155 lx-dmesg -- Print Linux kernel log buffer
157 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules