Skip to main content
deleted 11 characters in body
Source Link
Caleb
  • 71.9k
  • 19
  • 203
  • 232

I need a Linux kernel compiled with debug features for a kernel module development.What all debugging configuration options should I include for kernel compilation,So that I can avail to all available debug tools.

Also, I am thinking about including all available debug facilities in kernel, like including whole of the "Kernel Hacking" configuration branch into the kernel.Will there's any side effect to it, in terms of: final build size and performance penalty etc.

Regards

I need a Linux kernel compiled with debug features for a kernel module development.What all debugging configuration options should I include for kernel compilation,So that I can avail to all available debug tools.

Also, I am thinking about including all available debug facilities in kernel, like including whole of the "Kernel Hacking" configuration branch into the kernel.Will there's any side effect to it, in terms of: final build size and performance penalty etc.

Regards

I need a Linux kernel compiled with debug features for a kernel module development.What all debugging configuration options should I include for kernel compilation,So that I can avail to all available debug tools.

Also, I am thinking about including all available debug facilities in kernel, like including whole of the "Kernel Hacking" configuration branch into the kernel.Will there's any side effect to it, in terms of: final build size and performance penalty etc.

added 60 characters in body
Source Link
gkt
  • 1.7k
  • 2
  • 12
  • 7

I am compilingneed a Linux kernel under Virtual Machinecompiled with debug features for a kernel module development.For thatWhat all debugging configuration options should I want .config file specification that include for kernel compilation,So that I can avail to all available options for debuggingdebug tools.

Also, I am thinking about including all available debug facilities in kernel, like including whole of the "Kernel Hacking" configuration branch into the kernel.But,I am afraid ifWill there's any side effect to it, in terms of: final build size and performance penalty etc. And is there other debugging config setting that I can should include.

Regards

I am compiling Linux kernel under Virtual Machine.For that I want .config file specification that include all available options for debugging. I am thinking about including whole of the "Kernel Hacking" configuration branch into the kernel.But,I am afraid if there's any side effect to it, in terms of: final build size and performance penalty etc. And is there other debugging config setting that I can should include.

I need a Linux kernel compiled with debug features for a kernel module development.What all debugging configuration options should I include for kernel compilation,So that I can avail to all available debug tools.

Also, I am thinking about including all available debug facilities in kernel, like including whole of the "Kernel Hacking" configuration branch into the kernel.Will there's any side effect to it, in terms of: final build size and performance penalty etc.

Regards

Source Link
gkt
  • 1.7k
  • 2
  • 12
  • 7

Config setting for Linux kernel compilation.

I am compiling Linux kernel under Virtual Machine.For that I want .config file specification that include all available options for debugging. I am thinking about including whole of the "Kernel Hacking" configuration branch into the kernel.But,I am afraid if there's any side effect to it, in terms of: final build size and performance penalty etc. And is there other debugging config setting that I can should include.