[Lldb-commits] [lldb] r149192 - /lldb/trunk/scripts/Python/interface/SBTarget.i
Greg Clayton
gclayton at apple.com
Sat Jan 28 23:09:30 PST 2012
Author: gclayton
Date: Sun Jan 29 01:09:30 2012
New Revision: 149192
URL: http://llvm.org/viewvc/llvm-project?rev=149192&view=rev
Log:
Removed an incorrectly added property from SBTarget.i
Modified:
lldb/trunk/scripts/Python/interface/SBTarget.i
Modified: lldb/trunk/scripts/Python/interface/SBTarget.i
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/interface/SBTarget.i?rev=149192&r1=149191&r2=149192&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/interface/SBTarget.i (original)
+++ lldb/trunk/scripts/Python/interface/SBTarget.i Sun Jan 29 01:09:30 2012
@@ -496,9 +496,6 @@
__swig_getmethods__["debugger"] = GetDebugger
if _newclass: x = property(GetDebugger, None)
- __swig_getmethods__["file_offset"] = GetFileOffset
- if _newclass: x = property(GetFileOffset, None)
-
__swig_getmethods__["num_breakpoints"] = GetNumBreakpoints
if _newclass: x = property(GetNumBreakpoints, None)
More information about the lldb-commits
mailing list