Back to bug 1325396

Who When What Removed Added
Jacob Hunt 2016-04-08 17:13:13 UTC Group redhat
Jan Kratochvil 2016-04-21 21:27:23 UTC CC jan.kratochvil, mpolacek
Component gdb gcc
Assignee jan.kratochvil jakub
Jan Kratochvil 2016-05-14 17:51:56 UTC Status NEW ASSIGNED
CC mpolacek
Component gcc gdb
Assignee jakub jan.kratochvil
Martin Cermak 2016-05-16 14:55:04 UTC CC mcermak
Jan Kratochvil 2016-05-30 13:26:14 UTC Status ASSIGNED MODIFIED
Fixed In Version gdb-7.6.1-92.el7
errata-xmlrpc 2016-05-30 13:27:21 UTC Status MODIFIED ON_QA
Jan Kratochvil 2016-06-14 22:44:05 UTC Doc Text Cause:
With a code produced by RHEL-7.3 GCC being debugged by GDB the debugger does not see local variables in C++ lambda functions. This happens even for code compiled without optimizations (gcc -O0 -g).

Consequence:
User cannot display content of such variables.

Fix:
GDB now properly recognizes debug information (DWARF) as produced by RHEL-7.3 GCC.

Result:
User can now display (or even modify) local variables in C++ lambda functions.
Jan Kratochvil 2016-06-19 19:41:40 UTC Doc Text Cause:
With a code produced by RHEL-7.3 GCC being debugged by GDB the debugger does not see local variables in C++ lambda functions. This happens even for code compiled without optimizations (gcc -O0 -g).

Consequence:
User cannot display content of such variables.

Fix:
GDB now properly recognizes debug information (DWARF) as produced by RHEL-7.3 GCC.

Result:
User can now display (or even modify) local variables in C++ lambda functions.
Cause:
With a code produced by RHEL-7.3 GCC being debugged by GDB the debugger does not see local variables in C++ lambda functions. This happens even for code compiled without optimizations (gcc -O0 -g).

Consequence:
User cannot display content of such variables.

Fix:
GDB now properly recognizes debug information (DWARF (debugging data format) DIE (Debug Information Entry) DW_TAG_lexical_block with no attributes) as produced by RHEL-7.3 GCC.

Result:
User can now display (or even modify) local variables in C++ lambda functions.
Martin Cermak 2016-07-15 16:13:32 UTC Blocks 1357079
Martin Cermak 2016-07-15 16:15:20 UTC Status ON_QA VERIFIED
QA Contact qe-baseos-tools mcermak
Jan Kratochvil 2016-09-20 16:27:47 UTC Group redhat
errata-xmlrpc 2016-11-02 12:01:04 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-11-04 03:50:54 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-11-03 23:50:54 UTC

Back to bug 1325396