This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Support C++11 rvalue (move constructor)


On 14 October 2013 17:10, Tom Tromey wrote:
> CCing Jonathan Wakely.
>
> Jan> currently one cannot debug C++11 move constructors, one gets:
>
> This is PR 14441.  Also see the thread:
> https://sourceware.org/ml/gdb/2012-10/msg00108.html
>
> I think Jonathan started a branch for this...

I have a local Git branch on my home machine, and IIRC I got some uses
of rvalue references displaying correctly, but not all. When I tried
to do something more invasive like Jan's suggestion (1) I got a bit
bogged down learning the GDB code, and never finished the job.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]