Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEBUG_INFO_DWARF4
has multiple definitions:
lib/Kconfig.debug
The configuration item CONFIG_DEBUG_INFO_DWARF4:
! CONFIG_CC_IS_CLANG || CONFIG_AS_IS_LLVM || ( CONFIG_AS_IS_GNU && CONFIG_AS_VERSION >= CONFIG_23502 )
Generate DWARF v4 debug info. This requires gcc 4.5+, binutils 2.35.2 if using clang without clang's integrated assembler, and gdb 7.0+.
If you have consumers of DWARF debug info that are not ready for newer revisions of DWARF, you may wish to choose this or have your config select this.
lib/Kconfig.debug
The configuration item CONFIG_DEBUG_INFO_DWARF4:
$( CONFIG_cc-option,-gdwarf-4 )
Generate dwarf4 debug info. This requires recent versions of gcc and gdb. It makes the debug information larger. But it significantly improves the success of resolving variables in gdb on optimized code.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab