Kernel Debugging with QEMU: Difference between revisions
link to PR that fixes building the gdb integration script |
m Use extraStructuredConfig instead of extraConfig in boot.kernelPatches as the latter is deprecated |
||
| Line 21: | Line 21: | ||
name = "enable debugging information"; | name = "enable debugging information"; | ||
patch = null; | patch = null; | ||
extraStructuredConfig = { | |||
GDB_SCRIPTS | GDB_SCRIPTS = lib.kernel.yes; | ||
DEBUG_INFO | DEBUG_INFO = lib.kernel.yes; | ||
KALLSYMS | KALLSYMS = lib.kernel.yes; | ||
}; | |||
} | } | ||
{ | { | ||