Re: [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string

2015-07-27 Thread Ilia K
ki.stfu accepted this revision. ki.stfu added a comment. This revision is now accepted and ready to land. Add a section title and go ahead. Comment at: tools/lldb-mi/MICmnLLDBUtilSBValue.h:61 @@ -59,2 +60,3 @@ bool GetCompositeValue(const bool vbPrintFieldNames,

Re: [Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string

2015-07-24 Thread Paul Maybee
paulmaybee updated this revision to Diff 30590. paulmaybee added a comment. Add test case http://reviews.llvm.org/D11488 Files: test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py test/tools/lldb-mi/variable/main.cpp tools/lldb-mi/MICmnLLDBUtilSBValue.cpp