[Lldb-commits] [PATCH] D11488: Fix bug in expression display when determining if a pointer should be treated as a string
Ilia K
ki.stfu at gmail.com
Mon Jul 27 22:14:26 PDT 2015
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, CMICmnMIValueTuple &vwrMiValueTuple, const MIuint vnDepth = 1) const;
-
+
+ private:
----------------
Forgot a section title:
```
// Statics:
private:
static bool IsCharBasicType(lldb::BasicType eType);
```
http://reviews.llvm.org/D11488
More information about the lldb-commits
mailing list