summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/interface/SBValueList.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBValueList.i b/lldb/scripts/Python/interface/SBValueList.i
index 12aed864830..0ba9b7962b7 100644
--- a/lldb/scripts/Python/interface/SBValueList.i
+++ b/lldb/scripts/Python/interface/SBValueList.i
@@ -98,7 +98,7 @@ public:
FindValueObjectByUID (lldb::user_id_t uid);
lldb::SBValue
- GetValueByName (const char* name) const;
+ GetFirstValueByName (const char* name) const;
%pythoncode %{
def __len__(self):
OpenPOWER on IntegriCloud