Produces enhanced source position information for inlined code.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -inline-debug-info |
Windows: | /Qinline-debug-info |
None
OFF | No enhanced source position information is produced for inlined code. |
This option produces enhanced source position information for inlined code. This leads to greater accuracy when reporting the source location of any instruction. It also provides enhanced debug information useful for function call traceback. The IntelŪ Debugger (IDB) uses this information to show simulated call frames for inlined functions.
To use this option for debugging on Linux systems, you must also specify a debug enabling option, such as -g.
To use this option for debugging on Windows systems, you must also specify a debug enabling option, such as /debug.
Linux: -inline_debug_info , -debug inline_debug_info
Windows: /Qinline_debug_info