Mention SBBreakpointLocation::GetAddress in the Python .i file.

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141429 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBBreakpointLocation.i b/scripts/Python/interface/SBBreakpointLocation.i
index 51e9389..d41033f 100644
--- a/scripts/Python/interface/SBBreakpointLocation.i
+++ b/scripts/Python/interface/SBBreakpointLocation.i
@@ -32,6 +32,9 @@
     bool
     IsValid() const;
 
+    lldb::SBAddress
+    GetAddress();
+    
     lldb::addr_t
     GetLoadAddress ();