Kernel Debugging with QEMU: Difference between revisions
m Use extraStructuredConfig instead of extraConfig in boot.kernelPatches as the latter is deprecated |
m extraStructuredConfig -> structuredExtraConfig |
||
| Line 21: | Line 21: | ||
name = "enable debugging information"; | name = "enable debugging information"; | ||
patch = null; | patch = null; | ||
structuredExtraConfig = { | |||
GDB_SCRIPTS = lib.kernel.yes; | GDB_SCRIPTS = lib.kernel.yes; | ||
DEBUG_INFO = lib.kernel.yes; | DEBUG_INFO = lib.kernel.yes; | ||