Re: [Lldb-commits] [PATCH] D11498: Print reference values on one line.

2015-07-27 Thread Enrico Granata
granata.enrico added a comment. Can you please try using revision 243301 or later? In my testing, this change makes references work the way you expect If you're still not getting the behavior you expect, can you please include a test case that fails before your change but succeeds after? That

Re: [Lldb-commits] [PATCH] D11498: Print reference values on one line.

2015-07-24 Thread Enrico Granata
granata.enrico added a subscriber: granata.enrico. granata.enrico added a comment. I am assuming that your intent is: int x = 1; int y = 1; (lldb) frame variable y (int) y = 0x123456 (y = 1) If so, two things: a) a much better way would be to make FormatManager::ShouldPrintAsOneLiner() decide