binutils-gdb/gdb/testsuite/gdb.opt
Simon Marchi 41bd68f52c Show optimized out local variables in "info locals"
Currently, optimized out variables are not shown when doing "info
locals".  Some users found that confusing, thinking GDB forgot to print
their variable.  This patch adds them to the "info locals" output.  I
added a test in gdb.dwarf2 to test for that behavior.  I think doing a
synthetic DWARF test is the easiest way to have an optimized out local
variable for sure.

However, this change reveals what I think is a bug in GDB, see:

http://lists.dwarfstd.org/pipermail/dwarf-discuss-dwarfstd.org/2017-September/004394.html

This patch marks the tests in inline-locals.exp that start failing as
KFAIL.  I'd like to tackle this bug eventually, but I don't have the
time right now.  I think it's still better to show an extra erroneous
entry than to not show the optimized out variables at all.  I haven't
created a bug in bugzilla yet, but if we agree it's indeed a bug,  I'll
create one and update the setup_kfail lines with the actual bug number
before pushing.

gdb/ChangeLog:

	* stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
	case in switch.

gdb/testsuite/ChangeLog:

	* gdb.opt/inline-locals.exp: Mark tests as KFAIL.
	* gdb.dwarf2/info-locals-optimized-out.exp: New file.
	* gdb.dwarf2/info-locals-optimized-out.c: New file.
2017-11-22 15:51:44 -05:00
..
clobbered-registers-O2.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
clobbered-registers-O2.exp update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-break.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-break.exp Use SaL symbol name when reporting breakpoint locations 2017-10-27 10:57:23 -07:00
inline-bt.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-bt.exp update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-cmds.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-cmds.exp update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-locals.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
inline-locals.exp Show optimized out local variables in "info locals" 2017-11-22 15:51:44 -05:00
inline-markers.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
solib-intra-step-lib.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
solib-intra-step-main.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
solib-intra-step.exp update copyright year range in GDB files 2017-01-01 10:52:34 +04:00