[PATCH v2 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb

Keith Seitz keiths@redhat.com
Fri Feb 19 18:49:00 GMT 2016


On 01/19/2016 10:53 AM, Artemiy Volkov wrote:

> this is my second take on fixing gdb/14441 which deals with C++0x rvalue
> references.

Thank you for submitting this! I have been trying to find the time to do
this myself. I rather glad someone beat me to it! It's a lot more work
than I imagined.

> Artemiy Volkov (11):
>   gdb: gdbtypes: add definitions for rvalue reference type
>   gdb: gdbtypes: change {lookup,make}_reference_type() API
>   gdb: valops: add ability to return rvalue reference values from
>     value_ref()
>   gdb: parse: support rvalue reference type
>   gdb: demangle: implement demangling for rvalue reference typenames
>   gdb: print: implement correct printing of rvalue reference types and
>     values
>   gdb: dwarf2read: support DW_AT_rvalue_reference type
>   gdb: convert lvalue reference type check to general reference type
>     check
>   gdb: gdbtypes: add rvalue references to overloading resolution
>   gdb: python: support rvalue references in the gdb module
>   gdb: testsuite: add rvalue reference tests

I think this is important enough a new "feature" to have a mention in NEWS.

While I've attempted to add pointers to relevant submission
documentation, I encourage you to peruse the official GDB Contribution
Checklist on the GDB wiki:

https://sourceware.org/gdb/wiki/ContributionChecklist

Keith



More information about the Gdb-patches mailing list