[Lldb-commits] [lldb] r179439 - Make sure we expose SetData() through the Python
Sean Callanan
scallanan at apple.com
Fri Apr 12 18:28:33 PDT 2013
Author: spyffe
Date: Fri Apr 12 20:28:33 2013
New Revision: 179439
URL: http://llvm.org/viewvc/llvm-project?rev=179439&view=rev
Log:
Make sure we expose SetData() through the Python
interface.
Modified:
lldb/trunk/scripts/Python/interface/SBValue.i
Modified: lldb/trunk/scripts/Python/interface/SBValue.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBValue.i?rev=179439&r1=179438&r2=179439&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBValue.i (original)
+++ lldb/trunk/scripts/Python/interface/SBValue.i Fri Apr 12 20:28:33 2013
@@ -393,6 +393,9 @@ public:
") GetData;
lldb::SBData
GetData ();
+
+ bool
+ SetData (lldb::SBData &data, lldb::SBError& error);
lldb::addr_t
GetLoadAddress();
More information about the lldb-commits
mailing list