summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBValue.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBValue.i b/lldb/scripts/Python/interface/SBValue.i
index 728dae93249..03938077275 100644
--- a/lldb/scripts/Python/interface/SBValue.i
+++ b/lldb/scripts/Python/interface/SBValue.i
@@ -413,6 +413,9 @@ public:
lldb::SBAddress
GetAddress();
+ lldb::SBValue
+ Persist ();
+
%feature("docstring", "Returns an expression path for this value."
) GetExpressionPath;
bool
OpenPOWER on IntegriCloud