diff options
author | Greg Clayton <gclayton@apple.com> | 2015-02-04 22:24:47 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-02-04 22:24:47 +0000 |
commit | 281b65bcde031b67ddfd2bdc0d6abf11d6a24094 (patch) | |
tree | d207422c996cf36a515c3c192d0e43ab9b52204b /lldb/source/Core/FormatEntity.cpp | |
parent | 33f866922a4302bba872b922520b88574bc9ea93 (diff) | |
download | bcm5719-llvm-281b65bcde031b67ddfd2bdc0d6abf11d6a24094.tar.gz bcm5719-llvm-281b65bcde031b67ddfd2bdc0d6abf11d6a24094.zip |
Update documenation for the changed in from ${var.script:<pythonfunction>} to the new ${script.var:<pythonfunction>}.
llvm-svn: 228216
Diffstat (limited to 'lldb/source/Core/FormatEntity.cpp')
-rw-r--r-- | lldb/source/Core/FormatEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/FormatEntity.cpp b/lldb/source/Core/FormatEntity.cpp index 71ad67a31e3..48b2c2ddbf7 100644 --- a/lldb/source/Core/FormatEntity.cpp +++ b/lldb/source/Core/FormatEntity.cpp @@ -2261,7 +2261,7 @@ FormatEntity::ParseInternal (llvm::StringRef &format, Entry &parent_entry, uint3 entry.number = ValueObject::eValueObjectRepresentationStyleName; clear_printf = true; break; - case '>': // if this is a '>', print the name + case '>': // if this is a '>', print the expression path entry.number = ValueObject::eValueObjectRepresentationStyleExpressionPath; clear_printf = true; break; |