Vladimir Prus wrote: > > MI presently have two separate commands to list locals and arguments in > the current frame. Most often than not, frontend need both, so having > to emit two commands is inconvenience and and extra roundtrip. I believe > Nick has suggested having a single command, and Andre is in favour of > this idea, and I also think it's good. I actually recall than Nick planned > to write a patch, but I did not saw any, and this is fairly trivial > change, so here it goes. The new command is called -stack-list-variables, > and it's checked in into CVS HEAD. > > I'll post doc patch shortly; I will also merge this to 7.0 after a couple > of days, if no issues appear. On IRC, Matt Rice told me that gcc 4.5 complains that 'name_of_result' is potentially uninitialized. Now, that warnings is most utterly bogus, but I've checked in the workaround below. - Volodya