Kernel Debugging with QEMU: Difference between revisions

Axka (talk | contribs)
m Use extraStructuredConfig instead of extraConfig in boot.kernelPatches as the latter is deprecated
Axka (talk | contribs)
m extraStructuredConfig -> structuredExtraConfig
Line 21: Line 21:
       name = "enable debugging information";
       name = "enable debugging information";
       patch = null;
       patch = null;
       extraStructuredConfig = {
       structuredExtraConfig = {
         GDB_SCRIPTS = lib.kernel.yes;
         GDB_SCRIPTS = lib.kernel.yes;
         DEBUG_INFO = lib.kernel.yes;
         DEBUG_INFO = lib.kernel.yes;