aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-06-21 00:04:51 +0000
committerEnrico Granata <egranata@apple.com>2013-06-21 00:04:51 +0000
commit73cfdbc9c81c5eb24c5dcd34afba8e2b441cb720 (patch)
tree1759cc40efc29bf6fad97f7242aa75e694516959 /include
parent001cd53e9d8d9e481ada536924ea7563b84ee9cf (diff)
downloadlldb-73cfdbc9c81c5eb24c5dcd34afba8e2b441cb720.tar.gz
Adding two new markers to the ${var..} specifier
- %N = show the name of the variable - %> = show the expression path of the variable git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@184502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/lldb/Core/ValueObject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/lldb/Core/ValueObject.h b/include/lldb/Core/ValueObject.h
index 49c619881..26fa3aad6 100644
--- a/include/lldb/Core/ValueObject.h
+++ b/include/lldb/Core/ValueObject.h
@@ -80,7 +80,9 @@ public:
eValueObjectRepresentationStyleLanguageSpecific,
eValueObjectRepresentationStyleLocation,
eValueObjectRepresentationStyleChildrenCount,
- eValueObjectRepresentationStyleType
+ eValueObjectRepresentationStyleType,
+ eValueObjectRepresentationStyleName,
+ eValueObjectRepresentationStyleExpressionPath
};
enum ExpressionPathScanEndReason