diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ecb3516f6546..c5cefb3c009c 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -167,6 +167,17 @@ config DEBUG_INFO_DWARF4 | |||
| 167 | But it significantly improves the success of resolving | 167 | But it significantly improves the success of resolving |
| 168 | variables in gdb on optimized code. | 168 | variables in gdb on optimized code. |
| 169 | 169 | ||
| 170 | config GDB_SCRIPTS | ||
| 171 | bool "Provide GDB scripts for kernel debugging" | ||
| 172 | depends on DEBUG_INFO | ||
| 173 | help | ||
| 174 | This creates the required links to GDB helper scripts in the | ||
| 175 | build directory. If you load vmlinux into gdb, the helper | ||
| 176 | scripts will be automatically imported by gdb as well, and | ||
| 177 | additional functions are available to analyze a Linux kernel | ||
| 178 | instance. See Documentation/gdb-kernel-debugging.txt for further | ||
| 179 | details. | ||
| 180 | |||
| 170 | config ENABLE_WARN_DEPRECATED | 181 | config ENABLE_WARN_DEPRECATED |
| 171 | bool "Enable __deprecated logic" | 182 | bool "Enable __deprecated logic" |
| 172 | default y | 183 | default y |
