summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBValueList.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/interface/SBValueList.i')
-rw-r--r--lldb/scripts/interface/SBValueList.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/scripts/interface/SBValueList.i b/lldb/scripts/interface/SBValueList.i
index 7960e09c268..a43e228331c 100644
--- a/lldb/scripts/interface/SBValueList.i
+++ b/lldb/scripts/interface/SBValueList.i
@@ -79,8 +79,8 @@ public:
IsValid() const;
explicit operator bool() const;
-
- void
+
+ void
Clear();
void
@@ -97,10 +97,10 @@ public:
lldb::SBValue
FindValueObjectByUID (lldb::user_id_t uid);
-
+
lldb::SBValue
GetFirstValueByName (const char* name) const;
-
+
%pythoncode %{
def __iter__(self):
'''Iterate over all values in a lldb.SBValueList object.'''
OpenPOWER on IntegriCloud