MI/C++/references fixup

Vladimir Prus ghost@cs.msu.su
Wed Nov 29 09:25:00 GMT 2006


Vladimir Prus wrote:

> 
> As noted by Nick, my varobj laziness patch has broken C++ references
> updates -- now -var-update does not detect the situation when a reference
> variable just got initialized, for example:
> 
> int x = 4;
> int &rx = x;

I've got that wrong -- the initialization of reference is detected, but the
change of the value itself is not.

- Volodya




More information about the Gdb-patches mailing list