This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference
- From: Martin Galvan <martin dot galvan at tallertechnologies dot com>
- To: gdb-patches at sourceware dot org, palves at redhat dot com
- Date: Mon, 4 Apr 2016 10:24:33 -0300
- Subject: Re: [PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference
- Authentication-results: sourceware.org; auth=none
- References: <1459545685-1729-1-git-send-email-martin dot galvan at tallertechnologies dot com>
Sorry, I didn't notice there was a separate ChangeLog for the testsuite.
This should be:
2016-04-04 Martin Galvan <martin.galvan@tallertechnologies.com>
* valops.c (value_addr): For C++ references, set the copied value's
enclosing_type as well.
testsuite/
* gdb.dwarf2/implref.exp: New file.