summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBValueList.h
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-11-21 22:23:08 +0000
committerEnrico Granata <egranata@apple.com>2014-11-21 22:23:08 +0000
commit6b9e123167bab24f80c974ef9a34697d3b1db034 (patch)
tree9b012b934180f3f378cd166d70f73108aa1a7649 /include/lldb/API/SBValueList.h
parent44ed7faebb1b12b54c6c7a6bfc9135270739d0af (diff)
Per off-list feedback, this API returns the *first* value with a given name, not the *only* one. Rename it to reflect that
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@222582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/API/SBValueList.h')
-rw-r--r--include/lldb/API/SBValueList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBValueList.h b/include/lldb/API/SBValueList.h
index 154311d4b..812fdac91 100644
--- a/include/lldb/API/SBValueList.h
+++ b/include/lldb/API/SBValueList.h
@@ -45,7 +45,7 @@ public:
GetValueAtIndex (uint32_t idx) const;
lldb::SBValue
- GetValueByName (const char* name) const;
+ GetFirstValueByName (const char* name) const;
lldb::SBValue
FindValueObjectByUID (lldb::user_id_t uid);